Skip to content

Commit 995e271

Browse files
chore(deps): bump github.com/go-jose/go-jose/v4 in /backend/mote
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md) - [Commits](go-jose/go-jose@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f9819f commit 995e271

File tree

2 files changed

+132
-82
lines changed

2 files changed

+132
-82
lines changed

backend/mote/go.mod

+6-15
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,27 @@ go 1.21
55
toolchain go1.22.0
66

77
require (
8+
github.com/IBM/sarama v1.43.0
9+
github.com/btcsuite/btcd v0.24.0
10+
github.com/btcsuite/btcd/btcutil v1.1.5
811
github.com/ethereum/go-ethereum v1.13.14
912
github.com/gagliardetto/binary v0.7.9
1013
github.com/gagliardetto/solana-go v1.8.4
14+
github.com/go-jose/go-jose/v4 v4.0.1
1115
github.com/go-playground/validator/v10 v10.19.0
1216
github.com/gorilla/mux v1.8.1
17+
github.com/gorilla/securecookie v1.1.2
1318
github.com/joho/godotenv v1.5.1
1419
)
1520

1621
require (
17-
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
1822
filippo.io/edwards25519 v1.1.0 // indirect
19-
github.com/IBM/sarama v1.43.0 // indirect
2023
github.com/Microsoft/go-winio v0.6.1 // indirect
2124
github.com/StackExchange/wmi v1.2.1 // indirect
22-
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
2325
github.com/benbjohnson/clock v1.3.5 // indirect
2426
github.com/bits-and-blooms/bitset v1.10.0 // indirect
2527
github.com/blendle/zapdriver v1.3.1 // indirect
26-
github.com/blocto/solana-go-sdk v1.27.0 // indirect
27-
github.com/btcsuite/btcd v0.24.0 // indirect
2828
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
29-
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
3029
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
3130
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
3231
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
@@ -39,7 +38,6 @@ require (
3938
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
4039
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
4140
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
42-
github.com/dfuse-io/logging v0.0.0-20201110202154-26697de88c79 // indirect
4341
github.com/eapache/go-resiliency v1.6.0 // indirect
4442
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
4543
github.com/eapache/queue v1.1.0 // indirect
@@ -48,15 +46,12 @@ require (
4846
github.com/fsnotify/fsnotify v1.6.0 // indirect
4947
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
5048
github.com/gagliardetto/treeout v0.1.4 // indirect
51-
github.com/go-jose/go-jose/v4 v4.0.0 // indirect
5249
github.com/go-ole/go-ole v1.3.0 // indirect
5350
github.com/go-playground/locales v0.14.1 // indirect
5451
github.com/go-playground/universal-translator v0.18.1 // indirect
55-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5652
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
5753
github.com/google/uuid v1.3.0 // indirect
5854
github.com/gorilla/rpc v1.2.0 // indirect
59-
github.com/gorilla/securecookie v1.1.2 // indirect
6055
github.com/gorilla/websocket v1.5.0 // indirect
6156
github.com/hashicorp/errwrap v1.1.0 // indirect
6257
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -84,14 +79,9 @@ require (
8479
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
8580
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
8681
github.com/supranational/blst v0.3.11 // indirect
87-
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
88-
github.com/tidwall/gjson v1.17.1 // indirect
89-
github.com/tidwall/match v1.1.1 // indirect
90-
github.com/tidwall/pretty v1.2.1 // indirect
9182
github.com/tklauser/go-sysconf v0.3.12 // indirect
9283
github.com/tklauser/numcpus v0.6.1 // indirect
9384
go.mongodb.org/mongo-driver v1.14.0 // indirect
94-
go.opencensus.io v0.24.0 // indirect
9585
go.uber.org/atomic v1.11.0 // indirect
9686
go.uber.org/multierr v1.11.0 // indirect
9787
go.uber.org/ratelimit v0.3.0 // indirect
@@ -106,5 +96,6 @@ require (
10696
golang.org/x/text v0.14.0 // indirect
10797
golang.org/x/time v0.5.0 // indirect
10898
golang.org/x/tools v0.15.0 // indirect
99+
google.golang.org/protobuf v1.28.0 // indirect
109100
rsc.io/tmplfunc v0.0.3 // indirect
110101
)

0 commit comments

Comments
 (0)