Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-08 Thread Nicolas Mailhot
Le vendredi 08 mars 2019 à 10:28 -0500, Russ Cox a écrit : > On Fri, Mar 8, 2019 at 8:09 AM 'Nicolas Mailhot' via golang-dev < > golang-...@googlegroups.com> wrote: > > The notary part of Go modules, like the rest of the module > > implementation, suffers from a lack of understanding of integration

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-08 Thread Nicolas Mailhot
[resending to keep the golang-dev listserver happy] Hi Jakub, The notary part of Go modules, like the rest of the module implementation, suffers from a lack of understanding of integration and QA workflows, and a simplistic dev-centric worldview. As designed, it will have to be patched out by ev

Go modules in Fedora

2019-03-08 Thread Jakub Cajka
- Original Message - > From: "Nicolas Mailhot" > To: golang@lists.fedoraproject.org, "Sam Whited" > Cc: "rprichard via golang-dev" > Sent: Friday, March 8, 2019 11:06:44 AM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > Hi Jakub, > > Th

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-08 Thread Nicolas Mailhot
Hi Jakub, The notary part of Go modules, like the rest of the module implementation, suffers from a lack of understanding of integration and QA workflows, and a simplistic dev-centric worldview. As designed, it will have to be patched out by every single entity trying to perform large scale Go co

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-08 Thread Jakub Cajka
- Original Message - > From: "Russ Cox" > To: "Jakub Cajka" > Cc: "Sam Whited" , "rprichard via golang-dev" > , > golang@lists.fedoraproject.org > Sent: Thursday, March 7, 2019 9:02:50 PM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > On