aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 11:05:36 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 11:05:36 +0530
commit9c2ad91230d72fe6d661450cc78300ea223ae2bc (patch)
tree17bd774b3f972359dfbb46248f085bbf1c6dae98 /go.mod
make it better
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2130981
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
+module github.com/heroku/go-getting-started
+
+go 1.12
+
+require (
+ github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
+ github.com/heroku/x v0.0.0-20171004170240-705849e307dd
+ github.com/manucorporat/sse v0.0.0-20150604091100-c142f0f1baea // indirect
+ github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab // indirect
+ github.com/mattn/go-isatty v0.0.0-20150814002629-7fcbc72f853b // indirect
+ github.com/stretchr/testify v1.3.0 // indirect
+ golang.org/x/net v0.0.0-20150629084131-d9558e5c97f8 // indirect
+ gopkg.in/bluesuncorp/validator.v5 v5.9.1 // indirect
+)