@@ -3,18 +3,22 @@ module github.com/github/codeql-action-sync
3
3
go 1.14
4
4
5
5
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
7
9
github.com/google/go-github/v32 v32.1.0
8
10
github.com/gorilla/mux v1.8.0
11
+ github.com/kevinburke/ssh_config v1.1.0 // indirect
9
12
github.com/markbates/pkger v0.17.0
10
13
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
13
17
github.com/spf13/cobra v1.0.0
14
18
github.com/spf13/pflag v1.0.5 // indirect
15
19
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
18
22
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
20
24
)
0 commit comments