summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 2049064..2e7e183 100644
--- a/go.mod
+++ b/go.mod
@@ -1,21 +1,21 @@
module github.com/justsaumit/go-fis-api
-go 1.21.4
+go 1.21.5
require (
github.com/joho/godotenv v1.5.1
- github.com/labstack/echo/v4 v4.11.3
- github.com/mattn/go-sqlite3 v1.14.18
- golang.org/x/crypto v0.16.0
+ github.com/labstack/echo/v4 v4.11.4
+ github.com/mattn/go-sqlite3 v1.14.19
+ golang.org/x/crypto v0.17.0
)
require (
- github.com/labstack/gommon v0.4.0 // indirect
+ github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.19 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
- golang.org/x/net v0.17.0 // indirect
+ golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)