-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #160 Signed-off-by: Matti R <matti@mdranta.net>
- Loading branch information
1 parent
a59e053
commit 9b0f631
Showing
584 changed files
with
119,759 additions
and
78,360 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 was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module github.com/alexellis/derek | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.11 | ||
github.com/sirupsen/logrus v1.6.0 | ||
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) |
Oops, something went wrong.