From 6c4524551336753d6c2c3cd124061020a5f814bc Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 4 Sep 2023 14:24:58 +0530 Subject: Initial trial - Hello World Message --- go.mod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7d3f82d --- /dev/null +++ b/go.mod @@ -0,0 +1,16 @@ +module github.com/justsaumit/fis-golang + +go 1.21.0 + +require ( + github.com/labstack/echo/v4 v4.11.1 // indirect + github.com/labstack/gommon v0.4.0 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.11.0 // indirect + golang.org/x/net v0.12.0 // indirect + golang.org/x/sys v0.10.0 // indirect + golang.org/x/text v0.11.0 // indirect +) -- cgit v1.2.3