coronafana/go.mod

23 lines
785 B
Modula-2
Raw Normal View History

2020-03-11 15:43:54 +01:00
module git.paulbsd.com/paulbsd/coronafana
go 1.17
2020-03-11 15:43:54 +01:00
require (
github.com/cretz/bine v0.2.0
2020-12-04 20:50:17 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.10.0 // indirect
2021-04-07 11:19:25 +02:00
github.com/go-sql-driver/mysql v1.6.0
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.4
github.com/lib/pq v1.10.2 // indirect
2020-12-04 20:50:17 +01:00
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
2021-10-15 12:17:51 +02:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211014222326-fd004c51d1d6 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
gopkg.in/ini.v1 v1.63.2
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
)
require github.com/jinzhu/inflection v1.0.0 // indirect