blob: fee87c2358d1e46c067cc2ebe35e13fe40a44b70 [file] [log] [blame]
module github.com/KorAP/datok
go 1.16
require (
github.com/alecthomas/kong v0.7.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)