Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanVydes authored Apr 12, 2021
1 parent 2753876 commit 63240f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module github.com/CagaCaga/api
module github.com/JeanShortener/api

go 1.16

require (
github.com/gofiber/fiber/v2 v2.6.0 // indirect
github.com/gofiber/fiber/v2 v2.7.1 // indirect
github.com/joho/godotenv v1.3.0 // indirect
go.mongodb.org/mongo-driver v1.5.0 // indirect
)

0 comments on commit 63240f8

Please sign in to comment.