Skip to content

Commit

Permalink
Add swagutil to tools (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Feb 1, 2020
1 parent ae4334d commit d3eac25
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 90 deletions.
1 change: 1 addition & 0 deletions cmd/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ import (
_ "github.com/sqs/goreturns"

_ "github.com/ory/go-acc"
_ "github.com/ory/sdk/swagutil"
_ "github.com/ory/x/tools/listx"
)
1 change: 0 additions & 1 deletion docs/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,6 @@
},
"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
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module github.com/ory/hydra

require (
github.com/bombsimon/wsl v1.2.8 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/go-bindata/go-bindata v3.1.1+incompatible
github.com/go-critic/go-critic v0.4.1 // indirect
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.19.5
github.com/go-openapi/strfmt v0.19.3
Expand All @@ -17,16 +14,13 @@ require (
github.com/gobuffalo/packr v1.24.0
github.com/gobwas/glob v0.2.3
github.com/golang/mock v1.3.1
github.com/golangci/golangci-lint v1.22.2 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/sessions v1.1.4-0.20181208214519-12bd4761fc66
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
github.com/imdario/mergo v0.0.0-20171009183408-7fe0c75c13ab
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.2.0
github.com/lib/pq v1.2.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/oleiade/reflections v1.0.0
Expand All @@ -36,9 +30,9 @@ 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-20200123152503-0d50960e70bd
github.com/ory/sdk/swagutil v0.0.0-20200131170418-ead0c2285f93
github.com/ory/viper v1.5.6
github.com/ory/x v0.0.91
github.com/ory/x v0.0.93
github.com/pborman/uuid v1.2.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
Expand All @@ -48,7 +42,6 @@ require (
github.com/rs/cors v1.6.0
github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7
github.com/sawadashota/encrypta v0.0.2
github.com/securego/gosec v0.0.0-20200106085552-9cb83e10afad // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.5
Expand All @@ -64,7 +57,6 @@ require (
golang.org/x/tools v0.0.0-20200110042803-e2f26524b78c
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
)

replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
Expand Down
Loading

0 comments on commit d3eac25

Please sign in to comment.