-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
28 lines (25 loc) · 1000 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
24
25
26
27
28
module github.com/wavefronthq/prometheus-storage-adapter
go 1.18
require (
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.1
github.com/prometheus/prometheus v0.0.0-20200213233353-b90be6f32a33
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.7.0
github.com/wavefronthq/wavefront-sdk-go v0.9.6
)
require (
github.com/caio/go-tdigest v3.1.0+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)