Skip to content

Commit 22b1e88

Browse files
dependabot[bot]chrisgavin
authored andcommitted
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 30774be commit 22b1e88

File tree

2 files changed

+92
-42
lines changed

2 files changed

+92
-42
lines changed

Diff for: go.mod

+1-4
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)