f92a8a7a86
Contexts have been added to all API requests, in addition to other linting fixes
10 lines
158 B
Modula-2
Executable File
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
|
|
)
|