coronafana/go.mod

25 lines
962 B
Modula-2
Raw Normal View History

2020-03-11 15:43:54 +01:00
module git.paulbsd.com/paulbsd/coronafana
2021-04-07 11:19:25 +02:00
go 1.16
2020-03-11 15:43:54 +01:00
require (
github.com/cretz/bine v0.1.0
2020-12-04 20:50:17 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
2021-04-07 11:19:25 +02:00
github.com/go-sql-driver/mysql v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect
2020-12-04 20:50:17 +01:00
github.com/jinzhu/gorm v1.9.16
2021-04-07 11:19:25 +02:00
github.com/jinzhu/now v1.1.2 // indirect
github.com/jmoiron/sqlx v1.3.1
github.com/lib/pq v1.10.0 // indirect
2020-12-04 20:50:17 +01:00
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
2020-03-11 15:43:54 +01:00
github.com/smartystreets/goconvey v1.6.4 // indirect
2021-04-07 11:19:25 +02:00
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
2020-12-04 20:50:17 +01:00
gopkg.in/ini.v1 v1.62.0
2021-04-07 11:19:25 +02:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2020-03-11 15:43:54 +01:00
)