diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-09-26 06:18:56 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-09-26 06:18:56 -0400 |
| commit | e260e2b17bbecd34afb49c50cd7dbf4d3b43fed3 (patch) | |
| tree | 64f9ab425c6037509ae13b9f1a7762837150c5c4 /go.mod | |
| parent | 2654099b2645423152de4e790ea658ff0ab632e4 (diff) | |
| download | x-e260e2b17bbecd34afb49c50cd7dbf4d3b43fed3.tar.xz x-e260e2b17bbecd34afb49c50cd7dbf4d3b43fed3.zip | |
cmd/sapientwindex: add reddit bot
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,7 @@ require ( ) require ( + github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25 // indirect github.com/andybalholm/brotli v1.0.5 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect github.com/antonmedv/expr v1.15.0 // indirect @@ -65,8 +66,10 @@ require ( github.com/google/uuid v1.3.0 // indirect github.com/mattn/go-isatty v0.0.19 // indirect github.com/miekg/dns v1.1.55 // indirect + github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect + github.com/turnage/redditproto v0.0.0-20151223012412-afedf1b6eddb // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.48.0 // indirect golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1 // indirect |
