Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #383

Merged
merged 1 commit into from
Jul 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,44 @@ go 1.12

require (
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.17.1+incompatible
github.com/aokoli/goutils v1.1.0 // indirect
github.com/coreos/go-semver v0.2.0
github.com/danieljoos/wincred v1.0.1 // indirect
github.com/gobuffalo/packr/v2 v2.5.1
github.com/Masterminds/sprig v2.20.0+incompatible
github.com/coreos/go-semver v0.3.0
github.com/danieljoos/wincred v1.0.2 // indirect
github.com/gobuffalo/logger v1.0.1 // indirect
github.com/gobuffalo/packr/v2 v2.5.2
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/go-github/v26 v26.0.4
github.com/google/go-github/v26 v26.0.10
github.com/google/renameio v0.1.0
github.com/google/uuid v1.1.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/kr/text v0.1.0
github.com/mattn/go-isatty v0.0.7
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-isatty v0.0.8
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/twpayne/go-difflib v1.3.1
github.com/twpayne/go-shell v0.0.1
github.com/twpayne/go-vfs v1.3.2
github.com/twpayne/go-shell v0.0.2
github.com/twpayne/go-vfs v1.3.4
github.com/twpayne/go-vfsafero v1.0.0
github.com/twpayne/go-xdg/v3 v3.1.0
github.com/zalando/go-keyring v0.0.0-20180221093347-6d81c293b3fb
github.com/zalando/go-keyring v0.0.0-20190603084339-02404fc6afd1
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/yaml.v2 v2.2.2
)

Expand Down
Loading