Skip to content

Commit 2348da2

Browse files
committed
modules: update to latest tinygo drivers dev branch
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent cba4856 commit 2348da2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
module tinygo.org/x/tinyfont
22

3-
go 1.20
3+
go 1.22.1
4+
5+
toolchain go1.24.0
46

57
require (
68
github.com/hajimehoshi/go-jisx0208 v1.0.0
79
github.com/sago35/go-bdf v0.0.0-20200313142241-6c17821c91c4
810
golang.org/x/image v0.0.0-20220617043117-41969df76e82
9-
tinygo.org/x/drivers v0.29.0
11+
tinygo.org/x/drivers v0.30.1-0.20250311194328-156d6e7c9ce4
1012
)
1113

1214
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ golang.org/x/image v0.0.0-20220617043117-41969df76e82/go.mod h1:doUCurBvlfPMKfmI
99
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
1010
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
1111
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
12-
tinygo.org/x/drivers v0.29.0 h1:xHuq8Fr1D/D2+1V/3d+aXufqP81/CLi1itdVbrYgrE0=
13-
tinygo.org/x/drivers v0.29.0/go.mod h1:q/mU8G/wz821p8xXqbkBACOlmZFDHXd//DnYnCW+dDQ=
12+
tinygo.org/x/drivers v0.30.1-0.20250311194328-156d6e7c9ce4 h1:cH7LCCxUrVltIloAWWsRLXPB8V+/doUFkM4Y8RLnpg0=
13+
tinygo.org/x/drivers v0.30.1-0.20250311194328-156d6e7c9ce4/go.mod h1:ZdErNrApSABdVXjA1RejD67R8SNRI6RKVfYgQDZtKtk=

0 commit comments

Comments
 (0)