some code to handle configuration file and tls

This commit is contained in:
2024-12-07 00:54:19 +09:00
parent e144a39c5c
commit e51077a749
4 changed files with 131 additions and 80 deletions

1
go.mod
View File

@ -13,4 +13,5 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)