Skip to content

Commit

Permalink
enhance configurations + init vit-servicing-station management
Browse files Browse the repository at this point in the history
  • Loading branch information
rinor committed Oct 15, 2020
1 parent 4beed79 commit 51c1669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,6 +5,6 @@ go 1.15
require (
github.com/gocarina/gocsv v0.0.0-20200827134620-49f5c3fa2b3e
github.com/rinor/jorcli v0.0.0-20200911200652-e43eb8058a41
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/rinor/vitcli v0.0.0-20201010113752-b4980f5c32e8
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
)
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -2,8 +2,8 @@ github.com/gocarina/gocsv v0.0.0-20200827134620-49f5c3fa2b3e h1:f9zU2ojLUYe8f/uW
github.com/gocarina/gocsv v0.0.0-20200827134620-49f5c3fa2b3e/go.mod h1:5YoVOkjYAQumqlV356Hj3xeYh4BdZuLE0/nRkf2NKkI=
github.com/rinor/jorcli v0.0.0-20200911200652-e43eb8058a41 h1:vDQtZI50gbPQ5Exbj//DOYLscrzkn5BZFVL62OPnxNU=
github.com/rinor/jorcli v0.0.0-20200911200652-e43eb8058a41/go.mod h1:g0H93swQYhOXMd0PTL7EQOwkGTLGhtCjJ/HM+d1jKZY=
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e h1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0=
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e/go.mod h1:XV66xRDqSt+GTGFMVlhk3ULuV0y9ZmzeVGR4mloJI3M=
github.com/rinor/vitcli v0.0.0-20201010113752-b4980f5c32e8 h1:D4Bj8u4EeEbGj6BTubK+4WftStbfP6LGcnpqRVK8Kk8=
github.com/rinor/vitcli v0.0.0-20201010113752-b4980f5c32e8/go.mod h1:cgil4TQ5yJ4BJc7q1kegqr0h/KrclvR/fPQHPUjTshc=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a h1:vclmkQCjlDX5OydZ9wv8rBCcS0QyQY66Mpf/7BZbInM=
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down

0 comments on commit 51c1669

Please sign in to comment.