aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-28 03:07:58 +0000
committerJacob Oaks <joaks@uber.com>2023-12-12 14:46:06 -0500
commit86e010d9c760e5093ec84fcfd65dfb9939bba9fd (patch)
treeb3eba3d835764e887be0266345a270b9643113a5 /go.mod
parentbcddd3bbbea1a64a3fa9d71254f143246116b5b3 (diff)
downloadsally-86e010d9c760e5093ec84fcfd65dfb9939bba9fd.tar.gz
Bump golang.org/x/net from 0.17.0 to 0.19.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.19.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.19.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 76be6b5..afbe07c 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.17.0
+ golang.org/x/net v0.19.0
gopkg.in/yaml.v3 v3.0.1
)