This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from booster-proj/issue/26
Issue/26
- Loading branch information
Showing
18 changed files
with
449 additions
and
501 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
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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
module github.com/booster-proj/booster | ||
|
||
require ( | ||
github.com/booster-proj/proxy v0.1.3 | ||
github.com/booster-proj/proxy v0.1.4 | ||
github.com/cenkalti/backoff v2.1.0+incompatible // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/grandcat/zeroconf v0.0.0-20180329153754-df75bb3ccae1 | ||
github.com/miekg/dns v1.1.1 // indirect | ||
github.com/prometheus/client_golang v0.9.2 | ||
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f | ||
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 | ||
golang.org/x/sys v0.0.0-20181026064943-731415f00dce | ||
upspin.io v0.0.0-20180816050821-c137ad0d6be9 | ||
upspin.io v0.0.0-20181217205605-686971a7c4ba | ||
) |
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.