How to distribute a Go module with C dependencies...
Read MoreHow to resolve transitive dependencies of local modules...
Read MoreProject with local copy of external module doesn't build...
Read MoreDoes go modules provide a mechanism like maven's scope?...
Read MoreVersioned import in go using modules fails...
Read MoreReferencing a Go module that is local...
Read MoreCan't import a package from a different file in GO...
Read MoreHow to track down where a dependency comes from in Go modules?...
Read MoreParsing go.mod: unexpected module path "howett.net/plist"...
Read MoreError when running go build . with log repo...
Read Morego.mod has post-v0 module path "git.example.com/owner/repo/v3" at revision ...?...
Read MoreWhere pseudo version with non-existent tag...
Read MoreWhat are the implications of using the "go" version directive within a go module file (go....
Read MoreHow to make Go modules semantic import versioning v2+ work with vanity import path...
Read MoreGo library: cannot find module providing package lib...
Read MoreIs that possible to import a local package inside ~/go/src/ from a module?...
Read MoreGo modules replace with a specific version of a local module...
Read MoreTwo version of same dependency - lower version getting ignored...
Read MoreBehaviour of "go mod tidy" vs "go build"...
Read MoreCan't load package in brand new Go project...
Read MoreProblem with modules and importing folders...
Read MoreIs there an easier way to keep local Go packages updated...
Read MoreHow to use a forked module, with versioned Go Modules (v1.11+, GO111MODULE=on)...
Read MoreHow to import non-go directories (e.g: C src/) with go modules?...
Read MoreGo Modules - how to reference a branch in GitHub...
Read MoreHow to override a dependency in go modules?...
Read MoreModule does not cache/save in golang test/build process. How do you work around this?...
Read More