Files
sap-jenkins-library/go.mod
T

14 lines
287 B
AMPL

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/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
)