This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,499 additions
and
284 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ services: | |
- docker | ||
|
||
go: | ||
- "1.13.x" | ||
- "1.14.x" | ||
|
||
env: | ||
global: | ||
|
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,22 +1,22 @@ | ||
module github.com/TheThingsNetwork/ttn/api | ||
|
||
go 1.11 | ||
go 1.14 | ||
|
||
replace github.com/TheThingsNetwork/ttn/utils/errors => ../utils/errors | ||
|
||
require ( | ||
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect | ||
github.com/TheThingsNetwork/api v0.0.0-20190516085542-c732802571cf | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/TheThingsNetwork/api v0.0.0-20200324103623-039923721bb6 | ||
github.com/TheThingsNetwork/go-utils v0.0.0-20190516083235-bdd4967fab4e | ||
github.com/TheThingsNetwork/ttn/utils/errors v0.0.0-20190516081709-034d40b328bd | ||
github.com/apex/log v1.1.0 | ||
github.com/apex/log v1.1.2 | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/juju/ratelimit v1.0.1 | ||
github.com/mwitkow/go-grpc-middleware v1.0.0 | ||
github.com/shirou/gopsutil v2.18.12+incompatible | ||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect | ||
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 | ||
golang.org/x/net v0.0.0-20190514140710-3ec191127204 | ||
google.golang.org/grpc v1.20.1 | ||
github.com/prometheus/client_golang v1.5.1 // indirect | ||
github.com/shirou/gopsutil v2.20.2+incompatible | ||
github.com/smartystreets/assertions v1.0.1 | ||
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 | ||
google.golang.org/grpc v1.28.0 | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.