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-20210326060303-6b1517762897 to 0.7.0 #257

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
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ module github.com/cdnjs/tools
go 1.13

require (
cloud.google.com/go/pubsub v1.10.3 // indirect
cloud.google.com/go/pubsub v1.10.3
cloud.google.com/go/storage v1.15.0
github.com/GoogleCloudPlatform/functions-framework-go v1.2.0 // indirect
github.com/agnivade/levenshtein v1.1.1
github.com/algolia/algoliasearch-client-go/v3 v3.4.0
github.com/blang/semver v3.5.1+incompatible
github.com/cloudevents/sdk-go v0.10.0 // indirect
github.com/cloudflare/cloudflare-go v0.12.1
github.com/containerd/containerd v1.4.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.6+incompatible // indirect
github.com/docker/docker v20.10.6+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/getsentry/sentry-go v0.6.1
github.com/go-git/go-git/v5 v5.3.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.2.0 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/karrick/godirwalk v1.15.6
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/net v0.0.0-20210326060303-6b1517762897
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
golang.org/x/tools v0.1.0 // indirect
google.golang.org/api v0.45.0
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b // indirect
gotest.tools/v3 v3.4.0 // indirect
)
Loading