File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/DATA-DOG/go-sqlmock v1.5.2
99 github.com/blockfrost/blockfrost-go v0.2.2
1010 github.com/dgraph-io/ristretto v0.2.0
11+ github.com/dgraph-io/ristretto/v2 v2.0.1
1112 github.com/jmoiron/sqlx v1.4.0
1213 github.com/mattn/go-sqlite3 v1.14.24
1314 github.com/pressly/goose/v3 v3.24.0
@@ -20,7 +21,7 @@ require (
2021
2122require (
2223 github.com/beorn7/perks v1.0.1 // indirect
23- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
24+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
2425 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2526 github.com/dustin/go-humanize v1.0.1 // indirect
2627 github.com/fsnotify/fsnotify v1.7.0 // indirect
Original file line number Diff line number Diff line change @@ -8,13 +8,16 @@ github.com/blockfrost/blockfrost-go v0.2.2 h1:Odzw4BC46M5Fsxoj1fM48YbQkrGjQZqex6
88github.com/blockfrost/blockfrost-go v0.2.2 /go.mod h1:XdD+mryM/Rd/MqW1MfSQ0+Xfu2YnOGuwqMpLQa0jHvM =
99github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
1010github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
11+ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
12+ github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
1113github.com/cpuguy83/go-md2man/v2 v2.0.3 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
1214github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1315github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1416github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
1517github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1618github.com/dgraph-io/ristretto v0.2.0 h1:XAfl+7cmoUDWW/2Lx8TGZQjjxIQ2Ley9DSf52dru4WE =
1719github.com/dgraph-io/ristretto v0.2.0 /go.mod h1:8uBHCU/PBV4Ag0CJrP47b9Ofby5dqWNh4FicAdoqFNU =
20+ github.com/dgraph-io/ristretto/v2 v2.0.1 /go.mod h1:K7caLeufSdxm+ITp1n/73U+VbFVAHrexfLbz4n14hpo =
1821github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y =
1922github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 /go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw =
2023github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
You can’t perform that action at this time.
0 commit comments