From 8903e38d348eb97886dde2e5387d4fdef3f89915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:37:22 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20190318195719-6c81ef8f67ca to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190318195719-6c81ef8f67ca to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 075fb0f..d94c323 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,7 @@ 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 )