From 4f8d45d2b4e606452431f6537cd5da19567d619d Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Wed, 17 Nov 2021 19:49:31 +0200 Subject: [PATCH] [go] Minor fixups. --- sources/go.mod | 2 +- sources/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/go.mod b/sources/go.mod index 7735988..a2002a8 100644 --- a/sources/go.mod +++ b/sources/go.mod @@ -18,4 +18,4 @@ require ( replace github.com/colinmarc/cdb => github.com/cipriancraciun/go-cdb-lib v0.0.0-20190809203657-d959ce9cc674 -replace github.com/valyala/fasthttp => github.com/cipriancraciun/go-fasthttp v0.0.0-20190813060955-34223126fc19 +replace github.com/valyala/fasthttp => github.com/cipriancraciun/go-fasthttp v0.0.0-20190817151805-34223126fc19 diff --git a/sources/go.sum b/sources/go.sum index 320b9ec..ecae5ed 100644 --- a/sources/go.sum +++ b/sources/go.sum @@ -2,8 +2,8 @@ github.com/Pallinder/go-randomdata v1.2.0 h1:DZ41wBchNRb/0GfsePLiSwb0PHZmT67XY00 github.com/Pallinder/go-randomdata v1.2.0/go.mod h1:yHmJgulpD2Nfrm0cR9tI/+oAgRqCQQixsA8HyRZfV9Y= github.com/cipriancraciun/go-cdb-lib v0.0.0-20190809203657-d959ce9cc674 h1:UyoEJxLS9OPdjyinKfCA2aKgIf1NhXyIxneRSMrqZls= github.com/cipriancraciun/go-cdb-lib v0.0.0-20190809203657-d959ce9cc674/go.mod h1:/M2lSbkwYzIP5OqU4u+aygk4LCVpB7wi60O0Myhs05g= -github.com/cipriancraciun/go-fasthttp v0.0.0-20190813060955-34223126fc19 h1:Gtwnbua5lxaF5wmYzybR/qK8l5H3xN03XvLe1VJmbXc= -github.com/cipriancraciun/go-fasthttp v0.0.0-20190813060955-34223126fc19/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s= +github.com/cipriancraciun/go-fasthttp v0.0.0-20190817151805-34223126fc19 h1:a+yE808Mqxm5W+Fxono2AKDPBpfNyDo/wKt6Rnsqb9E= +github.com/cipriancraciun/go-fasthttp v0.0.0-20190817151805-34223126fc19/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= 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=