This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/santhosh-tekuri/jsonschema/v5 v5.2.0
22
22
github.com/sirupsen/logrus v1.9.0
23
23
github.com/stretchr/testify v1.8.1
24
- golang.org/x/term v0.4 .0
24
+ golang.org/x/term v0.5 .0
25
25
gopkg.in/h2non/gock.v1 v1.1.2
26
26
)
27
27
@@ -42,7 +42,7 @@ require (
42
42
github.com/pmezard/go-difflib v1.0.0 // indirect
43
43
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
44
44
golang.org/x/crypto v0.5.0 // indirect
45
- golang.org/x/sys v0.4 .0 // indirect
45
+ golang.org/x/sys v0.5 .0 // indirect
46
46
golang.org/x/text v0.6.0 // indirect
47
47
gopkg.in/yaml.v3 v3.0.1 // indirect
48
48
)
Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
91
91
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
92
92
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
93
93
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
94
- golang.org/x/sys v0.4 .0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18 =
95
- golang.org/x/sys v0.4 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
94
+ golang.org/x/sys v0.5 .0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU =
95
+ golang.org/x/sys v0.5 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
96
96
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
97
- golang.org/x/term v0.4 .0 h1:O7UWfv5+A2qiuulQk30kVinPoMtoIPeVaKLEgLpVkvg =
98
- golang.org/x/term v0.4 .0 /go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ =
97
+ golang.org/x/term v0.5 .0 h1:n2a8QNdAb0sZNpU9R1ALUXBbY+w51fCQDN+7EdxNBsY =
98
+ golang.org/x/term v0.5 .0 /go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k =
99
99
golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
100
100
golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k =
101
101
golang.org/x/text v0.6.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
You can’t perform that action at this time.
0 commit comments