groupme-lib/go.mod
2021-05-08 15:53:38 -04:00

13 lines
272 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-20210303233435-756d58657c14
github.com/stretchr/testify v1.7.0
)