2020-05-27 22:57:32 +02:00
|
|
|
module github.com/la5nta/pat
|
|
|
|
|
|
2026-07-21 10:53:19 +02:00
|
|
|
go 1.25.0
|
2020-05-27 22:57:32 +02:00
|
|
|
|
2025-09-17 21:23:21 +02:00
|
|
|
tool golang.org/x/vuln/cmd/govulncheck
|
|
|
|
|
|
2020-05-27 22:57:32 +02:00
|
|
|
require (
|
2026-07-21 10:53:19 +02:00
|
|
|
github.com/adhocore/gronx v1.20.0
|
2025-01-22 20:43:02 +01:00
|
|
|
github.com/adrg/xdg v0.5.3
|
2020-05-27 22:57:32 +02:00
|
|
|
github.com/bndr/gotabulate v1.1.3-0.20170315142410-bc555436bfd5
|
2026-07-21 10:53:19 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.10.1
|
2025-01-22 20:43:02 +01:00
|
|
|
github.com/gorilla/mux v1.8.1
|
|
|
|
|
github.com/gorilla/websocket v1.5.3
|
2025-01-22 19:56:08 +01:00
|
|
|
github.com/harenber/ptc-go/v2 v2.2.4
|
2026-07-21 10:53:19 +02:00
|
|
|
github.com/hashicorp/go-version v1.9.0
|
2023-11-04 13:39:39 +01:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2025-11-01 21:45:55 +01:00
|
|
|
github.com/la5nta/wl2k-go v1.0.1
|
2025-01-22 20:43:02 +01:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
2025-06-18 19:49:50 +02:00
|
|
|
github.com/n8jja/Pat-Vara v1.2.0
|
2021-08-15 20:59:07 +02:00
|
|
|
github.com/pd0mz/go-maidenhead v1.0.0
|
2025-01-22 20:43:02 +01:00
|
|
|
github.com/peterh/liner v1.2.2
|
2025-09-03 18:51:27 +02:00
|
|
|
github.com/spf13/pflag v1.0.10
|
2026-07-21 10:53:19 +02:00
|
|
|
golang.org/x/image v0.44.0
|
|
|
|
|
golang.org/x/sync v0.22.0
|
|
|
|
|
golang.org/x/term v0.45.0
|
2023-10-18 20:48:07 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-09-03 18:51:27 +02:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2025-01-22 20:40:18 +01:00
|
|
|
github.com/albenik/go-serial/v2 v2.6.1 // indirect
|
2023-10-18 20:48:07 +02:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2026-07-21 10:53:19 +02:00
|
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
2025-09-03 18:51:27 +02:00
|
|
|
github.com/creack/goselect v0.1.3 // indirect
|
2025-01-22 20:43:02 +01:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2023-10-18 20:48:07 +02:00
|
|
|
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6 // indirect
|
2026-07-21 10:53:19 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.24 // indirect
|
2023-10-18 20:48:07 +02:00
|
|
|
github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c // indirect
|
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-09-17 21:23:21 +02:00
|
|
|
golang.org/x/mod v0.22.0 // indirect
|
2026-07-21 10:53:19 +02:00
|
|
|
golang.org/x/net v0.57.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.47.0 // indirect
|
2025-09-17 21:23:21 +02:00
|
|
|
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
|
|
|
|
|
golang.org/x/tools v0.29.0 // indirect
|
|
|
|
|
golang.org/x/vuln v1.1.4 // indirect
|
2020-05-27 22:57:32 +02:00
|
|
|
)
|