Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 17, 2021
1 parent d02e707 commit e9c2155
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 38 deletions.
28 changes: 11 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
github.com/alecthomas/chroma v0.9.1 // indirect
github.com/alecthomas/chroma v0.9.2 // indirect
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20201120212035-bb82daffcca2 // indirect
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/charmbracelet/glamour v0.3.0
github.com/coreos/go-semver v0.3.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v35 v35.3.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gops v0.3.18
Expand All @@ -24,39 +21,36 @@ require (
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/microcosm-cc/bluemonday v1.0.10 // indirect
github.com/microcosm-cc/bluemonday v1.0.14 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/muesli/combinator v0.3.0
github.com/muesli/reflow v0.3.0 // indirect
github.com/pelletier/go-toml v1.9.2
github.com/pelletier/go-toml v1.9.3
github.com/rogpeppe/go-internal v1.8.0
github.com/rs/zerolog v1.22.0
github.com/rs/zerolog v1.23.0
github.com/sergi/go-diff v1.1.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/twpayne/go-shell v0.3.0
github.com/twpayne/go-vfs/v3 v3.0.0
github.com/twpayne/go-xdg/v6 v6.0.0
github.com/yuin/goldmark v1.3.7 // indirect
github.com/yuin/goldmark v1.3.8 // indirect
github.com/zalando/go-keyring v0.1.1
go.etcd.io/bbolt v1.3.6
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
howett.net/plist v0.0.0-20201203080718-1454fab16a06
Expand Down
Loading

0 comments on commit e9c2155

Please sign in to comment.