From 9c2ad91230d72fe6d661450cc78300ea223ae2bc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 11:05:36 +0530 Subject: make it better --- go.mod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3