Skip to content

Commit eab82ac

Browse files
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.12.0) --- 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] <support@github.com>
1 parent c880924 commit eab82ac

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +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.11.0
6+
github.com/go-git/go-git/v5 v5.12.0
77
github.com/google/go-github/v32 v32.1.0
88
github.com/gorilla/mux v1.8.1
99
github.com/markbates/pkger v0.17.1
1010
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
1111
github.com/pkg/errors v0.9.1
12-
github.com/sergi/go-diff v1.2.0 // indirect
1312
github.com/sirupsen/logrus v1.9.3
1413
github.com/spf13/cobra v1.8.0
15-
github.com/stretchr/testify v1.8.4
14+
github.com/stretchr/testify v1.9.0
1615
golang.org/x/oauth2 v0.16.0
1716
)

go.sum

Lines changed: 28 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)