mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
34 lines
1008 B
Modula-2
34 lines
1008 B
Modula-2
module imuslab.com/zoraxy
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/go-acme/lego/v4 v4.15.0
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.2.2
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/likexian/whois v1.15.2
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/sys v0.19.0
|
|
golang.org/x/text v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/miekg/dns v1.1.58 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
)
|