Skip to content

Commit

Permalink
[FAB-6917] Vendor gorilla/mux
Browse files Browse the repository at this point in the history
Vendor gorilla/mux to allow for supporting of URL
path parameters. This is needed to handle REST calls
for dynamic config updates for identities and affiliations.

Change-Id: I0b82c482af35b31960f6aacd0cb26b3384e79c8a
Signed-off-by: Saad Karim <skarim@us.ibm.com>
  • Loading branch information
Saad Karim committed Nov 7, 2017
1 parent 626f943 commit 6eb74e1
Show file tree
Hide file tree
Showing 13 changed files with 2,670 additions and 0 deletions.
27 changes: 27 additions & 0 deletions vendor/github.com/gorilla/context/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/github.com/gorilla/context/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions vendor/github.com/gorilla/context/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions vendor/github.com/gorilla/context/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/gorilla/mux/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6eb74e1

Please sign in to comment.