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
2 changes: 1 addition & 1 deletion git/internal/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (

require (
github.com/fluxcd/go-git-providers v0.28.0
github.com/fluxcd/pkg/auth v0.54.1
github.com/fluxcd/pkg/auth v0.54.2
github.com/fluxcd/pkg/git v0.52.0
github.com/fluxcd/pkg/gittestserver v0.29.0
github.com/fluxcd/pkg/ssh v0.25.0
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/elazarl/goproxy v1.8.0
github.com/fluxcd/cli-utils v1.2.2
github.com/fluxcd/pkg/apis/meta v1.30.1
github.com/fluxcd/pkg/auth v0.54.1
github.com/fluxcd/pkg/auth v0.54.2
github.com/fluxcd/pkg/cache v0.14.0
github.com/fluxcd/pkg/git v0.52.0
github.com/fluxcd/pkg/runtime v0.110.1
Expand Down
Loading