File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626require (
2727 github.com/andybalholm/brotli v1.2.1 // indirect
2828 github.com/google/uuid v1.6.0 // indirect
29- github.com/klauspost/compress v1.18.5 // indirect
29+ github.com/klauspost/compress v1.18.6 // indirect
3030 github.com/mattn/go-colorable v0.1.14 // indirect
3131 github.com/mattn/go-isatty v0.0.22 // indirect
3232 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1919github.qkg1.top/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
2020github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
2121github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
22- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
23- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
22+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
23+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
2424github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2525github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2626github.qkg1.top/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1717 github.com/gofiber/schema v1.7.1 // indirect
1818 github.com/gofiber/utils/v2 v2.0.4 // indirect
19- github.com/klauspost/compress v1.18.5 // indirect
19+ github.com/klauspost/compress v1.18.6 // indirect
2020 github.com/kr/text v0.2.0 // indirect
2121 github.com/mattn/go-colorable v0.1.14 // indirect
2222 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2e
1515github.qkg1.top/gofiber/utils/v2 v2.0.4 /go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4 =
1616github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
18- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
19- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
18+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
19+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
2020github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2121github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
2222github.qkg1.top/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/gofiber/schema v1.7.1 // indirect
3434 github.com/gofiber/utils/v2 v2.0.4 // indirect
3535 github.com/google/uuid v1.6.0 // indirect
36- github.com/klauspost/compress v1.18.5 // indirect
36+ github.com/klauspost/compress v1.18.6 // indirect
3737 github.com/kr/pretty v0.3.1 // indirect
3838 github.com/mattn/go-colorable v0.1.14 // indirect
3939 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2e
5757github.qkg1.top/gofiber/utils/v2 v2.0.4 /go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4 =
5858github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
5959github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
60- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
61- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
60+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
61+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
6262github.qkg1.top/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
6363github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
6464github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/gofiber/schema v1.7.1 // indirect
2727 github.com/google/go-cmp v0.7.0 // indirect
2828 github.com/google/uuid v1.6.0 // indirect
29- github.com/klauspost/compress v1.18.5 // indirect
29+ github.com/klauspost/compress v1.18.6 // indirect
3030 github.com/kr/pretty v0.3.1 // indirect
3131 github.com/mattn/go-colorable v0.1.14 // indirect
3232 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
4444github.qkg1.top/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
4545github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
4646github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
47- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
48- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
47+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
48+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
4949github.qkg1.top/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
5050github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
5151github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require (
3838 github.com/gofiber/schema v1.7.1 // indirect
3939 github.com/gofiber/utils/v2 v2.0.4 // indirect
4040 github.com/google/uuid v1.6.0 // indirect
41- github.com/klauspost/compress v1.18.5 // indirect
41+ github.com/klauspost/compress v1.18.6 // indirect
4242 github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
4343 github.com/magiconair/properties v1.8.10 // indirect
4444 github.com/mattn/go-colorable v0.1.14 // indirect
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/jackc/pgx/v5 v5.5.4 h1:Xp2aQS8uXButQdnCMWNmvx6UysWQQC+u1EoizjguY+8=
6666github.qkg1.top/jackc/pgx/v5 v5.5.4 /go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A =
6767github.qkg1.top/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk =
6868github.qkg1.top/jackc/puddle/v2 v2.2.1 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
69- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
70- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
69+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
70+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
7171github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
7272github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
7373github.qkg1.top/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
You can’t perform that action at this time.
0 commit comments