mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 15:00:26 +08:00
修复一处注释
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user