[go-nuts] Re: still confused on how to use Go modules

2019-03-10 Thread T L
I removed the unnecessary dependencies in go.mod and uploaded the repo to another place. It can be imported now. On Sunday, March 10, 2019 at 1:52:55 AM UTC-5, T L wrote: > > I would admit I made a mistake here, by putting some unnecessary > dependencies > in the go.mod file (https://github.com/

[go-nuts] Re: still confused on how to use Go modules

2019-03-09 Thread T L
I would admit I made a mistake here, by putting some unnecessary dependencies in the go.mod file (https://github.com/go-gfx/go-skia/blob/master/go.mod) But I also think they are not fatal harmful for the library users. Am I right? On Saturday, March 9, 2019 at 4:16:04 PM UTC-4, T L wrote: > > I

[go-nuts] Re: still confused on how to use Go modules

2019-03-09 Thread T L
The full output of "go build -work -x": $ go build -work -x WORK=/tmp/go-build859561395 mkdir -p /home/user/go/pkg/mod/cache/vcs # git2 https://github.com/go-gfx/go-skia # lock /home/user/go/pkg/mod/cache/vcs/35051762d59be6e239edf386d0402f0d24ad0955066059e37c164d0c8e313bd0.lock# /home/user/go/

[go-nuts] Re: still confused on how to use Go modules

2019-03-09 Thread T L
The full output of "go build -work -x" $ go build -work -x WORK=/tmp/go-build859561395 mkdir -p /home/user/go/pkg/mod/cache/vcs # git2 https://github.com/go-gfx/go-skia # lock /home/user/go/pkg/mod/cache/vcs/35051762d59be6e239edf386d0402f0d24ad0955066059e37c164d0c8e313bd0.lock# /home/user/go/p

[go-nuts] Re: still confused on how to use Go modules

2019-03-09 Thread T L
The full output of "go build -work -x" $ go build -work -x WORK=/tmp/go-build859561395 mkdir -p /home/user/go/pkg/mod/cache/vcs # git2 https://github.com/go-gfx/go-skia # lock /home/user/go/pkg/mod/cache/vcs/35051762d59be6e239edf386d0402f0d24ad0955066059e37c164d0c8e313bd0.lock# /home/user/go/p