|
1 | 1 | module github.com/actions/actions-sync |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/Microsoft/go-winio v0.5.2 // indirect |
7 | | - github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect |
8 | | - github.com/emirpasic/gods v1.18.1 // indirect |
9 | 6 | github.com/go-git/go-git/v5 v5.4.2 |
10 | | - github.com/golang/protobuf v1.5.2 // indirect |
11 | 7 | github.com/google/go-github/v43 v43.0.0 |
12 | 8 | github.com/gorilla/mux v1.7.4 |
13 | | - github.com/kevinburke/ssh_config v1.2.0 // indirect |
14 | 9 | github.com/pkg/errors v0.9.1 |
15 | | - github.com/sergi/go-diff v1.2.0 // indirect |
16 | 10 | github.com/spf13/cobra v1.4.0 |
17 | 11 | github.com/stretchr/testify v1.7.0 |
| 12 | + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/Microsoft/go-winio v0.5.2 // indirect |
| 17 | + github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect |
| 18 | + github.com/acomagu/bufpipe v1.0.3 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 20 | + github.com/emirpasic/gods v1.18.1 // indirect |
| 21 | + github.com/go-git/gcfg v1.5.0 // indirect |
| 22 | + github.com/go-git/go-billy/v5 v5.3.1 // indirect |
| 23 | + github.com/golang/protobuf v1.5.2 // indirect |
| 24 | + github.com/google/go-querystring v1.1.0 // indirect |
| 25 | + github.com/imdario/mergo v0.3.12 // indirect |
| 26 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 27 | + github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
| 28 | + github.com/kevinburke/ssh_config v1.2.0 // indirect |
| 29 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 30 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 31 | + github.com/sergi/go-diff v1.2.0 // indirect |
| 32 | + github.com/spf13/pflag v1.0.5 // indirect |
18 | 33 | github.com/xanzy/ssh-agent v0.3.1 // indirect |
19 | 34 | golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect |
20 | 35 | golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect |
21 | | - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 |
22 | 36 | golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect |
| 37 | + google.golang.org/appengine v1.6.7 // indirect |
23 | 38 | google.golang.org/protobuf v1.28.0 // indirect |
| 39 | + gopkg.in/warnings.v0 v0.1.2 // indirect |
| 40 | + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect |
24 | 41 | ) |
0 commit comments