Add metrics graphs to itgui

This commit is contained in:
2022-05-10 23:37:58 -07:00
parent 66618e5bf0
commit 422f844943
4 changed files with 168 additions and 0 deletions

3
go.mod
View File

@@ -2,8 +2,11 @@ module go.arsenm.dev/itd
go 1.17
replace fyne.io/x/fyne => github.com/metal3d/fyne-x v0.0.0-20220508095732-177117e583fb
require (
fyne.io/fyne/v2 v2.1.4
fyne.io/x/fyne v0.0.0-20220107050838-c4a1de51d4ce
github.com/cheggaaa/pb/v3 v3.0.8
github.com/gen2brain/dlgs v0.0.0-20211108104213-bade24837f0b
github.com/godbus/dbus/v5 v5.0.6