Imports
- golang.org/x/net/proxy
- github.com/google/uuid
- golang.org/x/sync/semaphore
- github.com/rs/zerolog
- golang.org/x/crypto/curve25519
- golang.org/x/crypto/pbkdf2
- google.golang.org/protobuf/proto
- google.golang.org/protobuf/reflect/protoreflect
- go.mau.fi/libsignal/ecc
- go.mau.fi/libsignal/groups
- go.mau.fi/libsignal/keys/identity
- go.mau.fi/libsignal/keys/prekey
- go.mau.fi/libsignal/protocol
- go.mau.fi/libsignal/session
- go.mau.fi/libsignal/util/optional
- go.mau.fi/libsignal/signalerror
- go.mau.fi/util/random
- go.mau.fi/util/exerrors
- go.mau.fi/util/exsync
- go.mau.fi/util/retryafter
- go.mau.fi/util/exslices
- go.mau.fi/util/fallocate
- go.mau.fi/util/ptr
- go.mau.fi/util/exhttp
- go.mau.fi/util/exstrings
- github.com/beeper/argo-go/codec
- github.com/beeper/argo-go/pkg/buf
Imports in module “github.com/thyagodantas/whatsgo”
- github.com/thyagodantas/whatsgo/appstate
- github.com/thyagodantas/whatsgo/argo
- github.com/thyagodantas/whatsgo/binary
- github.com/thyagodantas/whatsgo/proto
- github.com/thyagodantas/whatsgo/proto/armadilloutil
- github.com/thyagodantas/whatsgo/proto/instamadilloTransportPayload
- github.com/thyagodantas/whatsgo/proto/waAICommon
- github.com/thyagodantas/whatsgo/proto/waAdv
- github.com/thyagodantas/whatsgo/proto/waArmadilloApplication
- github.com/thyagodantas/whatsgo/proto/waCert
- github.com/thyagodantas/whatsgo/proto/waCommon
- github.com/thyagodantas/whatsgo/proto/waCompanionReg
- github.com/thyagodantas/whatsgo/proto/waConsumerApplication
- github.com/thyagodantas/whatsgo/proto/waE2E
- github.com/thyagodantas/whatsgo/proto/waHistorySync
- github.com/thyagodantas/whatsgo/proto/waLidMigrationSyncPayload
- github.com/thyagodantas/whatsgo/proto/waMediaTransport
- github.com/thyagodantas/whatsgo/proto/waMmsRetry
- github.com/thyagodantas/whatsgo/proto/waMsgApplication
- github.com/thyagodantas/whatsgo/proto/waMsgTransport
- github.com/thyagodantas/whatsgo/proto/waServerSync
- github.com/thyagodantas/whatsgo/proto/waVnameCert
- github.com/thyagodantas/whatsgo/proto/waWa6
- github.com/thyagodantas/whatsgo/proto/waWeb
- github.com/thyagodantas/whatsgo/socket
- github.com/thyagodantas/whatsgo/store
- github.com/thyagodantas/whatsgo/types
- github.com/thyagodantas/whatsgo/types/events
- github.com/thyagodantas/whatsgo/util/cbcutil
- github.com/thyagodantas/whatsgo/util/gcmutil
- github.com/thyagodantas/whatsgo/util/hkdfutil
- github.com/thyagodantas/whatsgo/util/keys
- github.com/thyagodantas/whatsgo/util/log
Standard library imports
- bytes
- compress/zlib
- context
- crypto/aes
- crypto/cipher
- crypto/hmac
- crypto/rand
- crypto/sha256
- encoding/base32
- encoding/base64
- encoding/binary
- encoding/hex
- encoding/json
- errors
- fmt
- io
- log
- net
- net/http
- net/url
- os
- regexp
- runtime/debug
- sort
- strconv
- strings
- sync
- sync/atomic
- time
- unsafe
- embed
- slices
- math/rand/v2