Enable go module for sub packages

This commit is contained in:
Kleissner
2021-03-16 22:19:15 +01:00
parent caf3a4f11c
commit 8b329f7258
3 changed files with 15 additions and 0 deletions

3
dht/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/PeernetOfficial/core/dht
go 1.16