34 lines
1.2 KiB
Modula-2
34 lines
1.2 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/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/markus-wa/demoinfocs-golang/v2 v2.10.1
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/sirupsen/logrus v1.2.0
|
|
go.uber.org/ratelimit v0.2.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|
|
|
|
require (
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
|
github.com/felixge/httpsnoop v1.0.1 // 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/konsorten/go-windows-terminal-sequences v1.0.1 // 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
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
)
|