Skip to content

Commit

Permalink
update categories
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
  • Loading branch information
Joshua Rubin committed Feb 27, 2018
2 parents f7de58b + c617caa commit a26d670
Show file tree
Hide file tree
Showing 17 changed files with 1,396 additions and 487 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.coverage-all.out
/vendor/
306 changes: 306 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 23 additions & 9 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,41 @@
[prune]
unused-packages = true
non-go = true
go-tests = true

[[prune.project]]
name = "github.com/grpc-ecosystem/grpc-gateway"
unused-packages = false
non-go = false

[[constraint]]
name = "github.com/gogo/protobuf"
version = "0.5.0"
version = "1.0.0"

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.0.0"

[[constraint]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "1.3.1"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
name = "github.com/magefile/mage"
version = "2.0.1"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.9.2"
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "github.com/segmentio/ksuid"
version = "1.0.1"

[[constraint]]
name = "zvelo.io/zmage"
version = "3.0.0"
name = "google.golang.org/grpc"
version = "1.9.2"

[[constraint]]
name = "github.com/magefile/mage"
version = "2.0.1"
name = "zvelo.io/zmage"
version = "3.0.1"
Loading

0 comments on commit a26d670

Please sign in to comment.