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-20191028085509-fe3aa8a45271 to 0.7.0 #3

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
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ go 1.13
require (
cloud.google.com/go v0.47.0 // indirect
github.com/Azure/azure-sdk-for-go v10.2.1-beta+incompatible // indirect
github.com/Azure/go-autorest v13.3.0+incompatible // indirect
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20191028162909-4990c026d087 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/aws/aws-sdk-go v1.25.23 // indirect
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 // indirect
Expand Down Expand Up @@ -44,18 +42,15 @@ require (
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.1 // indirect
go.uber.org/zap v1.12.0 // indirect
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271 // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20191030232956-1e24073be82c // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
google.golang.org/grpc v1.24.0 // indirect
k8s.io/api v0.0.0-20191031065753-b19d8caf39be
k8s.io/apiextensions-apiserver v0.0.0-20191028232452-c47e10e6d5a3 // indirect
k8s.io/apimachinery v0.0.0-20191030190112-bb31b70367b7
sigs.k8s.io/controller-runtime v0.3.1-0.20191029211253-40070e2a1958
sigs.k8s.io/controller-runtime v0.3.1-0.20191029211253-40070e2a1958 // indirect
sigs.k8s.io/testing_frameworks v0.1.2 // indirect
)

Expand Down
Loading