module github.com/SAP/jenkins-library go 1.13 require ( github.com/bmatcuk/doublestar v1.2.2 github.com/ghodss/yaml v1.0.0 github.com/google/go-cmp v0.3.1 github.com/google/go-github/v28 v28.1.1 github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.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 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect )