This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
36 lines (34 loc) · 1.45 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
34
35
36
module github.com/TheThingsNetwork/go-utils
go 1.14
require (
github.com/apex/log v1.1.2
github.com/fatih/structs v1.1.0
github.com/fortytw2/leaktest v1.3.0
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
github.com/gotnospirit/messageformat v0.0.0-20190719172517-c1d0bdacdea2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/influxdata/influxdb v1.7.6
github.com/json-iterator/go v1.1.9
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/assertions v1.0.1
github.com/smartystreets/goconvey v1.6.4
github.com/smartystreets/gunit v1.1.3 // indirect
github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472 // indirect
google.golang.org/grpc v1.28.0
gopkg.in/redis.v5 v5.2.9
gopkg.in/yaml.v2 v2.2.8 // indirect
)