Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Go Modules. Learn more
go.mod 1.87 KiB
module gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd

go 1.16

require (
	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
	github.com/andybalholm/brotli v1.0.3 // indirect
	github.com/ansrivas/fiberprometheus/v2 v2.1.2
	github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
	github.com/arsmn/fiber-swagger/v2 v2.15.0
	github.com/bketelsen/crypt v0.0.4 // indirect
	github.com/bradfitz/slice v0.0.0-20180809154707-2b758aa73013
	github.com/coreos/etcd v3.3.10+incompatible // indirect
	github.com/coreos/go-etcd v2.0.0+incompatible // indirect
	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
	github.com/go-openapi/jsonreference v0.19.6 // indirect
	github.com/go-openapi/spec v0.20.3 // indirect
	github.com/go-openapi/swag v0.19.15 // indirect
	github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
	github.com/gofiber/adaptor/v2 v2.1.9 // indirect
	github.com/gofiber/fiber/v2 v2.19.0
	github.com/google/uuid v1.3.0
	github.com/mailru/easyjson v0.7.7 // indirect
	github.com/prometheus/client_golang v1.11.0 // indirect
	github.com/prometheus/common v0.30.0 // indirect
	github.com/prometheus/procfs v0.7.2 // indirect
	github.com/spf13/viper v1.9.0
	github.com/stretchr/testify v1.7.0 // indirect
	github.com/swaggo/swag v1.7.1
	github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
	github.com/valyala/fasthttp v1.30.0
	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
	gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211113002810-c9285e58d38b // indirect
	go.mongodb.org/mongo-driver v1.7.3
	go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
	golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
	golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
	golang.org/x/text v0.3.7 // indirect
	golang.org/x/tools v0.1.6 // indirect
	google.golang.org/protobuf v1.27.1 // indirect
)