From 6555cdb23a9d053d9218a79f4beaa020c44a923a Mon Sep 17 00:00:00 2001 From: Yiyang Kang Date: Sun, 12 Mar 2023 17:52:42 +0800 Subject: [PATCH] build: update go.mod --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 148ff6f..1f97050 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,14 @@ module httpserve go 1.20 +require ( + github.com/gofiber/fiber/v2 v2.42.0 + github.com/kanna5/qrtxt v0.0.0-20220821141303-fc06574621aa +) + require ( github.com/andybalholm/brotli v1.0.4 // indirect - github.com/gofiber/fiber/v2 v2.42.0 // indirect github.com/google/uuid v1.3.0 // indirect - github.com/kanna5/qrtxt v0.0.0-20220821141303-fc06574621aa // indirect github.com/klauspost/compress v1.15.9 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.17 // indirect