File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/gofiber/schema v1.7.1 // indirect
1616 github.com/gofiber/utils/v2 v2.0.4 // indirect
1717 github.com/google/uuid v1.6.0 // indirect
18- github.com/klauspost/compress v1.18.5 // indirect
18+ github.com/klauspost/compress v1.18.6 // indirect
1919 github.com/mattn/go-colorable v0.1.14 // indirect
2020 github.com/mattn/go-isatty v0.0.22 // indirect
2121 github.com/philhofer/fwd v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ github.com/golang/mock v1.4.4 h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc=
2222github.qkg1.top/golang/mock v1.4.4 /go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4 =
2323github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
2424github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
25- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
26- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
25+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
26+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
2727github.qkg1.top/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
2828github.qkg1.top/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
2929github.qkg1.top/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4 =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/gofiber/schema v1.7.1 // indirect
1414 github.com/gofiber/utils/v2 v2.0.4 // indirect
1515 github.com/google/uuid v1.6.0 // indirect
16- github.com/klauspost/compress v1.18.5 // indirect
16+ github.com/klauspost/compress v1.18.6 // indirect
1717 github.com/kr/pretty v0.3.1 // indirect
1818 github.com/mattn/go-colorable v0.1.14 // indirect
1919 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2e
1313github.qkg1.top/gofiber/utils/v2 v2.0.4 /go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4 =
1414github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1515github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
16- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
17- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
16+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
17+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
1818github.qkg1.top/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
1919github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2020github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/kaptinlin/jsonpointer v0.4.20 // indirect
2020 github.com/kaptinlin/jsonschema v0.7.11 // indirect
2121 github.com/kaptinlin/messageformat-go v0.6.0 // indirect
22- github.com/klauspost/compress v1.18.5 // indirect
22+ github.com/klauspost/compress v1.18.6 // indirect
2323 github.com/magefile/mage v1.17.2 // indirect
2424 github.com/mattn/go-colorable v0.1.14 // indirect
2525 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ github.com/kaptinlin/jsonschema v0.7.11 h1:h63Lb3Q4FBSWeWiAGefNPEVPNsOvgn91ATmf2
3636github.qkg1.top/kaptinlin/jsonschema v0.7.11 /go.mod h1:cJ8QIhwq3V/Yyh3sXRNt8w3sM943bNIbwnPTpBTXn3s =
3737github.qkg1.top/kaptinlin/messageformat-go v0.6.0 h1:D6jiXFsKW4/JG2CMddv/F6Rev9KVbCRKEzzV5QOAcpc =
3838github.qkg1.top/kaptinlin/messageformat-go v0.6.0 /go.mod h1:NKjwS6e9u7DRhAK+vydjDDwJ7UbdHhYjk/yk2WPuZPs =
39- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
40- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
39+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
40+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
4141github.qkg1.top/magefile/mage v1.17.2 h1:fyXVu1eadI8Ap1HCCNgEhJ5McIWiYhLR8uol64ZZc40 =
4242github.qkg1.top/magefile/mage v1.17.2 /go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA =
4343github.qkg1.top/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/gofiber/utils/v2 v2.0.4 // indirect
1616 github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
1717 github.com/google/uuid v1.6.0 // indirect
18- github.com/klauspost/compress v1.18.5 // indirect
18+ github.com/klauspost/compress v1.18.6 // indirect
1919 github.com/kr/pretty v0.3.1 // indirect
2020 github.com/mattn/go-colorable v0.1.14 // indirect
2121 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
3131github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
3232github.qkg1.top/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab /go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw =
3333github.qkg1.top/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
34- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
35- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
34+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
35+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
3636github.qkg1.top/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
3737github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
3838github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1515 github.com/gofiber/schema v1.7.1 // indirect
1616 github.com/google/uuid v1.6.0 // indirect
17- github.com/klauspost/compress v1.18.5 // indirect
17+ github.com/klauspost/compress v1.18.6 // indirect
1818 github.com/kr/pretty v0.3.1 // indirect
1919 github.com/mattn/go-colorable v0.1.14 // indirect
2020 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2e
1313github.qkg1.top/gofiber/utils/v2 v2.0.4 /go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4 =
1414github.qkg1.top/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1515github.qkg1.top/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
16- github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
17- github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
16+ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao =
17+ github.com/klauspost/compress v1.18.6 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
1818github.qkg1.top/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
1919github.qkg1.top/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
2020github.qkg1.top/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments