aboutsummaryrefslogtreecommitdiff
path: root/bind/go.mod
blob: a04a4013387a3e26b90d79aaceff8454d9cd4769 (plain)
1
2
3
4
5
6
7
module test

go 1.13

require (
	gopkg.in/yaml.v2 v2.2.2
)