Skip to content

Commit 8731bb3

Browse files
committed
chore(deps): update indirect dependencies in go.mod
Added new indirect dependencies: go-spew and go-difflib for improved functionality and testing support.
1 parent 0258ca5 commit 8731bb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/gofiber/fiber/v2 v2.52.10
99
github.com/joho/godotenv v1.6.0-pre.2
1010
github.com/libp2p/go-libp2p v0.45.0
11+
github.com/stretchr/testify v1.11.1
1112
github.com/valyala/fasthttp v1.68.0
1213
)
1314

@@ -18,6 +19,7 @@ require (
1819
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1920
github.com/clipperhouse/stringish v0.1.1 // indirect
2021
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
22+
github.com/davecgh/go-spew v1.1.1 // indirect
2123
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
2224
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
2325
github.com/filecoin-project/go-clock v0.1.0 // indirect
@@ -96,6 +98,7 @@ require (
9698
github.com/pion/transport/v3 v3.0.8 // indirect
9799
github.com/pion/turn/v4 v4.1.2 // indirect
98100
github.com/pion/webrtc/v4 v4.1.6 // indirect
101+
github.com/pmezard/go-difflib v1.0.0 // indirect
99102
github.com/polydawn/refmt v0.89.0 // indirect
100103
github.com/prometheus/client_golang v1.23.2 // indirect
101104
github.com/prometheus/client_model v0.6.2 // indirect
@@ -130,6 +133,7 @@ require (
130133
golang.org/x/tools v0.38.0 // indirect
131134
gonum.org/v1/gonum v0.16.0 // indirect
132135
google.golang.org/protobuf v1.36.10 // indirect
136+
gopkg.in/yaml.v3 v3.0.1 // indirect
133137
lukechampine.com/blake3 v1.4.1 // indirect
134138
)
135139

0 commit comments

Comments
 (0)