root@debian-02 ~/d/TyphoonLimbo# go build
config.go:5:2: cannot find package "github.com/TyphoonMC/TyphoonCore" in any of:
/usr/lib/go-1.11/src/github.com/TyphoonMC/TyphoonCore (from $GOROOT)
/root/go/src/github.com/TyphoonMC/TyphoonCore (from $GOPATH)
config.go:6:2: cannot find package "github.com/TyphoonMC/go.uuid" in any of:
/usr/lib/go-1.11/src/github.com/TyphoonMC/go.uuid (from $GOROOT)
/root/go/src/github.com/TyphoonMC/go.uuid (from $GOPATH)
root@debian-02 ~/d/TyphoonLimbo# go get "github.com/TyphoonMC/TyphoonCore"
# github.com/TyphoonMC/TyphoonCore
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:778:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:797:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:808:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:852:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:855:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:919:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:933:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:939:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:984:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: too many errors
root@debian-02 ~/d/TyphoonLimbo#
when I tried to build or install dependencies I got this