mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
989c47db2c
* add test cases for sonar pkg
* add sonar pkg
* read task report and write reports JSON
* use alias
* rename type
* set read permission on created files
* archive reports
* handle empty report lists
* use filepath
* simplify report creation
* improve error message
* Revert "archive reports"
This reverts commit ba4b56fec1
.
* improve test cases
* Add descriptions
Co-Authored-By: Stephan Aßmus <stephan.assmus@sap.com>
* improve tests
Co-Authored-By: Stephan Aßmus <stephan.assmus@sap.com>
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
38 lines
1.5 KiB
Modula-2
38 lines
1.5 KiB
Modula-2
module github.com/SAP/jenkins-library
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/GoogleContainerTools/container-diff v0.15.0
|
|
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/ghodss/yaml v1.0.0
|
|
github.com/go-git/go-git/v5 v5.0.0
|
|
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-20200413145205-82d30a103c0a
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/magiconair/properties v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
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.2.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
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|