File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
3131 github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
3232 github.com/prometheus/client_golang v1.14.0
33- github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c
33+ github.com/rancher/norman v0.0.0-20230222213531-275a3e921940
3434 github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
3535 github.com/sirupsen/logrus v1.9.0
3636 github.com/skyrings/skyring-common v0.0.0-20160929130248-d1c0bb1cbd5e
@@ -231,7 +231,7 @@ require (
231231 github.com/prometheus/client_model v0.3.0 // indirect
232232 github.com/prometheus/common v0.37.0 // indirect
233233 github.com/prometheus/procfs v0.8.0 // indirect
234- github.com/rancher/wrangler v1.0.1-0.20221202234327-1cafffeaa9a1 // indirect
234+ github.com/rancher/wrangler v1.1.0 // indirect
235235 github.com/rogpeppe/go-internal v1.9.0 // indirect
236236 github.com/rs/cors v1.7.0 // indirect
237237 github.com/rubenv/sql-migrate v1.1.2 // indirect
Original file line number Diff line number Diff line change @@ -2353,12 +2353,14 @@ github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567/go.mod h1:DWNGW8
23532353github.com/rancher/apiserver v0.0.0-20221205175736-7c507bd5c076 /go.mod h1:xwQhXv3XFxWfA6tLa4ZeaERu8ldNbyKv2sF+mT+c5WA =
23542354github.com/rancher/lasso v0.0.0-20221202205459-e7138f16489c /go.mod h1:Qewwr/xGzhtG7WCxhubrKZrdAobv5yqAIuHbDoxThZQ =
23552355github.com/rancher/norman v0.0.0-20221205184727-32ef2e185b99 /go.mod h1:zpv7z4ySYL5LlEBKEPf/xf3cjx837/J2i/wHpT43viE =
2356- github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c h1:xhI69R08ebqC1vIYcDMo3qY2HAPKZol+hhcG44SwHxg =
23572356github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c /go.mod h1:zpv7z4ySYL5LlEBKEPf/xf3cjx837/J2i/wHpT43viE =
2357+ github.com/rancher/norman v0.0.0-20230222213531-275a3e921940 h1:fwAzRl0oF0kdHS1YWqCl/Xk59rjbXNpZcWMfknqeeH8 =
2358+ github.com/rancher/norman v0.0.0-20230222213531-275a3e921940 /go.mod h1:7MyWxfCmPl6N/UFLu4neLH6nwTFgQQF5rxtUGyZvPFE =
23582359github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525 h1:6s3o1mPHTPuH8vWKTlmhrXux83RvNDDJruFG3n9Wx4o =
23592360github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525 /go.mod h1:jhDWF7M+cR6Rw65YoTGbiJ+r2Rb6ojAE7I9FE0vxkhc =
2360- github.com/rancher/wrangler v1.0.1-0.20221202234327-1cafffeaa9a1 h1:Rnrc4yx1Pkqoto7/n6GT68tk5up/SLuan1uSYXACpoM =
23612361github.com/rancher/wrangler v1.0.1-0.20221202234327-1cafffeaa9a1 /go.mod h1:+GbeNyk8mbdOdMSdLIqvz+0JQ/2PhIb4ufMOcmHLIJQ =
2362+ github.com/rancher/wrangler v1.1.0 h1:1VWistON261oKmCPF5fOPMWb/YwjgEciO9pCw5Z0mzQ =
2363+ github.com/rancher/wrangler v1.1.0 /go.mod h1:lQorqAAIMkNWteece1GiuwZTmMqkaVTXL5qjiiPVDxQ =
23622364github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
23632365github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 /go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M =
23642366github.com/remyoudompheng/go-dbus v0.0.0-20121104212943-b7232d34b1d5 /go.mod h1:+u151txRmLpwxBmpYn9z3d1sdJdjRPQpsXuYeY9jNls =
Original file line number Diff line number Diff line change @@ -1024,7 +1024,7 @@ github.com/prometheus/common/model
10241024github.com/prometheus/procfs
10251025github.com/prometheus/procfs/internal/fs
10261026github.com/prometheus/procfs/internal/util
1027- # github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c
1027+ # github.com/rancher/norman v0.0.0-20230222213531-275a3e921940
10281028## explicit; go 1.19
10291029github.com/rancher/norman/clientbase
10301030github.com/rancher/norman/httperror
@@ -1036,7 +1036,7 @@ github.com/rancher/norman/types/values
10361036# github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
10371037## explicit; go 1.19
10381038github.com/rancher/rancher/pkg/client/generated/management/v3
1039- # github.com/rancher/wrangler v1.0.1-0.20221202234327-1cafffeaa9a1
1039+ # github.com/rancher/wrangler v1.1.0
10401040## explicit; go 1.19
10411041github.com/rancher/wrangler/pkg/name
10421042# github.com/rogpeppe/go-internal v1.9.0
You can’t perform that action at this time.
0 commit comments