coronafana/go.mod
Paul Lecuq d4db887d5a
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2021-04-07 11:19:25 +02:00

25 lines
962 B
Modula-2

module git.paulbsd.com/paulbsd/coronafana
go 1.16
require (
github.com/cretz/bine v0.1.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/now v1.1.2 // indirect
github.com/jmoiron/sqlx v1.3.1
github.com/lib/pq v1.10.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
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
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)