forked from honeycombio/libhoney-go
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
21 lines (19 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/honeycombio/libhoney-go
go 1.14
require (
github.com/DataDog/zstd v1.5.0
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
github.com/klauspost/compress v1.13.6
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.3.5
google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)