Skip to content

Commit

Permalink
Bump the production-dependencies group
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /pkg/rsnotify/listeners/local with 2 updates: [github.com/google/uuid](https://github.com/google/uuid) and [github.com/rstudio/platform-lib/pkg/rsnotify](https://github.com/rstudio/platform-lib).


Updates `github.com/google/uuid` from 1.1.2 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.1.2...v1.6.0)

Updates `github.com/rstudio/platform-lib/pkg/rsnotify` from 1.4.0 to 1.5.2
- [Release notes](https://github.com/rstudio/platform-lib/releases)
- [Commits](pkg/rslog/v1.4.0...pkg/rsnotify/v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/rstudio/platform-lib/pkg/rsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 061ca45 commit 2cd213e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/rsnotify/listeners/local/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/fortytw2/leaktest v1.3.0
github.com/google/uuid v1.1.2
github.com/rstudio/platform-lib/pkg/rsnotify v1.4.0
github.com/google/uuid v1.6.0
github.com/rstudio/platform-lib/pkg/rsnotify v1.5.2
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
)

Expand Down
8 changes: 4 additions & 4 deletions pkg/rsnotify/listeners/local/go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/rstudio/platform-lib/pkg/rsnotify v1.4.0 h1:tMeO7PckDZzDROBmu5nZJ1pORN3dNDWMWv57X0xpMf4=
github.com/rstudio/platform-lib/pkg/rsnotify v1.4.0/go.mod h1:OTMZNgESF0Y2THisqq2gd4P/yF9YLCUW1GNXy5ainYM=
github.com/rstudio/platform-lib/pkg/rsnotify v1.5.2 h1:oX1TUpR8qk+efXjhEV7VUAlx80T9AUeTm6mphujjaUM=
github.com/rstudio/platform-lib/pkg/rsnotify v1.5.2/go.mod h1:E08/ghHltd4Br1qUugNgEUG49NaNWKw/kswJOrmyEtM=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 comments on commit 2cd213e

Please sign in to comment.