19 lines
559 B
Modula-2
19 lines
559 B
Modula-2
module code.chrissexton.org/cws/cabinet
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gobuffalo/packr/v2 v2.7.1
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/rs/zerolog v1.16.0
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
github.com/stretchr/graceful v1.2.15
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6
|
|
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
)
|