aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 19:11:50 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 19:11:50 +0530
commitb33e3fe60f4ae7eff88ab1ca28f45f94d2d9d713 (patch)
tree6601b8207d3b1618eca119419a7a3d8a6864d0ed /go.mod
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f536be2
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module hell-link
+
+go 1.15
+
+require github.com/gin-gonic/gin v1.6.3