23 lines
861 B
Modula-2
23 lines
861 B
Modula-2
module code.chrissexton.org/cws/happy
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gobuffalo/packr/v2 v2.7.1
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/rogpeppe/go-internal v1.5.0 // indirect
|
|
github.com/rs/zerolog v1.16.0
|
|
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
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/graceful v1.2.15
|
|
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
|
|
)
|