Skip to content

Commit

Permalink
Bump github.com/tektoncd/hub from 1.19.1 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps [github.com/tektoncd/hub](https://github.com/tektoncd/hub) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/tektoncd/hub/releases)
- [Commits](tektoncd/hub@v1.19.1...v1.19.2)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/hub
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Jan 25, 2025
1 parent 3360a29 commit 3beb5c1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/tektoncd/chains v0.23.0
github.com/tektoncd/hub v1.19.1
github.com/tektoncd/hub v1.19.2
github.com/tektoncd/pipeline v0.66.0
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1
github.com/tektoncd/triggers v0.30.1
Expand Down Expand Up @@ -323,7 +323,7 @@ require (
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.25.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1320,8 +1320,8 @@ github.com/tchap/go-patricia/v2 v2.3.1 h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BG
github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
github.com/tektoncd/chains v0.23.0 h1:zRhzSUlAPxL/dUH0AXWcW8AtJbF2FrqM2yTyR3J8A5U=
github.com/tektoncd/chains v0.23.0/go.mod h1:Bhyomb/vr0cnI4+VJmjeukRCyti4XGWb9GPWSttAFIs=
github.com/tektoncd/hub v1.19.1 h1:Y4SUhlxEyb9GpUlUiXZC6LskBnX1rWesWT/aS5uCTz8=
github.com/tektoncd/hub v1.19.1/go.mod h1:7Y3Gh9RWMG2aUe7mB4Ulgd8SC5zEQIQaqVhUpNT8oSw=
github.com/tektoncd/hub v1.19.2 h1:qXzMUwEaXU3EgL4PpiOklD2dGKpr9tUQSbFFJiZqz3I=
github.com/tektoncd/hub v1.19.2/go.mod h1:MJd3MGO5eYRkpXxhqznn3PNM9tbDoqvd7VT4xe38qck=
github.com/tektoncd/pipeline v0.66.0 h1:WLL98YEgWzblSAD2mPbpZN97tkOC50wiftaW+8+6zTY=
github.com/tektoncd/pipeline v0.66.0/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1 h1:9paprRIBXQgcvdhGq3wKiSspXP0JIFSY52ru3sIMjKM=
Expand Down Expand Up @@ -1639,8 +1639,8 @@ golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down
2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/http2/config.go

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

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/http2/config_go124.go

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

13 changes: 10 additions & 3 deletions vendor/golang.org/x/net/http2/transport.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/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ github.com/tektoncd/chains/pkg/chains/storage/pubsub
github.com/tektoncd/chains/pkg/chains/storage/tekton
github.com/tektoncd/chains/pkg/config
github.com/tektoncd/chains/pkg/patch
# github.com/tektoncd/hub v1.19.1
# github.com/tektoncd/hub v1.19.2
## explicit; go 1.22.0
github.com/tektoncd/hub/api/pkg/cli/app
github.com/tektoncd/hub/api/pkg/cli/cmd
Expand Down Expand Up @@ -1959,7 +1959,7 @@ golang.org/x/exp/slog/internal/buffer
# golang.org/x/mod v0.21.0
## explicit; go 1.22.0
golang.org/x/mod/sumdb/note
# golang.org/x/net v0.33.0
# golang.org/x/net v0.34.0
## explicit; go 1.18
golang.org/x/net/http/httpguts
golang.org/x/net/http2
Expand Down

0 comments on commit 3beb5c1

Please sign in to comment.