Skip to content

Commit e36d93d

Browse files
committed
modules: update to latest drivers dev branch
Signed-off-by: deadprogram <[email protected]>
1 parent 3de510f commit e36d93d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module tinygo.org/x/tinyterm
33
go 1.18
44

55
require (
6-
tinygo.org/x/drivers v0.28.1-0.20241027232331-f12454d4f7be
6+
tinygo.org/x/drivers v0.28.1-0.20241028055853-0186d0905dcc
77
tinygo.org/x/tinyfont v0.4.0
88
)
99

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
22
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
3-
tinygo.org/x/drivers v0.28.1-0.20241027232331-f12454d4f7be h1:cIDFZYnZQSjzvw1LEht5Av1YZ2Aw6mJuNH31l+uIAv0=
4-
tinygo.org/x/drivers v0.28.1-0.20241027232331-f12454d4f7be/go.mod h1:q/mU8G/wz821p8xXqbkBACOlmZFDHXd//DnYnCW+dDQ=
3+
tinygo.org/x/drivers v0.28.1-0.20241028055853-0186d0905dcc h1:6926BIH5sPGQMLiXJY5Tg4Ch/vwxHgLp4urqGNHV8/o=
4+
tinygo.org/x/drivers v0.28.1-0.20241028055853-0186d0905dcc/go.mod h1:q/mU8G/wz821p8xXqbkBACOlmZFDHXd//DnYnCW+dDQ=
55
tinygo.org/x/tinyfont v0.4.0 h1:XexPKEKiHInf6p4CMCJwsIheVPY0T46HUs6ictYyZfE=
66
tinygo.org/x/tinyfont v0.4.0/go.mod h1:7nVj3j3geqBoPDzpFukAhF1C8AP9YocMsZy0HSAcGCA=

0 commit comments

Comments
 (0)