Compare commits

...

2 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 3832ca749f
README.adoc: circumvent an issue with libasciidoc
Alpine 3.19 Success Details
2022-05-01 18:18:31 +02:00
Přemysl Eric Janouch f37c194ab8
Bump Go modules to 1.17 2021-08-19 05:35:58 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Runtime dependencies: Linux, a Brother QL label printer connected over USB
$ go get -u https://janouch.name/sklad/cmd/sklad
You will need to bootstrap the database by writing a minimal 'db.json':
....
{
"Password": "login-password",

2
go.mod
View File

@ -1,5 +1,5 @@
module janouch.name/sklad
go 1.12
go 1.17
require github.com/boombuler/barcode v1.0.1