diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-28 03:07:58 +0000 |
|---|---|---|
| committer | Jacob Oaks <joaks@uber.com> | 2023-12-12 14:46:06 -0500 |
| commit | 86e010d9c760e5093ec84fcfd65dfb9939bba9fd (patch) | |
| tree | b3eba3d835764e887be0266345a270b9643113a5 /go.mod | |
| parent | bcddd3bbbea1a64a3fa9d71254f143246116b5b3 (diff) | |
| download | sally-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 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |