Skip to content

Bump the gomod group across 3 directories with 17 updates - #1763

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-fa1718b9b3
Closed

Bump the gomod group across 3 directories with 17 updates#1763
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-fa1718b9b3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 13 updates in the / directory:

Package From To
blockwatch.cc/tzgo 1.17.1 1.18.4
github.com/getkin/kin-openapi 0.131.0 0.144.0
github.com/go-resty/resty/v2 2.11.0 2.17.2
github.com/golang-migrate/migrate/v4 4.17.0 4.19.1
github.com/gorilla/websocket 1.5.1 1.5.3
github.com/hyperledger-firefly/common 1.6.3 1.6.5
github.com/jarcoal/httpmock 1.2.0 1.4.1
github.com/lib/pq 1.10.9 1.12.3
github.com/prometheus/client_golang 1.18.0 1.24.1
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/spf13/cobra 1.8.0 1.10.2
github.com/spf13/viper 1.18.2 1.21.0
github.com/hyperledger/fabric-protos-go 0.3.3 0.3.7

Bumps the gomod group with 2 updates in the /smart_contracts/fabric/custompin-sample directory: github.com/stretchr/testify and github.com/hyperledger/fabric-protos-go.
Bumps the gomod group with 2 updates in the /smart_contracts/fabric/firefly-go directory: github.com/stretchr/testify and github.com/hyperledger/fabric-protos-go.

Updates blockwatch.cc/tzgo from 1.17.1 to 1.18.4

Changelog

Sourced from blockwatch.cc/tzgo's changelog.

v1.18.4

  • 2dc9fa0 | rpc: add missing balance update fields

v1.18.3

  • 291607c | Simplify micheline json decoder
  • 586f1bc | Add json tags to proposal model
  • 2205ca9 | Fix links to dev tools
  • b82e574 | rpc: handle empty block metadata level

v1.18.2

  • 82d9374 | Fix genesis info struct

v1.18.1 (broken)

  • 56291ca | Add genesis block helper

v1.18.0

  • Oxford protocol support
  • rpc: add adaptive issuance vote to block models
  • rpc: extend balance updates with staker info
  • rpc: add issuance rpc
  • tezos: add oxfordnet hashes and setup
  • codec: add staking operation codecs
  • codec: fix block encoding
  • codec: support block signing and block hash calculation
  • tzcompose: add oxford staking tasks
  • tzcompose: add double bake task

v1.17.4

  • rpc: fix reading API key from config URL
  • micheline: accept new opcodes as valid

v1.17.3

  • cmd: add tzcompose alpha release
  • rpc: dedicated logger instance per client
  • rpc observer: return full BlockHeaderLogEntry in callback
  • rpc observer: multiple subscriptions for the same op hash
  • rpc observer: support block subscriptions (use zero op hash)
  • micheline: new prim marshaler (type + Go map[string]any -> prim tree)
  • micheline: new builder helpers for key hash, union, sorted map elements
  • micheline: new prim compare, unpack ascii strings, yaml marshaler
  • tezos: fix for sandbox deployments

v1.17.2

... (truncated)

Commits
  • 976074d Update changelog
  • 2dc9fa0 rpc: add missing balance update fields
  • 20047e6 Re-add param json marshaler
  • 291607c Simplify micheline json decoder
  • 0c10b16 Disable custom parameter marshaler
  • 586f1bc Add json tags to proposal model
  • 2205ca9 Fix links to dev tools
  • b82e574 rpc: handle empty block metadata level
  • 82d9374 Fix genesis info struct
  • 56291ca Add genesis block helper
  • Additional commits viewable in compare view

Updates github.com/getkin/kin-openapi from 0.131.0 to 0.144.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.144.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.143.0...v0.144.0

v0.143.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.142.0...v0.143.0

v0.142.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.141.0...v0.142.0

v0.141.0

What's Changed

... (truncated)

Commits
  • f0407d5 Merge commit from fork
  • c947670 some fixes to please my moulinette (#1232)
  • 68ac2af Merge commit from fork
  • 3e5d7f4 openapi3filter: prefer non-empty value for repeated scalar query params (#1231)
  • 30e2923 Merge commit from fork
  • c11a481 openapi3gen: inline embedded struct with options-only JSON tag (#1229)
  • 0fb1f0e openapi3filter: skip schema checks for empty allowEmptyValue strings (#1228)
  • a872c57 openapi3: stable codes for validation errors (#1223)
  • d2f115e openapi3: preserve origin for a $ref to a schema under an arbitrary top-level...
  • 49523e0 openapi3filter: skip Split allocation for single-value array query params (#1...
  • Additional commits viewable in compare view

Updates github.com/go-resty/resty/v2 from 2.11.0 to 2.17.2

Release notes

Sourced from github.com/go-resty/resty/v2's releases.

v2.17.2

Release Notes

Backport

Release

Full Changelog: go-resty/resty@v2.17.1...v2.17.2

v2.17.1

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.17.0...v2.17.1

v2.17.0

Release Notes

Bug Fixes

Backport

Release Updates

New Contributors

Full Changelog: go-resty/resty@v2.16.5...v2.17.0

v2.16.5

Release Notes

Bug Fixes

Documentation

... (truncated)

Commits
  • b1b3aaa release: version bump to v2.17.2 and readme update (#1112)
  • fb4a091 backport: header deepcopy fix (#1110)
  • 52f3f39 Merge pull request #1079 from go-resty/fix-cnt-type-hdr-on-emptybody
  • 16e2701 release: v2.17.1 readme update
  • 203bf14 fix: content type request header on http.NoBody type #1074
  • 061e449 chore: version bump to v2.17.1
  • d4c3576 Merge pull request #1066 from go-resty/for-v2.17.0-release
  • 6452271 chore: update readme for release v2.17.0
  • 2eab959 ci: update go version 1.23.0
  • 795d6c2 chore: update go.mod package versions
  • Additional commits viewable in compare view

Updates github.com/golang-migrate/migrate/v4 from 4.17.0 to 4.19.1

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.19.1

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.19.0...v4.19.1

v4.19.0

What's Changed

New Contributors

Full Changelog: golang-migrate/migrate@v4.18.3...v4.19.0

v4.18.3

Changelog

  • a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
  • e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
  • fccd197 Mention CLI install instructions in main README
  • 34c2b4a Remove redundant build tags
  • a868033 Update FAQ.md - typo
  • 7269490 Update golangci-lint version used in GitHub Actions
  • c5137c4 Update migrate -help output for the readme file
  • 033835a Update to dktest v0.4.5
  • 8b09191 fix: typo limited not limitted

... (truncated)

Commits
  • 89e308c chore: remove dependency on "hashicorp/go-multierror" (#1322)
  • 472ef2e Merge pull request #1336 from golang-migrate/dependabot/go_modules/golang.org...
  • 8d76259 Bump golang.org/x/crypto from 0.43.0 to 0.45.0
  • 9f9df7c chore: Update cloud.google.com/go/spanner version (#1330)
  • a371c8e Merge pull request #1304 from iamonah/fix/clarify-databaseName-meaning
  • 43cc3b3 Merge pull request #1325 from HaraldNordgren/linter_issues
  • f939a89 Merge pull request #1335 from golang-migrate/dependabot/go_modules/golang.org...
  • 6dd86e0 Bump golang.org/x/crypto from 0.36.0 to 0.45.0
  • 70e6d6d Merge pull request #1333 from matsoob/updateGoInBaseImage
  • a51d0da Merge pull request #1334 from golang-migrate/dependabot/go_modules/github.com...
  • Additional commits viewable in compare view

Updates github.com/gorilla/websocket from 1.5.1 to 1.5.3

Release notes

Sourced from github.com/gorilla/websocket's releases.

v1.5.3

Important change

This reverts the websockets package back to gorilla/websocket@931041c

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

What's Changed

... (truncated)

Commits
  • ce903f6 Reverts to v1.5.0
  • 9ec25ca fixes broken random value generation
  • 1bddf2e bumps go version & removes deprecated module usage
  • 750bf92 adds GHA & Makefile configs
  • b2c246b Revert " Update go version & add verification/testing tools (#840)"
  • 09a6bab removing error handling while closing connections
  • 58af150 return errors instead of printing to logs
  • e5f1a0a excludes errchecks linter
  • b2a86a1 Do not timeout when WriteControl deadline is zero
  • 695e909 Remove hideTempErr to allow downstream users to check for errors like net.Err...
  • Additional commits viewable in compare view

Updates github.com/hyperledger-firefly/common from 1.6.3 to 1.6.5

Release notes

Sourced from github.com/hyperledger-firefly/common's releases.

v1.6.5

What's Changed

New Contributors

Full Changelog: hyperledger-firefly/common@v1.6.4...v1.6.5

v1.6.4

What's Changed

New Contributors

Full Changelog: hyperledger-firefly/common@v1.6.3...v1.6.4

Commits
  • 4cb9150 Merge pull request #234 from hyperledger-firefly/dependabot/github_actions/gi...
  • ddbf4a9 Bump the github-actions group across 1 directory with 2 updates
  • c959985 Merge pull request #237 from dan-r/main
  • f835aad Update package references for histogram
  • 3a6c585 Merge pull request #202 from Apostlex0/feature/chart-histogram
  • db56dd8 Merge pull request #235 from dan-r/main
  • 3dc0049 Revert #233
  • 12f0ed8 Merge pull request #231 from hyperledger-firefly/dependabot/go_modules/go_mod...
  • 9f1b9cf Merge pull request #233 from kaleido-io/update-ffi-with-topic
  • c9db031 Merge pull request #232 from hyperledger-firefly/dependabot-grouping
  • Additional commits viewable in compare view

Updates github.com/jarcoal/httpmock from 1.2.0 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0

v1.3.1

Fix:

v1.3.0

New features:

Miscellaneous:

  • documentation now uses new go1.19 doc features;
  • go minimal version required is now 1.13;

... (truncated)

Commits
  • 314d58a fix: protect all body-related methods with mutext
  • e482896 fix: avoid data race when closing body
  • c977145 test: also test with go v1.25 and use golangci-lint v2.4.0
  • 7d2a02f docs: clarify ConnectionFailure doc
  • fad35ec docs: README typo
  • dc21346 test: use golangci-lint v2.0.2
  • 8cdfbf1 docs: fix README build status badge
  • 2225990 feat: enhance Activate and add DeactivateNonDefault functions (#161)
  • ee13561 docs: update resty example (#160)
  • 1ebd59a Make http.Response.Status respect RFC 2616, like in Go stdlib.
  • Additional commits viewable in compare view

Updates github.com/lib/pq from 1.10.9 to 1.12.3

Release notes

Sourced from github.com/lib/pq's releases.

v1.12.3

  • Send datestyle startup parameter, improving compatbility with database engines that use a different default datestyle such as EnterpriseDB (#1312).

#1312: lib/pq#1312

v1.12.2

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the connection. Since v1.12.0 this could result in permanently broken connections, especially with CockroachDB which frequently sends partial messages (#1299).

#1299: lib/pq#1299

v1.12.1

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).

  • Don't clear password if directly set on pq.Config (#1302).

#1300: lib/pq#1300 #1302: lib/pq#1302

v1.12.0

  • The next release may change the default sslmode from require to prefer. See #1271 for details.

  • CopyIn() and CopyInToSchema() have been marked as deprecated. These are simple query builders and not needed for COPY [..] FROM STDIN support (which is not deprecated). (#1279)

    // Old
    tx.Prepare(CopyIn("temp", "num", "text", "blob", "nothing"))
    

    // Replacement tx.Prepare(copy temp (num, text, blob, nothing) from stdin)

Features

  • Support protocol 3.2, and the min_protocol_version and max_protocol_version DSN parameters (#1258).

  • Support sslmode=prefer and sslmode=allow (#1270).

  • Support ssl_min_protocol_version and ssl_max_protocol_version (#1277).

  • Support connection service file to load connection details (#1285).

  • Support sslrootcert=system and use ~/.postgresql/root.crt as the default value of sslrootcert (#1280, #1281).

  • Add a new pqerror package with PostgreSQL error codes (#1275).

    For example, to test if an error is a UNIQUE constraint violation:

    if pqErr, ok := errors.AsType[*pq.Error](https://github.com/lib/pq/blob/HEAD/err); ok && pqErr.Code == pqerror.UniqueViolation {
        log.Fatalf("email %q already exsts", email)
    }
    

    To make this a bit more convenient, it also adds a pq.As() function:

... (truncated)

Changelog

Sourced from github.com/lib/pq's changelog.

v1.12.3 (2026-04-03)

  • Send datestyle startup parameter, improving compatbility with database engines that use a different default datestyle such as EnterpriseDB (#1312).

#1312: lib/pq#1312

v1.12.2 (2026-04-02)

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the connection. Since v1.12.0 this could result in permanently broken connections, especially with CockroachDB which frequently sends partial messages (#1299).

#1299: lib/pq#1299

v1.12.1 (2026-03-30)

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).

  • Don't clear password if directly set on pq.Config (#1302).

#1300: lib/pq#1300 #1302: lib/pq#1302

v1.12.0 (2026-03-18)

  • The next release may change the default sslmode from require to prefer. See #1271 for details.

  • CopyIn() and CopyInToSchema() have been marked as deprecated. These are simple query builders and not needed for COPY [..] FROM STDIN support (which is not deprecated). (#1279)

    // Old
    tx.Prepare(CopyIn("temp", "num", "text", "blob", "nothing"))
    

    // Replacement tx.Prepare(copy temp (num, text, blob, nothing) from stdin)

Features

  • Support protocol 3.2, and the min_proto...

    Description has been truncated

Bumps the gomod group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [blockwatch.cc/tzgo](https://github.com/blockwatch-cc/tzgo) | `1.17.1` | `1.18.4` |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.131.0` | `0.144.0` |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.11.0` | `2.17.2` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.17.0` | `4.19.1` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.1` | `1.5.3` |
| [github.com/hyperledger-firefly/common](https://github.com/hyperledger-firefly/common) | `1.6.3` | `1.6.5` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.2.0` | `1.4.1` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.12.3` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.24.1` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.10.2` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.2` | `1.21.0` |
| [github.com/hyperledger/fabric-protos-go](https://github.com/hyperledger/fabric-protos-go) | `0.3.3` | `0.3.7` |

Bumps the gomod group with 2 updates in the /smart_contracts/fabric/custompin-sample directory: [github.com/stretchr/testify](https://github.com/stretchr/testify) and [github.com/hyperledger/fabric-protos-go](https://github.com/hyperledger/fabric-protos-go).
Bumps the gomod group with 2 updates in the /smart_contracts/fabric/firefly-go directory: [github.com/stretchr/testify](https://github.com/stretchr/testify) and [github.com/hyperledger/fabric-protos-go](https://github.com/hyperledger/fabric-protos-go).


Updates `blockwatch.cc/tzgo` from 1.17.1 to 1.18.4
- [Changelog](https://github.com/blockwatch-cc/tzgo/blob/master/CHANGELOG.md)
- [Commits](blockwatch-cc/tzgo@v1.17.1...v1.18.4)

Updates `github.com/getkin/kin-openapi` from 0.131.0 to 0.144.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.131.0...v0.144.0)

Updates `github.com/go-resty/resty/v2` from 2.11.0 to 2.17.2
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.11.0...v2.17.2)

Updates `github.com/golang-migrate/migrate/v4` from 4.17.0 to 4.19.1
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Commits](golang-migrate/migrate@v4.17.0...v4.19.1)

Updates `github.com/gorilla/websocket` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.1...v1.5.3)

Updates `github.com/hyperledger-firefly/common` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/hyperledger-firefly/common/releases)
- [Commits](hyperledger-firefly/common@v1.6.3...v1.6.5)

Updates `github.com/jarcoal/httpmock` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.2.0...v1.4.1)

Updates `github.com/lib/pq` from 1.10.9 to 1.12.3
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.10.9...v1.12.3)

Updates `github.com/mattn/go-sqlite3` from 1.14.19 to 1.14.22
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.19...v1.14.22)

Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.18.0...v1.24.1)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.10.2)

Updates `github.com/spf13/viper` from 1.18.2 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.2...v1.21.0)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.11.1)

Updates `golang.org/x/net` from 0.56.0 to 0.57.0
- [Commits](golang/net@v0.56.0...v0.57.0)

Updates `golang.org/x/text` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.39.0...v0.40.0)

Updates `github.com/hyperledger/fabric-protos-go` from 0.3.3 to 0.3.7
- [Commits](hyperledger/fabric-protos-go@v0.3.3...v0.3.7)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.11.1)

Updates `github.com/hyperledger/fabric-protos-go` from 0.3.3 to 0.3.7
- [Commits](hyperledger/fabric-protos-go@v0.3.3...v0.3.7)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.11.1)

Updates `github.com/hyperledger/fabric-protos-go` from 0.3.3 to 0.3.7
- [Commits](hyperledger/fabric-protos-go@v0.3.3...v0.3.7)

---
updated-dependencies:
- dependency-name: blockwatch.cc/tzgo
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.144.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-resty/resty/v2
  dependency-version: 2.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/gorilla/websocket
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/hyperledger-firefly/common
  dependency-version: 1.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/lib/pq
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hyperledger/fabric-protos-go
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hyperledger/fabric-protos-go
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hyperledger/fabric-protos-go
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 23:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1765.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/gomod-fa1718b9b3 branch July 27, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants