Skip to content

Commit

Permalink
Bump the non-major group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the non-major group with 2 updates in the / directory: [github.com/openziti/edge-api](https://github.com/openziti/edge-api) and [github.com/openziti/secretstream](https://github.com/openziti/secretstream).


Updates `github.com/openziti/edge-api` from 0.26.18 to 0.26.19
- [Release notes](https://github.com/openziti/edge-api/releases)
- [Commits](openziti/edge-api@v0.26.18...v0.26.19)

Updates `github.com/openziti/secretstream` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/openziti/secretstream/releases)
- [Commits](openziti/secretstream@v0.1.19...v0.1.20)

---
updated-dependencies:
- dependency-name: github.com/openziti/edge-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/secretstream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent 1ebc841 commit 630fe30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ require (
github.com/mitchellh/go-ps v1.0.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openziti/channel/v2 v2.0.130
github.com/openziti/edge-api v0.26.18
github.com/openziti/edge-api v0.26.19
github.com/openziti/foundation/v2 v2.0.45
github.com/openziti/identity v1.0.77
github.com/openziti/metrics v1.2.54
github.com/openziti/secretstream v0.1.19
github.com/openziti/secretstream v0.1.20
github.com/openziti/transport/v2 v2.0.133
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,16 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/openziti/channel/v2 v2.0.130 h1:YFIz8xk2XabJXJ8cfG1s6OWPgPnMf9hUdaECqimum88=
github.com/openziti/channel/v2 v2.0.130/go.mod h1:rY6Uq/kewSF0UTUb8B80y2CcrG4w/oYAL3gsperHb4g=
github.com/openziti/edge-api v0.26.18 h1:5V2Hr7gybCrg/XPlqjz3Z8nsCUBsqOm40HjXerYVlqw=
github.com/openziti/edge-api v0.26.18/go.mod h1:FGkZr+55qItptJBHriogJDo64OY85kuiEEWEZsik0+A=
github.com/openziti/edge-api v0.26.19 h1:EqDxmQGQEZ9ngzoFBlI/P7bL+0Xif29GRO8LWKdyYPI=
github.com/openziti/edge-api v0.26.19/go.mod h1:FGkZr+55qItptJBHriogJDo64OY85kuiEEWEZsik0+A=
github.com/openziti/foundation/v2 v2.0.45 h1:Dj/CWwV4w0dGCRrAThF0JgZTZ7z4snF1cROCdJeGUKY=
github.com/openziti/foundation/v2 v2.0.45/go.mod h1:88UifYC+Ia6VBQkGgszao/ixi8ymRME0werGo3fI55g=
github.com/openziti/identity v1.0.77 h1:61OoLPeEmnIOOM1U8XlahiC7W/ohhUT3cc0EVZDmfLI=
github.com/openziti/identity v1.0.77/go.mod h1:spm5DvKTn5Q3NcpfOEqYw7PfreuOZ0mmhH+PbGdoYMI=
github.com/openziti/metrics v1.2.54 h1:NVN/762XqOwUDThwxcpzT/Tc+f+zGUNLvllhMRGTF70=
github.com/openziti/metrics v1.2.54/go.mod h1:5JWuoncTKps8xPdicS8RUloPyu24Q1S4zaG7E8B+Evc=
github.com/openziti/secretstream v0.1.19 h1:qSX23lyOI5ROvYPTjy7Lo6eFsq9qBBPzaG5hvgLlw48=
github.com/openziti/secretstream v0.1.19/go.mod h1:1n/Uk8PQEREwB7iQXhUzNqt+8jYEpUZOJDGcetMI08o=
github.com/openziti/secretstream v0.1.20 h1:9KOgXkUddf9KHur+B805a8wP0J447AO6Pmtz+eanub0=
github.com/openziti/secretstream v0.1.20/go.mod h1:TteVDQqouIoZgkwZhfiVdbnPNP3m87ik7kg/l9ahXzI=
github.com/openziti/transport/v2 v2.0.133 h1:fWuADiwvb77mhuIF5F/SIiefiGx2GkrxYPDHLtqNwms=
github.com/openziti/transport/v2 v2.0.133/go.mod h1:UJ2bj41g5Ep7fKvwypS/dGYMKRKPvQPGG/OwB2H84Vw=
github.com/orcaman/concurrent-map/v2 v2.0.1 h1:jOJ5Pg2w1oeB6PeDurIYf6k9PQ+aTITr/6lP/L/zp6c=
Expand Down

0 comments on commit 630fe30

Please sign in to comment.