mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-06 22:37:23 +02:00
This is mostly so that I can add it as the test module to be used in the bazel registry presubmit
14 lines
276 B
Modula-2
14 lines
276 B
Modula-2
module example/go-jsonnet-using-bazel
|
|
|
|
go 1.23.7
|
|
|
|
require github.com/google/go-jsonnet v0.21.0-rc2
|
|
|
|
require (
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
)
|
|
|
|
replace github.com/google/go-jsonnet => ../../
|