fix nil route panic

This commit is contained in:
ginuerzh
2023-01-31 18:08:50 +08:00
parent 6b05bcb0ab
commit 3d01f74f7c
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -5,8 +5,8 @@ go 1.18
replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a
require (
github.com/go-gost/core v0.0.0-20230131053758-ff3b77ac2899
github.com/go-gost/x v0.0.0-20230131060428-ebdb77d71faa
github.com/go-gost/core v0.0.0-20230131100536-f3482d7cd848
github.com/go-gost/x v0.0.0-20230131100744-9750998940ad
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)