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-20201021035429-f5854403a974 to 0.7.0 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ require (
github.com/function61/eventhorizon v0.2.1-0.20200610093004-78aa8b3a710f
github.com/function61/gokit v0.0.0-20200608105953-12235c68c38b
github.com/function61/id v0.0.0-20210304120117-4b4b73375b3b
github.com/go-acme/lego/v3 v3.3.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.4.1
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
inet.af/netaddr v0.0.0-20210203214853-aa702495c49b
)
Loading