]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/infrastructure/powerbot/go.mod
Nasty hack against https://github.com/matrix-org/dendrite/issues/2983
[xonotic/xonotic.git] / misc / infrastructure / powerbot / go.mod
1 module powerbot
2
3 go 1.15
4
5 require (
6         github.com/btcsuite/btcutil v1.0.2 // indirect
7         github.com/davecgh/go-spew v1.1.1 // indirect
8         github.com/dustin/go-humanize v1.0.1 // indirect
9         github.com/google/go-cmp v0.5.9
10         github.com/google/uuid v1.3.0 // indirect
11         github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
12         github.com/kr/pretty v0.3.0 // indirect
13         github.com/kr/text v0.2.0 // indirect
14         github.com/mattn/go-isatty v0.0.17 // indirect
15         github.com/pmezard/go-difflib v1.0.0 // indirect
16         github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
17         github.com/rogpeppe/go-internal v1.8.1 // indirect
18         github.com/russross/blackfriday/v2 v2.1.0 // indirect
19         github.com/tidwall/pretty v1.2.1 // indirect
20         golang.org/x/net v0.7.0 // indirect
21         golang.org/x/tools v0.6.0 // indirect
22         golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
23         gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
24         gopkg.in/yaml.v2 v2.4.0 // indirect
25         lukechampine.com/uint128 v1.2.0 // indirect
26         maunium.net/go/mautrix v0.14.0
27         modernc.org/httpfs v1.0.6 // indirect
28         modernc.org/memory v1.5.0 // indirect
29         modernc.org/sqlite v1.20.4
30         modernc.org/token v1.1.0 // indirect
31 )