@@ -2,6 +2,8 @@ module github.com/ipfs/boxo
22
33go 1.23
44
5+ toolchain go1.23.4
6+
57require (
68 github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
79 github.com/cespare/xxhash/v2 v2.3.0
@@ -12,7 +14,6 @@ require (
1214 github.com/gabriel-vasile/mimetype v1.4.6
1315 github.com/gammazero/chanqueue v1.0.0
1416 github.com/gammazero/deque v1.0.0
15- github.com/gogo/protobuf v1.3.2
1617 github.com/google/uuid v1.6.0
1718 github.com/gorilla/mux v1.8.1
1819 github.com/hashicorp/go-multierror v1.1.1
@@ -55,7 +56,6 @@ require (
5556 github.com/multiformats/go-multihash v0.2.3
5657 github.com/multiformats/go-multistream v0.6.0
5758 github.com/polydawn/refmt v0.89.0
58- github.com/prometheus-community/pro-bing v0.5.0
5959 github.com/prometheus/client_golang v1.20.5
6060 github.com/samber/lo v1.47.0
6161 github.com/slok/go-http-metrics v0.12.0
@@ -100,6 +100,7 @@ require (
100100 github.com/go-logr/stdr v1.2.2 // indirect
101101 github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
102102 github.com/godbus/dbus/v5 v5.1.0 // indirect
103+ github.com/gogo/protobuf v1.3.2 // indirect
103104 github.com/google/gopacket v1.1.19 // indirect
104105 github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect
105106 github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
0 commit comments