summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRich Brown <[email protected]>2022-06-05 08:22:42 -0400
committerGitHub <[email protected]>2022-06-05 08:22:42 -0400
commit5d7a55ebed54724233aa0b9b417643b9fc91a352 (patch)
tree26659fa5abd090ac83bb49e5cb8c2de4efc01853 /go.mod
parentf97d4a8753d0df65704dcaf46dbc30de9d8898b7 (diff)
parentd06438ff7414abfcc5a2a1bd13a935ee594f0842 (diff)
Merge branch 'network-quality:main' into main
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d60ef0a..39b9252 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,7 @@ go 1.18
require golang.org/x/net v0.0.0-20220225172249-27dd8689420f
-require golang.org/x/text v0.3.7 // indirect
+require (
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
+ golang.org/x/text v0.3.7 // indirect
+)