2019-10-22 15:41:27 +02:00
|
|
|
module github.com/SAP/jenkins-library
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-01-28 00:40:53 +02:00
|
|
|
github.com/bmatcuk/doublestar v1.2.2
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2019-11-05 17:30:41 +02:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2019-11-06 15:07:41 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2019-11-22 16:58:24 +02:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-11-04 15:43:33 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2019-11-21 17:34:22 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-02-04 11:46:43 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
2020-01-29 14:17:54 +02:00
|
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
2019-11-04 17:07:30 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-11-22 16:58:24 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
2020-01-29 14:17:54 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
2019-10-22 15:41:27 +02:00
|
|
|
)
|