forked from young-yang03/cloud-mta-build-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 663 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/SAP/cloud-mta-build-tool
go 1.13
require (
github.com/SAP/cloud-mta v1.0.4
github.com/deckarep/golang-set v1.7.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/goveralls v0.0.11 // indirect
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 // indirect
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.13.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect
gopkg.in/yaml.v2 v2.4.0
)