diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:05:14 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:05:14 +0300 |
commit | e2509238d2b7566492e3f0a6b71563277487c98e (patch) | |
tree | 191a14e7849071d6603389af4e80a2c7840d8e2d /go.mod |
initial
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module gitrepo.ru/neonxp/middleware + +go 1.22.1 + +require ( + github.com/google/uuid v1.6.0 + golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 +) |