-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
40 lines (37 loc) · 1.59 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/m-lab/ndt7-client-go
go 1.20
require (
github.com/gorilla/websocket v1.4.2
github.com/m-lab/go v0.1.66
github.com/m-lab/locate v0.4.1
github.com/m-lab/ndt-server v0.20.2
github.com/m-lab/tcp-info v1.5.2
github.com/prometheus/client_golang v1.7.1
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642
)
require (
github.com/apex/log v1.9.0 // indirect
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/gocarina/gocsv v0.0.0-20200324105150-9eab084b7a45 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gorilla/handlers v1.5.0 // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/m-lab/access v0.0.3 // indirect
github.com/m-lab/uuid v0.0.0-20191115203855-549727171666 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)