summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2023-02-18 14:42:36 +0700
committerShulhan <m.shulhan@gmail.com>2023-02-18 14:42:36 +0700
commit290df73c14e7111ec43782671ed29a266cc82eab (patch)
tree12a6e9c7cc8f8bcff0e3afba2f9c9ac188d37f40 /go.mod
parent7a54ca2533c0003a6808df595eba705e6ab6782e (diff)
downloadgolang-id-web-290df73c14e7111ec43782671ed29a266cc82eab.tar.xz
go.mod: update golang.org/x/net to v0.7.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6320b38..7369a04 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
require (
git.sr.ht/~shulhan/asciidoctor-go v0.4.0 // indirect
- golang.org/x/net v0.6.0 // indirect
+ golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)