This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
32 lines (30 loc) · 1.35 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/analogj/capsulecd
go 1.13
require (
github.com/Masterminds/semver v1.5.0
github.com/analogj/go-bitbucket v0.4.1-0.20180829210310-6acaddff5364
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v2.4.0+incompatible // indirect
github.com/kvz/logstreamer v0.0.0-20150507115422-a635b98146f0
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/seborama/govcr v2.4.2+incompatible
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.19.1
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/libgit2/git2go.v25 v25.0.0-20170120134632-334260d743d7
gopkg.in/yaml.v2 v2.2.2
)