Hello, have a problem, i try to build udp server:
root@andrew:~/go/src/usd-udp# go mod tidy
go: downloading github.com/lemonyxk/kitty v1.0.0
go: usd-udp imports
github.com/lemonyxk/kitty: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
go: usd-udp imports
github.com/lemonyxk/kitty/router: github.com/lemonyxk/caller@v0.0.0-20211111155840-a4a8dd35a4dd: parsing go.mod:
module declares its path as: github.com/lemoyxk/caller
but was required as: github.com/lemonyxk/caller
go: usd-udp imports
github.com/lemonyxk/kitty/socket: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
go: usd-udp imports
github.com/lemonyxk/kitty/socket/udp/client: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
go: usd-udp imports
github.com/lemonyxk/kitty/socket/udp/server: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
root@andrew:~/go/src/usd-udp# go mod tidy
go: finding module for package github.com/lemonyxk/kitty/router
go: finding module for package github.com/lemonyxk/kitty/socket/udp/client
go: finding module for package github.com/lemonyxk/kitty/socket
go: finding module for package github.com/lemonyxk/kitty
go: finding module for package github.com/lemonyxk/kitty/socket/udp/server
go: found github.com/lemonyxk/kitty in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket/udp/client in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket/udp/server in github.com/lemonyxk/kitty v1.0.0
go: usd-udp imports
github.com/lemonyxk/kitty: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
oot@andrew:~/go/src/usd-udp# go mod tidy
go: finding module for package github.com/lemonyxk/kitty/router
go: finding module for package github.com/lemonyxk/kitty/socket
go: finding module for package github.com/lemonyxk/kitty/socket/udp/client
go: finding module for package github.com/lemonyxk/kitty/socket/udp/server
go: finding module for package github.com/lemoyxk/kitty
go: downloading github.com/lemoyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket/udp/client in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket/udp/server in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemoyxk/kitty in github.com/lemoyxk/kitty v1.0.0
go: usd-udp imports
github.com/lemonyxk/kitty/socket: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
root@andrew:~/go/src/usd-udp# go mod tidy
go: finding module for package github.com/lemoyxk/kitty
go: finding module for package github.com/lemonyxk/kitty/router
go: finding module for package github.com/lemonyxk/kitty/socket/udp/client
go: finding module for package github.com/lemonyxk/kitty/socket/udp/server
go: finding module for package github.com/lemoyxk/kitty/socket
go: found github.com/lemonyxk/kitty/socket/udp/client in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemonyxk/kitty/socket/udp/server in github.com/lemonyxk/kitty v1.0.0
go: found github.com/lemoyxk/kitty in github.com/lemoyxk/kitty v1.0.0
go: found github.com/lemoyxk/kitty/socket in github.com/lemoyxk/kitty v1.0.0
go: usd-udp imports
github.com/lemonyxk/kitty/socket/udp/client: github.com/lemonyxk/kitty@v1.0.0: parsing go.mod:
module declares its path as: github.com/lemoyxk/kitty
but was required as: github.com/lemonyxk/kitty
Hello, have a problem, i try to build udp server: