[
https://issues.apache.org/jira/browse/THRIFT-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben de Vries resolved THRIFT-4948.
------------------------------------
Resolution: Fixed
> 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
> Priority: Major
>
> 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 created a ticket in the golang issue tracker as well:
> [https://github.com/golang/go/issues/34065]
--
This message was sent by Atlassian Jira
(v8.3.2#803003)