hydra-werther/go.mod

29 lines
1.2 KiB
Modula-2
Raw Normal View History

2019-02-18 14:57:54 +01:00
module gopkg.i-core.ru/werther
require (
github.com/OneOfOne/xxhash v1.2.2 // indirect
2019-05-15 14:03:05 +02:00
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
2019-02-18 14:57:54 +01:00
github.com/cespare/xxhash v1.0.0 // indirect
github.com/coocood/freecache v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
2019-05-15 14:03:05 +02:00
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/julienschmidt/httprouter v1.2.0 // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da // indirect
2019-02-18 14:57:54 +01:00
github.com/justinas/nosurf v0.0.0-20171023064657-7182011986c4
github.com/kelseyhightower/envconfig v1.3.0
github.com/kevinburke/go-bindata v3.13.0+incompatible
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0 // indirect
2019-05-15 14:03:05 +02:00
github.com/sergi/go-diff v1.0.0 // indirect
2019-02-18 14:57:54 +01:00
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
github.com/stretchr/testify v1.2.2 // indirect
go.uber.org/atomic v1.2.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
2019-05-15 14:03:05 +02:00
gopkg.i-core.ru/httputil v1.0.0
gopkg.i-core.ru/logutil v1.0.0
2019-02-18 14:57:54 +01:00
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
gopkg.in/ldap.v2 v2.5.1
)