summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorChing Pei Yang <badnam3o.0@gmail.com>2023-08-17 13:52:55 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-02-18 15:36:56 +0100
commit2118ecdf8e62a7710677f93deaed6fa16e112c1e (patch)
treea5295a5dd6bd56b4152fbb48b2d0843d61a25303 /pkg
parent43020184373abb624971bb81aebd34ea214addee (diff)
Switch to github.com/adrg/xdg
Diffstat (limited to 'pkg')
-rw-r--r--pkg/config/app_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index ec539a757..b5c10f1a0 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -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"
)