2019-10-22 15:41:27 +02:00
|
|
|
module github.com/SAP/jenkins-library
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-02-06 11:47:45 +02:00
|
|
|
github.com/GoogleContainerTools/container-diff v0.15.0
|
|
|
|
github.com/Microsoft/hcsshim v0.8.7 // indirect
|
2020-01-28 00:40:53 +02:00
|
|
|
github.com/bmatcuk/doublestar v1.2.2
|
2020-02-06 11:47:45 +02:00
|
|
|
github.com/docker/docker v1.4.2-0.20200114201811-16a3519d870b // indirect
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-04-03 16:34:40 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.0.0
|
2019-11-05 17:30:41 +02:00
|
|
|
github.com/google/go-cmp v0.3.1
|
2020-02-06 11:47:45 +02:00
|
|
|
github.com/google/go-containerregistry v0.0.0-20200131185320-aec8da010de2
|
2019-11-06 15:07:41 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-02-18 16:19:50 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/pkg/errors v0.9.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-03-20 19:20:52 +02:00
|
|
|
github.com/testcontainers/testcontainers-go v0.2.0
|
2019-11-04 17:07:30 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-02-25 15:33:34 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2019-10-22 15:41:27 +02:00
|
|
|
)
|