@@ -6,7 +6,9 @@ require (
66 github.com/gagliardetto/binary v0.8.0
77 github.com/gagliardetto/gofuzz v1.2.2
88 github.com/gagliardetto/treeout v0.1.4
9+ github.com/goccy/go-json v0.10.6
910 github.com/google/uuid v1.6.0
11+ github.com/json-iterator/go v1.1.12
1012 github.com/mr-tron/base58 v1.2.0
1113 go.mongodb.org/mongo-driver/v2 v2.5.0
1214)
@@ -30,7 +32,7 @@ require (
3032 github.com/mattn/go-colorable v0.1.14 // indirect
3133 github.com/mattn/go-isatty v0.0.20 // indirect
3234 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
33- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
35+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
3436 github.com/modern-go/reflect2 v1.0.2 // indirect
3537 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
3638 github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -67,7 +69,6 @@ require (
6769 github.com/google/go-cmp v0.7.0
6870 github.com/gorilla/rpc v1.2.1
6971 github.com/gorilla/websocket v1.5.3
70- github.com/json-iterator/go v1.1.12
7172 github.com/klauspost/compress v1.18.0
7273 github.com/logrusorgru/aurora v2.0.3+incompatible
7374 github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1
0 commit comments