Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 22, 2021
1 parent 630b331 commit cf0b50f
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 312 deletions.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/twpayne/go-shell"
"github.com/twpayne/go-vfs/v2"
vfsafero "github.com/twpayne/go-vfsafero/v2"
"github.com/twpayne/go-xdg/v3"
"github.com/twpayne/go-xdg/v4"
"golang.org/x/term"

"github.com/twpayne/chezmoi/assets/templates"
Expand Down
2 changes: 1 addition & 1 deletion cmd/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
vfs "github.com/twpayne/go-vfs/v2"
xdg "github.com/twpayne/go-xdg/v3"
xdg "github.com/twpayne/go-xdg/v4"

"github.com/twpayne/chezmoi/internal/chezmoi"
"github.com/twpayne/chezmoi/internal/chezmoitest"
Expand Down
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/spf13/viper"
"github.com/twpayne/go-vfs/v2"
"github.com/twpayne/go-xdg/v3"
"github.com/twpayne/go-xdg/v4"

"github.com/twpayne/chezmoi/internal/chezmoi"
)
Expand Down
Loading

0 comments on commit cf0b50f

Please sign in to comment.