[go-nuts] What happens if the hash retrieved from sumdb and the one in go.sum file of the main module are different?

2019-09-11 Thread T L
. -- 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/

Re: [go-nuts] What happens if the hash retrieved from sumdb and the one in go.sum file of the main module are different?

2019-09-11 Thread Ian Lance Taylor
The go tool reports a checksum mismatch error. Ian -- 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 discuss

Re: [go-nuts] What happens if the hash retrieved from sumdb and the one in go.sum file of the main module are different?

2019-09-12 Thread T L
On Wednesday, September 11, 2019 at 5:33:02 PM UTC-4, Ian Lance Taylor wrote: > > The go tool reports a checksum mismatch error. > > Ian > "go help module-auth" says If a downloaded module is not yet included in go.sum and it is a publicly available module, the go command consults the Go che

Re: [go-nuts] What happens if the hash retrieved from sumdb and the one in go.sum file of the main module are different?

2019-09-13 Thread T L
On Thursday, September 12, 2019 at 11:58:30 AM UTC-4, T L wrote: > > > > On Wednesday, September 11, 2019 at 5:33:02 PM UTC-4, Ian Lance Taylor > wrote: >> >> The go tool reports a checksum mismatch error. >> >> Ian >> > > "go help module-auth" says > > If a downloaded module is not yet includ