From 94897e77111f6fa3aa1df702e392265d9097dbe8 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Tue, 2 Jul 2024 20:15:29 +0400 Subject: [PATCH] chore(deps): go mod tidy --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b025ea1..40dfda3 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,13 @@ module git.dc09.ru/mitm-archive/server go 1.22.3 -require github.com/valyala/fasthttp v1.55.0 +require ( + github.com/mattn/go-sqlite3 v1.14.22 + github.com/valyala/fasthttp v1.55.0 +) require ( github.com/andybalholm/brotli v1.1.0 // indirect github.com/klauspost/compress v1.17.9 // indirect - github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect )