Skip to content

Commit 1f9d5ac

Browse files
[skip changelog] Bump github.com/leonelquinteros/gotext from 1.7.1 to 1.7.2 (#2922)
* [skip changelog] Bump github.com/leonelquinteros/gotext Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/leonelquinteros/gotext/releases) - [Commits](leonelquinteros/gotext@v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/leonelquinteros/gotext dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
1 parent be841ff commit 1f9d5ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.licenses/go/github.com/leonelquinteros/gotext.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/leonelquinteros/gotext
3-
version: v1.7.1
3+
version: v1.7.2
44
type: go
55
summary: Package gotext implements GNU gettext utilities.
66
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext

.licenses/go/github.com/leonelquinteros/gotext/plurals.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/leonelquinteros/gotext/plurals
3-
version: v1.7.1
3+
version: v1.7.2
44
type: go
55
summary: Package plurals is the pluralform compiler to get the correct translation
66
id of the plural string
77
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext/plurals
88
license: other
99
licenses:
10-
- sources: gotext@v1.7.1/LICENSE
10+
- sources: gotext@v1.7.2/LICENSE
1111
text: |
1212
The MIT License (MIT)
1313
@@ -64,6 +64,6 @@ licenses:
6464
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6565
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
6666
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67-
- sources: gotext@v1.7.1/README.md
67+
- sources: gotext@v1.7.2/README.md
6868
text: "[MIT license](LICENSE)"
6969
notices: []

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/fatih/color v1.18.0
2323
github.com/go-git/go-git/v5 v5.16.0
2424
github.com/gofrs/uuid/v5 v5.3.2
25-
github.com/leonelquinteros/gotext v1.7.1
25+
github.com/leonelquinteros/gotext v1.7.2
2626
github.com/mailru/easyjson v0.7.7
2727
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
2828
github.com/mattn/go-colorable v0.1.14

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
116116
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
117117
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
118118
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
119-
github.com/leonelquinteros/gotext v1.7.1 h1:/JNPeE3lY5JeVYv2+KBpz39994W3W9fmZCGq3eO9Ri8=
120-
github.com/leonelquinteros/gotext v1.7.1/go.mod h1:I0WoFDn9u2D3VbPnnDPT8mzZu0iSXG8iih+AH2fHHqg=
119+
github.com/leonelquinteros/gotext v1.7.2 h1:bDPndU8nt+/kRo1m4l/1OXiiy2v7Z7dfPQ9+YP7G1Mc=
120+
github.com/leonelquinteros/gotext v1.7.2/go.mod h1:9/haCkm5P7Jay1sxKDGJ5WIg4zkz8oZKw4ekNpALob8=
121121
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 h1:hyAgCuG5nqTMDeUD8KZs7HSPs6KprPgPP8QmGV8nyvk=
122122
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M=
123123
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=

0 commit comments

Comments
 (0)