File tree Expand file tree Collapse file tree
cmd/backup-manager/app/compact/options Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package options
1616import (
1717 "math"
1818
19- "github.com/juju /errors"
19+ "github.com/pingcap /errors"
2020 "github.com/pingcap/tidb-operator/pkg/apis/pingcap/v1alpha1"
2121 "github.com/pingcap/tidb-operator/pkg/apis/util/config"
2222)
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ require (
170170 github.com/jmespath/go-jmespath v0.4.0 // indirect
171171 github.com/josharian/intern v1.0.0 // indirect
172172 github.com/json-iterator/go v1.1.12 // indirect
173- github.com/juju/errors v1.0.0
174173 github.com/klauspost/compress v1.17.11 // indirect
175174 github.com/klauspost/cpuid v1.2.3 // indirect
176175 github.com/klauspost/pgzip v1.2.6 // indirect
Original file line number Diff line number Diff line change @@ -528,8 +528,6 @@ github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHm
528528github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 /go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU =
529529github.com/jstemmer/go-junit-report v0.9.1 /go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk =
530530github.com/jtolds/gls v4.20.0+incompatible /go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU =
531- github.com/juju/errors v1.0.0 h1:yiq7kjCLll1BiaRuNY53MGI0+EQ3rF6GB+wvboZDefM =
532- github.com/juju/errors v1.0.0 /go.mod h1:B5x9thDqx0wIMH3+aLIMP9HjItInYWObRovoCFM5Qe8 =
533531github.com/julienschmidt/httprouter v1.2.0 /go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w =
534532github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6 h1:IsMZxCuZqKuao2vNdfD82fjjgPLfyHLpR41Z88viRWs =
535533github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6 /go.mod h1:3VeWNIJaW+O5xpRQbPp0Ybqu1vJd/pm7s2F473HRrkw =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "mime"
2020 "time"
2121
22- "github.com/juju /errors"
22+ "github.com/pingcap /errors"
2323)
2424
2525// RFC3339Time is a wrapper of `time.Time` that marshals to a RFC3339
You can’t perform that action at this time.
0 commit comments