aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 5eec6bff55c81cad9a9a1b978853d3aae68a2a92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/nihei9/vartan

go 1.19

require (
	github.com/nihei9/maleeni v0.6.1
	github.com/spf13/cobra v1.4.0
)

require (
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
)