From dd6c8c9e722ffdaa162e086b009011150aa3971d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:53:06 +0000 Subject: Bump golang.org/x/net from 0.15.0 to 0.16.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 43bada7..c28199c 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/google/uuid v1.3.1 github.com/mitchellh/mapstructure v1.5.0 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.15.0 + golang.org/x/net v0.16.0 gopkg.in/yaml.v3 v3.0.1 ) -- cgit v1.2.3