aboutsummaryrefslogtreecommitdiff
path: root/webhook
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-11-19 17:47:15 +0530
committerGitHub <[email protected]>2025-11-19 17:47:15 +0530
commit18249402d6ff0faceab30f746fcd6b6c764c727f (patch)
treef7573ba206c79f4c7e0bf5c4ffeaa1277e0b2d55 /webhook
parent3953efe44669d03b8e201d608f1cf5fce18c335d (diff)
downloadcgitconf-18249402d6ff0faceab30f746fcd6b6c764c727f.tar.xz
cgitconf-18249402d6ff0faceab30f746fcd6b6c764c727f.zip
Initialize Go module for webhook
Diffstat (limited to 'webhook')
-rw-r--r--webhook/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/webhook/go.mod b/webhook/go.mod
new file mode 100644
index 0000000..2d341e1
--- /dev/null
+++ b/webhook/go.mod
@@ -0,0 +1,3 @@
+module webhook
+
+go 1.25.4