update
This commit is contained in:
parent
65b8fd210a
commit
7b9b034802
3 changed files with 42 additions and 22 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue