1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Switch to github.com/adrg/xdg

This commit is contained in:
Ching Pei Yang
2023-08-17 13:52:55 +02:00
committed by Stefan Haller
parent 4302018437
commit 2118ecdf8e
30 changed files with 1515 additions and 363 deletions

View File

@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
"github.com/OpenPeeDeeP/xdg"
"github.com/adrg/xdg"
"github.com/jesseduffield/lazygit/pkg/utils/yaml_utils"
yaml "github.com/jesseduffield/yaml"
)