Update godeps to include go-semi-semantic

[finishes #107756410]
This commit is contained in:
Evan Short
2015-11-10 14:21:54 -08:00
parent 8ec667151f
commit 8291efc7a7
54 changed files with 1655 additions and 929 deletions

View File

@@ -4,6 +4,10 @@
// Package oauth supports making OAuth2-authenticated HTTP requests.
//
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// !!! DEPRECATED. Use golang.org/x/oauth2 instead. !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//
// Example usage:
//
// // Specify your configuration. (typically as a global variable)