goweb/go.mod

18 lines
595 B
Modula-2
Raw Normal View History

2019-07-28 13:01:27 +02:00
module gitlab.com/wpetit/goweb
go 1.12
require (
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.8.1
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)