Skip to content

Commit 4570927

Browse files
committed
Updated deps
1 parent 2f37d10 commit 4570927

33 files changed

+502
-169
lines changed

Gopkg.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
[[constraint]]
5353
name = "github.com/labstack/echo"
54-
version = "3.3.1"
54+
version = "3.3.4"
5555

5656
[[constraint]]
5757
name = "github.com/labstack/gommon"
5858
version = "0.2.4"
5959

6060
[[constraint]]
6161
name = "github.com/labstack/labstack-go"
62-
version = "0.21.10"
62+
version = "0.21.12"
6363

6464
[[constraint]]
6565
branch = "master"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE = labstack/armor
2-
VERSION = 0.4.1
2+
VERSION = 0.4.2
33

44
clean:
55
rm -rf build

armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type (
8989
)
9090

9191
const (
92-
Version = "0.4.1"
92+
Version = "0.4.2"
9393
Website = "https://armor.labstack.com"
9494
)
9595

vendor/github.com/labstack/echo/.travis.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/labstack/echo/Gopkg.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/labstack/echo/README.md

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/labstack/echo/context.go

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/labstack/echo/echo.go

Lines changed: 37 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/labstack/echo/middleware/body_limit.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)