From a73662e0f7b801a669b4426b95a823393087e37b Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Sat, 23 May 2020 12:42:23 +0200 Subject: [PATCH] Upgrade router to v1.1.3 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0dae9fd..bcdd7b3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/savsgio/atreugo/v11 go 1.11 require ( - github.com/fasthttp/router v1.1.2 + github.com/fasthttp/router v1.1.3 github.com/json-iterator/go v1.1.9 github.com/savsgio/go-logger/v2 v2.0.0 github.com/savsgio/gotils v0.0.0-20200413113635-8c468ce75cca diff --git a/go.sum b/go.sum index 4ff5230..ea1b47f 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/fasthttp/router v1.1.2 h1:vrteqZ+0WXNzF/pnJWzl1R2uMo1Af8YswAunA3s4Riw= -github.com/fasthttp/router v1.1.2/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo= +github.com/fasthttp/router v1.1.3 h1:xxYAxTON68tX8pXwdw3cCPOYvKoXIbfrouBEuG6kFsk= +github.com/fasthttp/router v1.1.3/go.mod h1:3ZGZormG7E+VbnYeToF+zmcF4oBGcAKOD8a8XL+fOZo= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/json-iterator/go v1.1.9 h1:9yzud/Ht36ygwatGx56VwCZtlI/2AD15T1X2sjSuGns= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=