go-jsonnet/examples/bazel/go.mod
John Bartholomew fb07a24f45 feat: add an example bazel module + go binary using the library
This is mostly so that I can add it as the test module to be used
in the bazel registry presubmit
2025-03-16 16:10:31 +00:00

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 => ../../