@@ -47,10 +47,12 @@ require (
47
47
)
48
48
49
49
require (
50
- github.com/babylonchain/covenant-signer v0.1.0
50
+ github.com/babylonchain/covenant-signer v0.1.2
51
51
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
52
52
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.4
53
53
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
54
+ github.com/golang/mock v1.6.0
55
+ github.com/prometheus/client_golang v1.18.0
54
56
)
55
57
56
58
require (
@@ -162,7 +164,6 @@ require (
162
164
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
163
165
github.com/golang/glog v1.2.0 // indirect
164
166
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
165
- github.com/golang/mock v1.6.0 // indirect
166
167
github.com/golang/protobuf v1.5.3 // indirect
167
168
github.com/google/btree v1.1.2 // indirect
168
169
github.com/google/go-cmp v0.6.0 // indirect
@@ -250,7 +251,6 @@ require (
250
251
github.com/pierrec/lz4/v4 v4.1.8 // indirect
251
252
github.com/pkg/errors v0.9.1 // indirect
252
253
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
253
- github.com/prometheus/client_golang v1.18.0 // indirect
254
254
github.com/prometheus/client_model v0.6.0 // indirect
255
255
github.com/prometheus/common v0.47.0 // indirect
256
256
github.com/prometheus/procfs v0.12.0 // indirect
@@ -323,3 +323,5 @@ require (
323
323
pgregory.net/rapid v1.1.0 // indirect
324
324
sigs.k8s.io/yaml v1.4.0 // indirect
325
325
)
326
+
327
+ replace github.com/babylonchain/covenant-signer => github.com/babylonchain/covenant-signer v0.1.2
0 commit comments