|
1 | 1 | module github.com/ngoduykhanh/wireguard-ui |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.23 |
| 4 | + |
| 5 | +toolchain go1.23.4 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/NicoNex/echotron/v3 v3.27.0 |
| 8 | + github.com/NicoNex/echotron/v3 v3.39.0 |
7 | 9 | github.com/glendc/go-external-ip v0.1.0 |
8 | | - github.com/gorilla/sessions v1.2.2 |
9 | | - github.com/labstack/echo-contrib v0.15.0 |
10 | | - github.com/labstack/echo/v4 v4.11.4 |
| 10 | + github.com/gorilla/sessions v1.4.0 |
| 11 | + github.com/labstack/echo-contrib v0.17.1 |
| 12 | + github.com/labstack/echo/v4 v4.13.2 |
11 | 13 | github.com/labstack/gommon v0.4.2 |
12 | | - github.com/rs/xid v1.5.0 |
| 14 | + github.com/rs/xid v1.6.0 |
13 | 15 | github.com/sabhiram/go-wol v0.0.0-20211224004021-c83b0c2f887d |
14 | 16 | github.com/sdomino/scribble v0.0.0-20230717151034-b95d4df19aa8 |
15 | | - github.com/sendgrid/sendgrid-go v3.14.0+incompatible |
| 17 | + github.com/sendgrid/sendgrid-go v3.16.0+incompatible |
16 | 18 | github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e |
17 | 19 | github.com/xhit/go-simple-mail/v2 v2.16.0 |
18 | | - golang.org/x/crypto v0.17.0 |
19 | | - golang.org/x/mod v0.14.0 |
| 20 | + golang.org/x/crypto v0.31.0 |
| 21 | + golang.org/x/mod v0.22.0 |
20 | 22 | //golang.zx2c4.com/wireguard v0.0.20200121 // indirect |
21 | | - golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c |
| 23 | + golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 |
22 | 24 | gopkg.in/go-playground/validator.v9 v9.31.0 |
23 | 25 | ) |
24 | 26 |
|
25 | 27 | require ( |
26 | 28 | github.com/go-playground/locales v0.14.1 // indirect |
27 | 29 | github.com/go-playground/universal-translator v0.18.1 // indirect |
28 | 30 | github.com/go-test/deep v1.1.0 // indirect |
29 | | - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
30 | 31 | github.com/google/go-cmp v0.6.0 // indirect |
31 | 32 | github.com/gorilla/context v1.1.2 // indirect |
32 | 33 | github.com/gorilla/securecookie v1.1.2 // indirect |
33 | 34 | github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect |
34 | 35 | github.com/josharian/native v1.1.0 // indirect |
35 | | - github.com/leodido/go-urn v1.2.4 // indirect |
| 36 | + github.com/leodido/go-urn v1.4.0 // indirect |
36 | 37 | github.com/mattn/go-colorable v0.1.13 // indirect |
37 | 38 | github.com/mattn/go-isatty v0.0.20 // indirect |
38 | 39 | github.com/mdlayher/genetlink v1.3.2 // indirect |
39 | 40 | github.com/mdlayher/netlink v1.7.2 // indirect |
40 | | - github.com/mdlayher/socket v0.5.0 // indirect |
| 41 | + github.com/mdlayher/socket v0.5.1 // indirect |
41 | 42 | github.com/sendgrid/rest v2.6.9+incompatible // indirect |
42 | | - github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect |
| 43 | + github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect |
43 | 44 | github.com/valyala/bytebufferpool v1.0.0 // indirect |
44 | 45 | github.com/valyala/fasttemplate v1.2.2 // indirect |
45 | | - golang.org/x/net v0.19.0 // indirect |
46 | | - golang.org/x/sync v0.5.0 // indirect |
47 | | - golang.org/x/sys v0.15.0 // indirect |
48 | | - golang.org/x/text v0.14.0 // indirect |
49 | | - golang.org/x/time v0.5.0 // indirect |
50 | | - golang.zx2c4.com/wireguard v0.0.0-20210427022245-097af6e1351b // indirect |
| 46 | + golang.org/x/net v0.32.0 // indirect |
| 47 | + golang.org/x/sync v0.10.0 // indirect |
| 48 | + golang.org/x/sys v0.28.0 // indirect |
| 49 | + golang.org/x/text v0.21.0 // indirect |
| 50 | + golang.org/x/time v0.8.0 // indirect |
| 51 | + golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect |
51 | 52 | gopkg.in/go-playground/assert.v1 v1.2.1 // indirect |
52 | 53 | ) |
0 commit comments