-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
26 lines (23 loc) · 994 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/ton-utils/reverse-proxy
go 1.23.3
require (
github.com/mdp/qrterminal/v3 v3.0.0
github.com/rs/zerolog v1.33.0
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
github.com/ton-blockchain/adnl-tunnel v0.0.0-20250227065935-bdeeba972e50
github.com/xssnick/tonutils-go v1.11.1-0.20250226184842-e0277c2b08f8
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/kevinms/leakybucket-go v0.0.0-20200115003610-082473db97ca // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/xssnick/raptorq v1.0.0 // indirect
github.com/xssnick/ton-payment-network v0.0.0-20250211055352-ed9cef403ce1 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
rsc.io/qr v0.2.0 // indirect
)