sworisbreathing / go-ibbq

go-ble library for Inkbird wireless thermometers
Apache License 2.0
41 stars 15 forks source link

error building datalogger #9

Open EnderBlue opened 4 years ago

EnderBlue commented 4 years ago

I am having an issue building the datalogger. The files reference go-ibbq v2.0.0, but it doesn't seem to exist in the repo tags or branches?


go: finding module for package github.com/sworisbreathing/go-ibbq
go: downloading github.com/go-ble/ble v0.0.0-20181002102605-e78417b510a3
go: downloading github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab
go: downloading github.com/sworisbreathing/go-ibbq v1.0.0
go: downloading github.com/mattn/go-colorable v0.1.1
go: downloading github.com/mattn/go-isatty v0.0.7
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
main.go:25:2: module github.com/sworisbreathing/go-ibbq@latest found (v1.0.0), but does not contain package github.com/sworisbreathing/go-ibbq```
sworisbreathing commented 4 years ago

Hi @EnderBlue how are you trying to build it? Also what version of go sdk are you using?