summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2023-03-02 21:00:18 -0700
committerGitHub <noreply@github.com>2023-03-03 04:00:18 +0000
commit99d47050e97a8ccac2aad3bda46be46d4fec85ed (patch)
tree0cba5f2c4cf9191e5dfa72b1f063b93d2a92c784 /go.mod
parent85375861f6a903da9af8aa665552a6546d075c9f (diff)
core: Eliminate unnecessary shutdown delay on Unix (#5413)
* core: Eliminate unnecessary shutdown delay on Unix Fix #5393, alternate to #5405 * Comments, cleanup, adjust logs * Fix build constraint
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4a5dc86..1b6dbb9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/caddyserver/caddy/v2
-go 1.18
+go 1.19
require (
github.com/BurntSushi/toml v1.2.1