Skip to content

Commit 25b3401

Browse files
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.2) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc91a92 commit 25b3401

File tree

2 files changed

+92
-42
lines changed

2 files changed

+92
-42
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ module github.com/github/codeql-action-sync
33
go 1.14
44

55
require (
6-
github.com/go-git/go-git/v5 v5.12.0
6+
github.com/go-git/go-git/v5 v5.13.2
77
github.com/google/go-github/v32 v32.1.0
8-
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
98
github.com/gorilla/mux v1.8.1
109
github.com/markbates/pkger v0.17.1
1110
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
1211
github.com/pkg/errors v0.9.1
1312
github.com/sirupsen/logrus v1.9.3
1413
github.com/spf13/cobra v1.8.1
1514
github.com/stretchr/testify v1.10.0
16-
golang.org/x/net v0.34.0 // indirect
1715
golang.org/x/oauth2 v0.25.0
18-
google.golang.org/protobuf v1.33.0 // indirect
1916
)

0 commit comments

Comments
 (0)