-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
33 lines (31 loc) · 1.62 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/edvakf/go-pploy
go 1.13
require (
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/facebookarchive/pidfile v0.0.0-20150612191647-f242e2999868
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868 // indirect
github.com/fukata/golang-stats-api-handler v1.0.0
github.com/go-playground/locales v0.11.2 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/hnakamur/slack-incoming-webhook v0.0.0-20161121081503-0d4239e220a8
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/labstack/echo v3.2.6+incompatible
github.com/labstack/gommon v0.0.0-20170925052817-57409ada9da0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/pkg/errors v0.8.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
github.com/zorkian/go-datadog-api v2.21.0+incompatible
golang.org/x/crypto v0.0.0-20180208170933-5119cf507ed5 // indirect
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.9.4
gopkg.in/ldap.v2 v2.5.1
)