mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00

- Added embeded resources server for plugin library - Added ztnc plugin for global area network - Added wide mode for side wrapper
12 lines
226 B
Modula-2
12 lines
226 B
Modula-2
module aroz.org/zoraxy/ztnc
|
|
|
|
go 1.23.6
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
golang.org/x/sys v0.30.0
|
|
)
|
|
|
|
require github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|