-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 742 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/apache/openwhisk-cli
go 1.15
require (
github.com/apache/openwhisk-client-go v0.0.0-20230421081559-13fc65f65684
github.com/apache/openwhisk-wskdeploy v0.0.0-20220815044620-520cbbbffb6e
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/fatih/color v1.10.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.8
github.com/mitchellh/go-homedir v1.1.0
github.com/nicksnyder/go-i18n v1.10.1
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
)