Hi Team,

Initially while committing I had done mistake and now it looks like there is no way I can correct my proxy path. Every time I do go mod tidy I am getting error as below, Is there any way I can make it work cleanly?

go: finding module for package github.com/tejaskumark/tftp go: found github.com/tejaskumark/tftp in github.com/tejaskumark/tftp v1.0.0 go: github.com/tejaskumark/wifiagent/traffic imports github.com/tejaskumark/tftp: github.com/tejaskumark/tftp@v1.0.0: parsing go.mod: module declares its path as: github.com/tejaskumar/tftp but was required as: github.com/tejaskumark/tftp

Comment From: seankhliao

use a new version.

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions