joshuaferrara / go-satellite

Calculate orbital information of satellites in GoLang.
BSD 2-Clause "Simplified" License
78 stars 27 forks source link

Version tag not picked up by Go modules #18

Open Pashugan opened 1 year ago

Pashugan commented 1 year ago

Currently, when I run go get, it upgrades the library to the following version: go: upgraded github.com/joshuaferrara/go-satellite v0.0.0-20190508041801-c578fe801371 => v0.0.0-20220611180459-512638c64e5b

The version 0.1.0 also does not appear in the docs: https://pkg.go.dev/github.com/joshuaferrara/go-satellite?tab=versions

I believe you need to use v0.1.0 tag to let Go modules pick it up. Thank you.