forked from vmware-archive/wavefront-go-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 939 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
module github.com/wavefronthq/wavefront-go-middleware
go 1.13
require (
github.com/caio/go-tdigest v2.3.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/stretchr/testify v1.5.1
github.com/tuvistavie/securerandom v0.0.0-20140719024926-15512123a948 // indirect
github.com/wavefronthq/go-metrics-wavefront v1.0.2 // indirect
github.com/wavefronthq/wavefront-opentracing-sdk-go v0.0.0-20200225210613-1f0425e873e7
github.com/wavefronthq/wavefront-sdk-go v0.9.5
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
gopkg.in/yaml.v2 v2.2.8
)