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

go 1.16

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