Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/libp2p/go-libp2p-kad-dht

go 1.23.0

retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0

require (
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -141,3 +139,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.0 // indirect
)

retract v0.29.2 // this includes a breaking change and should have been released as v0.30.0

retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.29.2"
"version": "v0.30.0"
}
Loading