module git.sr.ht/~guacamolie/faxmachine go 1.21.1 require ( github.com/BurntSushi/toml v1.4.0 github.com/adrg/xdg v0.4.0 github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/hennedo/escpos v0.0.2-0.20221114190247-475ba147a030 github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1 github.com/jbuchbinder/gopnm v0.0.0-20220507095634-e31f54490ce0 github.com/lestrrat-go/dither v0.0.0-20180426220553-2a6e1152a49e github.com/mattn/go-sqlite3 v1.14.22 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/qiniu/iconv v1.2.0 github.com/rs/zerolog v1.33.0 github.com/spf13/pflag v1.0.5 golang.org/x/image v0.17.0 golang.org/x/sys v0.21.0 maunium.net/go/mautrix v0.18.1 nhooyr.io/websocket v1.8.11 ) require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/tidwall/gjson v1.17.1 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tidwall/sjson v1.2.5 // indirect go.mau.fi/util v0.4.2 // indirect golang.org/x/crypto v0.24.0 // indirect golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect golang.org/x/net v0.26.0 // indirect )