From def4e532ddece72df919aa1bf1c1ec9698d0011a Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Tue, 23 Sep 2025 19:33:08 -0400 Subject: [PATCH] uplift gdt CLI and porcelain to v1.10.1 core Adds support for test scenario `depends` field. Issue #60 Signed-off-by: Jay Pipes --- cmd/gdt/go.mod | 2 +- cmd/gdt/go.sum | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/gdt/go.mod b/cmd/gdt/go.mod index 3417f14..3bf2194 100644 --- a/cmd/gdt/go.mod +++ b/cmd/gdt/go.mod @@ -3,7 +3,7 @@ module github.com/gdt-dev/gdt/cmd/gdt go 1.24.3 require ( - github.com/gdt-dev/core v1.10.0 + github.com/gdt-dev/core v1.10.1 github.com/gdt-dev/http v1.10.0 github.com/gdt-dev/kube v1.10.1 github.com/samber/lo v1.51.0 diff --git a/cmd/gdt/go.sum b/cmd/gdt/go.sum index dda099d..d78df92 100644 --- a/cmd/gdt/go.sum +++ b/cmd/gdt/go.sum @@ -19,8 +19,8 @@ github.com/evanphx/json-patch/v5 v5.9.11 h1:/8HVnzMq13/3x9TPvjG08wUGqBTmZBsCWzjT github.com/evanphx/json-patch/v5 v5.9.11/go.mod h1:3j+LviiESTElxA4p3EMKAB9HXj3/XEtnUf6OZxqIQTM= github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM= github.com/fxamacker/cbor/v2 v2.9.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= -github.com/gdt-dev/core v1.10.0 h1:yX0MG2Tt+O34JGDFWcS63LV47lWpizto4HAyR/ugAC0= -github.com/gdt-dev/core v1.10.0/go.mod h1:Bw8J6kUW0b7MUL8qW5e7qSbxb4SI9EAWQ0a4cAoPVpo= +github.com/gdt-dev/core v1.10.1 h1:x6ooO1WzW3fS4/ogk+oQFulNCXaRaOxt8jeXOKISlSE= +github.com/gdt-dev/core v1.10.1/go.mod h1:Bw8J6kUW0b7MUL8qW5e7qSbxb4SI9EAWQ0a4cAoPVpo= github.com/gdt-dev/http v1.10.0 h1:rYeUEy3CmuW/idMC3NxOomxguSmfKBvn0uLadZSwrBM= github.com/gdt-dev/http v1.10.0/go.mod h1:pWFKveQS1WHgDbq/lyIew9mkdelZIJZnOnIrgByEAvU= github.com/gdt-dev/kube v1.10.1 h1:0cE4QfbWSBr0OD+qhW9+4Kf62Z2aypPCuYBZvO997c8= diff --git a/go.mod b/go.mod index 561efa1..72601d5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gdt-dev/gdt go 1.24.3 -require github.com/gdt-dev/core v1.10.0 +require github.com/gdt-dev/core v1.10.1 require ( github.com/cenkalti/backoff v2.2.1+incompatible // indirect diff --git a/go.sum b/go.sum index 50e3729..6710b21 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEe github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/gdt-dev/core v1.10.0 h1:yX0MG2Tt+O34JGDFWcS63LV47lWpizto4HAyR/ugAC0= -github.com/gdt-dev/core v1.10.0/go.mod h1:Bw8J6kUW0b7MUL8qW5e7qSbxb4SI9EAWQ0a4cAoPVpo= +github.com/gdt-dev/core v1.10.1 h1:x6ooO1WzW3fS4/ogk+oQFulNCXaRaOxt8jeXOKISlSE= +github.com/gdt-dev/core v1.10.1/go.mod h1:Bw8J6kUW0b7MUL8qW5e7qSbxb4SI9EAWQ0a4cAoPVpo= github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4= github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=