From a7603fe668b3d20480137381d6c2cd70547634af Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 20 Jun 2023 18:36:58 -0700 Subject: [PATCH] use v2 of toml --- ui/theme/themefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/theme/themefile.go b/ui/theme/themefile.go index 5f8bced..6cf2112 100644 --- a/ui/theme/themefile.go +++ b/ui/theme/themefile.go @@ -12,7 +12,7 @@ import ( "fyne.io/fyne/v2" "fyne.io/fyne/v2/theme" "github.com/dweymouth/supersonic/sharedutil" - "github.com/pelletier/go-toml" + "github.com/pelletier/go-toml/v2" ) type ThemeFileHeader struct {