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 3edc1f0 commit f6cec85Copy full SHA for f6cec85
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.1
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