Skip to content

Commit af6aed1

Browse files
[skip changelog] Bump github.com/marcinbor85/gohex
Bumps [github.com/marcinbor85/gohex](https://github.com/marcinbor85/gohex) from 0.0.0-20210308104911-55fb1c624d84 to 0.1.0. - [Release notes](https://github.com/marcinbor85/gohex/releases) - [Commits](https://github.com/marcinbor85/gohex/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/marcinbor85/gohex dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea956a3 commit af6aed1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/arduino-cli
22

3-
go 1.24.4
3+
go 1.25.0
44

55
// We must use this fork until https://github.com/mailru/easyjson/pull/372 is merged
66
replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1
@@ -24,7 +24,7 @@ require (
2424
github.com/gofrs/uuid/v5 v5.4.0
2525
github.com/leonelquinteros/gotext v1.7.2
2626
github.com/mailru/easyjson v0.7.7
27-
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
27+
github.com/marcinbor85/gohex v0.1.0
2828
github.com/mattn/go-colorable v0.1.14
2929
github.com/mattn/go-isatty v0.0.20
3030
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
118118
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
119119
github.com/leonelquinteros/gotext v1.7.2 h1:bDPndU8nt+/kRo1m4l/1OXiiy2v7Z7dfPQ9+YP7G1Mc=
120120
github.com/leonelquinteros/gotext v1.7.2/go.mod h1:9/haCkm5P7Jay1sxKDGJ5WIg4zkz8oZKw4ekNpALob8=
121-
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 h1:hyAgCuG5nqTMDeUD8KZs7HSPs6KprPgPP8QmGV8nyvk=
122-
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84/go.mod h1:Pb6XcsXyropB9LNHhnqaknG/vEwYztLkQzVCHv8sQ3M=
121+
github.com/marcinbor85/gohex v0.1.0 h1:l/ftO+7fdxcb/lY7cvSnoC4n1CUeyfyBKMXjEzU+qH4=
122+
github.com/marcinbor85/gohex v0.1.0/go.mod h1:0E1C0Vxb9/+Tya5mWlvHuAWoubrC7roJijZYGlMDTqA=
123123
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
124124
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
125125
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=

0 commit comments

Comments
 (0)