summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod24
1 files changed, 0 insertions, 24 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 4442932..0000000
--- a/go.mod
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-)