-
-
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 error with Logrus and go mod tidy
I had to rm -rf the local build folder, and update the version to v1.7.0 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
- Loading branch information
Showing
2 changed files
with
5 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/alexellis/derek | ||
|
||
go 1.15 | ||
go 1.13 | ||
|
||
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 | ||
github.com/sirupsen/logrus v1.7.0 | ||
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) |
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