Rename project to actions-sync
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
||||
)
|
||||
Reference in New Issue
Block a user