FWIW, none that I'm aware of. If there were to be such a command I
would probably expect it be an option to go mod verify.

Is there a problem with using go.sum in the way you're proposing?

Or is this more a convenience thing?

On Thu, 21 Mar 2019 at 22:03, Dan Kortschak <d...@kortschak.io> wrote:
>
> Is there a command that does something like `go list -m <module>` but
> also outputs the sum for the module and module's go.mod? Other than
> `grep <module> go.sum`.
>
> thanks
> Dan
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to