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-20191204025024-5ee1b9f4859a to 0.7.0 #24

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
14 changes: 11 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@ go 1.12
require (
cloud.google.com/go/datastore v1.0.0
cloud.google.com/go/storage v1.4.0
github.com/apex/log v1.9.0
github.com/dave/blast v0.0.0-20180301095328-f3afebf2d24c
github.com/dave/frizz v0.0.0-20181022080000-c1df23557613
github.com/dave/jennifer v1.4.0
github.com/dave/patsy v0.0.0-20170606133301-2245ba804d71
github.com/dave/play v0.0.0-20180927083150-0d1bd3827742
github.com/dave/services v0.1.1
github.com/dave/stablegob v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de
github.com/gorilla/websocket v1.4.1
github.com/leemcloughlin/gofarmhash v0.0.0-20160919192320-0a055c5b87a8 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2
golang.org/x/net v0.7.0
golang.org/x/tools v0.1.12
google.golang.org/api v0.14.0
gopkg.in/src-d/go-billy-siva.v4 v4.6.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
)
Loading