This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Commit 4e189ac gessnerfl
committed
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
53
53
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
54
54
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
55
55
github.com/zclconf/go-cty v1.14.1 // indirect
56
- golang.org/x/crypto v0.16 .0 // indirect
56
+ golang.org/x/crypto v0.17 .0 // indirect
57
57
golang.org/x/mod v0.14.0 // indirect
58
58
golang.org/x/net v0.19.0 // indirect
59
59
golang.org/x/sys v0.15.0 // indirect
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2Uz
142
142
golang.org/x/crypto v0.7.0 /go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU =
143
143
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY =
144
144
golang.org/x/crypto v0.16.0 /go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4 =
145
+ golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k =
146
+ golang.org/x/crypto v0.17.0 /go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4 =
145
147
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 /go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4 =
146
148
golang.org/x/mod v0.8.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
147
149
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0 =
You can’t perform that action at this time.
0 commit comments