You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
I am seeing below errors on my ubuntu machine
root@doh-client:~/odoh-client-go# go build -o odoh-client ./cmd/...
cmd/odoh-client.go:9:2: cannot find package "github.com/cloudflare/odoh-client-go/commands" in any of:
/usr/src/github.com/cloudflare/odoh-client-go/commands (from $GOROOT)
/root/go/src/github.com/cloudflare/odoh-client-go/commands (from $GOPATH)
cmd/odoh-client.go:10:2: cannot find package "github.com/urfave/cli" in any of:
/usr/src/github.com/urfave/cli (from $GOROOT)
/root/go/src/github.com/urfave/cli (from $GOPATH)
The text was updated successfully, but these errors were encountered: