Fix: Update versions to match

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-05-01 16:27:36 +02:00
parent caff9de904
commit e7d044c8e3
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -10,14 +10,14 @@ replace (
)
require (
github.com/Luzifer/ots/pkg/client v0.0.0-20250501135323-32a8b0914268
github.com/Luzifer/ots/pkg/client v0.0.0-20250501141043-caff9de9043b
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
)
require (
github.com/Luzifer/go-openssl/v4 v4.2.4 // indirect
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501130614-a7b165783a61 // indirect
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501141043-caff9de9043b // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect

2
go.mod
View file

@ -8,7 +8,7 @@ replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization
require (
github.com/Luzifer/go_helpers/v2 v2.25.0
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501133641-0d2df36f82fd
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501141043-caff9de9043b
github.com/Luzifer/rconfig/v2 v2.6.0
github.com/Masterminds/sprig/v3 v3.3.0
github.com/gofrs/uuid v4.4.0+incompatible

View file

@ -8,7 +8,7 @@ replace github.com/Luzifer/ots/pkg/customization => ../customization
require (
github.com/Luzifer/go-openssl/v4 v4.2.4
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501133641-0d2df36f82fd
github.com/Luzifer/ots/pkg/customization v0.0.0-20250501141043-caff9de9043b
github.com/ryanuber/go-glob v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0