Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/jackpal/gateway v1.0.10
github.com/kardianos/minwinsvc v1.0.2
github.com/m-lab/ndt-server v0.20.20
github.com/m-lab/ndt7-client-go v0.7.0
github.com/m-lab/ndt7-client-go v0.8.0
github.com/matryer/is v1.4.1
github.com/prometheus-community/pro-bing v0.3.0
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
Expand Down Expand Up @@ -45,7 +45,7 @@ require (
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
Expand Down
Loading