happy/go.mod

23 lines
861 B
Modula-2
Raw Permalink Normal View History

2019-10-29 04:52:11 +00:00
module code.chrissexton.org/cws/happy
2019-10-15 21:17:07 +00:00
go 1.12
require (
2019-10-28 14:35:14 +00:00
github.com/gobuffalo/packr/v2 v2.7.1
2019-10-15 21:17:07 +00:00
github.com/gorilla/mux v1.7.3
github.com/jmoiron/sqlx v1.2.0
2019-10-29 04:52:11 +00:00
github.com/mattn/go-sqlite3 v1.11.0
2019-10-28 14:35:14 +00:00
github.com/rogpeppe/go-internal v1.5.0 // indirect
2019-10-29 04:52:11 +00:00
github.com/rs/zerolog v1.16.0
2019-10-28 14:35:14 +00:00
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
github.com/speps/go-hashids v2.0.0+incompatible
2019-10-28 14:35:14 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2019-10-15 21:17:07 +00:00
github.com/stretchr/graceful v1.2.15
2019-10-29 04:52:11 +00:00
github.com/xhit/go-simple-mail v2.2.2+incompatible
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
golang.org/x/sys v0.0.0-20191028164358-195ce5e7f934 // indirect
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
google.golang.org/appengine v1.6.5 // indirect
2019-10-15 21:17:07 +00:00
)