update
... | ... | @@ -3,7 +3,6 @@ module gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd |
go 1.18 | ||
require ( | ||
github.com/ansrivas/fiberprometheus/v2 v2.1.2 | ||
github.com/arsmn/fiber-swagger/v2 v2.15.0 | ||
github.com/bradfitz/slice v0.0.0-20180809154707-2b758aa73013 | ||
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible | ||
... | ... | @@ -13,7 +12,7 @@ require ( |
github.com/spf13/viper v1.9.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/swaggo/swag v1.8.6 | ||
github.com/tgs266/dawn-go-common v0.0.0-20221130195910-81665ee76566 | ||
github.com/tgs266/dawn-go-common v0.0.0-20221205185728-2a3bf79effee | ||
go.mongodb.org/mongo-driver v1.7.3 | ||
gonum.org/v1/gonum v0.9.3 | ||
) | ||
... | ... | @@ -34,8 +33,6 @@ require ( |
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gofiber/adaptor/v2 v2.1.14 // indirect | ||
github.com/gofiber/utils v0.1.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment