Compare commits

..

No commits in common. "3832ca749fa7b788ddd9cdb149ffb32332c6e007" and "269e6514df30943e1e108df97558b460f407d7a2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ 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.17
go 1.12
require github.com/boombuler/barcode v1.0.1