-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start supporting configurable log level
- Loading branch information
Nanda Kishore
committed
Oct 15, 2020
1 parent
cb9e4bf
commit fc994e5
Showing
3 changed files
with
44 additions
and
2 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,8 +1,9 @@ | ||
module github.com/none-da/hello-universe-go-app | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/labstack/echo/v4 v4.1.17 | ||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect | ||
github.com/labstack/gommon v0.3.0 | ||
github.com/spf13/pflag v1.0.5 | ||
) |
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