Skip to content

Commit

Permalink
add vendor dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
flike committed Sep 16, 2016
1 parent 45ef312 commit 72377ce
Show file tree
Hide file tree
Showing 275 changed files with 106,767 additions and 2,386 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"io/ioutil"
"os"

"github.com/siddontang/go-yaml/yaml"
"gopkg.in/yaml.v2"
)

//整个config文件对应的结构
Expand Down
4 changes: 2 additions & 2 deletions core/hack/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package hack

const (
Version = "2016-09-09 20:53:31 +0800 @baf3d01"
Compile = "2016-09-16 15:43:10 +0800 by go version go1.7.1 darwin/amd64"
Version = "2016-09-16 15:54:00 +0800 @45ef312"
Compile = "2016-09-16 20:09:55 +0800 by go version go1.7.1 darwin/amd64"
)
8 changes: 8 additions & 0 deletions vendor/github.com/dgrijalva/jwt-go/LICENSE

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

97 changes: 97 additions & 0 deletions vendor/github.com/dgrijalva/jwt-go/MIGRATION_GUIDE.md

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

85 changes: 85 additions & 0 deletions vendor/github.com/dgrijalva/jwt-go/README.md

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

105 changes: 105 additions & 0 deletions vendor/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md

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

Loading

0 comments on commit 72377ce

Please sign in to comment.