mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 11:17:29 +02:00
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module github.com/yusing/godoxy/cli
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/yusing/goutils v0.7.0
|
|
)
|
|
|
|
replace github.com/yusing/goutils => ../../goutils
|