aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorakp <tom@tdpain.net>2023-02-25 12:53:37 +0000
committerGitHub <noreply@github.com>2023-02-25 12:53:37 +0000
commit0bb9cd1bb3d0c8bd36463cd1fbf764eb6f46a8d0 (patch)
tree402c177739a8173efd1f3793aa4e1fc52ce7ded1 /go.mod
parent1d63955383faf89e53b01895e77c848921de6365 (diff)
parentb03951ab7f319ec9c6e263a52447e877d96b3c98 (diff)
Merge pull request #3 from codemicro/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d9ffdfc..56a4e55 100644
--- a/go.mod
+++ b/go.mod
@@ -60,9 +60,9 @@ require (
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
- golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/russross/blackfriday.v2 v2.0.0 // indirect