Skip to content

Commit c580ddf

Browse files
deps: reorganize and upgrade btcindexer
Signed-off-by: Robert Zaremba <robert@zaremba.ch>
1 parent fb870cd commit c580ddf

2 files changed

Lines changed: 15 additions & 28 deletions

File tree

go.mod

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,48 @@ require (
99
github.com/btcsuite/btcd v0.24.2
1010
github.com/btcsuite/btcd/btcutil v1.1.6
1111
github.com/fardream/go-bcs v0.8.7
12+
github.com/gonative-cc/workers/api/btcindexer v0.1.0
1213
github.com/joho/godotenv v1.5.1
14+
github.com/mattn/go-isatty v0.0.20
15+
github.com/mattn/go-sqlite3 v1.14.29
16+
github.com/namihq/walrus-go v0.2.0
1317
github.com/pattonkan/sui-go v0.1.5
18+
github.com/pebbe/zmq4 v1.4.0
1419
github.com/rs/zerolog v1.34.0
1520
github.com/spf13/cobra v1.9.1
21+
github.com/spf13/viper v1.20.1
22+
github.com/stretchr/testify v1.10.0
1623
github.com/tinylib/msgp v1.3.0
1724
github.com/vektra/mockery/v2 v2.53.4
25+
gotest.tools v2.2.0+incompatible
26+
gotest.tools/v3 v3.5.2
1827
)
1928

2029
require (
2130
github.com/Khan/genqlient v0.8.1 // indirect
22-
github.com/coder/websocket v1.8.13 // indirect
23-
github.com/google/uuid v1.6.0 // indirect
24-
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
25-
github.com/vektah/gqlparser/v2 v2.5.19 // indirect
26-
)
27-
28-
require (
2931
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
3032
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
3133
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
3234
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
3335
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
3436
github.com/chigopher/pathlib v0.19.1 // indirect
37+
github.com/coder/websocket v1.8.13 // indirect
3538
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3639
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
3740
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
3841
github.com/fsnotify/fsnotify v1.8.0 // indirect
3942
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
40-
github.com/gonative-cc/workers/api/btcindexer v0.0.0-20250729125753-7a476f608c8d
4143
github.com/google/go-cmp v0.7.0 // indirect
44+
github.com/google/uuid v1.6.0 // indirect
4245
github.com/gorilla/websocket v1.5.3 // indirect
4346
github.com/huandu/xstrings v1.4.0 // indirect
4447
github.com/iancoleman/strcase v0.3.0 // indirect
4548
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4649
github.com/jinzhu/copier v0.4.0 // indirect
4750
github.com/mattn/go-colorable v0.1.14 // indirect
48-
github.com/mattn/go-isatty v0.0.20
49-
github.com/mattn/go-sqlite3 v1.14.29
5051
github.com/mitchellh/go-homedir v1.1.0 // indirect
52+
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
5153
github.com/mitchellh/mapstructure v1.5.0 // indirect
52-
github.com/namihq/walrus-go v0.2.0
53-
github.com/pebbe/zmq4 v1.4.0
5454
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
5555
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
5656
github.com/pkg/errors v0.9.1 // indirect
@@ -61,11 +61,10 @@ require (
6161
github.com/spf13/afero v1.12.0 // indirect
6262
github.com/spf13/cast v1.7.1 // indirect
6363
github.com/spf13/pflag v1.0.6 // indirect
64-
github.com/spf13/viper v1.20.1
6564
github.com/stretchr/objx v0.5.2 // indirect
66-
github.com/stretchr/testify v1.10.0
6765
github.com/subosito/gotenv v1.6.0 // indirect
6866
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
67+
github.com/vektah/gqlparser/v2 v2.5.19 // indirect
6968
go.uber.org/multierr v1.11.0 // indirect
7069
golang.org/x/crypto v0.39.0 // indirect
7170
golang.org/x/mod v0.25.0 // indirect
@@ -76,16 +75,4 @@ require (
7675
golang.org/x/tools v0.33.0 // indirect
7776
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7877
gopkg.in/yaml.v3 v3.0.1 // indirect
79-
gotest.tools v2.2.0+incompatible
80-
gotest.tools/v3 v3.5.2
81-
)
82-
83-
replace (
84-
// temp cosmos-sdk
85-
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.1.0.20250106202622-c6327ea6e403
86-
// use custom version until this PR is merged
87-
// - https://github.com/strangelove-ventures/cometbft-client/pull/10
88-
github.com/strangelove-ventures/cometbft-client => github.com/initia-labs/cometbft-client v0.0.0-20240924071428-ef115cefa07e
89-
// nohooyr repo moved to github/coder
90-
nhooyr.io/websocket => github.com/coder/websocket v1.8.10
9178
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:W
7272
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
7373
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
7474
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
75-
github.com/gonative-cc/workers/api/btcindexer v0.0.0-20250729125753-7a476f608c8d h1:TpCPLFOcxkNFB5WzVRs7Y5SZvne1zMsjlBtY5jaJnDU=
76-
github.com/gonative-cc/workers/api/btcindexer v0.0.0-20250729125753-7a476f608c8d/go.mod h1:JkLDY3PtTykV/ENOiPmbYV1naqBnmuXuC45EXelNBwo=
75+
github.com/gonative-cc/workers/api/btcindexer v0.1.0 h1:DMm087GYctFOjfzW/zd+oer2ithRjsObpk0CGPIAiCU=
76+
github.com/gonative-cc/workers/api/btcindexer v0.1.0/go.mod h1:JkLDY3PtTykV/ENOiPmbYV1naqBnmuXuC45EXelNBwo=
7777
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
7878
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
7979
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=

0 commit comments

Comments
 (0)