File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ module github.com/NibiruChain/nibiru/sai-trading
22
33go 1.24.0
44
5- require github.com/NibiruChain/nibiru/v2 v2.8.0
5+ require (
6+ github.com/NibiruChain/nibiru/v2 v2.8.0
7+ github.com/stretchr/testify v1.10.0
8+ )
69
710require (
811 cloud.google.com/go v0.112.0 // indirect
@@ -81,7 +84,7 @@ require (
8184 github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
8285 github.com/docker/distribution v2.8.2+incompatible // indirect
8386 github.com/dustin/go-humanize v1.0.1 // indirect
84- github.com/dvsekhvalnov/jose2go v1.6 .0 // indirect
87+ github.com/dvsekhvalnov/jose2go v1.7 .0 // indirect
8588 github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
8689 github.com/ethereum/go-ethereum v1.14.13 // indirect
8790 github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
@@ -180,7 +183,6 @@ require (
180183 github.com/spf13/cobra v1.8.0 // indirect
181184 github.com/spf13/pflag v1.0.5 // indirect
182185 github.com/spf13/viper v1.18.2 // indirect
183- github.com/stretchr/testify v1.10.0 // indirect
184186 github.com/subosito/gotenv v1.6.0 // indirect
185187 github.com/supranational/blst v0.3.13 // indirect
186188 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
Original file line number Diff line number Diff line change @@ -991,8 +991,8 @@ github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:Htrtb
991991github.com/dustin/go-humanize v1.0.0 /go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk =
992992github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
993993github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
994- github.com/dvsekhvalnov/jose2go v1.6 .0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY =
995- github.com/dvsekhvalnov/jose2go v1.6 .0 /go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU =
994+ github.com/dvsekhvalnov/jose2go v1.7 .0 h1:bnQc8+GMnidJZA8zc6lLEAb4xNrIqHwO+9TzqvtQZPo =
995+ github.com/dvsekhvalnov/jose2go v1.7 .0 /go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU =
996996github.com/eapache/go-resiliency v1.1.0 /go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs =
997997github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 /go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU =
998998github.com/eapache/queue v1.1.0 /go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I =
You can’t perform that action at this time.
0 commit comments