aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-09 03:07:36 +0000
committerTaiwon Chung <taiwon@uber.com>2024-01-30 16:52:22 -0500
commitf6bafb08708e7cf8ea83384ddca15d16b820d3f7 (patch)
tree5c904ea20cd68123b378810aa644638dfe2a2402 /go.mod
parent6356c5c73540892ae654d0612eeab2a94762c8e0 (diff)
downloadsally-f6bafb08708e7cf8ea83384ddca15d16b820d3f7.tar.gz
Bump golang.org/x/net from 0.19.0 to 0.20.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index afbe07c..ffdff05 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.19.0
+ golang.org/x/net v0.20.0
gopkg.in/yaml.v3 v3.0.1
)