Files
scrutiny/vendor/howett.net/plist/go.mod
T
2020-08-21 06:31:48 +00:00

10 lines
222 B
Modula-2

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
)