2020-07-30 02:20:57 +00:00
|
|
|
module github.com/densestvoid/groupme
|
|
|
|
|
2021-01-22 21:47:22 +00:00
|
|
|
go 1.15
|
2020-07-30 02:20:57 +00:00
|
|
|
|
2021-01-29 04:47:48 +00:00
|
|
|
replace github.com/karmanyaahm/wray => ../wray
|
|
|
|
|
2020-07-30 02:20:57 +00:00
|
|
|
require (
|
2021-01-22 21:47:22 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-01-29 04:47:48 +00:00
|
|
|
github.com/karmanyaahm/wray v0.0.0-20160519030252-f36984f6648c
|
2021-01-22 21:47:22 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-07-30 02:20:57 +00:00
|
|
|
)
|