Skip to content

Commit

Permalink
fix go-darknet version
Browse files Browse the repository at this point in the history
  • Loading branch information
LdDl committed Aug 12, 2020
1 parent 5d8d13c commit a49a803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/LdDl/license_plate_recognition
go 1.14

require (
github.com/LdDl/go-darknet v1.1.0
github.com/LdDl/go-darknet v1.2.0
github.com/LdDl/gocv-blob v1.0.1 // indirect
github.com/LdDl/odam v0.4.1
github.com/disintegration/imaging v1.6.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/LdDl/go-darknet v1.1.0 h1:oWz93jTcAv060dngpEgVtN9TeX5+KDTdB9Aef1CnBxI=
github.com/LdDl/go-darknet v1.1.0/go.mod h1:vNpwlxHd2mevaqWDYG9r/ABi1+cQrXw0HUuSPaDKuD8=
github.com/LdDl/go-darknet v1.2.0 h1:Gglytog/tVUJB+5FP8/dPSOXCVM5lyzzXgYJ/GBMvxc=
github.com/LdDl/go-darknet v1.2.0/go.mod h1:vNpwlxHd2mevaqWDYG9r/ABi1+cQrXw0HUuSPaDKuD8=
github.com/LdDl/gocv-blob v1.0.1 h1:BowqNyVrkN7W//N9+rkVYGWiMjd82UnzFhYlJt3cxHc=
github.com/LdDl/gocv-blob v1.0.1/go.mod h1:PdvuCxFbzOgjuz81sVmq4FzZ4GJ7xVpP3narVHe5nio=
github.com/LdDl/odam v0.1.0 h1:bcazpbwiuHwTpznSPE8TSlhgv1aYG42FZrEBY5NulHo=
Expand Down

0 comments on commit a49a803

Please sign in to comment.