SSLMate / certspotter

Certificate Transparency Log Monitor
https://sslmate.com/certspotter
Mozilla Public License 2.0
955 stars 83 forks source link

Install error - asn1time.go undefined asn1.TagUTCTime #15

Closed fishouttah20 closed 8 years ago

fishouttah20 commented 8 years ago

Trying to install certspotter on Ubuntu 15.10 with go 1.5.1 and getting:

go get software.sslmate.com/src/certspotter/cmd/certspotter software.sslmate.com/src/certspotter .go/src/software.sslmate.com/src/certspotter/asn1time.go:245: undefined: asn1.TagUTCTime .go/src/software.sslmate.com/src/certspotter/asn1time.go:247: undefined: asn1.TagGeneralizedTime

I'm sure I'm doing something dumb, any ideas?

AGWA commented 8 years ago

Nope, this was my fault - I broke compatibility with Go 1.5 and didn't notice it. Should work now, thanks for reporting.

fishouttah20 commented 8 years ago

Good stuff, thanks. Once I figured out I needed to delete both src and pkg cache's in the gowork cache it installed fine. Thanks again!