Skip to content

Commit 4b52ec8

Browse files
authored
Merge pull request #148 from blinklabs-io/dependabot/go_modules/github.com/blinklabs-io/gouroboros-0.56.0
chore(deps): bump github.com/blinklabs-io/gouroboros from 0.55.0 to 0.56.0
2 parents 49775b7 + 5933ec0 commit 4b52ec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/blinklabs-io/tx-submit-api
33
go 1.20
44

55
require (
6-
github.com/blinklabs-io/gouroboros v0.55.0
6+
github.com/blinklabs-io/gouroboros v0.56.0
77
github.com/fxamacker/cbor/v2 v2.5.0
88
github.com/gin-contrib/zap v0.2.0
99
github.com/gin-gonic/gin v1.9.1
@@ -13,7 +13,6 @@ require (
1313
github.com/swaggo/gin-swagger v1.6.0
1414
github.com/swaggo/swag v1.16.2
1515
go.uber.org/zap v1.26.0
16-
golang.org/x/crypto v0.14.0
1716
gopkg.in/yaml.v2 v2.4.0
1817
)
1918

@@ -58,6 +57,7 @@ require (
5857
github.com/x448/float16 v0.8.4 // indirect
5958
go.uber.org/multierr v1.11.0 // indirect
6059
golang.org/x/arch v0.5.0 // indirect
60+
golang.org/x/crypto v0.14.0 // indirect
6161
golang.org/x/net v0.17.0 // indirect
6262
golang.org/x/sys v0.13.0 // indirect
6363
golang.org/x/text v0.13.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
4646
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
4747
github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=
4848
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
49-
github.com/blinklabs-io/gouroboros v0.55.0 h1:Sdjy8WwaeiVdnBys+xxYkUEWgNMN0QztlgOkFVzdNQU=
50-
github.com/blinklabs-io/gouroboros v0.55.0/go.mod h1:D5YJka8EyVmiXNMbRvjH23H9lNMLA4+qSlNNC/j7R0k=
49+
github.com/blinklabs-io/gouroboros v0.56.0 h1:AdWB6SkHD5fn4wKU+/2BFsT9xae3W+nZ189LxZw/mF8=
50+
github.com/blinklabs-io/gouroboros v0.56.0/go.mod h1:D5YJka8EyVmiXNMbRvjH23H9lNMLA4+qSlNNC/j7R0k=
5151
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
5252
github.com/bytedance/sonic v1.10.0-rc/go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM=
5353
github.com/bytedance/sonic v1.10.0 h1:qtNZduETEIWJVIyDl01BeNxur2rW9OwTQ/yBqFRkKEk=

0 commit comments

Comments
 (0)