Skip to content

Commit

Permalink
Fix dependencies in example (improbable-eng#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyCZ authored and MarcusLongmuir committed Apr 24, 2018
1 parent 9df9c0a commit 97011d9
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 20 deletions.
94 changes: 77 additions & 17 deletions example/go/Gopkg.lock

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

30 changes: 27 additions & 3 deletions example/go/Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
Expand All @@ -17,6 +16,31 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


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

[[constraint]]
name = "github.com/improbable-eng/grpc-web"
version = "0.6.0"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.11.3"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 97011d9

Please sign in to comment.