-
Go Modules is Go’s new dependency management system that makes dependency version information explicit and easier to manage.
Citing from https://blog.golang.org/using-go-modules:
> Go modules a…
-
Hi,
This excellent tool appears to be broken in recent Go editions. I am unable to install the gotpl CLI tool due to how the YAML package dependency resolves. `go get github.com/tsg/gotpl` does not…
-
Justify why this program is better than Go modules
-
`go get github.com/zneix/haste-client`
```go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and inst…
-
Hi, how is it going? I wanna know if there is someone working on implementation to support Golang modules, I consider it very important due to `dep` is almost deprecated and also I need it to my work …
-
I use [mage](https://magefile.org) to manage my sites (download data, publish via `rsync`, run `pngquant` on resized images…), and `go mod` adds mage's dependencies to `go.mod`.
Hugo removes them e…
-
**Describe the enhancement:**
The PR [#15853](https://github.com/elastic/beats/pull/15853) introduced the change to use "github.com/elastic/beats/v7" module name to align with go module versioning.…
-
First of all, great project and great job !
I propose to add [GO modules](https://blog.golang.org/using-go-modules) related file to the directory
I suggest to set GO minimal required version to …
-
This package is unable to resolve native dependencies when they exist in a parent `node_modules` folder.
Currently, I have to make a copy of them using something like `find-up` in a `postinstall` scr…
-
Hello 👋🏽
We use `om` as a library in our go code. We also use dependabot to keep our dependencies up to date.
We just realised that om was not getting updated. Taking a closer look at `om`, we r…