Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1 Co-authored-by: Giovanni Harting <539@idlegandalf.com> Co-committed-by: Giovanni Harting <539@idlegandalf.com>
45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module csgowtfd
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
entgo.io/ent v0.9.1
|
|
github.com/Philipp15b/go-steamapi v0.0.0-20210114153316-ec4fdd23b4c1
|
|
github.com/an0nfunc/go-steam/v3 v3.0.1
|
|
github.com/go-redis/cache/v8 v8.4.3
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/markus-wa/demoinfocs-golang/v2 v2.10.1
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
|
|
go.uber.org/ratelimit v0.2.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/markus-wa/go-unassert v0.1.2 // indirect
|
|
github.com/markus-wa/gobitread v0.2.3 // indirect
|
|
github.com/markus-wa/godispatch v1.4.1 // indirect
|
|
github.com/markus-wa/quickhull-go/v2 v2.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/exp v0.0.0-20211012155715-ffe10e552389 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
)
|