mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
6053cae6c5
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
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.1
|
|
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/bmatcuk/doublestar v1.3.0
|
|
github.com/getsentry/sentry-go v0.6.1
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/go-openapi/runtime v0.19.15
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/google/go-cmp v0.4.1
|
|
github.com/google/go-containerregistry v0.0.0-20200521151920-a873a21aff23
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/motemen/go-nuts v0.0.0-20200521134403-de26cfb00bc6
|
|
github.com/piper-validation/fortify-client-go v0.0.0-20200206215926-532b5b150d22
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/testcontainers/testcontainers-go v0.5.1
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
gopkg.in/ini.v1 v1.56.0
|
|
)
|