mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 23:07:14 +02:00
Add go mod Also make the build docs nicer and cleanup the file directory to be in line with most other go projects. This also make it so you can build jsonnet without setting -o on go build.
10 lines
258 B
Modula-2
10 lines
258 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
|
|
)
|