Home

jsonnetpecker @fcfc7abb4772d77cf4c718a04ae780728986dfc4 - refs - log -
-
https://git.jolheiser.com/jsonnetpecker.git
Woodpecker config service for jsonnet
jsonnetpecker / go.mod
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
module github.com/jolheiser/jsonnetpecker

go 1.25.0

require (
	code.superseriousbusiness.org/httpsig v1.5.0
	github.com/go-chi/chi/v5 v5.2.3
	github.com/google/go-jsonnet v0.21.0
	github.com/peterbourgon/ff/v3 v3.4.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	golang.org/x/crypto v0.36.0 // indirect
	golang.org/x/sys v0.31.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	sigs.k8s.io/yaml v1.4.0 // indirect
)