-
-
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
Showing
2 changed files
with
73 additions
and
21 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,28 +1,33 @@ | ||
module moul.io/depviz | ||
|
||
require ( | ||
cloud.google.com/go v0.41.0 // indirect | ||
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/denisenkom/go-mssqldb v0.0.0-20190710001350-29e7b2419f38 // indirect | ||
github.com/go-chi/chi v4.0.2+incompatible | ||
github.com/go-chi/docgen v1.0.5 | ||
github.com/go-chi/render v1.0.1 | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/jinzhu/gorm v1.9.9 | ||
github.com/jinzhu/gorm v1.9.10 | ||
github.com/lib/pq v1.1.1 | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.4.0 | ||
github.com/uber-go/atomic v1.4.0 // indirect | ||
github.com/xanzy/go-gitlab v0.18.0 | ||
github.com/xanzy/go-gitlab v0.19.0 | ||
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277 // indirect | ||
go.uber.org/zap v1.10.0 | ||
golang.org/x/net v0.0.0-20190624143730-3b0461eec859 // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190624143730-0f29369cfe45 | ||
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 | ||
golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542 // indirect | ||
moul.io/zapgorm v0.0.0-20190706070406-8138918b527b | ||
) |
Oops, something went wrong.