From 06e7ed3377ed4236e4fe56f99e3f5a2912afd109 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 155b2a9..7eaec01 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.1 + github.com/felixge/httpsnoop v1.0.4 github.com/ipfs-shipyard/nopfs v0.0.12 github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231024163508-120e0c51ee3a github.com/ipfs/boxo v0.17.1-0.20240126101119-fdfcfcc0708a @@ -59,7 +60,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.4 // indirect github.com/flynn/noise v1.0.1 // indirect github.com/francoispqt/gojay v1.2.13 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect