Re: [go-nuts] Testing Changes to a Forked Module Dependency (go.mod problems)

2020-01-01 Thread Dan Kortschak
Though also see https://github.com/golang/go/issues/26640 On Wed, 2020-01-01 at 23:24 -0700, burak serdar wrote: > On Wed, Jan 1, 2020 at 10:25 PM wrote: > > > > I've been working on something that uses a package that I have > > imported. > > > > During the development I wanted to improvement

Re: [go-nuts] Testing Changes to a Forked Module Dependency (go.mod problems)

2020-01-01 Thread burak serdar
On Wed, Jan 1, 2020 at 10:25 PM wrote: > > I've been working on something that uses a package that I have imported. > > During the development I wanted to improvement on the package that I use. > Since I'm anticipating a pull request I forked the module repo (which > contains a `go.mod`) and

[go-nuts] Testing Changes to a Forked Module Dependency (go.mod problems)

2020-01-01 Thread rwx
I've been working on something that uses a package that I have imported. During the development I wanted to improvement on the package that I use. Since I'm anticipating a pull request I forked the module repo (which contains a `go.mod`) and pull down a local copy. Obviously I cannot import