This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
41 lines (38 loc) · 1.44 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
41
module github.com/13k/night-stalker
go 1.13
require (
cirello.io/oversight v1.0.3
github.com/13k/geyser v0.2.0
github.com/davecgh/go-spew v1.1.1
github.com/docker/go-units v0.4.0
github.com/faceit/go-steam v0.0.0-20190206021251-2be7df6980e1
github.com/fatih/color v1.9.0
github.com/galaco/KeyValues v1.4.1
github.com/go-logfmt/logfmt v0.5.0
github.com/go-redis/redis/v7 v7.2.0
github.com/go-resty/resty/v2 v2.2.0
github.com/go-stack/stack v1.8.0
github.com/golang-migrate/migrate/v4 v4.10.0
github.com/golang/protobuf v1.4.0-rc.4
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/labstack/echo/v4 v4.1.15
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.3.0
github.com/markbates/pkger v0.15.0
github.com/mattn/go-isatty v0.0.12
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
github.com/panjf2000/ants/v2 v2.3.1
github.com/paralin/go-dota2 v0.0.0-20191126225751-cae5acd7b08d
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/protobuf v1.20.1
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
)
replace github.com/paralin/go-dota2 v0.0.0-20191126225751-cae5acd7b08d => github.com/13k/go-dota2 v0.1.0