Home

todo @main - refs - log -
-
https://git.jolheiser.com/todo.git
TODO management CLI using Vikunja
todo / go.mod
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
module go.jolheiser.com/todo

go 1.22.5

require (
	github.com/peterbourgon/ff/v3 v3.4.0
	go.jolheiser.com/ffjsonnet v0.0.0-20240816163546-0d0f7d30cc19
)

require (
	github.com/google/go-jsonnet v0.20.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	sigs.k8s.io/yaml v1.1.0 // indirect
)