File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/go-playground/validator/v10 v10.30.1
1717 github.com/go-resty/resty/v2 v2.17.2
1818 github.com/gobwas/glob v0.2.3
19- github.com/johannesboyne/gofakes3 v0.0.0-20240701191259-edd0227ffc37
19+ github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73
2020 github.com/microcosm-cc/bluemonday v1.0.27
2121 github.com/opentracing/opentracing-go v1.2.0
2222 github.com/prometheus/client_golang v1.23.2
@@ -70,6 +70,7 @@ require (
7070 github.com/spf13/cast v1.10.0 // indirect
7171 github.com/spf13/pflag v1.0.10 // indirect
7272 github.com/subosito/gotenv v1.6.0 // indirect
73+ go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
7374 go.uber.org/atomic v1.11.0 // indirect
7475 go.uber.org/multierr v1.11.0 // indirect
7576 go.yaml.in/yaml/v2 v2.4.3 // indirect
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGw
8585github.com/jmespath/go-jmespath/internal/testify v1.5.1 /go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U =
8686github.com/johannesboyne/gofakes3 v0.0.0-20240701191259-edd0227ffc37 h1:w/TiKkLc+oLH7mUCpP5DUn8+a0CjhK9yWQLKBA0Iv1w =
8787github.com/johannesboyne/gofakes3 v0.0.0-20240701191259-edd0227ffc37 /go.mod h1:AxgWC4DDX54O2WDoQO1Ceabtn6IbktjU/7bigor+66g =
88+ github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73 h1:0xkWp+RMC2ImuKacheMHEAtrbOTMOa0kYkxyzM1Z/II =
89+ github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73 /go.mod h1:S4S9jGBVlLri0OeqrSSbCGG5vsI6he06UJyuz1WT1EE =
8890github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5 /go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes =
8991github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
9092github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
@@ -168,6 +170,8 @@ github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVK
168170github.com/uber/jaeger-lib v2.4.1+incompatible /go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U =
169171github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
170172go.etcd.io/bbolt v1.3.5 /go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ =
173+ go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d h1:Ns9kd1Rwzw7t0BR8XMphenji4SmIoNZPn8zhYmaVKP8 =
174+ go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d /go.mod h1:92Uoe3l++MlthCm+koNi0tcUCX3anayogF0Pa/sp24k =
171175go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
172176go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE =
173177go.uber.org/atomic v1.11.0 /go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0 =
You can’t perform that action at this time.
0 commit comments