-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathgo.mod
23 lines (21 loc) · 886 Bytes
/
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
module github.com/pivotal-cf/pivnet-cli/v3
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/fatih/color v1.13.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.9.0
github.com/pivotal-cf/go-pivnet/v7 v7.0.1
github.com/robdimsdale/sanitizer v0.0.0-20160522134901-ab2334cb7539
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/yaml.v2 v2.2.8
)
go 1.13