-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
go.mod
24 lines (21 loc) · 752 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
module github.com/platinummonkey/go-concurrency-limits
go 1.21
require (
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/golang/protobuf v1.5.4
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
golang.org/x/time v0.7.0
google.golang.org/grpc v1.67.1
)
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)