2019-07-28 13:01:27 +02:00
|
|
|
module gitlab.com/wpetit/goweb
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-02-12 22:07:57 +01:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
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
|
2020-02-12 22:07:57 +01:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2019-07-28 13:01:27 +02:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.0
|
2020-02-12 22:07:57 +01:00
|
|
|
github.com/huandu/xstrings v1.3.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
2019-07-28 13:01:27 +02:00
|
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
2020-02-12 22:07:57 +01:00
|
|
|
github.com/manifoldco/promptui v0.7.0
|
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
2019-07-28 13:01:27 +02:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
|
|
|
github.com/pkg/errors v0.8.1
|
2020-02-12 22:07:57 +01:00
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2019-07-28 13:01:27 +02:00
|
|
|
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
|
|
|
|
)
|