Skip to content

Commit

Permalink
modules: update to tinygo drivers 0.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 6, 2021
1 parent 57f5dda commit af6e4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.15
require (
github.com/bgould/http v0.0.0-20190627042742-d268792bdee7
github.com/valyala/fastjson v1.6.3
tinygo.org/x/drivers v0.14.1-0.20210131100942-d6408374ed06
tinygo.org/x/drivers v0.15.1
tinygo.org/x/tinyfont v0.2.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ tinygo.org/x/drivers v0.14.0 h1:wT09pltZS8f8ysmRG96nvFsngZ34/6lBQl+rscq0TCY=
tinygo.org/x/drivers v0.14.0/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/drivers v0.14.1-0.20210131100942-d6408374ed06 h1:I6DCG2YYbaNT+IfqsUuv3+/dFTtG3bt6RsykwDq94X4=
tinygo.org/x/drivers v0.14.1-0.20210131100942-d6408374ed06/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/drivers v0.15.1 h1:fS85Q6CVn1qcSF+n0JN61a5AULrbenjH5XIoYnQjOO4=
tinygo.org/x/drivers v0.15.1/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/tinyfont v0.2.1 h1:FAaemBzw8wsfhAtG6fWW+QjyWw/K8YqEeiWo4N1pv4o=
tinygo.org/x/tinyfont v0.2.1/go.mod h1:eLqnYSrFRjt5STxWaMeOWJTzrKhXqpWw7nU3bPfKOAM=

0 comments on commit af6e4ba

Please sign in to comment.