aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 6b466b414fd38234c5af58ce92749fa39dfdbfa3 (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.1
	github.com/spf13/cobra v1.4.0
)