diff --git a/system-tests/tests/smoke/cre/httpaction/go.mod b/system-tests/tests/smoke/cre/httpaction/go.mod index 165d76afd49..ea9188ed128 100644 --- a/system-tests/tests/smoke/cre/httpaction/go.mod +++ b/system-tests/tests/smoke/cre/httpaction/go.mod @@ -3,7 +3,7 @@ module github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/httpac go 1.26.4 require ( - github.com/smartcontractkit/cre-sdk-go v1.12.1-0.20260617153047-4f3b50819080 + github.com/smartcontractkit/cre-sdk-go v1.13.0 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.4.1-0.20260617164717-4ae5e15fa5ac github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0 google.golang.org/protobuf v1.36.11 @@ -19,7 +19,7 @@ require ( github.com/holiman/uint256 v1.3.2 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/shopspring/decimal v1.4.0 // indirect - github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260611123141-db97012a6c32 // indirect + github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260616233142-e7de09d4f553 // indirect github.com/stretchr/testify v1.11.1 // indirect golang.org/x/sys v0.40.0 // indirect ) diff --git a/system-tests/tests/smoke/cre/httpaction/go.sum b/system-tests/tests/smoke/cre/httpaction/go.sum index 4bace8086fd..72841756f3b 100644 --- a/system-tests/tests/smoke/cre/httpaction/go.sum +++ b/system-tests/tests/smoke/cre/httpaction/go.sum @@ -24,10 +24,10 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k= github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME= -github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260611123141-db97012a6c32 h1:GNl+lLK0QCakqA1J1i7FoOai2JrOGOzNzSniMijaCjA= -github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260611123141-db97012a6c32/go.mod h1:vTFHTCbLui4Vn8fTmAadfE3rdnvfrDwOmMujmW857D0= -github.com/smartcontractkit/cre-sdk-go v1.12.1-0.20260617153047-4f3b50819080 h1:tyrZfFj7U9GYB/s3QMhfpC2gOdgHtEDNLXtijEeZpRo= -github.com/smartcontractkit/cre-sdk-go v1.12.1-0.20260617153047-4f3b50819080/go.mod h1:8SdXmiZoi+8tTlW8JtjuyvxnoNaFreWaNk3rWqj4aLg= +github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260616233142-e7de09d4f553 h1:UUv3iTwt1XklHAm0CX0zxo6oMDNKY5sy9ui8zSwwo40= +github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260616233142-e7de09d4f553/go.mod h1:vTFHTCbLui4Vn8fTmAadfE3rdnvfrDwOmMujmW857D0= +github.com/smartcontractkit/cre-sdk-go v1.13.0 h1:RpHWUfW+LsiZoyqBiAVZfzH55gjgLr3j4mVP3+K3yTQ= +github.com/smartcontractkit/cre-sdk-go v1.13.0/go.mod h1:O+QAFaUDmaxJU76ebhs0OAglc6YtmnBaSSWMHX9WqLQ= github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.4.1-0.20260617164717-4ae5e15fa5ac h1:t9WmKs/fjV+FiQmfGOCZzbQWorHVCcEQ4DRXBmczxw0= github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.4.1-0.20260617164717-4ae5e15fa5ac/go.mod h1:GrSp5EegpvJNfQkBCN1klmrMBwaVTRAlvt020Yx0JJ4= github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0 h1:qBZ4y6qlTOynSpU1QAi2Fgr3tUZQ332b6hit9EVZqkk=