mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-28 08:49:44 +02:00
bb230d3b9b
Allow for package external access to general configuration. Use-case: re-use individual steps
16 lines
384 B
Modula-2
16 lines
384 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/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.2.2
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
)
|