aboutsummaryrefslogtreecommitdiff
path: root/server/go.mod
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-27 21:32:25 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-27 21:32:25 +0530
commit8187f8db90c5d301f9a8304fc954588167833695 (patch)
treea61a1331610c267c61243bd334277d3b05508c13 /server/go.mod
parent3899d8c17dc5eb1dc0d03e6f25d29bda2878a5ff (diff)
created a package to talk with a database but it only prints hello...
Diffstat (limited to 'server/go.mod')
-rw-r--r--server/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/go.mod b/server/go.mod
index c920659..1969712 100644
--- a/server/go.mod
+++ b/server/go.mod
@@ -3,6 +3,6 @@ module github.com/MikunoNaka/openbills
go 1.16
require (
- github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 // indirect
- github.com/gin-gonic/gin v1.7.1 // indirect
+ github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
+ github.com/gin-gonic/gin v1.7.1
)