Skip to content

Commit eaad9d8

Browse files
build(deps): bump github.com/smartcontractkit/cre-sdk-go
Bumps [github.com/smartcontractkit/cre-sdk-go](https://github.com/smartcontractkit/cre-sdk-go) from 1.5.0 to 1.8.0. - [Commits](smartcontractkit/cre-sdk-go@v1.5.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/smartcontractkit/cre-sdk-go dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d40f34 commit eaad9d8

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

system-tests/tests/regression/cre/http/go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ module github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/h
33
go 1.26.2
44

55
require (
6-
github.com/smartcontractkit/cre-sdk-go v1.5.0
6+
github.com/smartcontractkit/cre-sdk-go v1.8.0
77
github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.3.0
88
google.golang.org/protobuf v1.36.11
99
gopkg.in/yaml.v3 v3.0.1
1010
)
1111

1212
require (
13+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
1314
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
15+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
16+
github.com/ethereum/go-ethereum v1.17.2 // indirect
1417
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
18+
github.com/holiman/uint256 v1.3.2 // indirect
1519
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
1620
github.com/shopspring/decimal v1.4.0 // indirect
1721
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260420204255-a3f3bdd56877 // indirect
1822
github.com/stretchr/testify v1.11.1 // indirect
23+
golang.org/x/sys v0.40.0 // indirect
1924
)

system-tests/tests/regression/cre/http/go.sum

Lines changed: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)