Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 27, 2022
1 parent 8b78d2b commit c7bf73a
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 39 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/charmbracelet/glamour v0.5.0
github.com/coreos/go-semver v0.3.0
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github/v44 v44.1.0
github.com/google/go-github/v45 v45.0.0
github.com/google/gops v0.3.23
github.com/google/renameio/v2 v2.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
Expand All @@ -22,7 +22,7 @@ require (
github.com/sergi/go-diff v1.1.0
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
github.com/twpayne/go-pinentry v0.2.0
github.com/twpayne/go-shell v0.3.1
Expand All @@ -35,7 +35,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
gopkg.in/yaml.v3 v3.0.0
howett.net/plist v1.0.0
mvdan.cc/sh/v3 v3.5.1
Expand Down Expand Up @@ -97,8 +97,8 @@ require (
github.com/yuin/goldmark v1.4.12 // indirect
github.com/yuin/goldmark-emoji v1.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
Expand Down
99 changes: 70 additions & 29 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/chezmoi/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"os"

"github.com/google/go-github/v44/github"
"github.com/google/go-github/v45/github"
"golang.org/x/oauth2"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/doctorcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"text/tabwriter"

"github.com/coreos/go-semver/semver"
"github.com/google/go-github/v44/github"
"github.com/google/go-github/v45/github"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"github.com/twpayne/go-shell"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/githubtemplatefuncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/google/go-github/v44/github"
"github.com/google/go-github/v45/github"

"github.com/twpayne/chezmoi/v2/pkg/chezmoi"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/testdata/scripts/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ chhome home8/user
# test that chezmoi init fails if the generated config is not valid
mkgitconfig
! chezmoi init
stderr 'parsing error'
stderr 'While parsing config:'
! exists .config/chezmoi

chhome home/user
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/upgradecmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"strings"

"github.com/coreos/go-semver/semver"
"github.com/google/go-github/v44/github"
"github.com/google/go-github/v45/github"
"github.com/spf13/cobra"
vfs "github.com/twpayne/go-vfs/v4"

Expand Down

0 comments on commit c7bf73a

Please sign in to comment.