cadoles-profile/go.mod

25 lines
1.0 KiB
Modula-2

module forge.cadoles.com/Cadoles/cadoles-profile
go 1.12
require (
forge.cadoles.com/wpetit/goweb v0.0.0-20190513070928-35c763a6c65f
forge.cadoles.com/wpetit/mage v0.0.0-20190802142129-fb5bdd258198
github.com/elazarl/go-bindata-assetfs v0.0.0-20151224045452-57eb5e1fc594 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-macaron/bindata v0.0.0-20161222093048-85786f57eee3 // indirect
github.com/go-xorm/builder v0.3.3 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/csrf v1.5.1
github.com/gorilla/sessions v1.1.3
github.com/magefile/mage v1.8.0
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ini.v1 v1.42.0
gopkg.in/ldap.v3 v3.0.3
)