We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3a43e commit 7c3bb2aCopy full SHA for 7c3bb2a
go.mod
@@ -2,8 +2,6 @@ module github.com/libp2p/go-libp2p-kad-dht
2
3
go 1.23.0
4
5
-retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
6
-
7
require (
8
github.com/google/gopacket v1.1.19
9
github.com/google/uuid v1.6.0
@@ -141,3 +139,7 @@ require (
141
139
gopkg.in/yaml.v3 v3.0.1 // indirect
142
140
lukechampine.com/blake3 v1.4.0 // indirect
143
)
+
+retract v0.29.2 // this includes a breaking change and should have been released as v0.30.0
144
145
+retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
version.json
@@ -1,3 +1,3 @@
1
{
- "version": "v0.29.2"
+ "version": "v0.30.0"
}
0 commit comments