Skip to content

Commit 20cef75

Browse files
moznionbrocaar
authored andcommitted
Remove the vendor/ and use dep for vendoring (#76)
1 parent 37500a0 commit 20cef75

File tree

191 files changed

+215
-24939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+215
-24939
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
dist/
66
build/
77
docs/public/
8+
9+
# dependencies
10+
vendor/
11+

Gopkg.lock

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

Gopkg.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
2+
# for detailed Gopkg.toml documentation.
3+
4+
[[constraint]]
5+
name = "github.com/brocaar/loraserver"
6+
version = "0.23.2"
7+
8+
[[constraint]]
9+
branch = "master"
10+
name = "github.com/brocaar/lorawan"
11+
12+
[[constraint]]
13+
name = "github.com/codegangsta/cli"
14+
version = "1.20.0"
15+
16+
[[constraint]]
17+
name = "github.com/eclipse/paho.mqtt.golang"
18+
branch = "master"
19+
20+
[[constraint]]
21+
name = "github.com/sirupsen/logrus"
22+
version = "1.0.4"
23+
24+
[[constraint]]
25+
name = "github.com/smartystreets/goconvey"
26+
version = "1.6.3"

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ package-deb:
4242
requirements:
4343
@go get -u github.com/golang/lint/golint
4444
@go get -u github.com/kisielk/errcheck
45+
@go get -u github.com/golang/dep/cmd/dep
46+
@dep ensure
4547

4648
# shortcuts for development
4749

docs/content/community/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pre-compiled packages available):
3131

3232
##### Go
3333

34-
Make sure you have [Go](https://golang.org/) installed (1.7+) and that the LoRa
34+
Make sure you have [Go](https://golang.org/) installed (1.8+) and that the LoRa
3535
Gateway Bridge repository has been cloned to
3636
`$GOPATH/src/github.com/brocaar/lora-gateway-bridge`.
3737

vendor/github.com/brocaar/loraserver/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/brocaar/loraserver/api/gw/gw.go

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)