Home

jolheiser.com @82a84f0c62b0a1dddf9e7e7e464680a002439dcb - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / go.mod
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
module jolheiser.com

go 1.21

require (
	git.jojodev.com/jolheiser/simpleicons v0.0.3
	github.com/a-h/templ v0.2.778
	github.com/google/go-jsonnet v0.20.0
)

require (
	gopkg.in/yaml.v2 v2.2.7 // indirect
	sigs.k8s.io/yaml v1.1.0 // indirect
)