blob: 622b04adc27b1628af6e6878246527b7d6aa4296 (
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.7.0
golang.org/x/text v0.3.5
)
|