stretchr / objx

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

deps: fix dependency cycle with testify (#124) #140

Closed dolmen closed 11 months ago

dolmen commented 1 year ago

Summary

In go.mod exclude the previous of testify to break the dependency cycle. Fixes stretchr/objx#124 and stretchr/testify#1292 (once testify upgrades).

$ go mod edit -exclude=github.com/stretchr/testify@v1.8.0
$ go mod tidy

Checklist

dolmen commented 11 months ago

Thanks for the merge and the release. As I am now a co-maintainer of testify I'll quickly propose the fix for testify side.