修复一处注释

This commit is contained in:
GoEdgeLab
2022-08-07 11:18:16 +08:00
parent 37486eba8c
commit 2bc7de1438
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@@ -2,7 +2,11 @@ module github.com/TeaOSLab/EdgeNode
go 1.18
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
replace (
github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
github.com/fsnotify/fsnotify => /Users/WorkSpace/Projects/fsnotify
rogchap.com/v8go => /Users/Workspace/Projects/v8go
)
require (
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000