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

chore(deps): update all #164

Merged
merged 1 commit into from
Jun 26, 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
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module moul.io/depviz

require (
github.com/awalterschulze/gographviz v0.0.0-20190522052604-9c36406a3f65
github.com/awalterschulze/gographviz v0.0.0-20190624143730-fa59802746ab
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
github.com/denisenkom/go-mssqldb v0.0.0-20190522052604-eb9f6a1743f3 // indirect
github.com/go-chi/chi v4.0.2+incompatible
Expand All @@ -10,24 +10,24 @@ require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/pprof v0.0.0-20190522052604-54271f7e092f // indirect
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/jinzhu/gorm v1.9.9
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.4
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/spf13/viper v1.4.0
github.com/uber-go/atomic v1.4.0 // indirect
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
github.com/xanzy/go-gitlab v0.17.0
github.com/xanzy/go-gitlab v0.18.0
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277 // indirect
go.uber.org/zap v1.10.0
golang.org/x/arch v0.0.0-20190329052859-788fe5ffcd8c // indirect
golang.org/x/net v0.0.0-20190522052604-018c4d40a106 // indirect
golang.org/x/oauth2 v0.0.0-20190522052604-950ef44c6e07
golang.org/x/net v0.0.0-20190624143730-3b0461eec859 // indirect
golang.org/x/oauth2 v0.0.0-20190624143730-0f29369cfe45
golang.org/x/sync v0.0.0-20190427212804-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190522052604-8097e1b27ff5 // indirect
google.golang.org/appengine v1.6.0 // indirect
moul.io/zapgorm v0.0.0-20190522052604-9079de2d7bce
golang.org/x/sys v0.0.0-20190624143730-c5567b49c5d0 // indirect
google.golang.org/appengine v1.6.1 // indirect
moul.io/zapgorm v0.0.0-20190624143730-7f287f4f74c9
)
Loading