Skip to content

Commit 1fa3ed9

Browse files
Bump the version of go-git to 5.3.0
1 parent d1182c8 commit 1fa3ed9

File tree

2 files changed

+56
-6
lines changed

2 files changed

+56
-6
lines changed

go.mod

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@ module github.com/github/codeql-action-sync
33
go 1.14
44

55
require (
6-
github.com/go-git/go-git/v5 v5.1.0
6+
github.com/Microsoft/go-winio v0.5.0 // indirect
7+
github.com/go-git/go-billy/v5 v5.2.0 // indirect
8+
github.com/go-git/go-git/v5 v5.3.0
79
github.com/google/go-github/v32 v32.1.0
810
github.com/gorilla/mux v1.8.0
11+
github.com/kevinburke/ssh_config v1.1.0 // indirect
912
github.com/markbates/pkger v0.17.0
1013
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
11-
github.com/pkg/errors v0.8.1
12-
github.com/sirupsen/logrus v1.2.0
14+
github.com/pkg/errors v0.9.1
15+
github.com/sergi/go-diff v1.2.0 // indirect
16+
github.com/sirupsen/logrus v1.7.0
1317
github.com/spf13/cobra v1.0.0
1418
github.com/spf13/pflag v1.0.5 // indirect
1519
github.com/stretchr/testify v1.6.1
16-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
17-
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
20+
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
21+
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
1822
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
19-
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
23+
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
2024
)

go.sum

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

0 commit comments

Comments
 (0)