This commit is contained in:
2023-05-01 15:01:43 -04:00
parent f464982fc0
commit 0458e3fe16
6 changed files with 211 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module ezconf
go 1.20
require gopkg.in/ini.v1 v1.67.0
require github.com/stretchr/testify v1.8.2 // indirect