diff --git a/cmd/ots-cli/go.mod b/cmd/ots-cli/go.mod index ca8d069..0809f30 100644 --- a/cmd/ots-cli/go.mod +++ b/cmd/ots-cli/go.mod @@ -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 diff --git a/go.mod b/go.mod index d2ce2ab..33f645e 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/pkg/client/go.mod b/pkg/client/go.mod index a8620c2..519159c 100644 --- a/pkg/client/go.mod +++ b/pkg/client/go.mod @@ -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