groupme-lib/go.mod
densestvoid f92a8a7a86 Introducing Contexts
Contexts have been added to all API requests, in addition to other linting fixes
2021-01-22 16:47:22 -05:00

10 lines
158 B
Modula-2
Executable File

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
)