mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
24 lines
826 B
Modula-2
24 lines
826 B
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.2
|
|
github.com/docker/docker v1.4.2-0.20200114201811-16a3519d870b // indirect
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/google/go-cmp v0.3.1
|
|
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/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/testcontainers/testcontainers-go v0.1.0
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|