Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

git-lfs-2.10.0-lp152.1.13 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: git-lfs Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 2.10.0 Vendor: openSUSE
Release: lp152.1.13 Build date: Wed Jun 24 17:55:09 2020
Group: Development/Tools/Version Control Build host: obs-power9-07
Size: 30150865 Source RPM: git-lfs-2.10.0-lp152.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: https://git-lfs.github.com/
Summary: Git extension for versioning large files
Git Large File Storage (LFS) replaces large files such as audio samples,
videos, datasets, and graphics with text pointers inside Git, while
storing the file contents on a remote server.

Provides

Requires

License

MIT

Changelog

* Wed Mar 11 2020 Johannes Kastl <kastl@b1-systems.de>
  - re-add BuildRequire for rubygem-ronn only on newer releases:
    - SUSE > 1550
    - openSUSE > 1500
  - only create man pages on newer releases, as this requires rubygem-ronn
* Wed Mar 11 2020 Martin Pluskal <mpluskal@suse.com>
  - Fix building at supported distributions
  - Do not use source url when in fact we are modyfing sources
  - Correct scriplet dependencies
  - Track all sources
* Sat Mar 07 2020 Johannes Kastl <kastl@b1-systems.de>
  - changes to packaging:
    Due to a bug in the go.mod file from upstream, this cannot be built using newer go versions.
    (see https://github.com/git-lfs/git-lfs/issues/4064)
    - added README.packaging
    - removed git-lfs-v2.10.0.tar.gz.sha256 as we need to repackage the tarball after fixing the modules
  - update to 2.10.0
    Features
      Optimize pushes for multiple refs #3978 (@bk2204)
      Include ppc64le and s390x Linux builds in releases #3983 (@bk2204)
      Kerberos (SPNEGO) support for HTTP #3941 (@bk2204)
      Add support for local paths #3918 (@bk2204)
      Allow specifying HTTP version to use #3887 (@bk2204)
    Bugs
      t-duplicate-oids: use correct awk indexing #3981 (@bk2204)
      Improved proxy support #3972 (@bk2204)
      install: don't print error if run outside repository #3969 (@bk2204)
      debian: bump version of golang-go #3959 (@bk2204)
      lfshttp: Set valid default value for lfs.concurrenttransfers #3949 (@ganadist)
      Add nil-check on defer block of DoTransfer() #3936 (@exceed-alae)
      Retry batch failures #3930 (@bk2204)
      rpm: use old setup code on CentOS 7 #3938 (@bk2204)
      Interpret relative hook paths as relative to working tree #3926 (@bk2204)
      Handle missing cygpath gracefully #3910 (@bk2204)
      Update index before showing status #3921 (@bk2204)
      Honor lfs.url when deciding on transfer adapters #3905 (@bk2204)
      Implement retry logic to fix LFS storage race conditions on Windows #3890 (@slonopotamus)
      Avoid hang when using git hash-object --stdin --path #3902 (@bk2204)
      synchronize access to netrcCredentialHelper.skip #3896 (@nataliechen1)
    Misc
      Improve license files #3973 (@bk2204)
      Add CI link to CI badge in README #3960 (@slonopotamus)
      Clarify output shown by git lfs status #3953 (@austintraver)
      Revert "ci: force Windows Git version to 2.22.0" #3903 (@bk2204)
      Better document pointer format constraints #3944 (@bk2204)
      Don't abort with newer Git when in a bare repo #3940 (@bk2204)
      Fix more Linux package issues #3932 (@bk2204)
      docs: explain shell metacharacters better #3920 (@bk2204)
      Reset the text attribute on export #3913 (@bk2204)
      Support schannel ssl backend #3868 (@nikola-sh)
      Allow migrate export to handle non-pointer files gracefully #3911 (@bk2204)
      git/gitattr: fix dropped test errors #3904 (@alrs)
      Accept all local references with git lfs push #3876 (@pluehne)
      Drop pre-1.6 Go compatibility code #3897 (@slonopotamus)
      tools/kv: Fix dropped test error #3882 (@alrs)
      Use different parser for cookiejar files #3886 (@ssgelm)
      Stop replacing files in LFS storage when downloading them concurrently on Windows #3880 (@slonopotamus)
      Fix error strings to follow Go guidelines #3871 (@slonopotamus)
      Miscellaneous release fixes #3866 (@bk2204)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - update to 2.9.1:
    This release fixes a few regressions, such as the ability to use HTTP/1.1 when
    required, addresses a race condition, and switches the cookie jar parser to
    something that's easier for distributions to package.
    Features
      Allow specifying HTTP version to use #3887 (@bk2204)
    Bugs
      synchronize access to netrcCredentialHelper.skip #3896 (@nataliechen1)
      Fix several causes of CI problems #3878 (@bk2204)
      Miscellaneous release fixes #3866 (@bk2204)
    Misc
      Build artifacts during CI for easier testing #3892 (@bk2204)
      Use different parser for cookiejar files #3886 (@ssgelm)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - update to 2.9.0:
    This release adds support for DragonFly BSD, adds a new git lfs dedup command
    to save space if the file system supports it, adds support for file URLs,
    improves the performance when walking the repository, contains improvements
    to use HTTP/2 when available and cookies when required, and numerous other bug
    fixes, features, and modifications.
    Features
      Support fetching entire history of specific refs #3849 (@pluehne)
      Add support for CentOS 8 #3854 (@bk2204)
      Let git-lfs HTTPS transport send cookies #3825 (@kupson)
      Support DragonFly BSD #3837 (@liweitianux)
      HTTP/2 protocol support #3793 (@PastelMobileSuit)
      Add clonefile on Windows over ReFS support. #3790 (@kazuki-ma)
      Add new command git lfs dedup for file system level de-duplication. #3753 (@kazuki-ma)
      Support GIT_ALTERNATE_OBJECT_DIRECTORIES #3765 (@bk2204)
      ls-files: add support for reference range #3764 (@dvdveer)
      Add several additional distros for packagecloud.io #3751 (@bk2204)
      Provide an option to track to handle paths literally #3756 (@bk2204)
      Optimize traversal of Git objects with URL remotes #3755 (@bk2204)
      Support for file URLs #3748 (@bk2204)
      Add clone file on MacOS X (darwin). #3745 (@kazuki-ma)
    Bugs
      Fix JSON comma problems in docs #3851 (@dyrone)
      Remove redundant comma in batch.md #3841 (@dyrone)
      More robust handling of parallel attempts to download the same file #3826 (@slonopotamus)
      Update wildmatch to v1.0.4 #3820 (@bk2204)
      Update to gitobj v1.4.1 #3815 (@bk2204)
      Fix build error when cross-compiling #3817 (@bk2204)
      Do not fail when multiple processes download the same lfs file #3813 (@slonopotamus)
      Fix Remote Name Parsing Bug #3812 (@nataliechen1)
      status: gracefully handle files replaced by directories #3768 (@bk2204)
      Avoid deadlock when transfer queue fails #3800 (@bk2204)
      Avoid a hang when Git is slow to provide us data #3806 (@bk2204)
      tasklog/log.go: print "done" messages with a trailing period #3789 (@ttaylorr)
      track: make --filename work with spaces #3785 (@bk2204)
      Fix couple of 'the the' typos #3786 (@pmeerw)
      Use an absolute path for smudging #3780 (@bk2204)
      Fix URL parsing with Go 1.12.8 #3771 (@bk2204)
      Fix remote autoselection when not on a branch #3759 (@bk2204)
      Replace deprecated SEEK_SET, SEEK_CUR usage. #3739 (@kazuki-ma)
      Do not log skipped checkouts to file #3736 (@jw3)
      Fix typos across git-lfs repository #3728 (@kittenking)
      Accept legacy Git SSH URLs #3713 (@bk2204)
    Misc
      ls-files --all man patch #3859 (@yamiacat)
      Reworked to use git ls-files in some circumstances instead of FastWalkGitRepo #3823 (@SeamusConnor)
      Clean up go.mod for Go 1.13 #3807 (@bk2204)
      Use FICLONE instead of BTRFS_IOC_CLONE. #3796 (@kazuki-ma)
      Remove unused pty code #3737 (@bk2204)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - update to 2.8.0:
    This release adds support for SOCKS proxies and Windows junctions, adds native
    packages for Debian 10 and similar distributions, reduces the number of
    situations in which running git lfs fetch --all is required, improves
    compatibility with Cygwin, and numerous other bug fixes and modifications.
    Features
      Don't fail if we lack objects the server has #3634 (@bk2204)
      Add support for Debian 10 #3697 (@bk2204)
      Migrate tags pointing to other tags #3690 (@bk2204)
      Add support for SOCKS proxies #3677 (@bk2204)
      Allow vendors to customize the version info #3636 (@bk2204)
      Wrap credential data to allow late credential prompting and update NTLM/SSPI to attempt SSPI login prior to prompting for credentials. #3617 (@AJH16)
      git-lfs locks should optionally denote own locks #3569 (@mstrap)
      tq/adapterbase: support rewriting href #3590 (@h-hirokawa)
      Handle Windows junctions properly #3560 (@bk2204)
      Allow specifying multiple insteadOf aliases #3550 (@bk2204)
    Bugs
      Make API documentation lock creation example less confusing #3648 (@bk2204)
      Use a download token when searching locks #3715 (@bk2204)
      Copy mode from original file when rewriting objects #3694 (@bk2204)
      Don't recurse into submodules when walking repository #3686 (@bk2204)
      Be more precise about what timestamps we accept #3680 (@bk2204)
      Canonicalize common directory paths on Cygwin #3671 (@bk2204)
      Ensure we always use correct Content-Type and Accept headers #3663 (@bk2204)
      Fix 'owner' lock field not documented as optional #3651 (@slonopotamus)
      Improve error handling in git lfs install #3624 (@bk2204)
      Properly handle config options for URLs with upper case letters #3584 (@bk2204)
      Detect Cygwin-style pipe TTYs as TTYs #3582 (@bk2204)
      Set push remote for pre-push #3579 (@bk2204)
      Switch from manually running go generate to using dh-golang to run it #3549 (@ssgelm)
      Install worktree hooks in the proper directory #3547 (@bk2204)
      Avoid nil pointer dereference on download failure #3537 (@bk2204)
      Avoid nil pointer dereference on unexpected failure #3534 (@bk2204)
    Misc
      Update gitobj to v1.3.1 #3716 (@bk2204)
      Use default line endings for core.autocrlf=input #3712 (@bk2204)
      Fix CircleCI #3710 (@bk2204)
      Vendor in gitobj v1.3.0 #3685 (@bk2204)
      Update CONTRIBUTING #3673 (@bk2204)
      Fix typo in t-locks.sh #3666 (@TBK)
      Make 'locked_at' required in JSON schema #3655 (@slonopotamus)
      Document a new batch error code #3639 (@bk2204)
      Fix invalid JSON in LFS locking API documentation #3650 (@slonopotamus)
      Fix invalid JSON in locking protocol docs #3644 (@slonopotamus)
      Various release updates #3623 (@bk2204)
      tq/adapterbase: fix typo enableHrefRerite to enableHrefRewrite #3594 (@h-hirokawa)
      Use git-lfs version of go-ntlm #3588 (@bk2204)
      Log test server standard error to log file #3577 (@bk2204)
      Don't set -extldflags unless LDFLAGS has a value #3545 (@hartzell)
      Retry on oversize file #3518 (@bk2204)
      Fix asset uploading during releases #3538 (@bk2204)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - Update to 2.7.2:
    This release is a bugfix release to address some build problems and a regression
    in handling URLs with uppercase letters.
    Bugs
      Switch from manually running go generate to using dh-golang to run it #3549 (@ssgelm)
      Properly handle config options for URLs with upper case letters #3584 (@bk2204)
    Misc
      Update packagecloud.rb #3546 (@andyneff)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - Update to 2.7.1:
    This release is a bugfix release to address panics that could occur when certain
    types of upload or download problems happen.
    Bugs
      Avoid nil pointer dereference on download failure #3537 (@bk2204)
      Avoid nil pointer dereference on unexpected failure #3534 (@bk2204)
    Misc
      Fix asset uploading during releases #3538 (@bk2204)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - removed additional BuildRequires that were added with 2.6.0
  - Update to 2.7.0:
    This release adds better support for large files on 32-bit systems, adds
    attribute macros, fixes several file descriptor leaks, improves compatibility
    with Git's configuration parsing, and includes numerous other bug fixes and
    modifications.
    Features
      Add sles 15 support #1055 #3515 (@andyneff)
      docs/man/git-lfs-config.5.ronn: document GIT_LFS_SKIP_SMUDGE #3509 (@ttaylorr)
      commands/command_pointer.go: introduce --check option #3501 (@ttaylorr)
      Makefile additions for reproducible builds and asmflags #3444 (@Foxboron)
      locking: add flag to control modification of ignored files #3409 (@bk2204)
      build package for Ubuntu 18.10 aka Cosmic #3402 (@torbjoernk)
      Add support for retries with delays (ex. rate limiting) #3449 (@zkry)
      Trim embedded paths out of binaries #3443 (@bk2204)
      Ensure 32-bit Git LFS binaries can handle files larger than 4 GiB #3426 (@bk2204)
      Support attribute macros #3391 (@bk2204)
      tasklog: don't log progress status when stdout is not a tty #3349 (@steffengodskesen)
      locking: cache JSON response from server #3253 (@mstrap)
      tq: enable transfer debugging when GIT_CURL_VERBOSE is set #3341 (@bk2204)
    Bugs
      .circleci: don't use 'brew prune' #3514 (@ttaylorr)
      t/t-smudge.sh: remove unnecessary test #3513 (@ttaylorr)
      docs/man: fix inconsistency in 'git-lfs-ls-files(1)' #3496 (@ttaylorr)
      lfshttp: close body on redirect #3479 (@bk2204)
      status: handle deleted files gracefully #3482 (@bk2204)
      Fix hang in prune with too few file descriptors #3460 (@bk2204)
      Fix parameter name on List Locks API Documentation #3477 (@Erwyn)
      TST: Trim security context when checking permissions. #3476 (@QuLogic)
      command/env: ensure we honor lfs.url #3470 (@bk2204)
      Fix swapped case sensitivity in patterns #3433 (@bk2204)
      core.sharedRepository improvements for directories #3417 (@bk2204)
      Update the doc of whitelisted .lfsconfig keys #3423 (@keiko713)
      Rewrite URL config-matching #3392 (@PastelMobileSuit)
      git: close blob objects when finished #3379 (@bk2204)
      Avoid hang in repos cloned with --shared or --reference #3383 (@bk2204)
      commands/command_status.go: require a working copy #3378 (@ttaylorr)
      Fix test server API #3377 (@bk2204)
      vendor: don't remove necessary dependencies #3356 (@ttaylorr)
      filepathfilter: don't say file is both accepted and rejected #3360 (@bk2204)
      Support pushInsteadOf aliases when determining endpoints #3353 (@bk2204)
      Close attributes file #3347 (@mbsulliv)
      Fix humanize's FormatByteRate() to work with 0s duration #3340 (@saracen)
    Misc
      Release automation #3510 (@bk2204)
      docs/man: update git-lfs-fetch(1) manpage #3488 (@ttaylorr)
      Update Cobra #3483 (@bk2204)
      Run go generate only on Windows #3480 (@bk2204)
      docs/man/git-lfs-migrate: make examples less confusing #3424 (@bk2204)
      Modify logic of 'migrate info' to process extensionless files #3458 (@zkry)
      Improve error message on missing object #3398 (@bk2204)
      docs/man: suggest using Git configuration for LFS keys #3394 (@bk2204)
      Document default value of migrate info --top= #3387 (@mloskot)
      Clarify minimum git version #3327 (@carlwgeorge)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - Update to 2.6.1:
    Bugs
      git: close blob objects when finished #3379 (@bk2204)
      Avoid hang in repos cloned with --shared or --reference #3383 (@bk2204)
      vendor: don't remove necessary dependencies #3356 (@ttaylorr)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - added two new BuildRequires needed by v2.6.0
  - Update to 2.6.0:
    This release adds better support for redirecting network calls from a Git LFS
    API server to one that requires a different authentication mode, builds Git LFS
    on Go 1.11, and numerous other bug fixes and modifications.
    Features
      commands: list explicitly excluded patterns separately #3320 (@bk2204)
      Uninstall improvements #3326 (@bk2204)
      config: honor GIT_AUTHOR_DATE and GIT_COMMITTER_DATE #3314 (@bk2204)
      Add new .netrc credential helper #3307 (@PastelMobileSuit)
      Honor umask and core.sharedRepository #3304 (@bk2204)
      Support listing only filename tracked by git lfs using --name (-n) option
      [#3271] (@skashyap7)
      all: use Go 1.11.1 in CI #3298 (@ttaylorr)
      lfsapi/tq: Have DoWithAuth() caller determine URL Access Mode #3293
      (@PastelMobileSuit)
      commands: undeprecate checkout #3303 (@bk2204)
      Checkout options for conflicts #3296 (@bk2204)
      Makefile: build source tarballs for release #3283 (@bk2204)
      Encrypted SSL key support #3270 (@bk2204)
      Add support for core.sshCommand #3235 (@bk2204)
      gitobj-based Object Scanner #3236 (@bk2204)
      README.md: new core team members #3217 (@ttaylorr)
      Add build and releases for linux arm64 #3196 (@mmlb)
      Update packagecloud.rb #3210 (@andyneff)
      all: use Go modules instead of Glide #3208 (@ttaylorr)
      all: use Go 1.11 in CI #3203 (@ttaylorr)
    Bugs
      Fix formatting of INCLUDE AND EXCLUDE (REFS) #3330 (@jsantell)
      go.sum: add missing entries #3319 (@bk2204)
      Ensure correct syntax for commit headers in lfs migrate import #3313 (@bk2204)
      Clean up trailing whitespace #3299 (@bk2204)
      commands: unambiguously resolve remote references #3285 (@ttaylorr)
      Expand custom transfer args by using the shell #3259 (@bk2204)
      Canonicalize paths properly on Windows #3277 (@bk2204)
      debian/prerm: add --system flag #3272 (@Villemoes)
      t: make testsuite run under git rebase -x #3262 (@bk2204)
      git/gitattr: parse 'set' attributes #3255 (@ttaylorr)
      t: avoid panic in lfstest-customadapter #3243 (@bk2204)
      t: avoid using shell variables in printf's first argument #3242 (@bk2204)
      lfsapi: handle SSH hostnames and aliases without users #3230 (@bk2204)
      commands/command_ls_files.go: ignore index with argument #3219 (@ttaylorr)
      commands/command_migrate_import.go: install hooks #3227 (@ttaylorr)
      t: mark test sources as .PHONY #3228 (@ttaylorr)
      Pass GIT_SSH_COMMAND to the shell #3199 (@bk2204)
      Tidy misformatted files #3202 (@bk2204)
      config: expand core.hooksPath #3212 (@ttaylorr)
      locks: manage write permissions of ignored files #3190 (@ttaylorr)
    Misc
      CONTRIBUTING.md: nail_care #3325 (@ttaylorr)
      Update CONTRIBUTING #3317 (@bk2204)
      go.mod: depend on tagged gitobj #3311 (@ttaylorr)
      RFC: SSH protocol #3290 (@bk2204)
      Remove git lfs clone command from man #3301 (@gtsiolis)
      ROADMAP.md: use GitHub issues instead #3286 (@ttaylorr)
      docs: add note about closing release milestone #3274 (@bk2204)
      CI improvements #3268 (@bk2204)
      docs/howto: document our release process #3261 (@ttaylorr)
      Create new lfshttp package #3244 (@PastelMobileSuit)
      CONTRIBUTING: update required go version #3232 (@PastelMobileSuit)
      go.mod: use latest github.com/olekukonko/ts #3223 (@ttaylorr)
      go.mod: pin github.com/git-lfs/wildmatch to v1.0.0 #3218 (@ttaylorr)
      Update README.md #3193 (@srl295)
* Mon Feb 24 2020 Johannes Kastl <kastl@b1-systems.de>
  - converted to current golang packaging guidelines, fix errors, etc.
  - hardcoded buildrequires for go1.10, as later versions break git-lfs in this version
  - updates to new releases are being prepared in a later SR...
* Thu Jul 11 2019 Johannes Kastl <kastl@b1-systems.de>
  - change BuildRequires for rubygem-ronn to correctly work with all ruby versions on all Leap and Tumbleweed versions
* Fri Oct 12 2018 Robert Frohl <rfrohl@suse.com>
  - Added manpages again for Tumbleweed and Leap 15
  - Enabled unit tests
  - Added Makefile_path.patch to fix make error
  - Update to 2.5.2
    * Bugs
      + config: Treat [host:port]:path URLs correctly
      + tq: Always provide a Content-Type when uploading files
      + commands/track: Properly `lfs track` files with escaped characters in their name
  - Update to 2.5.1
    * Features
      + tq: make Content-Type detection disable-able
    * Bugs
      + config: add origin to remote list
  - Update 2.5.0
    * Features
      + commands/migrate: infer wildmatches with --fixup
      + Retry SSH resolution 5 times
      + Implement `migrate export` subcommand
      + Add `--no-rewrite` flag to `migrate import` command
    * Bugs
      + commands: warn if working copy is dirty
      + Ensure provided remote takes precedence over configured pushRemote
      + commands/command_migrate.go: loosen meaning of '--everything'
      + lfsapi: don't query askpass for given creds
      + config/git_fetcher.go: mark 'lfs.allowincompletepush' as safe
      + fs: support multiple object alternates
      + commands/checkout: checkout over read-only files
      + config/config.go: case-insensitive error search
      + Encoded characters in pathnames
      + Support default TTL for authentication tokens acquired via SSH
      + commands/status.go: relative paths outside of root
      + lfsapi: prefer proxying from gitconfig before environment
      + commands/track: respect global- and system-level gitattributes
      + git/git.go: pass --multiple to git-fetch(1) when appropriate
      + commands/checkout: fix inaccurate messaging
      + commands/migrate: do not migrate empty commits
      + git/odb: retain trailing newlines in commit messages
    * Misc
      + Set original file content type on basic upload.
      + change lfs.allowincompletepush default from true to false
      + replace git/odb with vendored copy
      + lfsapi/ssh.go: use zero-value sentinels
      + commands/checkout: mark 'git lfs checkout' as deprecated
  - Update to 2.4.2
    * Bugs
      + lfsapi: re-authenticate HTTP redirects when needed
      + lfsapi: allow unknown keywords in netrc file(s)
  - Update to 2.4.1
    * Bugs
      + lfsapi: canonicalize extra HTTP headers
      + commands/lock: follow symlinks before locking
      + lfs/attribute.go: remove default value from upgradeables
      + git: include SHA1 in ref-less revisions
      + Do not migrate the symlinks to LFS objects.
      + commands/uninstall: do not log about global hooks with --local
      + commands/run.go: exit 127 on unknown sub-command
      + commands/{un,}track: perform "prefix-agnostic" comparisons
      + commands/migrate: escape paths before .gitattributes
      + commands/ls-files: do not accept '--all' after '--'
      + tq: prevent uint64 underflow with invalid API response
    * Misc
      + remove reference to CLA from contributor's guide
      + .gitattributes link is broken
      + circle.yml: upgrade to 'version: 2' syntax
  - Update to 2.4.0
    * Features
      + Support wildmatch-compliant options in `--include`, `--exclude`
      + Expand the specification to include relevant refspecs
      + Standardize progress meter output and implementation
      + Teach new flags, functionality to `git lfs ls-files`
      + Add new flags, functionality to `git lfs migrate`
      + New functionality in package `lfsapi`
      + Code cleanup in git.Config, package `localstorage`
    * Bugs
      + all: fix 32-bit alignment issues with `sync/atomic`
      + all: memory alignment issues on 32-bit systems.
      + command/migrate: don't migrate remote references in bare repositories
      + commands/ls-files: behave correctly before initial commit
      + commands/migrate: allow for ambiguous references in migrations
      + commands: fill in missing printf arg
      + config: Add `lfs.locksverify` to safe keys.
      + don't replace pointers with objects if clean filter is not configured
      + fsck: attach a filter to exclude unfetched items from fsck
      + git/githistory: copy entries from cache, elsewhere
      + git/githistory: migrate annotated tags correctly
      + git/odb: don't print extra newline after commit message
      + git/odb: extract identifiers from commits verbatim
      + git/odb: implement parsing for annotated `*Tag`'s
      + git/odb: retain newlines when parsing commit messages
      + lfs: PointerScanner is nil after error, so don't close
      + lfsapi: Cred helper improvements
      + lfsapi: retry requests changing access from none IF Auth header is empty
      + prune: always prune excluded paths
      + status: fix incorrect formatting with unpushed objects
      + tasklog: don't drop updates in PercentageTask
    * Misc
      + all: Nitpicks
      + all: introduce package 'tlog'
      + all: remove CLA
      + build: Specify the embedded Windows icon as part of versioninfo.json
      + config: add PushRemote() for checking `branch.*.pushRemote` and `remote.pushDefault` first
      + git/githistory: have `*RefUpdater` hold `*odb.ObjectDatabase` reference
      + progress: move CopyCallback (& related) to package 'tools'
      + progress: move `*progressLogger` implementation to package 'tools'
      + refspec docs
      + tasklog: introduce `*SimpleTask`
* Fri Jan 26 2018 9+suse@cirno.systems
  - Drop manpages due to missing ronn package
  - Add license
  - Update to 2.3.4
    * Features:
      + commands: add git-lfs-migrate(1) 'import' subcommand
      + commands: add git-lfs-migrate(1) 'info' subcommand
      + Implement status --json
      + commands/uploader: allow incomplete pushes
      + git/odb/pack: improve git lfs migrate performance
      + git/odb/pack: introduce packed object reassembly
      + git/odb/pack: teach packfile index entry lookups
      + git/{odb,githistory}: don't write unchanged objects
      + commands: improve git clone performance with 'delay'
      capability
      + commands: mark git lfs clone as deprecated
      + commands: enable lfs.allowincompletepush by default
      + commands: teach '--everything' to git lfs migrate
      + commands: teach git lfs ls-files a '--debug' option
      + commands,lfs: warn on 4gb size conversion during clean
      + lfsapi/creds: teach about GIT_ASKPASS and core.askpass
      + commands/status: indicate missing objects
      + Allow using custom transfer agents directly
      + Add lfs.storage parameter for overriding LFS storage location
      + lfsapi: enable credential caching by default
      + commands/install: teach --manual to git-lfs-install(1)
      + add support for SSH_ASKPASS
      + git lfs migrate --verbose option
      + Support standalone custom transfer based on API URL prefix
      match
      + bump default activity timeout from 10s -> 30s
      + 'git lfs install' updates filters with 'skip-smudge' option
    * Bugs:
      + Make pull return non-zero error code when some downloads
      failed
      + lfsapi: support cross-scheme redirection
      + sanitize ssh options parsed from ssh:// url
      + filepathfilter: interpret as .gitignore syntax
      + tq/basic_download: guard against nil HTTP response
      + commands: fix logged error not interpolating format
      qualifiers
      + Retry on timeout or temporary errors
      + commands/uploader: don't verify locks if verification is
      disabled
      + commands/clone: add new flags since Git 2.9
      + Make pull return non-zero error code when some downloads
      failed
      + tq/basic_download: guard against nil HTTP response
      + Bugfix: cannot push to scp style URL
      + support lfs..* values where url does not include .git
      + commands: fix logged error not interpolating format
      qualifiers
      + commands/help: print helptext to stdout for consistency with
      Git
      + git lfs status --json only includes lfs files
      + git/odb: remove temporary files after migration
      + git/githistory: fix hanging on empty set of commits
      + migrate: don't checkout HEAD on bare repositories
      + git/odb: prevent cross-volume link error when saving objects
      + commands: only pass --jobs to 'git clone' if set
      + migrate: fix migrations with subdirectories in '--include'
      or '--exclude'
      + commands/migrate: fix hardlinking issue when different
      filesystem is mounted at /tmp
      + commands: make git lfs migrate fetch ref updates before
      migrating
      + commands: remove '--above=1mb' default from git lfs migrate
      info
      + filepathfilter: fix HasPrefix() when no '--include' filters
      present
      + git/githistory/log: fix race condition with
      git/githistory/log tests
      + git/odb: fix closing object database test
      + git/githistory: only update local refs after migrations
      + locking: fix unlocking files not removing write flag
      + locks: fix unlocking files in a symlinked directory
      + commands: teach git lfs unlock to ignore status errs in
      appropriate conditions
      + git: expand GetAttributePaths check to include non-LFS
      lockables
      + fix multiple git update-index invocations
      + tools: fix SSH credential cacher expiration
      + lfsapi: fix read/write race condition in credential cacher
      + lfs: fix cleaning contents larger than 1024 bytes over stdin
      + fsck only scans current version of objects
      + progress: fix writing updates to $GIT_LFS_PROGRESS
      + commands/track: resolve symlinks before comparing attr paths
      + test: ensure that empty pointers are empty
      + git/githistory/log: prevent 'NaN' showing up in
    * PercentageTask
      + tq: teach Batch() API to retry itself after io.EOF's
      + Improve invalid URL error messages
      + Fix double counting progress bug
      + trim whitespace from GIT_ASKPASS provided passwords
      + remove mmap usage in Packfile reader
      + git lfs clone: don't fetch for unborn repositories
      + ensure files are marked readonly after unlocking by ID
      + add files to index with path relative to current dir
      + better Netrc errors
      + only use askpass if credential.helper is not configured
      + convert backslash to slash when writing to .gitattributes
      + invoke lfs for 'git update-index', fixing 'status' issues
      + cache http credential helper output by default
      + FastWalkGitRepo: limit number of concurrent goroutines
      + handle scenario where multiple configuration values exist
      in ~/.gitconfig
    * Misc:
      + Add git-lfs-lock and git-lfs-unlock to help index
      + config: allow multiple environments when calling
      config.Unmarshal
      + Minor cleanups in help index
      + Add git-lfs-lock and git-lfs-unlock to help index
      + lfs: trace hook install, uninstall, upgrade
      + git/githistory: change "Rewriting commits" when not updating
      refs
      + commands: print IP addresses in error logs
      + commands: print current time in UTC to error logs
      + commands: Disable lock verification when using a standalone
      custom-transfer agent
      + docs/man: update git lfs migrate documentation with EXAMPLES
      + docs/man: recommend global per-host locking config
      + commands: use transfer queue's batch size instead of constant
      + add function to invoke Git with disabled LFS filters
      + config: warn on unsafe keys in .lfsconfig
      + glide: remove unused dependencies
      + script/build: pass '-{ld,gc}flags' to compiler, if given
      + spec: mention that an empty file is its own LFS pointer
      + Update to latest version of github.com/pkg/errors
      + lfs: indent contents of git lfs install, update
      + tq: increase default lfs.concurrenttransfers to 8
      + Update migrate docs example for multiple file types
      + only copy req headers if there are git-configured extra
      headers
      + update tracerx to add timestamps
* Tue May 16 2017 adrien.plazas@suse.com
  - Initial commit.

Files

/usr/bin/git-lfs
/usr/share/doc/packages/git-lfs
/usr/share/doc/packages/git-lfs/README.md
/usr/share/go/1.14/contrib/src
/usr/share/go/1.14/contrib/src/github.com
/usr/share/go/1.14/contrib/src/github.com/git-lfs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_checkout.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_clean.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_clone.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_dedup.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_env.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_ext.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_fetch.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_filter_process.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_fsck.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_install.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_lock.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_locks.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_logs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_ls_files.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_migrate.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_migrate_export.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_migrate_import.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_migrate_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_pointer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_post_checkout.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_post_commit.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_post_merge.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_pre_push.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_prune.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_pull.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_push.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_smudge.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_standalone_file.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_status.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_track.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_uninstall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_unlock.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_untrack.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_update.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/command_version.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/commands.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/commands_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/lockverifier.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/multiwriter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/path.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/path_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/path_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/pointers.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/pull.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/run.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/uploader.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/commands/uploader_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/config.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/config_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/delayed_environment.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/environment.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/environment_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/extension.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/extension_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/fetcher.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/git_fetcher.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/git_fetcher_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/map_fetcher.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/netrc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/netrc_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/netrc_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/os_fetcher.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/url_config.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/url_config_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/util_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/util_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/config/version.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/access.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/creds.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/creds_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/creds_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/creds_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/netrc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/creds/netrc_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/docs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/docs/man
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/docs/man/mangen.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors/context.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors/errors_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors/types.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/errors/types_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/filepathfilter
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/filepathfilter/filepathfilter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/filepathfilter/filepathfilter_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/fs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/fs/cleanup.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/fs/fs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/fs/fs_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git-lfs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git-lfs_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/attribs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/config.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/config_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/filter_process_scanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/filter_process_scanner_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/filter_process_status.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/git.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/git_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/attr.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/attr_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/macro.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/macro_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/tree.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/gitattr/tree_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory/fixtures_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory/ref_updater.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory/ref_updater_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory/rewriter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/githistory/rewriter_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/ls_files.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/object_scanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line_reader.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line_reader_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line_writer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/pkt_line_writer_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/refs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/refs_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/rev_list_scanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/rev_list_scanner_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/git/version.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/attribute.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/config.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/config_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/diff_index_scanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/extension.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitfilter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitfilter_clean.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitfilter_smudge.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_catfilebatch.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_catfilebatchcheck.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_catfilebatchcheckscanner_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_index.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_log.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_pointerscanner_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_refs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_remotes.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/gitscanner_tree.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/hook.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/lfs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/lfs_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/pointer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/pointer_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/scanner.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/scanner_git_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/scanner_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/util.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/util_generic.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfs/util_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/auth.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/auth_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/body.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/client.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/endpoint_finder.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/endpoint_finder_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/kerberos.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/lfsapi.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/ntlm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/ntlm_auth_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/ntlm_auth_test_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/ntlm_auth_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/ntlm_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfsapi/response_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/body.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_dragonfly.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_freebsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_openbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/certs_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/client.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/client_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/cookies.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/endpoint.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/lfshttp.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/proxy.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/proxy_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/retries.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/retries_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/ssh.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/ssh_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/standalone
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/standalone/standalone.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/stats.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/stats_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/verbose.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/lfshttp/verbose_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/api.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/api_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/cache.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/cache_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/lockable.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/locks.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/locking/locks_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/script
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/script/release.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/script/script.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/buffered_cmd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/cmd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/subprocess.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/subprocess_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/subprocess_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/subprocess/subprocess_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/git-credential-lfsnoop.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/git-credential-lfstest.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfs-askpass.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfs-ssh-echo.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfs-ssh-proxy-test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-count-tests.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-customadapter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-gitserver.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-realpath.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-standalonecustomadapter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/lfstest-testutils.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/util
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/cmd/util/testutils.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/git-lfs-test-server-api
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/git-lfs-test-server-api/main.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/git-lfs-test-server-api/testdownload.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/t/git-lfs-test-server-api/testupload.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/list_task.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/list_task_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/log.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/log_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/percentage_task.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/percentage_task_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/simple_task.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/simple_task_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/task.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/waiting_task.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tasklog/waiting_task_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/channels.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/copycallback.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/copycallback_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/cygwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/cygwin_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/filetools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/filetools_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/humanize
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/humanize/humanize.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/humanize/humanize_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/humanize/package.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/iotools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/iotools_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/kv
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/kv/keyvaluestore.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/kv/keyvaluestore_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/math.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/math_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/ordered_set.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/ordered_set_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/os_tools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/robustio.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/robustio_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/str_tools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/str_tools_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/stringset.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/sync_writer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/time_tools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/time_tools_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/umask_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/umask_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_darwin_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_generic.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tools/util_windows_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/adapterbase.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/api.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/api_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/basic_download.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/basic_upload.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/custom.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/custom_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/errors_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/manifest.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/manifest_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/meter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/transfer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/transfer_queue.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/transfer_queue_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/transfer_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/tus_upload.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/verify.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/tq/verify_test.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/buffer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/mksyscall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/negotiate
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/negotiate/negotiate.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/ntlm
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/ntlm/ntlm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/sspi.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/syscall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/alexbrainman/sspi/zsyscall_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/avast
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/avast/retry-go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/avast/retry-go/options.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/avast/retry-go/retry.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/bypass.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/common.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/config.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/doc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/dump.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/format.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/davecgh/go-spew/spew/spew.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov/go-spnego
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov/go-spnego/spnego.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov/go-spnego/spnego_gokrb5.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov/go-spnego/spnego_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/dpotapov/go-spnego/transport.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/backend.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/backend_nix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/backend_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/blob.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/commit.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/errors
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/errors/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/file_storer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/memory_storer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/object.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/object_db.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/object_reader.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/object_type.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/object_writer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/bounds.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/chain.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/chain_base.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/chain_delta.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/delayed_object.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index_decode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index_entry.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index_v1.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index_v2.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/index_version.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/io.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/object.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/packfile.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/packfile_decode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/set.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/storage.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/pack/type.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storage
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storage/backend.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storage/decompressing_readcloser.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storage/multi_storage.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storage/storage.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/storer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/tag.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/gitobj/tree.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-netrc
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-netrc/netrc
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-netrc/netrc/netrc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/av_pairs.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/challenge_responses.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/crypto.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/helpers.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/keys.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/md4
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/md4/md4.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/md4/md4block.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/message_authenticate.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/message_challenge.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/message_negotiate.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/negotiate_flags.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/ntlm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/ntlmv1.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/ntlmv2.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/payload.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/signature.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/go-ntlm/ntlm/version.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/wildmatch
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/wildmatch/package.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/wildmatch/wildmatch.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/wildmatch/wildmatch_casefold.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/git-lfs/wildmatch/wildmatch_nocasefold.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/hashicorp
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/hashicorp/go-uuid
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/hashicorp/go-uuid/uuid.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/inconshreveable
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/inconshreveable/mousetrap
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/inconshreveable/mousetrap/trap_others.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/inconshreveable/mousetrap/trap_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/encoding
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/encoding/asn1
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/encoding/asn1/asn1.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/encoding/asn1/common.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/encoding/asn1/marshal.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/x
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/x/crypto
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/x/crypto/pbkdf2
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/jcmturner/gofork/x/crypto/pbkdf2/pbkdf2.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/doc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_bsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_others.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_plan9.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_solaris.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_tcgets.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/mattn/go-isatty/isatty_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/doc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_other.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_solaris.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_unix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/olekukonko/ts/ts_x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pkg
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pkg/errors
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pkg/errors/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pkg/errors/go113.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pkg/errors/stack.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pmezard
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pmezard/go-difflib
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pmezard/go-difflib/difflib
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/pmezard/go-difflib/difflib/difflib.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/rubyist
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/rubyist/tracerx
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/rubyist/tracerx/tracerx.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/args.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/bash_completions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/cobra.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/command.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/command_notwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/command_win.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/powershell_completions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/shell_completions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/cobra/zsh_completions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/bool.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/bool_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/bytes.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/count.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/duration.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/duration_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/flag.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/float32.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/float64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/golangflag.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int16.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int32.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int8.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/int_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/ip.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/ip_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/ipmask.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/ipnet.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/string.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/string_array.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/string_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/string_to_int.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/string_to_string.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint16.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint32.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint8.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/spf13/pflag/uint_slice.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/ssgelm
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/ssgelm/cookiejarparser
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/ssgelm/cookiejarparser/cookiejarparser.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/assertion_format.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/assertion_forward.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/assertion_order.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/assertions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/doc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/forward_assertions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/assert/http_assertions.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require/doc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require/forward_requirements.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require/require.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require/require_forward.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/stretchr/testify/require/requirements.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonpointer
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonpointer/pointer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonreference
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonreference/reference.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/draft.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/format_checkers.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/internalLog.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/jsonContext.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/jsonLoader.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/locales.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/result.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/schema.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/schemaLoader.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/schemaPool.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/schemaReferencePool.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/schemaType.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/subSchema.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/types.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/utils.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/github.com/xeipuuv/gojsonschema/validation.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto/md4
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto/md4/md4.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto/md4/md4block.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto/pbkdf2
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http/httpguts
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http/httpguts/guts.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http/httpguts/httplex.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http/httpproxy
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http/httpproxy/proxy.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/ciphers.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/client_conn_pool.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/databuffer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/errors.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/flow.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/frame.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/go111.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/gotrack.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/headermap.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/hpack
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/hpack/encode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/hpack/hpack.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/hpack/huffman.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/hpack/tables.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/http2.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/not_go111.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/pipe.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/server.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/transport.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/write.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/writesched.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/writesched_priority.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/http2/writesched_random.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/idna10.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/idna9.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/punycode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/tables10.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/tables11.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/tables12.00.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/tables9.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/trie.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/idna/trieval.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/publicsuffix
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/publicsuffix/list.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/net/publicsuffix/table.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sync
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sync/semaphore
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sync/semaphore/semaphore.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/affinity_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/aliases.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_darwin_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_darwin_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_freebsd_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_linux_s390x.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_netbsd_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_openbsd_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/bluetooth_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/cap_freebsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_aix_ppc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_dragonfly.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_freebsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_netbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dev_openbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/dirent.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/endian_big.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/endian_little.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/env_unix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/errors_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/fcntl.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/fcntl_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/fdset.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/gccgo.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ioctl.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/pagesize_unix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/pledge_openbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/race.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/race0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/readdirent_getdents.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/sockcmsg_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/sockcmsg_unix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/str.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_aix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_bsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_dragonfly.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_freebsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_gc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_netbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_openbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_solaris.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_unix.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_unix_gc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/timestruct.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/unveil_openbsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/xattr_bsd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/aliases.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/dll_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/empty.s
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/env_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/eventlog.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/exec_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/memory_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/mksyscall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/race.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/race0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/security_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/service.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/str.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/syscall.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/syscall_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/types_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/types_windows_386.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/types_windows_amd64.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/types_windows_arm.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/zerrors_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/sys/windows/zsyscall_windows.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/secure
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/secure/bidirule
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/secure/bidirule/bidirule.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/transform
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/transform/transform.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/bidi.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/bracket.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/core.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/prop.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/bidi/trieval.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/composition.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/forminfo.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/input.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/iter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/normalize.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/readwriter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/transform.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/golang.org/x/text/unicode/norm/trie.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/aescts.v1
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/aescts.v1/aescts.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/dnsutils.v1
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/dnsutils.v1/srv.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/asn1tools
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/asn1tools/tools.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/ASExchange.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/TGSExchange.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/cache.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/client.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/http.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/network.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/passwd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/client/session.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/config
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/config/hosts.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/config/krb5conf.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/credentials
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/credentials/ccache.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/credentials/credentials.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/aes128-cts-hmac-sha1-96.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/aes128-cts-hmac-sha256-128.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/aes256-cts-hmac-sha1-96.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/aes256-cts-hmac-sha384-192.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/common
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/common/common.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/crypto.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/des3-cbc-sha1-kd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/etype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/etype/etype.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rc4-hmac.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3961
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3961/encryption.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3961/keyDerivation.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3961/nfold.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3962
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3962/encryption.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc3962/keyDerivation.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc4757
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc4757/checksum.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc4757/encryption.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc4757/keyDerivation.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc4757/msgtype.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc8009
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc8009/encryption.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/crypto/rfc8009/keyDerivation.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/ContextFlags.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/MechType.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/NegotiationToken.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/WrapToken.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/gssapi.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/gssapi/krb5Token.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/addrtype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/addrtype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/adtype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/adtype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/asnAppTag
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/asnAppTag/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/chksumtype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/chksumtype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/errorcode
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/errorcode/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/etypeID
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/etypeID/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/flags
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/flags/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/keyusage
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/keyusage/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/msgtype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/msgtype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/nametype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/nametype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/patype
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/iana/patype/constants.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/kadmin
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/kadmin/changepasswddata.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/kadmin/message.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/kadmin/passwd.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/keytab
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/keytab/keytab.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/krberror
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/krberror/error.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/APRep.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/APReq.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KDCRep.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KDCReq.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KRBCred.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KRBError.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KRBPriv.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/KRBSafe.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/messages/Ticket.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/claims.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/filetime.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/group_membership.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/kerb_sid_and_attributes.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/rpc_unicode_string.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/sid.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/mstypes/user_session_key.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/client_claims.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/client_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/credentials_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/device_claims.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/device_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/kerb_validation_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/pac_info_buffer.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/pac_type.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/s4u_delegation_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/signature_data.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/pac/upn_dns_info.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/Authenticator.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/AuthorizationData.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/Cryptosystem.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/HostAddress.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/KerberosFlags.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/PAData.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/PrincipalName.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/gokrb5.v5/types/TypedData.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/rpc.v0
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/rpc.v0/ndr
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/rpc.v0/ndr/error.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/jcmturner/rpc.v0/ndr/ndr.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/apic.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/decode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/emitterc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/encode.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/parserc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/readerc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/resolve.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/scannerc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/sorter.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/writerc.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/yaml.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/yamlh.go
/usr/share/go/1.14/contrib/src/github.com/git-lfs/git-lfs/vendor/gopkg.in/yaml.v2/yamlprivateh.go
/usr/share/licenses/git-lfs
/usr/share/licenses/git-lfs/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024