stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
685 stars 75 forks source link

go.mod checksum mismatch #151

Open betmix-matt opened 3 months ago

betmix-matt commented 3 months ago

Intermittently our CircleCI build system is getting an odd error:

verifying github.com/stretchr/objx@v0.5.0/go.mod: checksum mismatch downloaded: h1:G7mAYYxgmS0lVkHyy2hEOLQCFB0DlQFTMLWggykrydY= go.sum: h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

Our go.sum when we attempt to run go mod tidy does not change yet we seem to get this error intermittently.

Is anyone else getting this?

hanzei commented 3 months ago

Can you please use a newer version of objx like v0.5.2 and check if that fixes your issue?

yinzara commented 3 months ago

I wish I could it's a dependency of a dependency so there's not much I can do.