mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
21 lines
690 B
Modula-2
21 lines
690 B
Modula-2
module github.com/SAP/jenkins-library
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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-20190510104115-cbcb75029529 // indirect
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|