Skip to content
Merged
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
19,606 changes: 9,818 additions & 9,788 deletions generate/zz_filesystem_generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ require (
github.com/tektoncd/pipeline v0.60.1
github.com/xanzy/go-gitlab v0.102.0
golang.org/x/crypto v0.31.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.10.0
Expand Down Expand Up @@ -267,6 +266,7 @@ require (
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion hack/allocate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ nodes:
- containerPort: 80
hostPort: 80
listenAddress: "127.0.0.1"
- containerPort: 433
- containerPort: 443
hostPort: 443
listenAddress: "127.0.0.1"
- containerPort: 30022
Expand Down
Loading
Loading