module github.com/densestvoid/groupme
go 1.15
require (
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
)