Skip to content

Commit 2920972

Browse files
Bump the production-dependencies group
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]>
1 parent c72c2fe commit 2920972

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkg/rsnotify/listeners/local/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

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

pkg/rsnotify/listeners/local/go.sum

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

0 commit comments

Comments
 (0)