2019-04-23 11:24:40 +02:00
|
|
|
module github.com/jsonnet-bundler/jsonnet-bundler
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
2019-04-23 14:26:40 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
|
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
|
|
|
github.com/campoy/embedmd v1.0.0 // indirect
|
2019-04-23 11:24:40 +02:00
|
|
|
github.com/fatih/color v1.7.0
|
2019-04-23 14:26:40 +02:00
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.6 // indirect
|
2019-04-23 11:24:40 +02:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-04-23 14:26:40 +02:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect
|
2019-04-23 11:24:40 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
|
)
|