Files
drone-jsonnet-generator/go.mod
Shunsuke Suzuki 553af55606 Merge pull request #11 from suzuki-shunsuke/renovate/github.com-stretchr-testify-1.x
chore(deps): update module stretchr/testify to v1.5.1
2020-05-06 11:14:28 +09:00

14 lines
343 B
Modula-2

module github.com/suzuki-shunsuke/drone-jsonnet-generator
go 1.12
require (
github.com/drone/drone-yaml v1.1.3
github.com/ghodss/yaml v1.0.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/suzuki-shunsuke/go-cliutil v0.0.0-20181211154308-176f852d9bca
github.com/urfave/cli v1.22.4
gopkg.in/yaml.v2 v2.2.2
)