Ruben de Vries created THRIFT-4948:
--------------------------------------
Summary: go 1.13 checksum mismatch
Key: THRIFT-4948
URL: https://issues.apache.org/jira/browse/THRIFT-4948
Project: Thrift
Issue Type: Bug
Components: Go - Library
Affects Versions: 0.12.0
Reporter: Ruben de Vries
With the release of go 1.13 the proxy and checksum database are now being used
to verify downloads.
Unfortunately there's something odd happening with the thrift dependency;
{code:java}
$ go mod init gomodapachethrifttest
$ go mod edit -require github.com/apache/[email protected]
$ go mod download
verifying github.com/apache/[email protected]: checksum mismatch
downloaded: h1:ymFY8b00T66exzV1OxAnIA8mawFjPyH6l0wjuv8zTxY=
sum.golang.org: h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs={code}
I'm not sure if this is an issue with the thrift module or the checksum
database, so I'll double file the issue with the go devs as well ..
--
This message was sent by Atlassian Jira
(v8.3.2#803003)