Skip to content

Using new v5.0.0 tag produces errors and unbuildable code #272

@mrz1836

Description

@mrz1836
# github.com/uber-go/tally
/Users/mrz/go/pkg/mod/github.com/uber-go/[email protected]+incompatible/scope_registry.go:34:2: atomic redeclared in this block
	/Users/mrz/go/pkg/mod/github.com/uber-go/[email protected]+incompatible/scope_registry.go:30:2: other declaration of atomic
/Users/mrz/go/pkg/mod/github.com/uber-go/[email protected]+incompatible/scope_registry.go:34:2: "go.uber.org/atomic" imported and not used
/Users/mrz/go/pkg/mod/github.com/uber-go/[email protected]+incompatible/scope_registry.go:967:9: scopes.Inc undefined (type "sync/atomic".Int64 has no field or method Inc)
/Users/mrz/go/pkg/mod/github.com/uber-go/[email protected]+incompatible/scope_registry.go:991:11: scopes.Inc undefined (type "sync/atomic".Int64 has no field or method Inc)

This package is being used in athenadriver

I am unable to revert to v3 since the athenadriver package is not setup to use go version properly...

I am unable to update my Go dependencies.

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