mirror of
https://github.com/la5nta/pat
synced 2026-08-13 17:46:54 -04:00
Override configuration values by setting PAT_* environment variables. This is handy when deploying a containerized/scripted setup. Syntax examples: * PAT_MYCALL=LA5NTA * PAT_ARDOP_ADDR="host:port"
40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
module github.com/la5nta/pat
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.3.3
|
|
github.com/bndr/gotabulate v1.1.3-0.20170315142410-bc555436bfd5
|
|
github.com/dimchansky/utfbom v1.1.1
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/harenber/ptc-go/v2 v2.2.3
|
|
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/la5nta/wl2k-go v0.11.8
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
|
github.com/n8jja/Pat-Vara v1.1.4
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/pd0mz/go-maidenhead v1.0.0
|
|
github.com/peterh/liner v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0 // indirect
|
|
github.com/albenik/go-serial/v2 v2.6.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
)
|