File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/pimg/certguard
22
3- go 1.23
3+ go 1.23.0
4+
5+ toolchain go1.23.2
46
57require (
68 github.com/charmbracelet/bubbles v0.20.0
@@ -11,7 +13,7 @@ require (
1113 github.com/spf13/viper v1.19.0
1214 github.com/stretchr/testify v1.10.0
1315 github.com/tursodatabase/go-libsql v0.0.0-20241113154718-293fe7f21b08
14- golang.org/x/crypto v0.33 .0
16+ golang.org/x/crypto v0.35 .0
1517)
1618
1719require (
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
127127go.uber.org/atomic v1.9.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
128128go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI =
129129go.uber.org/multierr v1.9.0 /go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ =
130- golang.org/x/crypto v0.33 .0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus =
131- golang.org/x/crypto v0.33 .0 /go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M =
130+ golang.org/x/crypto v0.35 .0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs =
131+ golang.org/x/crypto v0.35 .0 /go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ =
132132golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d h1:0olWaB5pg3+oychR51GUVCEsGkeCU/2JxjBgIo4f3M0 =
133133golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d /go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c =
134134golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
You can’t perform that action at this time.
0 commit comments