diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 12:41:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 12:41:51 -0600 |
| commit | 5e5a66739b966272cb4bac6f9ebe72b2365f840e (patch) | |
| tree | ccebf5fb5325d9d1255b8dd6fc49d5d673dd7120 /go.mod | |
| parent | 343954285090861f84a26e9818e2e946f87b8d1f (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.mod | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -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 -) |
