-
### Terraform Core Version
1.9.7
### AWS Provider Version
5.70.0
### Affected Resource(s)
module.amplify_app.aws_amplify_domain_association
### Expected Behavior
Update the domain association o…
-
To workaround the fact that the Go compiler considers unused imports an error, the Dafny to Go compiler inserts a reference to a `Dummy__` symbol in each imported module. However, this is skipped for …
-
**Describe the bug**
The antrea module in go.mod should be updated from antrea.io/antrea/v2 since now we are on v2.x
**Additional context**
If we try to require this in some other repository then…
-
### Summary
There's no official documentation on which Go version is being used by the Dafny 4.1 while doing transpilation. An accurate guess would be it's pre Go 1.11 having directory structure inst…
-
## Summary
when running go get -u ./... the following error occurs:
`go get -u github.com/cyberark/conjur-api-go/conjurapi
go: github.com/alessio/shellescape@v1.5.1: parsing go.mod:
mo…
-
#### Context
👋 I am homebrew-core maintainer, I found the formula is still using `dep`, and I would suggest that we might want to consider to use go modules (as it is next generation go tooling).
…
-
Hey, I'm trying to use the codegen in Fiano, but I have cloned the repo somewhere in my projects directory, not in `~/go/src`:
```sh
$ go run ./pkg/intel/metadata/common/manifestcodegen/cmd/manife…
-
# Go Modules 终极入门
[https://eddycjy.com/posts/go/go-moduels/2020-02-28-go-modules/](https://eddycjy.com/posts/go/go-moduels/2020-02-28-go-modules/)
-
Migrating to [go modules](https://github.com/golang/go/wiki/Modules) will fix following issues:
* remove the need for `make`, project will be built with standard go tooling (`go build` will fetch mis…
-
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…