goweb/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-07-28 13:01:27 +02:00
module gitlab.com/wpetit/goweb
go 1.12
require (
cdr.dev/slog v1.4.0
2019-07-28 13:01:27 +02:00
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0
2019-07-28 13:01:27 +02:00
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/kr/pretty v0.3.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
2019-07-28 13:01:27 +02:00
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.29.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2019-07-28 13:01:27 +02:00
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)