module github.com/choria-io/go-config go 1.12 require ( github.com/choria-io/go-confkey v1.2.0 github.com/choria-io/go-puppet v0.0.1 github.com/golang/mock v1.3.1 github.com/golang/protobuf v1.3.1 // indirect github.com/onsi/ginkgo v1.8.0 github.com/onsi/gomega v1.5.0 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.3.0 // indirect golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect )