use v2 of toml

This commit is contained in:
Drew Weymouth
2023-06-20 18:36:58 -07:00
parent ecffb81f72
commit a7603fe668
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"fyne.io/fyne/v2" "fyne.io/fyne/v2"
"fyne.io/fyne/v2/theme" "fyne.io/fyne/v2/theme"
"github.com/dweymouth/supersonic/sharedutil" "github.com/dweymouth/supersonic/sharedutil"
"github.com/pelletier/go-toml" "github.com/pelletier/go-toml/v2"
) )
type ThemeFileHeader struct { type ThemeFileHeader struct {