From cf36b3d9d1ab7d186f67a33278cae821cb1918a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 19:23:03 +0000 Subject: [PATCH] build(deps): bump github.com/valyala/fasthttp Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.14.0 to 1.34.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.14.0...v1.34.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- goStudy/leetcode-exam/simple-exam-sum/go.mod | 2 -- goStudy/leetcode-exam/simple-exam-sum/go.sum | 14 -------------- 2 files changed, 16 deletions(-) diff --git a/goStudy/leetcode-exam/simple-exam-sum/go.mod b/goStudy/leetcode-exam/simple-exam-sum/go.mod index cd42170..498a021 100644 --- a/goStudy/leetcode-exam/simple-exam-sum/go.mod +++ b/goStudy/leetcode-exam/simple-exam-sum/go.mod @@ -1,5 +1,3 @@ module simple-exam-sum go 1.13 - -require github.com/valyala/fasthttp v1.14.0 diff --git a/goStudy/leetcode-exam/simple-exam-sum/go.sum b/goStudy/leetcode-exam/simple-exam-sum/go.sum index c3e3c72..e69de29 100644 --- a/goStudy/leetcode-exam/simple-exam-sum/go.sum +++ b/goStudy/leetcode-exam/simple-exam-sum/go.sum @@ -1,14 +0,0 @@ -github.com/andybalholm/brotli v1.0.0 h1:7UCwP93aiSfvWpapti8g88vVVGp2qqtGyePsSuDafo4= -github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= -github.com/klauspost/compress v1.10.4 h1:jFzIFaf586tquEB5EhzQG0HwGNSlgAJpG53G6Ss11wc= -github.com/klauspost/compress v1.10.4/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= -github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= -github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= -github.com/valyala/fasthttp v1.14.0 h1:67bfuW9azCMwW/Jlq/C+VeihNpAuJMWkYPBig1gdi3A= -github.com/valyala/fasthttp v1.14.0/go.mod h1:ol1PCaL0dX20wC0htZ7sYCsvCYmrouYra0zHzaclZhE= -github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=