Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update internal dependencies #695

Merged
merged 1 commit into from
Nov 29, 2023
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
6 changes: 3 additions & 3 deletions git/gogit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/fluxcd/gitkit v0.6.0
github.com/fluxcd/pkg/git v0.15.0
github.com/fluxcd/pkg/gittestserver v0.8.6
github.com/fluxcd/pkg/ssh v0.9.0
github.com/fluxcd/pkg/git v0.16.0
github.com/fluxcd/pkg/gittestserver v0.9.0
github.com/fluxcd/pkg/ssh v0.10.0
github.com/fluxcd/pkg/version v0.2.2
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.10.1
Expand Down
6 changes: 3 additions & 3 deletions git/internal/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ replace (

require (
github.com/fluxcd/go-git-providers v0.19.1
github.com/fluxcd/pkg/git v0.15.0
github.com/fluxcd/pkg/git v0.16.0
github.com/fluxcd/pkg/git/gogit v0.15.0
github.com/fluxcd/pkg/gittestserver v0.8.6
github.com/fluxcd/pkg/ssh v0.9.0
github.com/fluxcd/pkg/gittestserver v0.9.0
github.com/fluxcd/pkg/ssh v0.10.0
github.com/go-git/go-git/v5 v5.10.1
github.com/go-logr/logr v1.2.4
github.com/google/uuid v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion kustomize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (
require (
github.com/drone/envsubst v1.0.3
github.com/fluxcd/pkg/apis/kustomize v1.2.0
github.com/fluxcd/pkg/sourceignore v0.3.5
github.com/fluxcd/pkg/sourceignore v0.4.0
github.com/go-git/go-git/v5 v5.10.1
github.com/hashicorp/go-multierror v1.1.1
github.com/onsi/gomega v1.30.0
Expand Down
2 changes: 1 addition & 1 deletion oci/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.13.35
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.5
github.com/distribution/distribution/v3 v3.0.0-20230821124843-59dd684cc897
github.com/fluxcd/pkg/sourceignore v0.3.5
github.com/fluxcd/pkg/sourceignore v0.4.0
github.com/fluxcd/pkg/tar v0.4.0
github.com/fluxcd/pkg/version v0.2.2
github.com/google/go-containerregistry v0.16.1
Expand Down
Loading