1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/go.mod

25 lines
821 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/go-git/go-git/v5 v5.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.2.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/yaml.v2 v2.2.4
)