codeql-action-sync-tool/go.mod

20 строки
598 B
Modula-2

module github.com/github/codeql-action-sync
go 1.14
require (
github.com/go-git/go-git/v5 v5.12.0
github.com/google/go-github/v32 v32.1.0
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/gorilla/mux v1.8.1
github.com/markbates/pkger v0.17.1
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.23.0
google.golang.org/protobuf v1.33.0 // indirect
)