File tree Expand file tree Collapse file tree 2 files changed +117
-50
lines changed Expand file tree Collapse file tree 2 files changed +117
-50
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,14 @@ 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.12.0
6
+ github.com/go-git/go-git/v5 v5.13.2
7
7
github.com/google/go-github/v32 v32.1.0
8
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
9
8
github.com/gorilla/mux v1.8.1
10
9
github.com/markbates/pkger v0.17.1
11
10
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
12
11
github.com/pkg/errors v0.9.1
13
12
github.com/sirupsen/logrus v1.9.3
14
13
github.com/spf13/cobra v1.8.1
15
- github.com/stretchr/testify v1.9.0
16
- golang.org/x/net v0.23.0 // indirect
14
+ github.com/stretchr/testify v1.10.0
17
15
golang.org/x/oauth2 v0.25.0
18
- google.golang.org/protobuf v1.33.0 // indirect
19
16
)
You can’t perform that action at this time.
0 commit comments