forked from stevejefferson/trac2gitea
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (21 loc) · 739 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/stevejefferson/trac2gitea
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/go-git/go-git v4.7.0+incompatible
github.com/go-ini/ini v1.57.0
github.com/golang/mock v1.4.3
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/mattn/go-sqlite3 v1.14.16
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.8.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gorm.io/driver/mysql v1.5.0 // indirect
gorm.io/driver/postgres v1.5.0 // indirect
gorm.io/driver/sqlite v1.5.0 // indirect
gorm.io/driver/sqlserver v1.4.3 // indirect
gorm.io/gorm v1.25.0 // indirect
)