-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82ab858
commit 9e12cd1
Showing
2 changed files
with
186 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
module moul.io/depviz | ||
|
||
require ( | ||
cloud.google.com/go v0.34.0 // indirect | ||
cloud.google.com/go v0.37.2 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/awalterschulze/gographviz v0.0.0-20181013152038-b2885df04310 | ||
github.com/awalterschulze/gographviz v0.0.0-20190329052859-1e9ccb565bca | ||
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190329052859-2183450503ad // indirect | ||
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect | ||
github.com/go-chi/chi v3.3.3+incompatible | ||
github.com/go-chi/docgen v1.0.2 | ||
github.com/go-chi/chi v3.3.4+incompatible | ||
github.com/go-chi/docgen v1.0.5 | ||
github.com/go-chi/render v1.0.1 | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/google/go-cmp v0.2.0 // indirect | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 // indirect | ||
github.com/google/pprof v0.0.0-20190329052859-77426154d546 // indirect | ||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jinzhu/gorm v1.9.2 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect | ||
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect | ||
github.com/lib/pq v1.0.0 | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/spf13/afero v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.3.1 | ||
github.com/spf13/viper v1.3.2 | ||
github.com/uber-go/atomic v1.3.2 // indirect | ||
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect | ||
github.com/xanzy/go-gitlab v0.12.2 | ||
github.com/xanzy/go-gitlab v0.16.1 | ||
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277 // indirect | ||
go.uber.org/zap v1.9.1 | ||
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect | ||
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6 // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
golang.org/x/arch v0.0.0-20190329052859-788fe5ffcd8c // indirect | ||
golang.org/x/net v0.0.0-20190329052859-74de082e2cca // indirect | ||
golang.org/x/oauth2 v0.0.0-20190329052859-c85d3e98c914 | ||
golang.org/x/sync v0.0.0-20190329052859-e225da77a7e6 // indirect | ||
golang.org/x/sys v0.0.0-20190329052859-9eb1bfa1ce65 // indirect | ||
google.golang.org/appengine v1.5.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
moul.io/zapgorm v0.0.0-20181220094309-2149c5ded6fc | ||
) |
Oops, something went wrong.