summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 12:41:51 -0600
committerJeff Carr <[email protected]>2024-11-06 12:41:51 -0600
commit5e5a66739b966272cb4bac6f9ebe72b2365f840e (patch)
treeccebf5fb5325d9d1255b8dd6fc49d5d673dd7120 /go.mod
parent343954285090861f84a26e9818e2e946f87b8d1f (diff)
todo: find a way to store these in the git commitv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
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
-)