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

Bump golang.org/x/net from 0.0.0-20181108082009-03003ca0c849 to 0.7.0 #323

Open
wants to merge 1 commit into
base: master
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
24 changes: 16 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,30 @@ module github.com/mame82/P4wnP1_aloa

require (
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.5.5-0.20181020042726-fbb27786246d
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/godbus/dbus v4.1.0+incompatible
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v1.17.2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/improbable-eng/grpc-web v0.0.0-20181111131931-77784bdb46c6
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/johanbrandhorst/protobuf v0.7.1
github.com/mame82/hvue v0.0.0-20181029154725-6c76eb2e8ae9
github.com/mame82/mblue-toolz v0.1.1
github.com/pkg/errors v0.8.0 // indirect
github.com/mame82/mvuex v0.0.0-20181014150044-3964e4abefc6
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.2 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rs/cors v1.6.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
golang.org/x/net v0.0.0-20181108082009-03003ca0c849
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8
google.golang.org/grpc v1.16.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
google.golang.org/grpc v1.38.0
gopkg.in/sourcemap.v1 v1.0.5 // indirect
periph.io/x/periph v3.3.0+incompatible
)
Expand Down
Loading