[go-nuts] Re: With Go modules, is that possible to reference a package which hasn't gotten a module support

2019-07-10 Thread Roman Gomoliako
> > https://github.com/golang/go/wiki/Modules#can-a-module-consume-a-package-that-has-not-opted-in-to-modules > > Hope that helps, > thepudds > > > On Tuesday, July 9, 2019 at 9:21:48 AM UTC-4, Roman Gomoliako wrote: >> >> For a project considering switching

[go-nuts] With Go modules, is that possible to reference a package which hasn't gotten a module support

2019-07-09 Thread Roman Gomoliako
For a project considering switching to Go modules, is that possible to reference a package without support of modules (doesn't have a go.mod/go.sum files)? module anEnterpriseCompany.com/aProject require anEnterpriseCompany.com/anotherProject v0.0.0 go 1.12 "anEnterpriseCompany.com/anotherPro