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
I am getting the following error while trying to build the client-mpquic.go file. I have installed all the dependencies and yet I don't know where I am going wrong
client-mpquic.go:10:2: "./config" is relative, but relative import paths are not supported in module mode
client-mpquic.go:9:2: "./utils" is relative, but relative import paths are not supported in module mode
client-mpquic.go:11:2: no required module provides package github.com/lucas-clemente/quic-go: go.mod file not found in current directory or any parent directory; see 'go help modules'
client-mpquic.go:12:2: no required module provides package gocv.io/x/gocv: go.mod file not found in current directory or any parent directory; see 'go help modules'
The text was updated successfully, but these errors were encountered:
I am getting the following error while trying to build the client-mpquic.go file. I have installed all the dependencies and yet I don't know where I am going wrong
client-mpquic.go:10:2: "./config" is relative, but relative import paths are not supported in module mode
client-mpquic.go:9:2: "./utils" is relative, but relative import paths are not supported in module mode
client-mpquic.go:11:2: no required module provides package github.com/lucas-clemente/quic-go: go.mod file not found in current directory or any parent directory; see 'go help modules'
client-mpquic.go:12:2: no required module provides package gocv.io/x/gocv: go.mod file not found in current directory or any parent directory; see 'go help modules'
The text was updated successfully, but these errors were encountered: