Skip to content

Commit

Permalink
fix(deps): update module github.com/getoutreach/gobox to v1.90.3 (#60)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/getoutreach/gobox](https://github.com/getoutreach/gobox)
| `v1.90.0` -> `v1.90.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetoutreach%2fgobox/v1.90.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgetoutreach%2fgobox/v1.90.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgetoutreach%2fgobox/v1.90.0/v1.90.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetoutreach%2fgobox/v1.90.0/v1.90.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getoutreach/gobox (github.com/getoutreach/gobox)</summary>

###
[`v1.90.3`](https://github.com/getoutreach/gobox/releases/tag/v1.90.3)

[Compare
Source](https://github.com/getoutreach/gobox/compare/v1.90.2...v1.90.3)

##### Bug Fixes

- **cli:** always allow --skip-update even when updater is disabled
([#&#8203;522](https://github.com/getoutreach/gobox/issues/522))
([5f2144e](https://github.com/getoutreach/gobox/commit/5f2144ec06347aa6a6ca38ef64b7b44a6ed32e48))

###
[`v1.90.2`](https://github.com/getoutreach/gobox/releases/tag/v1.90.2)

[Compare
Source](https://github.com/getoutreach/gobox/compare/v1.90.1...v1.90.2)

##### Bug Fixes

- **box:** use GitHub API to download config when appropriate
([#&#8203;514](https://github.com/getoutreach/gobox/issues/514))
([f0cc111](https://github.com/getoutreach/gobox/commit/f0cc1111bcf746ce658de430733a8f7f0e33fc63))

###
[`v1.90.1`](https://github.com/getoutreach/gobox/releases/tag/v1.90.1)

[Compare
Source](https://github.com/getoutreach/gobox/compare/v1.90.0...v1.90.1)

##### Bug Fixes

- **olog:** replace default `time` field with
`[@timestamp](https://github.com/timestamp)`
([#&#8203;512](https://github.com/getoutreach/gobox/issues/512))
([bfa02b4](https://github.com/getoutreach/gobox/commit/bfa02b46be814ec447a4a3a8d2a4d0e40e2fcac5))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rgst-io/stencil).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 28, 2024
1 parent 7c30873 commit bc9ccc8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 14 deletions.
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/charmbracelet/glamour v0.7.0
github.com/davecgh/go-spew v1.1.1
github.com/getoutreach/gobox v1.90.0
github.com/getoutreach/gobox v1.90.3
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/google/go-cmp v0.6.0
Expand Down Expand Up @@ -41,15 +41,16 @@ require (
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/danieljoos/wincred v1.2.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github/v58 v58.0.0 // indirect
github.com/google/go-github/v62 v62.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
Expand Down Expand Up @@ -82,22 +83,23 @@ require (
github.com/shopspring/decimal v1.2.0 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
github.com/yuin/goldmark-emoji v1.0.2 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
github.com/zalando/go-keyring v0.2.4 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
32 changes: 32 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc9ccc8

Please sign in to comment.