Skip to content

Commit

Permalink
go.mod: Replace tinygo-drivers with a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sorf committed Jan 26, 2024
1 parent e06dec4 commit 757ede1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ module github.com/sorf/tinygo-arduino
go 1.21.6

require tinygo.org/x/drivers v0.26.0

replace tinygo.org/x/drivers => github.com/sorf/tinygo-drivers v0.0.0-20240126073429-67f5ced56e82
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tinygo.org/x/drivers v0.26.0 h1:7KSIYssX0ki0dd7yBYkVZWSG0kt8vrZNS0It73TymcA=
tinygo.org/x/drivers v0.26.0/go.mod h1:X7utcg3yfFUFuKLOMTZD56eztXMjpkcf8OHldfTBsjw=
github.com/sorf/tinygo-drivers v0.0.0-20240126073429-67f5ced56e82 h1:rtrdsbK8iSRyZRq1eEYhKxJUOwRqf58u1E2AOOsfqY4=
github.com/sorf/tinygo-drivers v0.0.0-20240126073429-67f5ced56e82/go.mod h1:q/mU8G/wz821p8xXqbkBACOlmZFDHXd//DnYnCW+dDQ=

0 comments on commit 757ede1

Please sign in to comment.