File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ require (
1919 github.com/spf13/viper v1.18.2
2020 github.com/stretchr/testify v1.9.0
2121 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
22+ github.com/xeipuuv/gojsonschema v1.2.0
2223 golang.org/x/crypto v0.26.0
2324 golang.org/x/sync v0.8.0
24- golang.org/x/text v0.17 .0
25+ golang.org/x/text v0.18 .0
2526 google.golang.org/grpc v1.63.2
2627 google.golang.org/protobuf v1.33.0
2728 gotest.tools v2.2.0+incompatible
@@ -232,7 +233,6 @@ require (
232233 github.com/xanzy/ssh-agent v0.3.3 // indirect
233234 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
234235 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
235- github.com/xeipuuv/gojsonschema v1.2.0 // indirect
236236 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
237237 github.com/xlab/treeprint v1.2.0 // indirect
238238 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
Original file line number Diff line number Diff line change @@ -1236,8 +1236,8 @@ golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
12361236golang.org/x/text v0.4.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
12371237golang.org/x/text v0.7.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
12381238golang.org/x/text v0.8.0 /go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8 =
1239- golang.org/x/text v0.17 .0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc =
1240- golang.org/x/text v0.17 .0 /go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY =
1239+ golang.org/x/text v0.18 .0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224 =
1240+ golang.org/x/text v0.18 .0 /go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY =
12411241golang.org/x/time v0.0.0-20181108054448-85acf8d2951c /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
12421242golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
12431243golang.org/x/time v0.0.0-20191024005414-555d28b269f0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
You can’t perform that action at this time.
0 commit comments