aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 91027f4..76be6b5 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ toolchain go1.21.3
require (
github.com/stretchr/testify v1.8.4
- golang.org/x/net v0.15.0
+ golang.org/x/net v0.17.0
gopkg.in/yaml.v3 v3.0.1
)