blob: 6104f40c787ee42f3a0c6c8331ae1372da423983 [file] [log] [blame]
module github.com/KorAP/datokenizer
go 1.16
require (
github.com/alecthomas/kong v0.2.17
github.com/rs/zerolog v1.23.0 // indirect
github.com/stretchr/testify v1.7.0
)