Skip to content

Conversation

dolmen
Copy link
Collaborator

@dolmen dolmen commented Mar 5, 2024

Summary

Update go.mod to break dependency cycle with github.com/stretchr/objx v0.5.2 which depends on testify v1.9.0.

Changes

$ go mod edit -dropexclude=github.com/stretchr/[email protected] -exclude=github.com/stretchr/[email protected]
$ go mod tidy

Motivation

Dependency pollution in downstream projects

Related issues

@dolmen dolmen added the dependencies Pull requests that update a dependency file label Mar 5, 2024
@dolmen dolmen self-assigned this Mar 5, 2024
@dolmen dolmen changed the title deps: fix dependency cycle with objx deps: fix dependency cycle with objx (again) Mar 5, 2024
Copy link
Collaborator

@brackendawson