From 20f95671dcf826b5b2ebe26a65d28d4a0b713276 Mon Sep 17 00:00:00 2001 From: ns Date: Tue, 12 Dec 2023 19:12:37 +0000 Subject: [PATCH] chore: go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e7bd7c3..d4263fd 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/coreos/go-systemd/v22 v22.5.0 github.com/dgraph-io/badger/v4 v4.2.0 github.com/dustin/go-humanize v1.0.0 + github.com/felixge/httpsnoop v1.0.3 github.com/ipfs-shipyard/nopfs v0.0.12-0.20231024163508-120e0c51ee3a github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231024163508-120e0c51ee3a github.com/ipfs/boxo v0.15.0 @@ -57,7 +58,6 @@ require ( github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/elastic/gosigar v0.14.2 // indirect - github.com/felixge/httpsnoop v1.0.3 // indirect github.com/flynn/noise v1.0.0 // indirect github.com/francoispqt/gojay v1.2.13 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect