amimof / huego

An extensive Philips Hue client library for Go with an emphasis on simplicity
MIT License
250 stars 36 forks source link

fixed go.mod #11

Closed bboehmke closed 5 years ago

bboehmke commented 5 years ago

this fixes the following error:

go: downloading gopkg.in/jarcoal/httpmock.v1 v1.0.4
github.com/amimof/huego tested by
        github.com/amimof/huego.test imports
        gopkg.in/jarcoal/httpmock.v1: go.mod has non-....v1 module path "github.com/jarcoal/httpmock" at revision v1.0.4
amimof commented 5 years ago

Thank you for contributing. Excellent work 👋