Files
actions-sync/go.mod
2020-09-21 12:08:01 -04:00

15 lines
363 B
Modula-2

module github.com/actions/actions-sync
go 1.14
require (
github.com/go-git/go-git/v5 v5.0.0
github.com/google/go-github/v25 v25.1.3
github.com/google/go-github/v31 v31.0.0
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)