mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-06 22:37:23 +02:00
* chore: Update dependency versions * Downgrade crypto to fix bazel CI * Switch to Go 1.23.7 and update dependencies Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
17 lines
329 B
Modula-2
17 lines
329 B
Modula-2
module github.com/google/go-jsonnet
|
|
|
|
go 1.23.7
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0
|
|
github.com/sergi/go-diff v1.3.1
|
|
golang.org/x/crypto v0.36.0
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|