Skip to content

Circular dependencies #252

@gitgitwhat

Description

@gitgitwhat

I'm not quite sure what's going on here. Maybe it's a weird golang thing but if you start digging through dependencies you'll see a circular pattern

Here's an example.

golang.org/x/net v0.28.0 (https://deps.dev/go/golang.org%2Fx%2Fnet/v0.28.0/dependencies)
	golang.org/x/crypto v0.26.0 (https://deps.dev/go/golang.org%2Fx%2Fcrypto/v0.26.0/dependencies)
		golang.org/x/net v0.25.0 (https://deps.dev/go/golang.org%2Fx%2Fnet/v0.25.0/dependencies)
			golang.org/x/crypto v0.23.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions