Skip to content

Commit 414e522

Browse files
authored
Fix dependencies (#3)
1 parent 77494fc commit 414e522

File tree

2 files changed

+95
-35
lines changed

2 files changed

+95
-35
lines changed

Gopkg.lock

Lines changed: 94 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
# Gopkg.toml example
2-
#
3-
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
4-
# for detailed Gopkg.toml documentation.
5-
#
6-
# required = ["github.com/user/thing/cmd/thing"]
7-
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8-
#
9-
# [[constraint]]
10-
# name = "github.com/user/project"
11-
# version = "1.0.0"
12-
#
13-
# [[constraint]]
14-
# name = "github.com/user/project2"
15-
# branch = "dev"
16-
# source = "github.com/myfork/project2"
17-
#
18-
# [[override]]
19-
# name = "github.com/x/y"
20-
# version = "2.4.0"
21-
#
22-
# [prune]
23-
# non-go = false
24-
# go-tests = true
25-
# unused-packages = true
26-
271
required = ["github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"]
282

293
[[constraint]]
@@ -32,7 +6,7 @@ required = ["github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"]
326

337
[[constraint]]
348
name = "github.com/infobloxopen/atlas-app-toolkit"
35-
version = "0.10.0"
9+
branch = "master"
3610

3711
[prune]
3812
go-tests = true

0 commit comments

Comments
 (0)