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
Merge pull request #210 from dankohn/patch-1
Fix typo
$ make
go: cannot find main module, but found Gopkg.lock in /home/oceanfish81/CNI-Genie
to create a module there, run:
go mod init
rm -rf dist
echo "Building genie plugin..."
Building genie plugin...
cni-genie.go:17:2: no required module provides package github.com/cni-genie/CNI-Genie/genie: go.mod file not found in current directory or any parent directory; see 'go help modules'
cni-genie.go:18:2: no required module provides package github.com/containernetworking/cni/pkg/skel: go.mod file not found in current directory or any parent directory; see 'go help modules'
cni-genie.go:19:2: no required module provides package github.com/containernetworking/cni/pkg/types: go.mod file not found in current directory or any parent directory; see 'go help modules'
cni-genie.go:20:2: no required module provides package github.com/containernetworking/cni/pkg/version: go.mod file not found in current directory or any parent directory; see 'go help modules'
make: *** [Makefile:34: dist/genie] Error 1
$ go version
go version
go version go1.16.2 linux/arm64
Hello.
I was not able to build your project.
I have cloned from the master branch:
I am working on
The text was updated successfully, but these errors were encountered: