mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
cb3fa7c293
* add sonarqube measurements * fetch measurements from API * add api for fetching issue counts * add debug outputs * add further severities * log number of issues * report failure * expose method to send request * Fixed what was broken. * add debug output * wip * correct opaque property * push client handling to apiClient.go * use correct API URL * correct log outputs * remove logging * remove option validation * extend search options * restructure * rename api client file * simplify client usage * simplify issue client * write sonar values to influx * extract issue service * reorder imports * add sonar integration test * allow unknown fields * add test case * add test case * remove * fix * Update http.go * Apply suggestions from code review * Update cmd/sonarExecuteScan.go * rework test cases * use explicit returns * add task service * add waitfortask * fix typo * remove fixme * expose poll interval * rename test cases * add test cases * use newAPIClient method * use waitForTask * rename services * finalize code * handle error * move defer * move types * add test case * use http.status... * add test case * expose api endpoint names * extract api client * adjust test cases * Update integration-tests-pr.yaml * Update integration-tests.yaml * improve require message * Update integration-tests-pr.yaml * Update integration-tests-pr.yaml
72 lines
3.1 KiB
Modula-2
72 lines
3.1 KiB
Modula-2
module github.com/SAP/jenkins-library
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.1
|
|
github.com/GoogleContainerTools/container-diff v0.15.0
|
|
github.com/Jeffail/gabs/v2 v2.6.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.10 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
|
github.com/bmatcuk/doublestar v1.3.2
|
|
github.com/bndr/gojenkins v1.0.1
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
|
github.com/docker/docker v1.4.2-0.20200114201811-16a3519d870b // indirect
|
|
github.com/elliotchance/orderedmap v1.3.0
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/frankban/quicktest v1.10.0 // indirect
|
|
github.com/getsentry/sentry-go v0.7.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/go-openapi/runtime v0.19.22
|
|
github.com/go-openapi/spec v0.19.9 // indirect
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/validate v0.19.11 // indirect
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/google/go-containerregistry v0.1.3
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.7
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/vault/api v1.0.4
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/jarcoal/httpmock v1.0.8
|
|
github.com/magiconair/properties v1.8.4
|
|
github.com/magicsong/color-glog v0.0.1 // indirect
|
|
github.com/magicsong/sonargo v0.0.1
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/motemen/go-nuts v0.0.0-20200601065735-3df31f16cb2f
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
github.com/piper-validation/fortify-client-go v0.0.0-20210114140201-1261216783c6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/testcontainers/testcontainers-go v0.5.1
|
|
go.mongodb.org/mongo-driver v1.4.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
|
|
golang.org/x/mod v0.3.0
|
|
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
google.golang.org/genproto v0.0.0-20201002142447-3860012362da // indirect
|
|
google.golang.org/grpc v1.32.0 // indirect
|
|
gopkg.in/ini.v1 v1.61.0
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|