Skip to content

Commit 13db52f

Browse files
authored
chore(deps): update to gouroboros 0.108.2 (#317)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 39eb142 commit 13db52f

File tree

3 files changed

+98
-10
lines changed

3 files changed

+98
-10
lines changed

filter/chainsync/chainsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"encoding/hex"
1919
"strings"
2020

21-
"github.com/blinklabs-io/gouroboros/bech32"
2221
"github.com/blinklabs-io/gouroboros/ledger"
22+
"github.com/btcsuite/btcd/btcutil/bech32"
2323

2424
"github.com/blinklabs-io/adder/event"
2525
"github.com/blinklabs-io/adder/input/chainsync"

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ go 1.22.11
55
require (
66
github.com/SundaeSwap-finance/kugo v1.0.6-0.20250116035512-6686234216f0
77
github.com/SundaeSwap-finance/ogmigo v0.8.2-0.20250114155009-fc7e2fd98604
8-
github.com/blinklabs-io/gouroboros v0.108.0
8+
github.com/blinklabs-io/gouroboros v0.108.2
9+
github.com/btcsuite/btcd/btcutil v1.1.6
910
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
1011
github.com/gin-gonic/gin v1.10.0
1112
github.com/kelseyhightower/envconfig v1.4.0
1213
github.com/stretchr/testify v1.10.0
1314
github.com/swaggo/files v1.0.1
1415
github.com/swaggo/gin-swagger v1.6.0
1516
github.com/swaggo/swag v1.16.4
16-
github.com/utxorpc/go-codegen v0.15.0
17+
github.com/utxorpc/go-codegen v0.16.0
1718
go.uber.org/automaxprocs v1.6.0
1819
golang.org/x/oauth2 v0.25.0
1920
gopkg.in/yaml.v2 v2.4.0
@@ -72,6 +73,6 @@ require (
7273
golang.org/x/sys v0.29.0 // indirect
7374
golang.org/x/text v0.21.0 // indirect
7475
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
75-
google.golang.org/protobuf v1.36.1 // indirect
76+
google.golang.org/protobuf v1.36.3 // indirect
7677
gopkg.in/yaml.v3 v3.0.1 // indirect
7778
)

0 commit comments

Comments
 (0)