Skip to content

Commit

Permalink
Merge pull request #451 from fluxcd/update-git-deps
Browse files Browse the repository at this point in the history
Update pkg/git dependency to v0.8.0
  • Loading branch information
darkowlzz authored Jan 20, 2023
2 parents 7ef01b0 + e97d435 commit d0e7e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion git/gogit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819
github.com/fluxcd/gitkit v0.6.0
github.com/fluxcd/go-git/v5 v5.0.0-20221206140629-ec778c2c37df
github.com/fluxcd/pkg/git v0.7.0
github.com/fluxcd/pkg/git v0.8.0
github.com/fluxcd/pkg/gittestserver v0.8.0
github.com/fluxcd/pkg/ssh v0.7.0
github.com/fluxcd/pkg/version v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion git/internal/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ replace github.com/libgit2/git2go/v34 => github.com/fluxcd/git2go/v34 v34.0.0
require (
github.com/fluxcd/go-git-providers v0.10.0
github.com/fluxcd/go-git/v5 v5.0.0-20221206140629-ec778c2c37df
github.com/fluxcd/pkg/git v0.7.0
github.com/fluxcd/pkg/git v0.8.0
github.com/fluxcd/pkg/git/gogit v0.3.1
github.com/fluxcd/pkg/git/libgit2 v0.2.0
github.com/fluxcd/pkg/gittestserver v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion git/libgit2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819
github.com/fluxcd/gitkit v0.6.0
github.com/fluxcd/pkg/git v0.7.0
github.com/fluxcd/pkg/git v0.8.0
github.com/fluxcd/pkg/git/gogit v0.3.1
github.com/fluxcd/pkg/gittestserver v0.8.0
github.com/fluxcd/pkg/http/transport v0.1.0
Expand Down

0 comments on commit d0e7e5c

Please sign in to comment.