Remove replace directive and fix firmware upgrade error

This commit is contained in:
2022-05-01 20:40:30 -07:00
parent 1e0f1c5b76
commit 73c46cfa66
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -2,8 +2,6 @@ module go.arsenm.dev/itd
go 1.17
replace go.arsenm.dev/lrpc => /home/arsen/Code/lrpc
require (
fyne.io/fyne/v2 v2.1.2
github.com/cheggaaa/pb/v3 v3.0.8