2022-10-21 20:59:45 +00:00
|
|
|
module github.com/beeper/groupme-lib
|
2020-07-30 02:20:57 +00:00
|
|
|
|
2021-01-22 21:47:22 +00:00
|
|
|
go 1.15
|
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-03-05 05:43:05 +00:00
|
|
|
github.com/karmanyaahm/wray v0.0.0-20210303233435-756d58657c14
|
2021-01-22 21:47:22 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-07-30 02:20:57 +00:00
|
|
|
)
|