Akron | 7f1097f | 2021-09-21 16:00:29 +0200 | [diff] [blame] | 1 | module github.com/KorAP/datok |
Akron | 8ef408b | 2021-08-02 22:11:04 +0200 | [diff] [blame] | 2 | |
3 | go 1.16 | ||||
4 | |||||
Akron | 740f3d7 | 2021-08-03 12:12:34 +0200 | [diff] [blame] | 5 | require ( |
dependabot[bot] | 353e323 | 2023-10-16 03:58:28 +0000 | [diff] [blame] | 6 | github.com/alecthomas/kong v0.8.1 |
dependabot[bot] | 0b9aa66 | 2024-03-04 03:07:33 +0000 | [diff] [blame^] | 7 | github.com/stretchr/testify v1.9.0 |
Akron | 740f3d7 | 2021-08-03 12:12:34 +0200 | [diff] [blame] | 8 | ) |