You need to run go get github.com/TyphoonMC/TyphoonCore before you build TyphoonLimbo or you get compile errors.
I tried to go mod init and it looks like the way you are doing releases on TyphoonCore is breaking go module support.
Per their docs - https://github.com/golang/go/wiki/Modules it would require branching on semver changes on the TyphoonCore repo.
You need to run
go get github.com/TyphoonMC/TyphoonCorebefore you build TyphoonLimbo or you get compile errors.I tried to
go mod initand it looks like the way you are doing releases on TyphoonCore is breaking go module support.Per their docs - https://github.com/golang/go/wiki/Modules it would require branching on semver changes on the TyphoonCore repo.