@@ -5,15 +5,16 @@ go 1.22.11
5
5
require (
6
6
github.com/SundaeSwap-finance/kugo v1.0.6-0.20250116035512-6686234216f0
7
7
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
9
10
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
10
11
github.com/gin-gonic/gin v1.10.0
11
12
github.com/kelseyhightower/envconfig v1.4.0
12
13
github.com/stretchr/testify v1.10.0
13
14
github.com/swaggo/files v1.0.1
14
15
github.com/swaggo/gin-swagger v1.6.0
15
16
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
17
18
go.uber.org/automaxprocs v1.6.0
18
19
golang.org/x/oauth2 v0.25.0
19
20
gopkg.in/yaml.v2 v2.4.0
@@ -72,6 +73,6 @@ require (
72
73
golang.org/x/sys v0.29.0 // indirect
73
74
golang.org/x/text v0.21.0 // indirect
74
75
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
76
77
gopkg.in/yaml.v3 v3.0.1 // indirect
77
78
)
0 commit comments