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
51 changed files
with
1,283 additions
and
5,842 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module github.com/TheThingsNetwork/ttn/api | ||
|
||
go 1.11 | ||
|
||
require ( | ||
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect | ||
github.com/TheThingsNetwork/api v0.0.0-20190516085542-c732802571cf | ||
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/go-ole/go-ole v1.2.4 // indirect | ||
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 | ||
) |
Oops, something went wrong.