-
```go
brevo "github.com/getbrevo/brevo-go/lib"
```
error while importing github.com/getbrevo/brevo-go/lib: missing go.sum entry for module providing package github.com/antihax/optional (imported…
-
### Go version
go1.23.3 & golang.org/x/net@v0.30.0
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/raggi/Library/Caches/go…
raggi updated
16 hours ago
-
I am confused reading the spec for purl in relation to golang sub-modules.
For example, looking at the submodule expressed in this `go.mod` file: https://github.com/go-modules-by-example/submodules/b…
-
**Describe the bug**
Harvester's terraform provider version 0.6.5 errors when applying a module that provisions a VM.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a terraform modu…
-
### Terraform Version
```shell
Terraform v1.9.6
on linux_amd64
+ provider registry.terraform.io/carlpett/sops v1.1.1
+ provider registry.terraform.io/fastly/fastly v5.13.0
+ provider registry.…
-
### Proposal
To reduce the damage radius of release (e.g. compatibility issues), increase dev velocity and reduce indirect/direct dependencies for downstream users, we could consider splitting clie…
-
**Is this a new bug?**
- [ ] I believe this is a new bug
- [ ] I have searched the existing Github issues and Community Forum, and I could not find an existing post for this bug
**Describe the bu…
-
https://github.com/vtm9/dotfiles/blob/ddca4753d6b64c2eda2ba45030d3596a1012ac00/Makefile#L18-L44
https://asdf-vm.com/manage/plugins.html
- [ ] Load the `.asdf/` module if it exists
```bash
. "$…
-
```
#!watchflakes
default
-
Hello @aarzilli
Environment:
- Golang: 1.23
- Lua: 5.4.6
- golua: last version
I am building a static go binary with the following command:
```sh
go build -tags "luaa lua54 yara_static" -o…