diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:06:43 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:06:43 +0300 |
commit | 3b6d0dbe8cb1333126d3bf4fb0ec55719b8f3154 (patch) | |
tree | b19ca7255cc3de6d4a930cb180e1ff24aa7c8be6 /go.mod | |
parent | 8a71e6d2736f8adcdb2514285447ff109ecd0a58 (diff) |
Фикс шаблонов и кода
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module go.neonxp.dev/pkg -go 1.18 +go 1.22 require github.com/go-chi/chi/v5 v5.0.7 |