summaryrefslogtreecommitdiff
path: root/go.mod
blob: 4442932faac64f3b2a7fa229adf2d9e656bea329 (plain)
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/network-quality/goresponsiveness

go 1.21

require (
	golang.org/x/net v0.7.0
	golang.org/x/sys v0.5.0
)

require (
	golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
	golang.org/x/text v0.7.0 // indirect
)

require (
	github.com/influxdata/tdigest v0.0.1
	github.com/stretchr/testify v1.8.3
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)