case-insensitive metadata key

This commit is contained in:
ginuerzh
2023-01-11 22:28:43 +08:00
parent 44fca4e04c
commit c351b849e6
3 changed files with 11 additions and 35 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-20221221101823-36ed0eae2dec
github.com/go-gost/x v0.0.0-20221230113448-3b245ec38190
github.com/go-gost/x v0.0.0-20230111142558-9b128534a080
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)