File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/supabase/supabench
22
3- go 1.21
3+ go 1.23.0
4+
45toolchain go1.24.1
56
67require (
@@ -25,7 +26,7 @@ require (
2526 github.com/klauspost/pgzip v1.2.5 // indirect
2627 github.com/magiconair/properties v1.8.6 // indirect
2728 github.com/mitchellh/mapstructure v1.5.0 // indirect
28- github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect
29+ github.com/nwaples/rardecode/v2 v2.2.0 // indirect
2930 github.com/pelletier/go-toml v1.9.5 // indirect
3031 github.com/pelletier/go-toml/v2 v2.0.1 // indirect
3132 github.com/pierrec/lz4/v4 v4.1.14 // indirect
Original file line number Diff line number Diff line change @@ -584,8 +584,8 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
584584github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
585585github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 /go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8 =
586586github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
587- github.com/nwaples/rardecode/v2 v2.0.0-beta.2 h1:e3mzJFJs4k83GXBEiTaQ5HgSc/kOK8q0rDaRO0MPaOk =
588- github.com/nwaples/rardecode/v2 v2.0.0-beta.2 /go.mod h1:yntwv/HfMc/Hbvtq9I19D1n58te3h6KsqCf3GxyfBGY =
587+ github.com/nwaples/rardecode/v2 v2.2.0 h1:4ufPGHiNe1rYJxYfehALLjup4Ls3ck42CWwjKiOqu0A =
588+ github.com/nwaples/rardecode/v2 v2.2.0 /go.mod h1:7uz379lSxPe6j9nvzxUZ+n7mnJNgjsRNb6IbvGVHRmw =
589589github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8 =
590590github.com/pelletier/go-toml v1.9.5 /go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c =
591591github.com/pelletier/go-toml/v2 v2.0.1 h1:8e3L2cCQzLFi2CR4g7vGFuFxX7Jl1kKX8gW+iV0GUKU =
You can’t perform that action at this time.
0 commit comments