go mod tidy

On Monday, October 16, 2023 at 7:20:13 PM UTC+2 Pat Farrell wrote:

> i'm running
> go version go1.20.5 linux/amd64 
>
> when I attempt to run 'go list' to find any updated to dependant
> modules, it fails.
>
> go list -m -u all
> go: updates to go.sum needed, disabled by -mod=readonly
>
> I've checked, and my go.mod and go.sum files are 777
>
> -rwxrwxrwx 1 pfarrell pfarrell  408 Oct  1 10:37 go.mod*
> -rwxrwxrwx 1 pfarrell pfarrell 3025 Oct  1 10:37 go.sum*
>
> What am I doing wrong?
> How do I get a list of updated modules?
>
> thanks
> pat
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8e6acbd0-f758-4a2a-9614-bbce80b6aea3n%40googlegroups.com.

Reply via email to