diff options
author | Matthew Holt <[email protected]> | 2024-05-10 08:32:44 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-05-10 08:32:44 -0600 |
commit | abdf1ae15c32b467b5775fcc2711fb20c5880fb2 (patch) | |
tree | cab8f9a76244e1375eb8bbf5bf303861377152db /go.mod | |
parent | d7e3a1974ba968afd84faad207b8717f5faf6ad6 (diff) | |
download | caddy-abdf1ae15c32b467b5775fcc2711fb20c5880fb2.tar.gz caddy-abdf1ae15c32b467b5775fcc2711fb20c5880fb2.zip |
go.mod: go 1.22.3
Seeing if this assists with some Go tooling logic
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/caddyserver/caddy/v2 -go 1.22.0 +go 1.22.3 require ( github.com/BurntSushi/toml v1.3.2 |