1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-18 09:13:15 +00:00

vendor: github.com/abbot/go-http-auth for #1802

This commit is contained in:
Nick Craig-Wood
2018-02-16 18:27:02 +00:00
parent 5530662ccc
commit 2b6f7028a6
23 changed files with 1597 additions and 2 deletions

12
vendor/github.com/abbot/go-http-auth/Makefile generated vendored Normal file
View File

@@ -0,0 +1,12 @@
include $(GOROOT)/src/Make.inc
TARG=auth_digest
GOFILES=\
auth.go\
digest.go\
basic.go\
misc.go\
md5crypt.go\
users.go\
include $(GOROOT)/src/Make.pkg