From 26a11fcb30a6d5b7c9023d73eeeeef4de734a059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:43:16 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 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: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 9cb6ce5..69dfc5e 100644 --- a/go.mod +++ b/go.mod @@ -32,13 +32,11 @@ require ( github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 - github.com/xdg/stringprep v1.0.0 // indirect - github.com/tidwall/pretty v1.0.1 // indirect + github.com/tidwall/pretty v1.0.1 go.etcd.io/etcd/client/v3 v3.5.4 go.mongodb.org/mongo-driver v1.5.1 - golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 + golang.org/x/net v0.7.0 google.golang.org/grpc v1.38.0 - gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect xorm.io/builder v0.3.7 xorm.io/xorm v1.0.2