From b883ef7b43fa8981aebf83b30848e4ac6b87bbc4 Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 3 Oct 2024 10:13:28 -0700 Subject: [PATCH] fix go mod --- impl/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/impl/go.mod b/impl/go.mod index 91ca5cf..c3f9376 100644 --- a/impl/go.mod +++ b/impl/go.mod @@ -1,6 +1,7 @@ module github.com/TBD54566975/did-dht -go 1.22 +go 1.23 + toolchain go1.23.1 require (