Files

20 lines
721 B
AMPL

module github.com/SowinskiBraeden/school-management-api
go 1.16
require (
github.com/gofiber/fiber/v2 v2.26.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
go.mongodb.org/mongo-driver v1.7.2
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)