File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ require (
99
99
github.com/spf13/cobra v1.1.3 // indirect
100
100
github.com/spf13/pflag v1.0.5 // indirect
101
101
github.com/stretchr/testify v1.7.0 // indirect
102
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
102
+ golang.org/x/crypto v0.1.0 // indirect
103
103
golang.org/x/net v0.7.0 // indirect
104
104
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
105
105
golang.org/x/sys v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1135,8 +1135,9 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
1135
1135
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
1136
1136
golang.org/x/crypto v0.0.0-20200206161412-a0c6ece9d31a /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
1137
1137
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
1138
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI =
1139
1138
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
1139
+ golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU =
1140
+ golang.org/x/crypto v0.1.0 /go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw =
1140
1141
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
1141
1142
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
1142
1143
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
You can’t perform that action at this time.
0 commit comments