|
1 | 1 | module csgo-2d-demo-player
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.21 |
4 | 4 |
|
5 |
| -require ( |
6 |
| - github.com/alexflint/go-arg v1.4.3 |
7 |
| - github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 |
8 |
| - github.com/gorilla/websocket v1.5.0 |
9 |
| - github.com/markus-wa/demoinfocs-golang/v3 v3.1.0 |
10 |
| - go.uber.org/zap v1.23.0 |
11 |
| - golang.org/x/oauth2 v0.6.0 |
12 |
| - google.golang.org/protobuf v1.30.0 |
13 |
| -) |
| 5 | +toolchain go1.21.4 |
14 | 6 |
|
15 | 7 | require (
|
16 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
17 |
| - github.com/gorilla/schema v1.2.0 // indirect |
18 |
| - github.com/gorilla/securecookie v1.1.1 // indirect |
19 |
| - github.com/muhlemmer/gu v0.3.1 // indirect |
20 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
21 |
| - golang.org/x/crypto v0.7.0 // indirect |
22 |
| - golang.org/x/text v0.8.0 // indirect |
23 |
| - gopkg.in/square/go-jose.v2 v2.6.0 // indirect |
24 |
| - gopkg.in/yaml.v3 v3.0.1 // indirect |
| 8 | + github.com/alexflint/go-arg v1.5.1 |
| 9 | + github.com/golang/geo v0.0.0-20230421003525-6adc56603217 |
| 10 | + github.com/gorilla/websocket v1.5.3 |
| 11 | + github.com/markus-wa/demoinfocs-golang/v4 v4.2.6 |
| 12 | + github.com/sparkoo/go-steam v0.0.0-20231112203532-968479d66868 |
| 13 | + github.com/stretchr/testify v1.8.4 |
| 14 | + github.com/yohcop/openid-go v1.0.1 |
| 15 | + go.uber.org/zap v1.27.0 |
| 16 | + golang.org/x/oauth2 v0.22.0 |
| 17 | + google.golang.org/protobuf v1.34.2 |
25 | 18 | )
|
26 | 19 |
|
27 | 20 | require (
|
28 |
| - github.com/alexflint/go-scalar v1.1.0 // indirect |
29 |
| - github.com/golang/protobuf v1.5.3 // indirect |
| 21 | + github.com/alexflint/go-scalar v1.2.0 // indirect |
| 22 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 23 | + github.com/golang/protobuf v1.5.4 // indirect |
| 24 | + github.com/golang/snappy v0.0.4 // indirect |
30 | 25 | github.com/google/go-cmp v0.5.9 // indirect
|
31 |
| - github.com/google/uuid v1.3.0 |
32 |
| - github.com/markus-wa/go-unassert v0.1.2 // indirect |
| 26 | + github.com/markus-wa/go-unassert v0.1.3 // indirect |
33 | 27 | github.com/markus-wa/gobitread v0.2.3 // indirect
|
34 | 28 | github.com/markus-wa/godispatch v1.4.1 // indirect
|
35 |
| - github.com/markus-wa/ice-cipher-go v0.0.0-20220126215401-a6adadccc817 // indirect |
36 |
| - github.com/markus-wa/quickhull-go/v2 v2.1.0 // indirect |
| 29 | + github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7 // indirect |
| 30 | + github.com/markus-wa/quickhull-go/v2 v2.2.0 // indirect |
37 | 31 | github.com/oklog/ulid/v2 v2.1.0 // indirect
|
38 | 32 | github.com/pkg/errors v0.9.1 // indirect
|
39 |
| - github.com/stretchr/testify v1.8.2 // indirect |
40 |
| - github.com/yohcop/openid-go v1.0.1 |
41 |
| - github.com/zitadel/oidc v1.13.4 |
42 |
| - github.com/zitadel/oidc/v2 v2.2.6 |
43 |
| - go.uber.org/atomic v1.7.0 // indirect |
44 |
| - go.uber.org/multierr v1.6.0 // indirect |
45 |
| - golang.org/x/net v0.8.0 // indirect |
46 |
| - google.golang.org/appengine v1.6.7 // indirect |
| 33 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 34 | + go.uber.org/atomic v1.11.0 // indirect |
| 35 | + go.uber.org/multierr v1.11.0 // indirect |
| 36 | + golang.org/x/net v0.28.0 // indirect |
| 37 | + google.golang.org/appengine v1.6.8 // indirect |
| 38 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 39 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
47 | 40 | )
|
0 commit comments