pkgsrc/devel/go-gopkgs/PLIST
minskim 587649fa30 devel/go-gopkgs: Import version 1.3.2
Gopkgs is a tool that provides the list of available Go packages that
can be imported. This is an alternative for "go list all", just
faster.
2018-05-23 00:32:13 +00:00

67 lines
5.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2018/05/23 00:32:13 minskim Exp $
bin/gopkgs
gopkg/pkg/${GO_PLATFORM}/github.com/uudashr/gopkgs.a
gopkg/src/github.com/uudashr/gopkgs/Gopkg.lock
gopkg/src/github.com/uudashr/gopkgs/Gopkg.toml
gopkg/src/github.com/uudashr/gopkgs/LICENSE
gopkg/src/github.com/uudashr/gopkgs/Makefile
gopkg/src/github.com/uudashr/gopkgs/README.md
gopkg/src/github.com/uudashr/gopkgs/cmd/gopkgs/main.go
gopkg/src/github.com/uudashr/gopkgs/doc.go
gopkg/src/github.com/uudashr/gopkgs/gopkgs.go
gopkg/src/github.com/uudashr/gopkgs/gopkgs_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/.gitignore
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/LICENSE
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/README.md
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/dirent_fileno.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/dirent_ino.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/doc.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/clean-empties/main.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/walk-fast/main.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/walk-stdlib/main.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/go.mod
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_unix.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_windows.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/file1a1
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/skip
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/z1a2
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/file1b
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/file2a
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/skip/file2b1
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/z2c/file2c1
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/aaa.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/skip
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/zzz/aaa.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/aaa.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/symlinkToDirectory
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/symlinkToFile
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/zzz/aaa.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a1.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a2/a2a/a2a1.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a2/a2b.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir6/bravo.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir6/code/123.txt
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/file3
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/dir-symlink
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/file-symlink
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/invalid-symlink
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/walk.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/walk_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/withNamlen.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/withoutNamlen.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/.gitignore
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/.travis.yml
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/LICENSE
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/README.md
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/appveyor.yml
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/bench_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/errors.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/errors_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/example_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/format_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/stack.go
gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/stack_test.go
gopkg/src/github.com/uudashr/gopkgs/vendor_test.go