1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-05 19:20:15 +01:00
parent 65b8fd210a
commit 7b9b034802
3 changed files with 42 additions and 22 deletions

5
go.mod
View file

@ -1,3 +1,8 @@
module github.com/lukaswrz/gonfig
go 1.23.3
require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
)