module git.kmsign.ru/royalcat/konfachcloud-discord-bot go 1.22.4 require ( github.com/bwmarrin/discordgo v0.28.1 github.com/corona10/goimagehash v1.1.0 github.com/dgraph-io/badger/v4 v4.2.0 github.com/royalcat/kv v0.0.0-20240617101007-c9c746b3916f github.com/royalcat/kv/kvbadger v0.0.0-20240617101007-c9c746b3916f golang.org/x/image v0.18.0 ) require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/glog v1.0.0 // indirect github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/golang/snappy v0.0.3 // indirect github.com/google/flatbuffers v1.12.1 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/klauspost/compress v1.12.3 // indirect github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/pkg/errors v0.9.1 // indirect go.opencensus.io v0.22.5 // indirect golang.org/x/crypto v0.15.0 // indirect golang.org/x/net v0.18.0 // indirect golang.org/x/sys v0.14.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )