gorilla/csrf

Package is not `go get`able [bug]

rew1nter opened this issue · 2 comments

Describe the bug

Package is not go getable

Versions

Go version: go1.17.1 windows/amd64

Steps to Reproduce
i tried to install this package and faced this error:
Screenshot_1012
tried to install it separately but no luck.
Screenshot_1010
this fails gorilla/csrf to throw errors while using.

I am not able to recreate either issue:

playground |  > go version
go version go1.17 darwin/amd64
playground |  > go get -u -v github.com/gorilla/csrf
go get: added github.com/gorilla/csrf v1.7.1
go get: added github.com/pkg/errors v0.9.1

In any case, see #161 which will remove this dependency once merged in.

stale commented

This issue has been automatically marked as stale because it hasn't seen a recent update. It'll be automatically closed in a few days.