Skip to content

Commit

Permalink
Implement new SDK pipeline (interim)
Browse files Browse the repository at this point in the history
This is an interim commit that got pushed to master by the CI on accident.
  • Loading branch information
aeneasr committed Jan 7, 2020
1 parent c499e52 commit 84a53b3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 96 deletions.
3 changes: 2 additions & 1 deletion cmd/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
_ "github.com/go-swagger/go-swagger/cmd/swagger"
_ "github.com/gobuffalo/packr/packr"
_ "github.com/golang/mock/mockgen"
_ "github.com/sdk/swagutil"
_ "github.com/sqs/goreturns"
_ "golang.org/x/tools/cmd/goimports"
_ "golang.org/x/tools/cmd/stringer"

_ "github.com/ory/sdk/swagutil"

_ "github.com/sqs/goreturns"

_ "github.com/ory/go-acc"
Expand Down
1 change: 1 addition & 0 deletions docs/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,7 @@
},
"JSONWebKeySet": {
"type": "object",
"title": "JSONWebKeySet represents a JWK Set object.",
"properties": {
"keys": {
"description": "The value of the \"keys\" parameter is an array of JWK values. By\ndefault, the order of the JWK values within the array does not imply\nan order of preference among them, although applications of JWK Sets\ncan choose to assign a meaning to the order for their purposes, if\ndesired.",
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/ory/go-acc v0.0.0-20181118080137-ddc355013f90
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.6.2
github.com/ory/sdk/swagutil v0.0.0-20200106210951-c55fbf6daa12 // indirect
github.com/ory/sdk/swagutil v0.0.0-20200106210951-c55fbf6daa12
github.com/ory/viper v1.5.6
github.com/ory/x v0.0.88
github.com/pborman/uuid v1.2.0
Expand All @@ -54,7 +54,6 @@ require (
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40
google.golang.org/grpc v1.22.0 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
)

Expand Down

0 comments on commit 84a53b3

Please sign in to comment.