This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
34 lines (32 loc) · 1.47 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/shitpostingio/autopostingbot
go 1.15
require (
github.com/aws/aws-sdk-go v1.38.21 // indirect
github.com/bykovme/gotrans v1.1.0
github.com/corona10/goimagehash v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
github.com/klauspost/compress v1.12.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/shitpostingio/analysis-api v0.0.0-20210106183055-1cf3d2837f75
github.com/shitpostingio/analysis-commons v0.0.0-20210103110506-3853e65ffbe1
github.com/shitpostingio/image-fingerprinting v0.0.0-20201010152210-bf01bf1648ef
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/zelenin/go-tdlib v0.4.0
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)