Skip to content

Commit 0cbec94

Browse files
upgrade to latest dependencies
Signed-off-by: Knative Automation <automation@knative.team>
1 parent 802d268 commit 0cbec94

File tree

1,471 files changed

+7
-584564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,471 files changed

+7
-584564
lines changed

go.mod

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,17 @@ module github.com/knative/docs
33
go 1.21
44

55
require (
6-
cloud.google.com/go/storage v1.28.1
7-
github.com/cloudevents/sdk-go/v2 v2.15.2
8-
github.com/golang/protobuf v1.5.4
9-
github.com/google/go-github v17.0.0+incompatible
106
github.com/google/go-github/v32 v32.1.0
11-
github.com/kelseyhightower/envconfig v1.4.0
12-
golang.org/x/net v0.23.0
13-
golang.org/x/oauth2 v0.7.0
14-
google.golang.org/grpc v1.56.3
15-
gopkg.in/go-playground/webhooks.v3 v3.13.0
167
gopkg.in/yaml.v2 v2.3.0
178
knative.dev/hack v0.0.0-20240909014011-fc6a8452af6d
189
)
1910

2011
require (
21-
cloud.google.com/go v0.110.0 // indirect
22-
cloud.google.com/go/compute v1.19.1 // indirect
23-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
24-
cloud.google.com/go/iam v0.13.0 // indirect
25-
github.com/google/go-cmp v0.5.9 // indirect
2612
github.com/google/go-querystring v1.0.0 // indirect
27-
github.com/google/uuid v1.3.0 // indirect
28-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
29-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
30-
github.com/hashicorp/golang-lru v0.5.4 // indirect
31-
github.com/json-iterator/go v1.1.10 // indirect
32-
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
33-
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
34-
go.opencensus.io v0.24.0 // indirect
35-
go.uber.org/atomic v1.7.0 // indirect
36-
go.uber.org/multierr v1.6.0 // indirect
37-
go.uber.org/zap v1.16.0 // indirect
13+
github.com/kr/text v0.2.0 // indirect
14+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3815
golang.org/x/crypto v0.21.0 // indirect
39-
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
40-
golang.org/x/sys v0.18.0 // indirect
41-
golang.org/x/text v0.14.0 // indirect
42-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
43-
google.golang.org/api v0.114.0 // indirect
44-
google.golang.org/appengine v1.6.7 // indirect
45-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
46-
google.golang.org/protobuf v1.33.0 // indirect
47-
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
48-
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
16+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
4917
)
5018

5119
replace go.opencensus.io => go.opencensus.io v0.20.2

go.sum

Lines changed: 1 addition & 219 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)