replace not required in production version

This commit is contained in:
Karmanyaah Malhotra 2021-03-04 01:29:21 -05:00
parent d6a8b0818f
commit c5d6c8a29c

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/densestvoid/groupme
go 1.15
replace github.com/karmanyaahm/wray => ../wray
//replace github.com/karmanyaahm/wray => ../wray
require (
github.com/google/uuid v1.2.0