Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in go-modules

Content of go.sum and modules really used by a go application

What does the go.work.sum file track in Go 1.18?

go go-modules go-work

How to use a package of generated protobuf inside a go module?

When I execute `go install`, it reports "not a main package"

go go-modules go-redis

Pin version with go get

go go-modules go-get

In a setup with two Nix Flakes, where one provides a plugin for the other's application, "path <…> is not valid". How to fix that?

go nix go-modules

go: cannot find main module; see 'go help modules'

go go-modules

"go mod tidy" will auto upgrade go version in go.mod?

go go-modules

Why are all dependency in go.mod indirect?

go go-modules

How to import two versions of the same go module?

go go-modules

Editing local copies of multiple unpublished Go Modules

go go-modules

Go Modules importing issue in VSCode ("cannot find package [...] in any of [...]")

go go-modules

Find the Pseudo-version of the current, main module

go go-modules

How do you bind multiple packages into a single Java AAR file using gomobile?

android go go-modules gomobile

`go build -mod vendor` fails to make use of vendored packages

How to prevent go get from updating go.mod file

go go-modules go-get

How to use modules replace functionality in cloud functions

Go get error while getting major version module dependency