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

go 1.16

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