martini-contrib / auth

Martini handlers for authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Not a real issue) not compatible with go 1.1.1

Burnett01 opened this issue · comments

Hey there I tried to use this middleware with go 1.1.1 but it is not working.

ss 2014-04-11 at 10 53 05

The Error: undefined sha256.Sum256 (line 10 and 11 in util.go)

ss 2014-04-11 at 10 51 02

So I updated my go to version 1.2.1

ss 2014-04-11 at 10 53 47

Now everything works fine.

As stated in the main readme of martini "go 1.1 and greater is required". So I was confused why it was not working 1.1.1