Skip to content

Commit affdb59

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 f9c6201 commit affdb59

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

  • system-tests/tests/regression/cre/httpaction-negative

system-tests/tests/regression/cre/httpaction-negative/go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ 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
github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0
99
google.golang.org/protobuf v1.36.11
1010
gopkg.in/yaml.v3 v3.0.1
1111
)
1212

1313
require (
14+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
1415
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
16+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
17+
github.com/ethereum/go-ethereum v1.17.2 // indirect
1518
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
16-
github.com/kr/pretty v0.3.1 // indirect
19+
github.com/holiman/uint256 v1.3.2 // indirect
1720
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
18-
github.com/rogpeppe/go-internal v1.14.1 // indirect
1921
github.com/shopspring/decimal v1.4.0 // indirect
2022
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260226130359-963f935e0396 // indirect
2123
github.com/stretchr/testify v1.11.1 // indirect
22-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
24+
golang.org/x/sys v0.40.0 // indirect
2325
)

system-tests/tests/regression/cre/httpaction-negative/go.sum

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

0 commit comments

Comments
 (0)