File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 7
7
"strings"
8
8
9
9
json "github.com/goccy/go-json"
10
- yaml "github.com/goccy/go-yaml"
11
10
toml "github.com/pelletier/go-toml/v2"
11
+ yaml "gopkg.in/yaml.v3"
12
12
)
13
13
14
14
func (cfg * Config ) Backup () {
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
"github.com/jandedobbeleer/oh-my-posh/src/upgrade"
18
18
19
19
json "github.com/goccy/go-json"
20
- yaml "github.com/goccy/go-yaml"
21
20
toml "github.com/pelletier/go-toml/v2"
21
+ yaml "gopkg.in/yaml.v3"
22
22
)
23
23
24
24
// Load returns the default configuration including possible user overrides
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
32
32
github.com/charmbracelet/bubbletea v1.3.4
33
33
github.com/charmbracelet/lipgloss v1.1.0
34
34
github.com/goccy/go-json v0.10.5
35
- github.com/goccy/go-yaml v1.16.0
35
+ github.com/goccy/go-yaml v1.17.1
36
36
github.com/gookit/goutil v0.6.18
37
37
github.com/hashicorp/hcl/v2 v2.23.0
38
38
github.com/mattn/go-runewidth v0.0.16
@@ -95,5 +95,3 @@ require (
95
95
replace github.com/atotto/clipboard v0.1.4 => github.com/jandedobbeleer/clipboard v0.1.4-1
96
96
97
97
replace github.com/shirou/gopsutil/v3 v3.23.9 => github.com/jandedobbeleer/gopsutil/v3 v3.23.9-1
98
-
99
- replace github.com/goccy/go-yaml v1.15.13 => github.com/jandedobbeleer/go-yaml v1.15.13-2
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
60
60
github.com/go-test/deep v1.0.3 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
61
61
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
62
62
github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
63
- github.com/goccy/go-yaml v1.16.0 h1:d7m1G7A0t+logajVtklHfDYJs2Et9g3gHwdBNNFou0w =
64
- github.com/goccy/go-yaml v1.16.0 /go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA =
63
+ github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY =
64
+ github.com/goccy/go-yaml v1.17.1 /go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA =
65
65
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g =
66
66
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
67
67
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments