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

go 1.16

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