mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Import howett.net/plist by its correct name
Also bumping the version to one with a go.mod.
This commit is contained in:
9
vendor/howett.net/plist/go.mod
generated
vendored
Normal file
9
vendor/howett.net/plist/go.mod
generated
vendored
Normal 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
|
||||
)
|
Reference in New Issue
Block a user