-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
40 lines (36 loc) · 1.39 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 csgo-2d-demo-player
go 1.21
toolchain go1.21.4
require (
github.com/alexflint/go-arg v1.5.1
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
github.com/gorilla/websocket v1.5.3
github.com/markus-wa/demoinfocs-golang/v4 v4.2.6
github.com/sparkoo/go-steam v0.0.0-20231112203532-968479d66868
github.com/stretchr/testify v1.8.4
github.com/yohcop/openid-go v1.0.1
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.22.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/markus-wa/go-unassert v0.1.3 // indirect
github.com/markus-wa/gobitread v0.2.3 // indirect
github.com/markus-wa/godispatch v1.4.1 // indirect
github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7 // indirect
github.com/markus-wa/quickhull-go/v2 v2.2.0 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.28.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)