13 lines
270 B
Modula-2
Executable File
13 lines
270 B
Modula-2
Executable File
module github.com/densestvoid/groupme
|
|
|
|
go 1.15
|
|
|
|
replace github.com/karmanyaahm/wray => ../wray
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/karmanyaahm/wray v0.0.0-20160519030252-f36984f6648c
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|