module github.com/actions/actions-sync go 1.14 require ( github.com/Microsoft/go-winio v0.5.2 // indirect github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/go-git/v5 v5.4.2 github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-github/v43 v43.0.0 github.com/gorilla/mux v1.7.4 github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/pkg/errors v0.9.1 github.com/sergi/go-diff v1.2.0 // indirect github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.7.0 github.com/xanzy/ssh-agent v0.3.1 // indirect golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect google.golang.org/protobuf v1.28.0 // indirect )