pkgsrc/devel/go-pflag/PLIST
nikita db996c8d59 devel/go-pflag: Update to version 1.0.5
Changelog picked from https://github.com/spf13/pflag/releases:


1.0.5
	Merge pull request #219 from cfromknecht/fix-mod
	Remove require pflag v1.0.3


v1.0.5-rc1
	This hopefully fixes #218, and will be promoted
	when the fix has been verified.

1.0.4
	Fix typo in go.mod

1.0.3
	Fix panic when parsing unknown flag followed by
	empty argument (#173)

1.0.2
	Add base64 encoded flag type
2020-04-27 16:54:25 +00:00

69 lines
3.2 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2020/04/27 16:54:25 nikita Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/spf13/pflag.a
gopkg/src/github.com/spf13/pflag/LICENSE
gopkg/src/github.com/spf13/pflag/README.md
gopkg/src/github.com/spf13/pflag/bool.go
gopkg/src/github.com/spf13/pflag/bool_slice.go
gopkg/src/github.com/spf13/pflag/bool_slice_test.go
gopkg/src/github.com/spf13/pflag/bool_test.go
gopkg/src/github.com/spf13/pflag/bytes.go
gopkg/src/github.com/spf13/pflag/bytes_test.go
gopkg/src/github.com/spf13/pflag/count.go
gopkg/src/github.com/spf13/pflag/count_test.go
gopkg/src/github.com/spf13/pflag/duration.go
gopkg/src/github.com/spf13/pflag/duration_slice.go
gopkg/src/github.com/spf13/pflag/duration_slice_test.go
gopkg/src/github.com/spf13/pflag/example_test.go
gopkg/src/github.com/spf13/pflag/export_test.go
gopkg/src/github.com/spf13/pflag/flag.go
gopkg/src/github.com/spf13/pflag/flag_test.go
gopkg/src/github.com/spf13/pflag/float32.go
gopkg/src/github.com/spf13/pflag/float32_slice.go
gopkg/src/github.com/spf13/pflag/float32_slice_test.go
gopkg/src/github.com/spf13/pflag/float64.go
gopkg/src/github.com/spf13/pflag/float64_slice.go
gopkg/src/github.com/spf13/pflag/float64_slice_test.go
gopkg/src/github.com/spf13/pflag/go.mod
gopkg/src/github.com/spf13/pflag/go.sum
gopkg/src/github.com/spf13/pflag/golangflag.go
gopkg/src/github.com/spf13/pflag/golangflag_test.go
gopkg/src/github.com/spf13/pflag/int.go
gopkg/src/github.com/spf13/pflag/int16.go
gopkg/src/github.com/spf13/pflag/int32.go
gopkg/src/github.com/spf13/pflag/int32_slice.go
gopkg/src/github.com/spf13/pflag/int32_slice_test.go
gopkg/src/github.com/spf13/pflag/int64.go
gopkg/src/github.com/spf13/pflag/int64_slice.go
gopkg/src/github.com/spf13/pflag/int64_slice_test.go
gopkg/src/github.com/spf13/pflag/int8.go
gopkg/src/github.com/spf13/pflag/int_slice.go
gopkg/src/github.com/spf13/pflag/int_slice_test.go
gopkg/src/github.com/spf13/pflag/ip.go
gopkg/src/github.com/spf13/pflag/ip_slice.go
gopkg/src/github.com/spf13/pflag/ip_slice_test.go
gopkg/src/github.com/spf13/pflag/ip_test.go
gopkg/src/github.com/spf13/pflag/ipmask.go
gopkg/src/github.com/spf13/pflag/ipnet.go
gopkg/src/github.com/spf13/pflag/ipnet_test.go
gopkg/src/github.com/spf13/pflag/printusage_test.go
gopkg/src/github.com/spf13/pflag/string.go
gopkg/src/github.com/spf13/pflag/string_array.go
gopkg/src/github.com/spf13/pflag/string_array_test.go
gopkg/src/github.com/spf13/pflag/string_slice.go
gopkg/src/github.com/spf13/pflag/string_slice_test.go
gopkg/src/github.com/spf13/pflag/string_to_int.go
gopkg/src/github.com/spf13/pflag/string_to_int64.go
gopkg/src/github.com/spf13/pflag/string_to_int64_test.go
gopkg/src/github.com/spf13/pflag/string_to_int_test.go
gopkg/src/github.com/spf13/pflag/string_to_string.go
gopkg/src/github.com/spf13/pflag/string_to_string_test.go
gopkg/src/github.com/spf13/pflag/uint.go
gopkg/src/github.com/spf13/pflag/uint16.go
gopkg/src/github.com/spf13/pflag/uint32.go
gopkg/src/github.com/spf13/pflag/uint64.go
gopkg/src/github.com/spf13/pflag/uint8.go
gopkg/src/github.com/spf13/pflag/uint_slice.go
gopkg/src/github.com/spf13/pflag/uint_slice_test.go
gopkg/src/github.com/spf13/pflag/verify/all.sh
gopkg/src/github.com/spf13/pflag/verify/gofmt.sh
gopkg/src/github.com/spf13/pflag/verify/golint.sh