blob: 27f7256f5b9200e425d7c7b289fcc594c1aa6afa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
)
|