You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
All I am doing is:
This produces the following:
The text was updated successfully, but these errors were encountered: