File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go 1.24.3
44
55require (
66 github.com/google/uuid v1.6.0
7+ github.com/klauspost/reedsolomon v1.12.5
78 github.com/rs/zerolog v1.34.0
89 github.com/stretchr/testify v1.10.0
910 google.golang.org/grpc v1.73.0
@@ -13,7 +14,6 @@ require (
1314require (
1415 github.com/davecgh/go-spew v1.1.1 // indirect
1516 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
16- github.com/klauspost/reedsolomon v1.12.5 // indirect
1717 github.com/mattn/go-colorable v0.1.13 // indirect
1818 github.com/mattn/go-isatty v0.0.19 // indirect
1919 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
4646golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4747golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4848golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
49- golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
50- golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
5149golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
5250golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
5351golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY =
You can’t perform that action at this time.
0 commit comments