Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/go.mod Secret

Created March 19, 2021 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/90c0dbd17fde79f27266d822564a6729 to your computer and use it in GitHub Desktop.
Save parzibyte/90c0dbd17fde79f27266d822564a6729 to your computer and use it in GitHub Desktop.
module github.com/parzibyte/api-control-asistencias-tareas
go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.3.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment