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
When I run go get github.com/bytebot-chat/gateway-discord/model I get the following error:
cyberquixote@cyberquixote:/mnt/c/Users/cyber/Bytebot-Test/pingpong$ go get github.com/bytebot-chat/gateway-discord/model
go get github.com/bytebot-chat/gateway-discord/model: no matching versions for query "upgrade"
The text was updated successfully, but these errors were encountered:
I was able to repro this error as well using the pingpong example from the gateway discord repo. Same environment + go version. Just leaving a note for that here.
#10 2.438 pingpong.go:9:2: no required module provides package github.com/bytebot-chat/gateway-discord/model; to add it:
#10 2.438 go get github.com/bytebot-chat/gateway-discord/model
it seems entirely possible that our go.mod isn't appropriately providing the model module.
Following the steps from the quick start guide - Writing Your First App
When I run go get github.com/bytebot-chat/gateway-discord/model I get the following error:
The text was updated successfully, but these errors were encountered: