1
Fork 0
GoShort/go.mod

23 lines
827 B
Modula-2
Raw Normal View History

2020-04-26 08:39:48 +00:00
module git.jlel.se/jlelse/goshort
2020-03-29 08:48:43 +00:00
2021-08-10 20:34:25 +00:00
go 1.16
2020-03-29 08:48:43 +00:00
require (
2021-08-10 20:34:25 +00:00
git.jlel.se/jlelse/go-shutdowner v0.0.0-20210707065515-773db8099c30
github.com/go-chi/chi/v5 v5.0.3
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/lopezator/migrator v0.3.0
2021-08-10 20:34:25 +00:00
github.com/mattn/go-sqlite3 v1.14.8
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
2021-08-10 20:34:25 +00:00
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2020-03-29 08:48:43 +00:00
)