File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ require (
6
6
github.com/davecgh/go-spew v1.1.1
7
7
github.com/prometheus/client_golang v1.12.1
8
8
github.com/prometheus/common v0.32.1
9
- golang.org/x/crypto v0.0.0-20220208233918-bba287dce954
9
+ golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
10
10
golang.org/x/sys v0.0.0-20220207234003-57398862261d
11
11
)
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce h1:Roh6XWxHFKrPgC/EQhVubS
229
229
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
230
230
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 h1:BkypuErRT9A9I/iljuaG3/zdMjd/J6m8tKKJQtGfSdA =
231
231
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
232
+ golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 h1:S25/rfnfsMVgORT4/J61MJ7rdyseOZOyvLIrZEZ7s6s =
233
+ golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
232
234
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
233
235
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
234
236
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ github.com/prometheus/common/model
28
28
github.com/prometheus/procfs
29
29
github.com/prometheus/procfs/internal/fs
30
30
github.com/prometheus/procfs/internal/util
31
- # golang.org/x/crypto v0.0.0-20220208233918-bba287dce954
31
+ # golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
32
32
## explicit
33
33
golang.org/x/crypto/pbkdf2
34
34
# golang.org/x/sys v0.0.0-20220207234003-57398862261d
You can’t perform that action at this time.
0 commit comments