fix #174: load default CA from ca.pem

This commit is contained in:
ginuerzh
2023-03-21 20:25:13 +08:00
parent 45f1cc2efc
commit a88b44d01d
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20230131100536-f3482d7cd848
github.com/go-gost/x v0.0.0-20230320102835-661953e09f24
github.com/go-gost/x v0.0.0-20230321102805-18fa84b51f1d
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)