git-lfs/creds
brian m. carlson 087db1de70
Set package version to v3
Since we're about to do a v3.0.0 release, let's bump the version to v3.

Make this change automatically with the following command to avoid any
missed items:

  git grep -l github.com/git-lfs/git-lfs/v2 | \
  xargs sed -i -e 's!github.com/git-lfs/git-lfs/v2!github.com/git-lfs/git-lfs/v3!g'
2021-09-02 20:41:08 +00:00
..
access.go Remove NTLM support 2021-02-02 16:41:41 +00:00
creds_nix.go Update formatting for Go 1.17 2021-08-17 20:24:58 +02:00
creds_test.go Move credential handling to its own package 2018-09-24 15:09:22 +00:00
creds_windows.go Update formatting for Go 1.17 2021-08-17 20:24:58 +02:00
creds.go Set package version to v3 2021-09-02 20:41:08 +00:00
netrc_test.go creds: Add new NetrcCredentialHelper 2018-10-08 16:18:06 -07:00
netrc.go Set package version to v3 2021-09-02 20:41:08 +00:00