2019-04-23 11:24:40 +02:00
|
|
|
module github.com/jsonnet-bundler/jsonnet-bundler
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
2022-06-22 16:25:58 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
|
|
|
github.com/fatih/color v1.13.0
|
|
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.7.4
|
|
|
|
|
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
|
2019-04-23 11:24:40 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2022-06-22 16:25:58 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2019-04-23 11:24:40 +02:00
|
|
|
)
|