2019-07-28 13:01:27 +02:00
|
|
|
module gitlab.com/wpetit/goweb
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-03-17 13:14:53 +01:00
|
|
|
cdr.dev/slog v1.3.0
|
2019-07-28 13:01:27 +02:00
|
|
|
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
|
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
|
|
|
)
|