jiralert
jiralert copied to clipboard
Run go get throw an exception
Hello,
When I run go get github.com/free/jiralert/cmd/jiralert
, throws an error as can no find package.
I have searched in project but I have no seen that package is used.
package github.com/cespare/xxhash/v2: cannot find package "github.com/cespare/xxhash/v2" in any of:
/usr/local/go/src/github.com/cespare/xxhash/v2 (from $GOROOT)
/go/src/github.com/cespare/xxhash/v2 (from $GOPATH)
ERROR: Service 'jiralert' failed to build: The command '/bin/sh -c go get github.com/free/jiralert/cmd/jiralert' returned a non-zero code: 1
Thank you.