diff options
| author | Alex Cohn <[email protected]> | 2022-06-10 12:11:02 -0500 |
|---|---|---|
| committer | Alex Cohn <[email protected]> | 2022-06-10 12:11:02 -0500 |
| commit | b34a73ee16389932b3cc635218bf624ac8911abe (patch) | |
| tree | 50d0120f25bc9aa6cf75542ac327fdb2de127dab | |
| parent | 6ebd8335514bd3739cce1fdb1145712dfeda5f4c (diff) | |
update go.mod: golang.org/x/sys is no longer indirect
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,9 +2,9 @@ module github.com/network-quality/goresponsiveness go 1.18 -require golang.org/x/net v0.0.0-20220225172249-27dd8689420f - require ( - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/net v0.0.0-20220225172249-27dd8689420f + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a ) + +require golang.org/x/text v0.3.7 // indirect |
