-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.18 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.18 KB
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
module github.com/ZupIT/ritchie-cli
go 1.13
require (
github.com/Masterminds/semver/v3 v3.0.3
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/denisbrodbeck/machineid v1.0.1
github.com/gofrs/flock v0.7.1
github.com/google/uuid v1.1.1
github.com/gosuri/uitable v0.0.4
github.com/hashicorp/go-getter v1.4.0 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/matryer/is v1.2.0
github.com/matryer/moq v0.0.0-20200310130814-7721994d1b54 // indirect
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/pkg/errors v0.9.1
github.com/pkg/fileutils v0.0.0-20181114200823-d734b7f202ba // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
github.com/thoas/go-funk v0.6.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/ini.v1 v1.49.0 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
)