Skip to content

Commit 1a1b145

Browse files
Bump github.com/go-git/go-git/v5 in the go_modules group
Bumps the go_modules group with 1 update: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bc50ff commit 1a1b145

File tree

2 files changed

+111
-42
lines changed

2 files changed

+111
-42
lines changed

go.mod

Lines changed: 2 additions & 5 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.0
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
15-
github.com/stretchr/testify v1.9.0
16-
golang.org/x/net v0.23.0 // indirect
14+
github.com/stretchr/testify v1.10.0
1715
golang.org/x/oauth2 v0.23.0
18-
google.golang.org/protobuf v1.33.0 // indirect
1916
)

0 commit comments

Comments
 (0)