Skip to content

Bump golang.org/x/net from 0.0.0-20190628185345-da137c7871d7 to 0.7.0 in /go #3

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

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
29 changes: 1 addition & 28 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,9 @@ module github.com/peterahl/coding-assignment/go
go 1.12

require (
cloud.google.com/go v0.41.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-kit/kit v0.9.0 // indirect
github.com/golang/protobuf v1.3.1
github.com/gorilla/mux v1.7.3
github.com/gorilla/pat v1.0.1
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.5.4 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/liftbridge-io/go-liftbridge v0.0.0-20191009151623-db7c86989ea2
github.com/liftbridge-io/liftbridge-grpc v0.0.0-20190829220806-66e3ee4b7943
github.com/markbates/goth v1.57.0
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/jwt v0.2.8 // indirect
github.com/nats-io/nats.go v1.8.1
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f // indirect
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/tools v0.0.0-20190703212419-2214986f1668 // indirect
google.golang.org/genproto v0.0.0-20190701230453-710ae3a149df // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/net v0.7.0
)
Loading