64 lines
2.8 KiB
Modula-2
64 lines
2.8 KiB
Modula-2
module csgowtfd
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
entgo.io/ent v0.9.1
|
|
github.com/an0nfunc/go-steam/v3 v3.0.1
|
|
github.com/an0nfunc/go-steamapi v1.0.2
|
|
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/jackc/pgx/v4 v4.13.0
|
|
github.com/markus-wa/demoinfocs-golang/v2 v2.12.0
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
|
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/go-bindata/go-bindata v1.0.1-0.20190711162640-ee3c2418e368 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // 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/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.10.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.8.1 // 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/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/cobra v1.1.3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/exp v0.0.0-20211012155715-ffe10e552389 // indirect
|
|
golang.org/x/mod v0.5.1-0.20210830214625-1b1db11ec8f4 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|