Add dependencies/vendor (whatsapp)

This commit is contained in:
Wim
2022-01-31 00:27:37 +01:00
parent e7b193788a
commit e3cafeaf92
1074 changed files with 3091569 additions and 26075 deletions

156
vendor/modules.txt vendored
View File

@@ -1,9 +1,10 @@
# filippo.io/edwards25519 v1.0.0-rc.1
## explicit; go 1.17
filippo.io/edwards25519
filippo.io/edwards25519/field
# github.com/42wim/go-gitter v0.0.0-20170828205020-017310c2d557
## explicit
github.com/42wim/go-gitter
# github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
## explicit
github.com/Baozisoftware/qrcode-terminal-go
# github.com/Benau/go_rlottie v0.0.0-20210807002906-98c1b2421989
## explicit
github.com/Benau/go_rlottie
@@ -27,13 +28,6 @@ github.com/Philipp15b/go-steam/socialcache
github.com/Philipp15b/go-steam/steamid
# github.com/Rhymen/go-whatsapp v0.1.2-0.20211102134409-31a2e740845c
## explicit; go 1.13
github.com/Rhymen/go-whatsapp
github.com/Rhymen/go-whatsapp/binary
github.com/Rhymen/go-whatsapp/binary/proto
github.com/Rhymen/go-whatsapp/binary/token
github.com/Rhymen/go-whatsapp/crypto/cbc
github.com/Rhymen/go-whatsapp/crypto/curve25519
github.com/Rhymen/go-whatsapp/crypto/hkdf
# github.com/SevereCloud/vksdk/v2 v2.13.1
## explicit; go 1.16
github.com/SevereCloud/vksdk/v2
@@ -148,6 +142,9 @@ github.com/jpillora/backoff
# github.com/json-iterator/go v1.1.12
## explicit; go 1.12
github.com/json-iterator/go
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
## explicit
github.com/kballard/go-shellquote
# github.com/kettek/apng v0.0.0-20191108220231-414630eed80f
## explicit
github.com/kettek/apng
@@ -259,6 +256,9 @@ github.com/mattn/go-runewidth
# github.com/mattn/godown v0.0.1
## explicit; go 1.14
github.com/mattn/godown
# github.com/mdp/qrterminal v1.0.1
## explicit
github.com/mdp/qrterminal
# github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
## explicit
github.com/mgutz/ansi
@@ -324,6 +324,9 @@ github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0
## explicit; go 1.12
github.com/remyoudompheng/bigfft
# github.com/rickb777/date v1.12.4
## explicit
github.com/rickb777/date/period
@@ -356,11 +359,6 @@ github.com/sirupsen/logrus
# github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882
## explicit; go 1.16
github.com/sizeofint/webpanimation
# github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
## explicit; go 1.13
github.com/skip2/go-qrcode
github.com/skip2/go-qrcode/bitset
github.com/skip2/go-qrcode/reedsolomon
# github.com/slack-go/slack v0.10.2
## explicit; go 1.16
github.com/slack-go/slack
@@ -441,6 +439,51 @@ github.com/yaegashi/msgraph.go/msauth
# github.com/zfjagann/golang-ring v0.0.0-20210116075443-7c86fdb43134
## explicit
github.com/zfjagann/golang-ring
# go.mau.fi/libsignal v0.0.0-20211109153248-a67163214910
## explicit; go 1.17
go.mau.fi/libsignal/cipher
go.mau.fi/libsignal/ecc
go.mau.fi/libsignal/groups
go.mau.fi/libsignal/groups/ratchet
go.mau.fi/libsignal/groups/state/record
go.mau.fi/libsignal/groups/state/store
go.mau.fi/libsignal/kdf
go.mau.fi/libsignal/keys/chain
go.mau.fi/libsignal/keys/identity
go.mau.fi/libsignal/keys/message
go.mau.fi/libsignal/keys/prekey
go.mau.fi/libsignal/keys/root
go.mau.fi/libsignal/keys/session
go.mau.fi/libsignal/logger
go.mau.fi/libsignal/protocol
go.mau.fi/libsignal/ratchet
go.mau.fi/libsignal/serialize
go.mau.fi/libsignal/session
go.mau.fi/libsignal/signalerror
go.mau.fi/libsignal/state/record
go.mau.fi/libsignal/state/store
go.mau.fi/libsignal/util/bytehelper
go.mau.fi/libsignal/util/errorhelper
go.mau.fi/libsignal/util/keyhelper
go.mau.fi/libsignal/util/medium
go.mau.fi/libsignal/util/optional
# go.mau.fi/whatsmeow v0.0.0-20220128124639-e64fb976bf15
## explicit; go 1.17
go.mau.fi/whatsmeow
go.mau.fi/whatsmeow/appstate
go.mau.fi/whatsmeow/appstate/lthash
go.mau.fi/whatsmeow/binary
go.mau.fi/whatsmeow/binary/proto
go.mau.fi/whatsmeow/binary/token
go.mau.fi/whatsmeow/socket
go.mau.fi/whatsmeow/store
go.mau.fi/whatsmeow/store/sqlstore
go.mau.fi/whatsmeow/types
go.mau.fi/whatsmeow/types/events
go.mau.fi/whatsmeow/util/cbcutil
go.mau.fi/whatsmeow/util/hkdfutil
go.mau.fi/whatsmeow/util/keys
go.mau.fi/whatsmeow/util/log
# go.uber.org/atomic v1.9.0
## explicit; go 1.13
go.uber.org/atomic
@@ -484,6 +527,9 @@ golang.org/x/image/riff
golang.org/x/image/vp8
golang.org/x/image/vp8l
golang.org/x/image/webp
# golang.org/x/mod v0.5.1
## explicit; go 1.17
golang.org/x/mod/semver
# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
## explicit; go 1.17
golang.org/x/net/context
@@ -506,6 +552,7 @@ golang.org/x/oauth2/microsoft
# golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
## explicit; go 1.17
golang.org/x/sys/cpu
golang.org/x/sys/execabs
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/plan9
golang.org/x/sys/unix
@@ -538,6 +585,24 @@ golang.org/x/text/width
# golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
## explicit
golang.org/x/time/rate
# golang.org/x/tools v0.1.7
## explicit; go 1.17
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/go/packages
golang.org/x/tools/internal/event
golang.org/x/tools/internal/event/core
golang.org/x/tools/internal/event/keys
golang.org/x/tools/internal/event/label
golang.org/x/tools/internal/gocommand
golang.org/x/tools/internal/packagesinternal
golang.org/x/tools/internal/typeparams
golang.org/x/tools/internal/typesinternal
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
## explicit; go 1.11
golang.org/x/xerrors
golang.org/x/xerrors/internal
# gomod.garykim.dev/nc-talk v0.3.0
## explicit; go 1.13
gomod.garykim.dev/nc-talk/constants
@@ -603,3 +668,64 @@ layeh.com/gumble/gumble
layeh.com/gumble/gumble/MumbleProto
layeh.com/gumble/gumble/varint
layeh.com/gumble/gumbleutil
# lukechampine.com/uint128 v1.1.1
## explicit; go 1.12
lukechampine.com/uint128
# modernc.org/cc/v3 v3.35.22
## explicit; go 1.15
modernc.org/cc/v3
# modernc.org/ccgo/v3 v3.15.1
## explicit; go 1.16
modernc.org/ccgo/v3/lib
# modernc.org/libc v1.14.1
## explicit; go 1.16
modernc.org/libc
modernc.org/libc/errno
modernc.org/libc/fcntl
modernc.org/libc/fts
modernc.org/libc/grp
modernc.org/libc/honnef.co/go/netdb
modernc.org/libc/langinfo
modernc.org/libc/limits
modernc.org/libc/netdb
modernc.org/libc/netinet/in
modernc.org/libc/poll
modernc.org/libc/pthread
modernc.org/libc/pwd
modernc.org/libc/signal
modernc.org/libc/stdio
modernc.org/libc/stdlib
modernc.org/libc/sys/socket
modernc.org/libc/sys/stat
modernc.org/libc/sys/types
modernc.org/libc/termios
modernc.org/libc/time
modernc.org/libc/unistd
modernc.org/libc/utime
modernc.org/libc/uuid
modernc.org/libc/uuid/uuid
modernc.org/libc/wctype
# modernc.org/mathutil v1.4.1
## explicit; go 1.13
modernc.org/mathutil
# modernc.org/memory v1.0.5
## explicit; go 1.15
modernc.org/memory
# modernc.org/opt v0.1.1
## explicit; go 1.13
modernc.org/opt
# modernc.org/sqlite v1.14.5
## explicit; go 1.16
modernc.org/sqlite
modernc.org/sqlite/lib
# modernc.org/strutil v1.1.1
## explicit; go 1.15
modernc.org/strutil
# modernc.org/token v1.0.0
## explicit
modernc.org/token
# rsc.io/qr v0.2.0
## explicit
rsc.io/qr
rsc.io/qr/coding
rsc.io/qr/gf256