Files
actions-sync/go.mod

15 lines
363 B
Modula-2
Raw Normal View History

2020-07-02 19:36:10 +01:00
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
2020-09-18 16:50:47 -04:00
github.com/stretchr/testify v1.6.1
2020-07-02 19:36:10 +01:00
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)