File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
5
5
toolchain go1.24.2
6
6
7
7
require (
8
- github.com/dell/goisilon v1.18.1
8
+ github.com/dell/goisilon v1.19.0
9
9
github.com/fsnotify/fsnotify v1.9.0
10
10
github.com/golang/mock v1.6.0
11
11
github.com/gorilla/mux v1.8.1
@@ -24,7 +24,7 @@ require (
24
24
)
25
25
26
26
require (
27
- github.com/PuerkitoBio/goquery v1.10.1 // indirect
27
+ github.com/PuerkitoBio/goquery v1.10.2 // indirect
28
28
github.com/akutz/gournal v0.5.0 // indirect
29
29
github.com/andybalholm/cascadia v1.3.3 // indirect
30
30
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/PuerkitoBio/goquery v1.10.1 h1:Y8JGYUkXWTGRB6Ars3+j3kN0xg1YqqlwvdTV8WTFQcU =
2
- github.com/PuerkitoBio/goquery v1.10.1 /go.mod h1:IYiHrOMps66ag56LEH7QYDDupKXyo5A8qrjIx3ZtujY =
1
+ github.com/PuerkitoBio/goquery v1.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8 =
2
+ github.com/PuerkitoBio/goquery v1.10.2 /go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU =
3
3
github.com/akutz/gournal v0.5.0 h1:ELlKqTTp9dmaaadDvO19YxUmdMghYuSi23AxoSL/g98 =
4
4
github.com/akutz/gournal v0.5.0 /go.mod h1:w7Ucz8IOvtgsEL1321IY8bIUoASU/khBjAy/L6doMWc =
5
5
github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM =
@@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
10
10
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
11
11
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
12
12
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
13
- github.com/dell/goisilon v1.18.1 h1:T78WmhiFTNu682tyUG2Avs3Khc0lIfEGahy5SfEWOHI =
14
- github.com/dell/goisilon v1.18.1 /go.mod h1:C9sp22kpzi6AwiCo5Q7z4GbaWnaUOnL+LVYsb4y5oEA =
13
+ github.com/dell/goisilon v1.19.0 h1:KlGxcc0ajnvtdQjeUnyFPhA8CYlikkTmhKvqzgrA/BY =
14
+ github.com/dell/goisilon v1.19.0 /go.mod h1:U3x/bpzk44sltcynlF5sQ0An0v9STgA5PCctdcv5u5U =
15
15
github.com/emicklei/go-restful/v3 v3.12.1 h1:PJMDIM/ak7btuL8Ex0iYET9hxM3CI2sjZtzpL63nKAU =
16
16
github.com/emicklei/go-restful/v3 v3.12.1 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
17
17
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ package service_test
18
18
19
19
import (
20
20
"context"
21
+ "encoding/json"
21
22
"errors"
22
23
"os"
23
24
"testing"
24
25
25
26
"github.com/dell/goisilon"
26
- "github.com/dell/goisilon/api/json"
27
27
v1 "k8s.io/api/storage/v1"
28
28
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
29
29
You can’t perform that action at this time.
0 commit comments