mushorg / glutton

Generic Low Interaction Honeypot
MIT License
244 stars 56 forks source link

Error while executing `go get github.com/mushorg/glutton` #117

Closed cstayyab closed 6 years ago

cstayyab commented 6 years ago

I got an error while trying to install Glutton:

Command: go get github.com/mushorg/glutton Error: package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname) OS: Debian 9 GO Version: 1.8

All environment variables set and all dependencies are fulfilled.

cstayyab commented 6 years ago

Solved the issue by upgrading to golang-1.9.7, which probably means that Glutton requires golang-1.9 not go-1.7+