Skip to content

Commit

Permalink
Bump github.com/hashgraph/hedera-sdk-go/v2 in /hedera-mirror-rosetta
Browse files Browse the repository at this point in the history
Bumps [github.com/hashgraph/hedera-sdk-go/v2](https://github.com/hashgraph/hedera-sdk-go) from 2.37.0 to 2.38.0.
- [Release notes](https://github.com/hashgraph/hedera-sdk-go/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-go/blob/main/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-go@v2.37.0...v2.38.0)

---
updated-dependencies:
- dependency-name: github.com/hashgraph/hedera-sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent bef34da commit 8f585eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hedera-mirror-rosetta/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/ethereum/go-ethereum v1.14.3
github.com/go-playground/validator/v10 v10.21.0
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20240507130336-6f8f530d2c86
github.com/hashgraph/hedera-sdk-go/v2 v2.37.0
github.com/hashgraph/hedera-sdk-go/v2 v2.38.0
github.com/hellofresh/health-go/v4 v4.7.0
github.com/jackc/pgtype v1.14.3
github.com/lib/pq v1.10.9
Expand Down Expand Up @@ -101,7 +101,7 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.15.0 // indirect
github.com/rs/zerolog v1.32.0 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions hedera-mirror-rosetta/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU
github.com/hashgraph/hedera-protobufs v0.47.0/go.mod h1:siUeoFchsJQxkl0vf/6cIaUmpRz1Trw/ulqv1QVLrgA=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20240507130336-6f8f530d2c86 h1:gKeks7qkUA0t0jgy0TyXxSQaRvOw54eGIDinXwxqsdw=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20240507130336-6f8f530d2c86/go.mod h1:VQ+eKqZF12DH8iT8LaQ8uAdbRgIIGOStsu1J9V6nd50=
github.com/hashgraph/hedera-sdk-go/v2 v2.37.0 h1:0PHz78TXjJPQ3YnfbsU3pArWJ+B3hHbIE/7AR0aPwKQ=
github.com/hashgraph/hedera-sdk-go/v2 v2.37.0/go.mod h1:/adcTh0Ti0BAl7/UeRhwqtw1JyS2wfgpWYNC0EQYlpw=
github.com/hashgraph/hedera-sdk-go/v2 v2.38.0 h1:ETOCdTnMfRF/Ue37dT9+MOdJou8JDO+B57y8ZujhByk=
github.com/hashgraph/hedera-sdk-go/v2 v2.38.0/go.mod h1:TxojACq9q07LN7vBIfUZVLLJNzJ5y5FhqfQdkv7011c=
github.com/hashicorp/go-immutable-radix v1.3.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=
github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
Expand Down Expand Up @@ -944,8 +944,8 @@ github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc=
github.com/rs/zerolog v1.32.0 h1:keLypqrlIjaFsbmJOBdB/qvyF8KEtCWHwobLp5l/mQ0=
github.com/rs/zerolog v1.32.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
Expand Down

0 comments on commit 8f585eb

Please sign in to comment.