From 22fecb8ed1ae8a851ec78d1f13d2952e7cf9482d Mon Sep 17 00:00:00 2001 From: lyric Date: Wed, 9 Nov 2016 09:06:02 +0800 Subject: [PATCH] update travis --- .travis.yml | 2 +- README.md | 4 ++-- server/server.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf75456..54e49d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go sudo: false go_import_path: gopkg.in/oauth2.v3 go: - - 1.6 + - 1.7 before_install: - go get github.com/mattn/goveralls script: diff --git a/README.md b/README.md index 0f5703e..ee8e211 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ Copyright (c) 2016 Lyric [License-Image]: https://img.shields.io/npm/l/express.svg [Build-Status-Url]: https://travis-ci.org/go-oauth2/oauth2 [Build-Status-Image]: https://travis-ci.org/go-oauth2/oauth2.svg?branch=master -[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.1 -[Release-image]: http://img.shields.io/badge/release-v3.5.1-1eb0fc.svg +[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.2 +[Release-image]: http://img.shields.io/badge/release-v3.5.2-1eb0fc.svg [ReportCard-Url]: https://goreportcard.com/report/gopkg.in/oauth2.v3 [ReportCard-Image]: https://goreportcard.com/badge/gopkg.in/oauth2.v3 [GoDoc-Url]: https://godoc.org/gopkg.in/oauth2.v3 diff --git a/server/server.go b/server/server.go index 880865e..6fac1e1 100644 --- a/server/server.go +++ b/server/server.go @@ -7,7 +7,7 @@ import ( "net/url" "time" - oauth2 "gopkg.in/oauth2.v3" + "gopkg.in/oauth2.v3" "gopkg.in/oauth2.v3/errors" )