-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.71 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module selfbot
go 1.15
require (
github.com/SilverCory/gin-redisgo-cooldowns v0.0.0-20201121193850-c2cf18f813f7
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/bwmarrin/discordgo v0.22.0
github.com/dn365/gin-zerolog v0.0.0-20171227063204-b43714b00db1
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/go-redis/redis/v8 v8.4.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/sessions v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.10 // indirect
github.com/markbates/goth v1.45.9
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rbcervilla/redisstore/v8 v8.0.0
github.com/rs/zerolog v1.20.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/shirou/gopsutil v3.20.10+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
github.com/ugorji/go v1.2.0 // indirect
github.com/unrolled/secure v1.0.8
github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca
github.com/xatasan/pomfu v0.0.0-20180527093850-f8f9ba4cab63 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.7
)