Added stdin, refactored a lot
This commit is contained in:
8
go.mod
8
go.mod
@@ -2,11 +2,13 @@ module catprinter-ble
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
|
||||
github.com/makeworld-the-better-one/dither v1.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
github.com/makeworld-the-better-one/dither v1.0.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.6 // indirect
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
||||
|
||||
Reference in New Issue
Block a user