Added logic to find next available IP address

This commit is contained in:
Mike Conrad
2025-04-14 15:50:08 -04:00
parent 2964391f0a
commit d0e3d6777d
5 changed files with 159 additions and 4 deletions

2
go.mod
View File

@ -8,7 +8,9 @@ require (
)
require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/pquerna/cachecontrol v0.2.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)