mod file stuff

This commit is contained in:
x 2024-07-01 21:09:25 +02:00
parent 61fa92d2f4
commit d3489c1739
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module escpos-go-labels
go 1.22.4
require github.com/kenshaw/escpos v0.0.0-20221114190919-df06b682a8fc // indirect

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/kenshaw/escpos v0.0.0-20221114190919-df06b682a8fc h1:4JwmN2Scz1vR+hfSxkdy2IE/DzxX2Cftm2lhWHyN0k0=
github.com/kenshaw/escpos v0.0.0-20221114190919-df06b682a8fc/go.mod h1:M+GIBmg2MqaSWIJrXCZS+/wRFbr9fOguRz3SHn8DRPE=