go-commons icon indicating copy to clipboard operation
go-commons copied to clipboard

A standard library to use in all Gruntwork CLI tools

Results 8 go-commons issues
Sort by recently updated
recently updated
newest added

This fixes a dropped `err` variable in the tests for `awscommons/v2`.

[skip ci] Removing former Grunts

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

**Describe the bug** When clicking on the logrus link in the README I expect it to take me to the logrus github page (https://github.com/gruntwork-io/go-commons/blob/master/github.com/sirupsen/logrus). Instead I am met with: `The...

bug

So far, we have had to copy and paste the `GetPathRelativeTo` function from `terragrunt` repo to the `patcher/util` repo package. We should instead have this command available here so we...

enhancement

## Description Add utilities for ecs. This isn't quite ready--we probably need tests. ### Documentation ## TODOs - [ ] Update the docs. - [ ] Keep the changes backward...

Probably makes the most sense to put it in `go-commons`. I think the use case for reseting in testing is much more limited than for go CLIs, since we don't...

`WithField` returns a [`logrus.Entry`](https://github.com/sirupsen/logrus/blob/master/entry.go#L50) which contains the field information. We then return the attached `Logger` object, but [`logrus.Logger`](https://github.com/sirupsen/logrus/blob/master/logger.go#L11) does not actually point back to the `Entry`. So we lose the...

bug