Skip to content

Commit 8c0cb53

Browse files
chore: assets(deps): bump github.com/trustwallet/go-libs
Bumps [github.com/trustwallet/go-libs](https://github.com/trustwallet/go-libs) from 0.3.13 to 0.7.5. - [Release notes](https://github.com/trustwallet/go-libs/releases) - [Commits](trustwallet/go-libs@v0.3.13...v0.7.5) --- updated-dependencies: - dependency-name: github.com/trustwallet/go-libs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e68c764 commit 8c0cb53

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/trustwallet/assets
33
go 1.18
44

55
require (
6+
github.com/block-wallet/assets-go-libs v0.3.4
67
github.com/sirupsen/logrus v1.9.0
78
github.com/spf13/cobra v1.7.0
8-
github.com/trustwallet/assets-go-libs v0.3.5
9-
github.com/trustwallet/go-libs v0.7.3
9+
github.com/trustwallet/go-libs v0.7.5
1010
github.com/trustwallet/go-primitives v0.0.76
1111
)
1212

@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/hcl v1.0.0 // indirect
2020
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2121
github.com/magiconair/properties v1.8.5 // indirect
22-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
22+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
2323
github.com/mitchellh/mapstructure v1.4.3 // indirect
2424
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
2525
github.com/pelletier/go-toml v1.9.4 // indirect

go.sum

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
4242
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
4343
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
4444
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
45+
github.com/block-wallet/assets-go-libs v0.3.4 h1:1fzW9lrhp42uRO63Fdz0C34kPZHiJNZiKVRDJKuDGO4=
46+
github.com/block-wallet/assets-go-libs v0.3.4/go.mod h1:9EuXU2I+HdRPyy47t/QH2Fk4UlHoaqBdCmeQwNzKqWU=
4547
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
4648
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
4749
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
@@ -163,8 +165,9 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
163165
github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=
164166
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
165167
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
166-
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
167168
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
169+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=
170+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
168171
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
169172
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
170173
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -236,10 +239,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
236239
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
237240
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
238241
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
239-
github.com/trustwallet/assets-go-libs v0.3.5 h1:xYgaDdy0VG9H3dHq+Cp830vYaZUHWA0SKbB/Nyb3ptg=
240-
github.com/trustwallet/assets-go-libs v0.3.5/go.mod h1:03cXr+ABmrdDXZkoPPdP6h3oN2RCsGPx6QqILORpEW0=
241-
github.com/trustwallet/go-libs v0.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0=
242-
github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk=
242+
github.com/trustwallet/go-libs v0.7.5 h1:IuOiJIXjvt6N9z+4EhER59rkUBAg85WKUvaCGbRPAEM=
243+
github.com/trustwallet/go-libs v0.7.5/go.mod h1:EXlwS4BN3dMjcJ92eKAhpd3YELDAPbYpCAXG6RcLyrM=
243244
github.com/trustwallet/go-primitives v0.0.76 h1:oNrbXLwxIjJYzv59W1UQOLY9FE69JAWEDg9sQeMRDS0=
244245
github.com/trustwallet/go-primitives v0.0.76/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
245246
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=

0 commit comments

Comments
 (0)