Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/net from 0.0.0-20190213061140-3a22650c66bd to 0.7.0 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,33 @@ 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
kubesphere.io/im v0.0.0-20190216065048-6ad0bde84b60
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