mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 16:40:26 +00:00
11 lines
194 B
Modula-2
11 lines
194 B
Modula-2
|
module github.com/SevereCloud/vksdk/v2
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/schema v1.2.0
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
golang.org/x/text v0.3.4
|
||
|
)
|