From 53be291b7a94a5834742b4e3895279f5e389dc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:23:57 +0000 Subject: [PATCH] Bump golang.org/x/crypto from 0.0.0-20190313024323-a1f597ede03a to 0.1.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190313024323-a1f597ede03a to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto 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..ce1b6a2 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.1.0 // indirect + golang.org/x/tools v0.1.12 )