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'

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'