summaryrefslogtreecommitdiff
path: root/idvoc-2025/CommentsEngine/go.mod
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:07:58 +0200
committerMartial Simon <msimon_fr@hotmail.com>2025-09-15 01:07:58 +0200
commit967be9e750221ab2ab783f95df79bb26d290a45e (patch)
tree6802900a5e975f9f68b169f0f503f040056d6952 /idvoc-2025/CommentsEngine/go.mod
add: added projectsHEADmain
Diffstat (limited to 'idvoc-2025/CommentsEngine/go.mod')
-rw-r--r--idvoc-2025/CommentsEngine/go.mod22
1 files changed, 22 insertions, 0 deletions
diff --git a/idvoc-2025/CommentsEngine/go.mod b/idvoc-2025/CommentsEngine/go.mod
new file mode 100644
index 0000000..a2d1f24
--- /dev/null
+++ b/idvoc-2025/CommentsEngine/go.mod
@@ -0,0 +1,22 @@
+module CommentsEngine
+
+go 1.21.5
+
+require (
+ github.com/gorilla/handlers v1.5.2
+ github.com/redis/go-redis/v9 v9.3.1
+)
+
+require (
+ github.com/beorn7/perks v1.0.1 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
+ github.com/felixge/httpsnoop v1.0.3 // indirect
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
+ github.com/prometheus/client_golang v1.18.0 // indirect
+ github.com/prometheus/client_model v0.5.0 // indirect
+ github.com/prometheus/common v0.45.0 // indirect
+ github.com/prometheus/procfs v0.12.0 // indirect
+ golang.org/x/sys v0.15.0 // indirect
+ google.golang.org/protobuf v1.31.0 // indirect
+)