-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 829 Bytes
/
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
module github.com/rociosantos/go-pokech
go 1.14
require (
github.com/DataDog/datadog-go v3.7.2+incompatible // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/fsnotify/fsnotify v1.4.9
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/juliangruber/go-intersect v1.0.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
github.com/tinylib/msgp v1.1.2 // indirect
github.com/unrolled/render v1.0.3
gopkg.in/DataDog/dd-trace-go.v1 v1.24.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/resty.v1 v1.12.0
)