We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0b6ad commit 53bc580Copy full SHA for 53bc580
go.mod
@@ -3,14 +3,14 @@ module github.com/github/codeql-action-sync
3
go 1.14
4
5
require (
6
- github.com/go-git/go-git/v5 v5.5.2
+ github.com/go-git/go-git/v5 v5.9.0
7
github.com/google/go-github/v32 v32.1.0
8
github.com/gorilla/mux v1.8.0
9
github.com/markbates/pkger v0.17.0
10
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
11
github.com/pkg/errors v0.9.1
12
github.com/sergi/go-diff v1.2.0 // indirect
13
- github.com/sirupsen/logrus v1.7.0
+ github.com/sirupsen/logrus v1.9.0
14
github.com/spf13/cobra v1.0.0
15
github.com/spf13/pflag v1.0.5 // indirect
16
github.com/stretchr/testify v1.8.4
0 commit comments