2019-10-22 15:41:27 +02:00
|
|
|
module github.com/SAP/jenkins-library
|
|
|
|
|
2020-09-17 08:44:42 +02:00
|
|
|
go 1.15
|
2019-10-22 15:41:27 +02:00
|
|
|
|
|
|
|
require (
|
2021-12-15 16:07:47 +02:00
|
|
|
cloud.google.com/go/storage v1.10.0
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/GoogleContainerTools/container-diff v0.17.0
|
|
|
|
github.com/Jeffail/gabs/v2 v2.6.1
|
2020-05-25 19:48:59 +02:00
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
2022-01-31 11:45:40 +02:00
|
|
|
github.com/antchfx/htmlquery v1.2.4
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/bmatcuk/doublestar v1.3.4
|
2021-06-02 16:45:22 +02:00
|
|
|
github.com/bndr/gojenkins v1.1.1-0.20210520222939-90ed82bfdff6
|
2021-12-07 15:06:35 +02:00
|
|
|
github.com/buildpacks/lifecycle v0.13.0
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/docker/cli v20.10.9+incompatible
|
|
|
|
github.com/elliotchance/orderedmap v1.4.0
|
|
|
|
github.com/evanphx/json-patch v4.11.0+incompatible
|
|
|
|
github.com/getsentry/sentry-go v0.11.0
|
2021-05-06 10:27:23 +02:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
|
|
github.com/go-openapi/runtime v0.20.0
|
|
|
|
github.com/go-openapi/strfmt v0.20.3
|
2021-10-01 12:49:05 +02:00
|
|
|
github.com/go-playground/locales v0.14.0
|
|
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
|
|
github.com/go-playground/validator/v10 v10.9.0
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/google/go-cmp v0.5.6
|
|
|
|
github.com/google/go-containerregistry v0.6.0
|
2020-09-14 12:05:12 +02:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
2021-12-06 13:54:42 +02:00
|
|
|
github.com/hashicorp/vault v1.8.5
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/hashicorp/vault/api v1.1.2-0.20210713235431-1fc8af4c041f
|
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.5.1
|
2021-02-24 16:44:23 +02:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2021-02-24 16:44:23 +02:00
|
|
|
github.com/magicsong/color-glog v0.0.1 // indirect
|
|
|
|
github.com/magicsong/sonargo v0.0.1
|
2021-09-08 16:48:12 +02:00
|
|
|
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
|
2021-11-03 13:37:26 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/motemen/go-nuts v0.0.0-20210915132349-615a782f2c69
|
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2022-02-08 15:10:40 +02:00
|
|
|
github.com/piper-validation/fortify-client-go v0.0.0-20220126145513-7b3e9a72af01
|
2020-02-18 16:19:50 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-10-11 11:10:21 +02:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/cobra v1.2.1
|
2019-10-22 15:41:27 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-10-01 12:49:05 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-13 10:39:45 +02:00
|
|
|
github.com/testcontainers/testcontainers-go v0.10.0
|
|
|
|
github.com/xuri/excelize/v2 v2.4.1
|
|
|
|
golang.org/x/mod v0.5.1
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
2021-12-15 16:07:47 +02:00
|
|
|
google.golang.org/api v0.47.0
|
2021-10-13 10:39:45 +02:00
|
|
|
gopkg.in/ini.v1 v1.63.2
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-10-22 15:41:27 +02:00
|
|
|
)
|