modules: switch to use tinygo-org version of tinyfs package

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-07-01 13:44:00 +02:00
committed by Ron Evans
parent a575b2a4ed
commit f7ae6fac6d
4 changed files with 7 additions and 11 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ go 1.15
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/frankban/quicktest v1.10.2
github.com/tinygo-org/tinyfs v0.0.0-20210620184125-5b00ebcf68bb
tinygo.org/x/tinyfont v0.2.1 // indirect
tinygo.org/x/tinyterm v0.1.0 // indirect
tinygo.org/x/tinyfont v0.2.1
tinygo.org/x/tinyfs v0.1.0
tinygo.org/x/tinyterm v0.1.0
)