blob: ddb773913c367192d252ece40971f9f126999068 [file] [log] [blame]
Akron7f1097f2021-09-21 16:00:29 +02001module github.com/KorAP/datok
Akron8ef408b2021-08-02 22:11:04 +02002
3go 1.16
4
Akron740f3d72021-08-03 12:12:34 +02005require (
dependabot[bot]cab40cf2023-06-26 03:59:00 +00006 github.com/alecthomas/kong v0.8.0
dependabot[bot]8413f842023-02-27 04:02:28 +00007 github.com/stretchr/testify v1.8.2
Akron740f3d72021-08-03 12:12:34 +02008)