Introduce gofiber/utils

Co-Authored-By: RW <renewerner87@googlemail.com>
pull/399/head
Fenny 2020-05-23 09:31:28 +02:00
parent 5c8ff3fbde
commit 57e7ffe717
2 changed files with 17 additions and 14 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/gofiber/fiber
go 1.11
require (
github.com/gofiber/utils v0.0.3
github.com/gorilla/schema v1.1.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.12.0

2
go.sum
View File

@ -1,3 +1,5 @@
github.com/gofiber/utils v0.0.3 h1:nNQKfZbZAGmOHqTOYplJwwOvX1Mg/NsTjfFO4/wTGrU=
github.com/gofiber/utils v0.0.3/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc=
github.com/gorilla/schema v1.1.0 h1:CamqUDOFUBqzrvxuz2vEwo8+SUdwsluFh7IlzJh30LY=
github.com/gorilla/schema v1.1.0/go.mod h1:kgLaKoK1FELgZqMAVxx/5cbj0kT+57qxUrAlIO2eleU=
github.com/klauspost/compress v1.10.4 h1:jFzIFaf586tquEB5EhzQG0HwGNSlgAJpG53G6Ss11wc=