From ae0034550dbd5d18729c25ad8ff09813e2ae8e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:51:24 +0200 Subject: [PATCH] [Build-deps]: Bump github.com/thanhpk/randstr from 1.0.4 to 1.0.6 (#4227) Bumps [github.com/thanhpk/randstr](https://github.com/thanhpk/randstr) from 1.0.4 to 1.0.6. - [Commits](https://github.com/thanhpk/randstr/compare/v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: github.com/thanhpk/randstr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3dfb47347e..94d3c6f008 100644 --- a/go.mod +++ b/go.mod @@ -55,7 +55,7 @@ require ( github.com/sethvargo/go-password v0.2.0 github.com/stretchr/testify v1.8.4 github.com/studio-b12/gowebdav v0.9.0 - github.com/thanhpk/randstr v1.0.4 + github.com/thanhpk/randstr v1.0.6 github.com/tus/tusd v1.13.0 github.com/wk8/go-ordered-map v1.0.0 go-micro.dev/v4 v4.3.1-0.20211108085239-0c2041e43908 diff --git a/go.sum b/go.sum index 0bd44d4960..4abd0b7cd6 100644 --- a/go.sum +++ b/go.sum @@ -1791,8 +1791,8 @@ github.com/studio-b12/gowebdav v0.9.0/go.mod h1:bHA7t77X/QFExdeAnDzK6vKM34kEZAcE github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= -github.com/thanhpk/randstr v1.0.4 h1:IN78qu/bR+My+gHCvMEXhR/i5oriVHcTB/BJJIRTsNo= -github.com/thanhpk/randstr v1.0.4/go.mod h1:M/H2P1eNLZzlDwAzpkkkUvoyNNMbzRGhESZuEQk3r0U= +github.com/thanhpk/randstr v1.0.6 h1:psAOktJFD4vV9NEVb3qkhRSMvYh4ORRaj1+w/hn4B+o= +github.com/thanhpk/randstr v1.0.6/go.mod h1:M/H2P1eNLZzlDwAzpkkkUvoyNNMbzRGhESZuEQk3r0U= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs= github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=