yats.git

ref: master

client/go.mod


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
module yats

go 1.22.0

require (
	github.com/spf13/pflag v1.0.5
	github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
)

require (
	github.com/ghodss/yaml v1.0.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)