mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-20 19:16:35 +08:00
13 lines
414 B
Modula-2
13 lines
414 B
Modula-2
|
|
module github.com/TeaOSLab/EdgeNode
|
||
|
|
|
||
|
|
go 1.14
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
||
|
|
github.com/iwind/TeaGo v0.0.0-20200720020412-96dbe21b81d4
|
||
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||
|
|
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
|
||
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||
|
|
)
|