From fccb33fe801b392d56bc66dada726c6e94f2c69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:02:28 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190213061140-3a22650c66bd 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 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3a26055..5602953 100644 --- a/go.mod +++ b/go.mod @@ -8,14 +8,13 @@ require ( github.com/google/gops v0.3.6 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/jinzhu/gorm v1.9.2 - github.com/jinzhu/now v1.0.0 // indirect github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7 github.com/pkg/errors v0.8.1 github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009 github.com/speps/go-hashids v2.0.0+incompatible github.com/stretchr/testify v1.3.0 github.com/urfave/cli v1.20.0 - golang.org/x/net v0.0.0-20190213061140-3a22650c66bd + golang.org/x/net v0.7.0 google.golang.org/genproto v0.0.0-20190215211957-bd968387e4aa google.golang.org/grpc v1.18.0 gopkg.in/yaml.v2 v2.2.2 @@ -23,4 +22,19 @@ require ( openpitrix.io/logger v0.1.0 ) +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/fatih/camelcase v1.0.0 // indirect + github.com/go-sql-driver/mysql v1.4.1 // indirect + github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect + github.com/jinzhu/now v1.0.0 // indirect + github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect + github.com/mattn/go-sqlite3 v1.10.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect + golang.org/x/sys v0.5.0 // indirect + golang.org/x/text v0.7.0 // indirect + google.golang.org/appengine v1.1.0 // indirect +) + replace kubesphere.io/im v0.0.0-20190216065048-6ad0bde84b60 => github.com/kubesphere/im v0.0.0-20190216065048-6ad0bde84b60