Skip to content

Commit

Permalink
Merge branch 'main' into feat/nim-vlang-segments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietrucci-Blacher authored Jan 14, 2025
2 parents 3ee0187 + bc4b991 commit a28fe42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ require (
github.com/pelletier/go-toml/v2 v2.2.3
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/mod v0.22.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -86,6 +85,7 @@ require (
github.com/shopspring/decimal v1.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
github.com/zclconf/go-cty v1.15.1 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)
Expand Down
2 changes: 1 addition & 1 deletion src/segments/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"encoding/xml"
"fmt"
"path/filepath"
"slices"
"strings"

"github.com/jandedobbeleer/oh-my-posh/src/log"
"github.com/jandedobbeleer/oh-my-posh/src/properties"
"github.com/jandedobbeleer/oh-my-posh/src/regex"
"golang.org/x/exp/slices"

yaml "github.com/goccy/go-yaml"
toml "github.com/pelletier/go-toml/v2"
Expand Down

0 comments on commit a28fe42

Please sign in to comment.