Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen 512ab004fe feat: start new cmd with custom args in ?cmd= 2021-11-18 13:52:07 +08:00
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -7,10 +7,10 @@ require (
github.com/gorilla/websocket v1.4.2 github.com/gorilla/websocket v1.4.2
kumoly.io/lib/klog v0.0.8 kumoly.io/lib/klog v0.0.8
kumoly.io/lib/ksrv v0.0.2-0.20211112060911-0d61b343a298 kumoly.io/lib/ksrv v0.0.2-0.20211112060911-0d61b343a298
kumoly.io/lib/xorencrypt v0.1.0
) )
require ( require (
github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
kumoly.io/lib/xorencrypt v0.1.0 // indirect
) )