aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 874c384b460ebea9d0bb7ebe259be4f07512f32f (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/nihei9/vartan

go 1.16

require (
	github.com/nihei9/maleeni v0.6.0
	github.com/spf13/cobra v1.1.3
)