Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imports error #179

Open
WolfMcPhearson opened this issue May 14, 2022 · 0 comments
Open

Imports error #179

WolfMcPhearson opened this issue May 14, 2022 · 0 comments

Comments

@WolfMcPhearson
Copy link

All I am doing is:

import (
	decimal "github.com/ericlagergren/decimal/v3"
)

This produces the following:

$ go mod tidy
go: finding module for package github.com/ericlagergren/decimal/v3
go: found github.com/ericlagergren/decimal/v3 in github.com/ericlagergren/decimal/v3 v3.3.0
go: finding module for package github.com/ericlagergren/decimal
go: finding module for package github.com/ericlagergren/decimal/internal/arith
go: finding module for package github.com/ericlagergren/decimal/internal/arith/checked
go: finding module for package github.com/ericlagergren/decimal/internal/c
go: finding module for package github.com/ericlagergren/decimal/internal/test
go: found github.com/ericlagergren/decimal/internal/arith in github.com/ericlagergren/decimal v0.0.0-20211103172832-aca2edc11f73
go: found github.com/ericlagergren/decimal/internal/c in github.com/ericlagergren/decimal v0.0.0-20211103172832-aca2edc11f73
go: found github.com/ericlagergren/decimal in github.com/ericlagergren/decimal v0.0.0-20211103172832-aca2edc11f73
go: finding module for package github.com/ericlagergren/decimal/internal/test
go: finding module for package github.com/ericlagergren/decimal/internal/arith/checked
github.com/mystuff/myapp/package1 imports
        github.com/ericlagergren/decimal/v3 imports
        github.com/ericlagergren/decimal/internal/arith/checked: module github.com/ericlagergren/decimal@latest found (v0.0.0-20211103172832-aca2edc11f73), but does not contain package github.com/ericlagergren/decimal/internal/arith/checked
github.com/mystuff/myapp/package2 imports
        github.com/ericlagergren/decimal/v3 tested by
        github.com/ericlagergren/decimal/v3.test imports
        github.com/ericlagergren/decimal/internal/test: module github.com/ericlagergren/decimal@latest found (v0.0.0-20211103172832-aca2edc11f73), but does not contain package github.com/ericlagergren/decimal/internal/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant