groupme-lib/go.mod
Karmanyaah Malhotra 7961d30a51 Dependencies
2021-05-08 15:53:38 -04:00

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
)