mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
13 lines
332 B
Modula-2
13 lines
332 B
Modula-2
module github.com/google/go-jsonnet
|
|
|
|
require (
|
|
github.com/fatih/color v1.7.0
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
|
|
)
|
|
|
|
go 1.13
|