Import howett.net/plist by its correct name

Also bumping the version to one with a go.mod.
This commit is contained in:
Filippo Valsorda
2019-06-02 12:55:44 +01:00
parent e9f8fbcdf4
commit 72ec55f07f
29 changed files with 22 additions and 6 deletions

9
vendor/howett.net/plist/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module howett.net/plist
require (
// for cmd/ply
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
)