We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f840f commit f62f70fCopy full SHA for f62f70f
go.mod
@@ -3,17 +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.12.0
+ github.com/go-git/go-git/v5 v5.13.0
7
github.com/google/go-github/v32 v32.1.0
8
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
9
github.com/gorilla/mux v1.8.1
10
github.com/markbates/pkger v0.17.1
11
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
12
github.com/pkg/errors v0.9.1
13
github.com/sirupsen/logrus v1.9.3
14
github.com/spf13/cobra v1.8.1
15
- github.com/stretchr/testify v1.9.0
16
- golang.org/x/net v0.23.0 // indirect
+ github.com/stretchr/testify v1.10.0
17
golang.org/x/oauth2 v0.25.0
18
- google.golang.org/protobuf v1.33.0 // indirect
19
)
0 commit comments