blob: 39e855028922d68c61fa6ccaee7794271768322e [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]353e3232023-10-16 03:58:28 +00006 github.com/alecthomas/kong v0.8.1
dependabot[bot]7efa7e52023-06-05 03:59:16 +00007 github.com/stretchr/testify v1.8.4
Akron740f3d72021-08-03 12:12:34 +02008)