|
| 1 | +module github.com/analogj/capsulecd |
| 2 | + |
| 3 | +go 1.13 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/Masterminds/semver v1.5.0 |
| 7 | + github.com/analogj/go-bitbucket v0.4.1-0.20180829210310-6acaddff5364 |
| 8 | + github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129 |
| 9 | + github.com/golang/protobuf v1.3.2 // indirect |
| 10 | + github.com/google/go-github v17.0.0+incompatible |
| 11 | + github.com/google/go-querystring v1.0.0 // indirect |
| 12 | + github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect |
| 13 | + github.com/k0kubun/pp v2.4.0+incompatible // indirect |
| 14 | + github.com/kvz/logstreamer v0.0.0-20150507115422-a635b98146f0 |
| 15 | + github.com/magiconair/properties v1.8.1 // indirect |
| 16 | + github.com/mattn/go-colorable v0.1.2 // indirect |
| 17 | + github.com/mattn/go-isatty v0.0.9 // indirect |
| 18 | + github.com/mitchellh/mapstructure v1.1.2 |
| 19 | + github.com/pelletier/go-toml v1.4.0 // indirect |
| 20 | + github.com/seborama/govcr v2.4.2+incompatible |
| 21 | + github.com/spf13/afero v1.2.2 // indirect |
| 22 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 23 | + github.com/spf13/viper v1.4.0 |
| 24 | + github.com/stretchr/testify v1.4.0 |
| 25 | + github.com/urfave/cli v1.19.1 |
| 26 | + golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect |
| 27 | + golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 |
| 28 | + golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5 // indirect |
| 29 | + google.golang.org/appengine v1.6.2 // indirect |
| 30 | + gopkg.in/libgit2/git2go.v25 v25.0.0-20170120134632-334260d743d7 |
| 31 | + gopkg.in/yaml.v2 v2.2.2 |
| 32 | +) |
0 commit comments