blob: 547115ba62efd99fcbf72d5a858a842f8c60ace9 [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]7efa7e52023-06-05 03:59:16 +00007 github.com/stretchr/testify v1.8.4
Akron740f3d72021-08-03 12:12:34 +02008)