From 80b00802aa1f10b9b86fa9c3b161e0e75d4c9ecb Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 26 Sep 2023 13:27:23 -0700 Subject: [PATCH] Upgrade certificates to the latest master version This commit upgrades certificates. The new version includes changes to the SCEP provisioner. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9d9148a89..2d2e008c6 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/pquerna/otp v1.4.0 github.com/slackhq/nebula v1.6.1 github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 - github.com/smallstep/certificates v0.24.3-rc.5.0.20230925175351-0a5ae396c713 + github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c github.com/smallstep/certinfo v1.12.0 github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2 github.com/smallstep/truststore v0.12.1 diff --git a/go.sum b/go.sum index 6eba16bc0..a8024e232 100644 --- a/go.sum +++ b/go.sum @@ -351,8 +351,8 @@ github.com/slackhq/nebula v1.6.1 h1:/OCTR3abj0Sbf2nGoLUrdDXImrCv0ZVFpVPP5qa0DsM= github.com/slackhq/nebula v1.6.1/go.mod h1:UmkqnXe4O53QwToSl/gG7sM4BroQwAB7dd4hUaT6MlI= github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY= github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc= -github.com/smallstep/certificates v0.24.3-rc.5.0.20230925175351-0a5ae396c713 h1:bcydp3usot8s5zX1HLjGTbc+FvoGD7IBKjYzq2vyO2E= -github.com/smallstep/certificates v0.24.3-rc.5.0.20230925175351-0a5ae396c713/go.mod h1:thJmekMKUplKYip+la99Lk4IwQej/oVH/zS9PVMagEE= +github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c h1:SL6aWjPd5o3qM2YPiwfc5s4O5X/jd7QbYmPzGTc4TxQ= +github.com/smallstep/certificates v0.24.3-rc.5.0.20230926202547-f9db22d3117c/go.mod h1:thJmekMKUplKYip+la99Lk4IwQej/oVH/zS9PVMagEE= github.com/smallstep/certinfo v1.12.0 h1://wFrL/oiFvyFinnFg9siOlccaKuae4kGITdsR0kryk= github.com/smallstep/certinfo v1.12.0/go.mod h1:paO7ecrG1zFy+c8vw+8/Qy9TRA/R7ImAb8+/eOzWrmg= github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2 h1:UIAS8DTWkeclraEGH2aiJPyNPu16VbT41w4JoBlyFfU=