module github.com/SAP/jenkins-library go 1.13 require ( github.com/GoogleContainerTools/container-diff v0.15.0 github.com/Jeffail/gabs/v2 v2.5.0 github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/Microsoft/hcsshim v0.8.7 // indirect github.com/bmatcuk/doublestar v1.2.4 github.com/containerd/containerd v1.3.4 // indirect github.com/docker/docker v1.4.2-0.20200114201811-16a3519d870b // indirect github.com/getsentry/sentry-go v0.6.0 github.com/ghodss/yaml v1.0.0 github.com/go-git/go-git/v5 v5.0.0 github.com/go-openapi/runtime v0.19.11 github.com/go-openapi/strfmt v0.19.4 github.com/gogo/protobuf v1.3.1 // indirect github.com/golang/protobuf v1.4.0 // indirect github.com/google/go-cmp v0.4.0 github.com/google/go-containerregistry v0.0.0-20200131185320-aec8da010de2 github.com/google/go-github/v28 v28.1.1 github.com/google/uuid v1.1.1 github.com/huandu/xstrings v1.3.0 // indirect github.com/imdario/mergo v0.3.9 // indirect github.com/magiconair/properties v1.8.0 github.com/mitchellh/copystructure v1.0.0 // indirect github.com/motemen/go-nuts v0.0.0-20190725124253-1d2432db96b0 github.com/piper-validation/fortify-client-go v0.0.0-20200206215926-532b5b150d22 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.5.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.4.0 github.com/testcontainers/testcontainers-go v0.4.0 golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect google.golang.org/appengine v1.6.5 // indirect google.golang.org/genproto v0.0.0-20200417142217-fb6d0575620b // indirect google.golang.org/grpc v1.28.1 // indirect gopkg.in/ini.v1 v1.55.0 )