11 lines
222 B
Modula-2
Executable File
11 lines
222 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/karmanyaahm/wray v0.0.0-20210303233435-756d58657c14
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|