mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-04 22:57:20 +02:00
19 lines
459 B
Modula-2
19 lines
459 B
Modula-2
module imuslab.com/zoraxy
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/go-acme/lego/v4 v4.14.0
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/likexian/whois v1.15.1
|
|
github.com/microcosm-cc/bluemonday v1.0.25
|
|
golang.org/x/net v0.14.0
|
|
golang.org/x/sys v0.11.0
|
|
golang.org/x/tools v0.12.0 // indirect
|
|
)
|