Compare commits
1 Commits
b6b0774531
...
512ab004fe
Author | SHA1 | Date |
---|---|---|
|
512ab004fe |
2
go.mod
2
go.mod
|
@ -7,10 +7,10 @@ require (
|
|||
github.com/gorilla/websocket v1.4.2
|
||||
kumoly.io/lib/klog v0.0.8
|
||||
kumoly.io/lib/ksrv v0.0.2-0.20211112060911-0d61b343a298
|
||||
kumoly.io/lib/xorencrypt v0.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
|
||||
kumoly.io/lib/xorencrypt v0.1.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue