From 1b10f5c1d9b0d91e9675963b8307180cbf222b4e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 23 Sep 2023 13:48:54 +0700 Subject: go.mod: update all dependencies and set Go mod version to 1.20 The update on share module affect the following changes, * lib/dns: removing dns.ZoneRecords, replacing it with map[string][]*dns.ResourceRecord * lib/dns: file Name in Zone renamed to Origin * lib/dns: replace call to Caches.InternalPopulate with InternalPopulateZone that accept zone as parameter --- testdata/rescached.cfg.test.out | 1 + 1 file changed, 1 insertion(+) (limited to 'testdata') diff --git a/testdata/rescached.cfg.test.out b/testdata/rescached.cfg.test.out index 8f36010..29a0f26 100644 --- a/testdata/rescached.cfg.test.out +++ b/testdata/rescached.cfg.test.out @@ -27,6 +27,7 @@ parent = udp://10.8.0.1 http.idle_timeout = 0s cache.prune_delay = 0s cache.prune_threshold = 0s +debug = 0 http.port = 0 tls.port = 0 tls.allow_insecure = true -- cgit v1.3