From 961052621fd2a646e387ea9366911d6a7c050f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:03:15 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20190320064053-1272bf9dcd53 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190320064053-1272bf9dcd53 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 075fb0f..12afcdd 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,8 @@ module github.com/distributedio/configo go 1.12 require ( + github.com/kylelemons/godebug v1.1.0 // indirect github.com/shafreeck/toml v0.0.0-20190326060449-44ad86712acc - golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect - golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect - golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect - golang.org/x/tools v0.0.0-20190319232107-3f1ed9edd1b4 + golang.org/x/sys v0.5.0 // indirect + golang.org/x/tools v0.1.12 )