update vendor
This commit is contained in:
parent
824f46979b
commit
8675bc4b7a
328 changed files with 27166 additions and 6537 deletions
8
vendor/github.com/boombuler/barcode/barcode.go
generated
vendored
8
vendor/github.com/boombuler/barcode/barcode.go
generated
vendored
|
|
@ -1,6 +1,8 @@
|
|||
package barcode
|
||||
|
||||
import "image"
|
||||
import (
|
||||
"image"
|
||||
)
|
||||
|
||||
const (
|
||||
TypeAztec = "Aztec"
|
||||
|
|
@ -40,3 +42,7 @@ type BarcodeIntCS interface {
|
|||
Barcode
|
||||
CheckSum() int
|
||||
}
|
||||
|
||||
type BarcodeColor interface {
|
||||
ColorScheme() ColorScheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue