Skip to content

Commit

Permalink
ci: fix goreleaser/render-version-schema step (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Jul 14, 2021
1 parent d52ad6a commit c7860dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
sdk: ory/sdk@0.1.41
changelog: ory/changelog@0.1.10
goreleaser: ory/goreleaser@0.1.30
goreleaser: ory/goreleaser@0.1.31
slack: circleci/slack@3.4.2
nancy: ory/nancy@0.0.18
docs: ory/docs@0.0.11
Expand Down Expand Up @@ -86,6 +86,7 @@ workflows:
only: /.*/
-
goreleaser/render-version-schema:
schema-path: .schema/config.schema.json
requires:
- goreleaser/release
filters:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -4,6 +4,8 @@ replace gopkg.in/DataDog/dd-trace-go.v1 => gopkg.in/DataDog/dd-trace-go.v1 v1.27

replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v1.0.3-0.20210625141045-a211650c6ae1

replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1

require (
github.com/Azure/azure-pipeline-go v0.2.2
github.com/Azure/azure-storage-blob-go v0.9.0
Expand Down
1 change: 0 additions & 1 deletion go.sum
Expand Up @@ -963,7 +963,6 @@ github.com/nicksnyder/go-i18n v1.10.0/go.mod h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/oleiade/reflections v1.0.0/go.mod h1:RbATFBbKYkVdqmSFtx13Bb/tVhR0lgOBXunWTZKeL4w=
github.com/oleiade/reflections v1.0.1 h1:D1XO3LVEYroYskEsoSiGItp9RUxG6jWnCVvrqH0HHQM=
github.com/oleiade/reflections v1.0.1/go.mod h1:rdFxbxq4QXVZWj0F+e9jqjDkc7dbp97vkRixKo2JR60=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit c7860dd

Please sign in to comment.