Skip to content

Commit

Permalink
[main] Upgrade to latest dependencies (#483)
Browse files Browse the repository at this point in the history
* upgrade to latest dependencies

Signed-off-by: Knative Automation <[email protected]>

* Update go.mod

---------

Signed-off-by: Knative Automation <[email protected]>
Co-authored-by: Paul Schweigert <[email protected]>
  • Loading branch information
knative-automation and psschwei authored Jan 11, 2024
1 parent 4c9caf5 commit baeb4e0
Show file tree
Hide file tree
Showing 26 changed files with 326 additions and 3,646 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module knative.dev/kn-plugin-quickstart

go 1.17
go 1.21

require (
github.com/spf13/cobra v1.6.0
github.com/spf13/cobra v1.7.0
gotest.tools/v3 v3.3.0
knative.dev/client-pkg v0.0.0-20240108132123-b72da8d70020
knative.dev/hack v0.0.0-20240108153050-3ea694d6dad7
knative.dev/client-pkg v0.0.0-20240111015105-b261efbe56e4
knative.dev/hack v0.0.0-20240111013919-e89096d74d85

)

require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
3,416 changes: 8 additions & 3,408 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/github.com/inconshreveable/mousetrap/trap_others.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 16 additions & 72 deletions vendor/github.com/inconshreveable/mousetrap/trap_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 0 additions & 46 deletions vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/github.com/spf13/cobra/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/spf13/cobra/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/active_help.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/spf13/cobra/args.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/spf13/cobra/bash_completions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit baeb4e0

Please sign in to comment.