File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: go
22sudo : false
33go_import_path : gopkg.in/oauth2.v3
44go :
5- - 1.6
5+ - 1.7
66before_install :
77 - go get github.com/mattn/goveralls
88script :
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ Copyright (c) 2016 Lyric
132132[ License-Image ] : https://img.shields.io/npm/l/express.svg
133133[ Build-Status-Url ] : https://travis-ci.org/go-oauth2/oauth2
134134[ Build-Status-Image ] : https://travis-ci.org/go-oauth2/oauth2.svg?branch=master
135- [ Release-Url ] : https://github.com/go-oauth2/oauth2/releases/tag/v3.5.1
136- [ Release-image ] : http://img.shields.io/badge/release-v3.5.1 -1eb0fc.svg
135+ [ Release-Url ] : https://github.com/go-oauth2/oauth2/releases/tag/v3.5.2
136+ [ Release-image ] : http://img.shields.io/badge/release-v3.5.2 -1eb0fc.svg
137137[ ReportCard-Url ] : https://goreportcard.com/report/gopkg.in/oauth2.v3
138138[ ReportCard-Image ] : https://goreportcard.com/badge/gopkg.in/oauth2.v3
139139[ GoDoc-Url ] : https://godoc.org/gopkg.in/oauth2.v3
Original file line number Diff line number Diff line change 77 "net/url"
88 "time"
99
10- oauth2 "gopkg.in/oauth2.v3"
10+ "gopkg.in/oauth2.v3"
1111 "gopkg.in/oauth2.v3/errors"
1212)
1313
You can’t perform that action at this time.
0 commit comments