mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 09:50:27 +00:00
a0bca42a7a
* Update vendored libs * Fix slack api changes
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.7.0
|
|
golang.org/x/text v0.3.5
|
|
)
|