-
-
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.
Merge pull request #90 from moul/bump-deps
chore: bump deps
- Loading branch information
Showing
2 changed files
with
25 additions
and
82 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,43 +1,19 @@ | ||
module moul.io/depviz | ||
|
||
require ( | ||
cloud.google.com/go v0.28.0 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/awalterschulze/gographviz v0.0.0-20180813113015-16ed621cdb51 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20180901172138-1eb28afdf9b6 // indirect | ||
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/go-sql-driver/mysql v1.4.0 // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/google/go-cmp v0.2.0 // indirect | ||
github.com/awalterschulze/gographviz v0.0.0-20180927133620-e69668a01397 | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/jinzhu/gorm v1.9.1 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect | ||
github.com/jinzhu/now v0.0.0-20180511015916-ed742868f2ae // indirect | ||
github.com/lib/pq v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.0 // indirect | ||
github.com/mattn/go-sqlite3 v1.9.0 | ||
github.com/mitchellh/mapstructure v1.0.0 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/spf13/afero v1.1.1 // indirect | ||
github.com/spf13/cast v1.2.0 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/jwalterweatherman v0.0.0-20180814060501-14d3d4c51834 // indirect | ||
github.com/spf13/pflag v1.0.2 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.2.1 | ||
github.com/xanzy/go-gitlab v0.11.0 | ||
github.com/xanzy/go-gitlab v0.11.1 | ||
go.uber.org/zap v1.9.1 | ||
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect | ||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
google.golang.org/appengine v1.1.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
moul.io/zapgorm v0.0.0-20180923113722-8436a28d1214 | ||
golang.org/x/net v0.0.0-20181003013248-f5e5bdd77824 // indirect | ||
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced | ||
moul.io/zapgorm v0.0.0-20181003053625-c808c1c4adc6 | ||
) |
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