15 lines
436 B
AMPL
15 lines
436 B
AMPL
module school-management
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gofiber/fiber/v2 v2.19.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.7.2
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|