This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
component/storage/couchdb Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
3636 github.com/pmezard/go-difflib v1.0.0 // indirect
3737 github.com/sirupsen/logrus v1.4.2 // indirect
3838 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
39- golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
39+ golang.org/x/sys v0.1.0 // indirect
4040 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4141 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
4242 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7w
107107golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
108108golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
109109golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
110- golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f h1:QdHQnPce6K4XQewki9WNbG5KOROuDzqO3NaYjI1cXJ0 =
111- golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
110+ golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U =
111+ golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
112112golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
113113golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
114114golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments