Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dakom committed May 15, 2018
1 parent b2aa5bb commit a3d45dc
Show file tree
Hide file tree
Showing 571 changed files with 264,197 additions and 0 deletions.
245 changes: 245 additions & 0 deletions Gopkg.lock

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

78 changes: 78 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "cloud.google.com/go"
version = "0.22.0"

[[constraint]]
name = "github.com/asaskevich/govalidator"
version = "9.0.0"

[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.2.0"

[[constraint]]
branch = "master"
name = "github.com/nfnt/resize"

[[constraint]]
name = "github.com/oliamb/cutter"
version = "0.2.0"

[[constraint]]
name = "github.com/sendgrid/rest"
version = "2.4.1"

[[constraint]]
name = "github.com/sendgrid/sendgrid-go"
version = "3.4.1"

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
branch = "master"
name = "google.golang.org/api"

[[constraint]]
name = "google.golang.org/appengine"
version = "1.0.0"

[prune]
go-tests = true
unused-packages = true
3 changes: 3 additions & 0 deletions endpoints/accounts/accounts-oauth2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
Oauth flow is like this:
Expand Down Expand Up @@ -234,6 +235,8 @@ func OauthResponse(rData *pages.RequestData) {
}

func OauthAction(rData *pages.RequestData) {
rData.LogInfo("JWT: %v", rData.JwtString)

response := pages.JsonMapGeneric{}

state, err := getStateFromJwtRecord(rData.JwtRecord)
Expand Down
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

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

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

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

Loading

0 comments on commit a3d45dc

Please sign in to comment.