From ea9960c2c52b572e0b572bf0dea4a72d5a961e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:02:55 +0000 Subject: [PATCH] :arrow_up: Bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190310074541-c10a0554eabf 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index cf8b982..86453e3 100644 --- a/go.mod +++ b/go.mod @@ -6,15 +6,13 @@ require ( github.com/fatih/color v1.7.0 github.com/golang/protobuf v1.3.0 github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/kr/pretty v0.3.1 // indirect github.com/mattn/go-colorable v0.1.1 // indirect github.com/mattn/go-isatty v0.0.7 // indirect - github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/perillaroc/workflow-model-go v0.0.0-20190316033913-eac04f7cff90 github.com/spf13/cobra v0.0.3 - github.com/spf13/viper v1.3.2 // indirect - golang.org/x/net v0.0.0-20190310074541-c10a0554eabf // indirect - golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect - golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect + github.com/spf13/pflag v1.0.3 // indirect + golang.org/x/net v0.7.0 // indirect google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect google.golang.org/grpc v1.19.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect