build: remove github.com/jesseduffield/yaml package

This commit is contained in:
Ryooooooga
2023-03-17 23:19:11 +09:00
parent 516e963392
commit 33f332e28d
22 changed files with 2 additions and 9877 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strings"
"github.com/OpenPeeDeeP/xdg"
yaml "github.com/jesseduffield/yaml"
"gopkg.in/yaml.v3"
)
// AppConfig contains the base configuration fields required for lazygit.
+1 -1
View File
@@ -1,7 +1,7 @@
package config
import (
yaml "github.com/jesseduffield/yaml"
"gopkg.in/yaml.v3"
)
// NewDummyAppConfig creates a new dummy AppConfig for testing