goose icon indicating copy to clipboard operation
goose copied to clipboard

Curated collection of Go packages that integrate well together

Results 40 goose issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @​KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...

dependencies
github_actions

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.3. Commits d40e25c fix panic in Writer f9291a5 Revert "Revert "Merge pull request #1376 from ozfive/master"" 352781d Revert "Merge pull request #1376 from ozfive/master" b30aa27...

dependencies
go

Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.16. Release notes Sourced from github.com/imdario/mergo's releases. Announcement: v1.0.0 will be released on June 18th This release doesn't contain code changes. After 10 years, with...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210817190340-bfb29a6856f2 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210817190340-bfb29a6856f2&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies
go

- [ ] https://github.com/Shopify/goose/pull/167 - [ ] https://github.com/Shopify/goose/pull/168 - [ ] https://github.com/Shopify/goose/pull/169 - [ ] https://github.com/Shopify/goose/pull/170 In no particular order: - [ ] Get rid of global state - [...

Shamelessly taken from https://github.com/Shopify/go-npt

Significant refactor of the `bugsnag` package. ## Design principles / Motivation Change the paradigm of adding bugsnag hooks to augment the metadata instead of wrapping calls. This allows more flexibility...