From d73b6153364f948fabab39fca53dbec860ee4e9b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 15 Jun 2024 13:58:39 +0200 Subject: [PATCH] Update deps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e4749d73..16292091 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dnscrypt/dnscrypt-proxy -go 1.22 +go 1.22.4 require ( github.com/BurntSushi/toml v1.4.0