ory/fosite

Not possible to install fosite v0.32.3

Closed this issue · 3 comments

mitar commented

Describe the bug

I am trying to upgrade to v0.32.2. I get an error:

go get: github.com/ory/fosite@v0.32.2 updating to
	github.com/ory/fosite@v0.32.3/go.mod: verifying module: github.com/ory/fosite@v0.32.3/go.mod: reading https://sum.golang.org/lookup/github.com/ory/fosite@v0.32.3: 410 Gone
	server response: not found: create zip: case-insensitive file name collision: ".github/PULL_REQUEST_TEMPLATE.md" and ".github/pull_request_template.md"

To Reproduce

Steps to reproduce the behavior:

  • I run go get -u ./... in my go package which has fosite as a dependency.

Expected behavior

It should upgrade.

Environment

Ubuntu 20.04. go1.14.4.

This should be resolved by #474

Also applies to 0.32.3

mitar commented

In fact the issue is just with 0.32.3.