Skip to content

Commit ae9ebcc

Browse files
upgrade to latest dependencies (#459)
bumping knative.dev/client-pkg 9574adc...b78888b: > b78888b upgrade to latest dependencies (# 115) > 1b87ecd Remove deprecated Serving API v1alpha1 (# 125) > 12d1700 Update community files (# 124) > 9ed2a96 Update community files (# 121) > e364921 Update community files (# 120) bumping knative.dev/hack f2f9b6f...2c938d4: > 2c938d4 Update community files (# 337) > fc76874 Update community files (# 333) > 1588988 Update community files (# 327) bumping github.com/google/go-cmp a97318b...c3ad843: > c3ad843 Add cmpopts.EquateComparable (# 340) > e250a55 Use of hotlinking of Go identifiers (# 337) > 8a3e8dd set workflow permission to read-only (# 327) > 8cea5de Pin GitHub action versions (# 332) > 3bb304a Run tests for Go 1.20 version (# 322) > 571a56b Remove purego fallbacks (# 325) Signed-off-by: Knative Automation <[email protected]>
1 parent b971571 commit ae9ebcc

File tree

11 files changed

+535
-272
lines changed

11 files changed

+535
-272
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.17
55
require (
66
github.com/spf13/cobra v1.6.0
77
gotest.tools/v3 v3.3.0
8-
knative.dev/client-pkg v0.0.0-20230922151304-9574adcd11f4
9-
knative.dev/hack v0.0.0-20230926181829-f2f9b6f91263
8+
knative.dev/client-pkg v0.0.0-20231019094921-b78888b44385
9+
knative.dev/hack v0.0.0-20231016131700-2c938d4918da
1010

1111
)
1212

1313
require (
14-
github.com/google/go-cmp v0.5.9 // indirect
14+
github.com/google/go-cmp v0.6.0 // indirect
1515
github.com/inconshreveable/mousetrap v1.0.1 // indirect
1616
github.com/spf13/pflag v1.0.5 // indirect
1717
)

go.sum

Lines changed: 438 additions & 129 deletions
Large diffs are not rendered by default.

vendor/github.com/google/go-cmp/cmp/compare.go

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_unsafe.go renamed to vendor/github.com/google/go-cmp/cmp/export.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_panic.go

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

vendor/github.com/google/go-cmp/cmp/internal/value/pointer_unsafe.go renamed to vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/internal/value/pointer_purego.go

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

0 commit comments

Comments
 (0)