2019-06-09 07:24:20 +00:00
|
|
|
module github.com/status-im/status-go
|
|
|
|
|
2023-04-07 18:23:07 +00:00
|
|
|
go 1.19
|
2019-06-09 07:24:20 +00:00
|
|
|
|
2023-05-05 07:43:05 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.26 => github.com/status-im/go-ethereum v1.10.25-status.6
|
2019-10-04 15:21:24 +00:00
|
|
|
|
2019-11-04 10:08:22 +00:00
|
|
|
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20190717161051-705d9623b7c1
|
|
|
|
|
2020-12-15 16:48:15 +00:00
|
|
|
replace github.com/nfnt/resize => github.com/status-im/resize v0.0.0-20201215164250-7c6d9f0d3088
|
|
|
|
|
2022-02-25 17:52:03 +00:00
|
|
|
replace github.com/forPelevin/gomoji => github.com/status-im/gomoji v1.1.3-0.20220213022530-e5ac4a8732d4
|
|
|
|
|
2023-06-07 05:58:01 +00:00
|
|
|
replace github.com/mutecomm/go-sqlcipher/v4 v4.4.2 => github.com/status-im/go-sqlcipher/v4 v4.5.4-status.2
|
2023-05-08 11:34:36 +00:00
|
|
|
|
2019-06-09 07:24:20 +00:00
|
|
|
require (
|
2022-03-10 09:44:48 +00:00
|
|
|
github.com/anacrolix/torrent v1.41.0
|
2022-12-09 18:06:36 +00:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2022-06-15 15:36:17 +00:00
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2
|
2020-10-27 11:03:59 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-04-01 16:16:46 +00:00
|
|
|
github.com/deckarep/golang-set v1.8.0
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.26
|
2022-02-25 17:52:03 +00:00
|
|
|
github.com/forPelevin/gomoji v1.1.2
|
2021-10-19 13:43:41 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2021-10-19 13:43:41 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-06-08 12:38:26 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
2021-12-21 14:27:18 +00:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/ipfs/go-cid v0.4.1
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
2020-12-21 13:00:40 +00:00
|
|
|
github.com/keighl/metabolize v0.0.0-20150915210303-97ab655d4034
|
2020-06-23 10:47:17 +00:00
|
|
|
github.com/kilic/bls12-381 v0.0.0-20200607163746-32e1441c8a9f
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.27.3
|
2023-03-27 13:51:55 +00:00
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.9.3
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
2021-06-28 08:41:19 +00:00
|
|
|
github.com/mat/besticon v0.0.0-20210314201728-1579f269edb7
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.9.0
|
|
|
|
github.com/multiformats/go-multibase v0.2.0
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/multiformats/go-multihash v0.2.1
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/multiformats/go-varint v0.0.7
|
2020-12-15 16:48:15 +00:00
|
|
|
github.com/nfnt/resize v0.0.0-00010101000000-000000000000
|
2019-10-11 05:00:46 +00:00
|
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
2020-09-29 16:09:42 +00:00
|
|
|
github.com/oliamb/cutter v0.2.2
|
2019-10-04 15:21:24 +00:00
|
|
|
github.com/pborman/uuid v1.2.0
|
2020-03-09 07:55:58 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2019-06-09 07:24:20 +00:00
|
|
|
github.com/russolsen/transit v0.0.0-20180705123435-0794b4c4505a
|
2020-02-10 11:22:37 +00:00
|
|
|
github.com/status-im/doubleratchet v3.0.0+incompatible
|
2023-03-14 15:31:15 +00:00
|
|
|
github.com/status-im/markdown v0.0.0-20230314100416-26c6f74522d5
|
2023-06-07 05:58:01 +00:00
|
|
|
github.com/status-im/migrate/v4 v4.6.2-status.3
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/status-im/rendezvous v1.3.6
|
2021-06-28 11:04:35 +00:00
|
|
|
github.com/status-im/status-go/extkeys v1.1.2
|
2019-11-14 10:15:58 +00:00
|
|
|
github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501
|
2022-03-18 12:20:13 +00:00
|
|
|
github.com/status-im/zxcvbn-go v0.0.0-20220311183720-5e8676676857
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
|
2020-02-21 14:48:53 +00:00
|
|
|
github.com/tsenart/tb v0.0.0-20181025101425-0d2499c8b6e9
|
2020-11-24 06:25:54 +00:00
|
|
|
github.com/vacp2p/mvds v0.0.24-0.20201124060106-26d8e94130d8
|
2021-06-28 06:53:50 +00:00
|
|
|
github.com/wealdtech/go-ens/v3 v3.5.0
|
2021-12-21 15:05:09 +00:00
|
|
|
github.com/wealdtech/go-multicodec v1.4.0
|
🎭 📊 Anonymous Metrics V0 (#2170)
* Migrations in place, how to run them?
* Remove down migrations and touch database.go
* Database and Database Test package in place, added functions to get and store app metrics
* make generate output
* Minor bug fix on app metrics insert and select
* Add a validation layer to restrict what can be saved in the database
* Make validation more terse, throw error if schema doesn't exist, expose appmetrics service
* service updates
* Compute all errors before sending them out
* Trying to bring a closjure to appmetrics go
* Expose appmetrics via an api, skip fancy
* Address value as Jason Dawt Rawmasage to ease parsing
* Introduce a buffered chan with magic cap of 8 to minimize writes to DB. Tests for service and API. Also expose GetAppMetrics function.
* Lint issues
* Remove autoincrement, undo waku.json changes, fix error being shadowed, return nil where nil ought to be returned, get rid of buffered channel
* Bump migration number
* Fix API factory usage
* Add comment re:json.RawMessage instead of strings
* Get rid of test vars, throw save error inside the loop
* Update version
Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
2021-03-17 12:39:28 +00:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
2022-02-13 22:51:43 +00:00
|
|
|
github.com/zenthangplus/goccm v0.0.0-20211005163543-2f2e522aca15
|
2023-02-22 21:58:17 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
2023-05-19 20:23:55 +00:00
|
|
|
golang.org/x/crypto v0.7.0
|
2021-06-28 08:41:19 +00:00
|
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
2023-06-13 15:08:22 +00:00
|
|
|
google.golang.org/protobuf v1.30.1-0.20230508203708-b8fc77060104
|
2022-08-19 12:45:50 +00:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
2020-01-15 07:25:09 +00:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
2019-06-09 07:24:20 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2022-02-02 22:50:55 +00:00
|
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3
|
2019-06-09 07:24:20 +00:00
|
|
|
)
|
2022-05-11 10:24:30 +00:00
|
|
|
|
2022-08-07 07:35:54 +00:00
|
|
|
require github.com/fogleman/gg v1.3.0
|
2022-06-25 07:20:02 +00:00
|
|
|
|
2022-09-29 11:50:23 +00:00
|
|
|
require (
|
2023-02-20 09:32:45 +00:00
|
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
2022-09-29 11:50:23 +00:00
|
|
|
github.com/gorilla/sessions v1.2.1
|
2023-02-01 23:40:32 +00:00
|
|
|
github.com/ipfs/go-log/v2 v2.5.1
|
2023-02-17 14:11:07 +00:00
|
|
|
github.com/ladydascalie/currency v1.6.0
|
2022-09-29 11:50:23 +00:00
|
|
|
github.com/meirf/gopart v0.0.0-20180520194036-37e9492a85a8
|
2023-06-07 05:58:01 +00:00
|
|
|
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
|
2023-04-04 14:43:18 +00:00
|
|
|
github.com/schollz/peerdiscovery v1.7.0
|
2022-10-31 15:52:21 +00:00
|
|
|
github.com/siphiuel/lc-proxy-wrapper v0.0.0-20230516150924-246507cee8c7
|
2023-06-07 20:46:50 +00:00
|
|
|
github.com/waku-org/go-waku v0.6.1-0.20230605200314-b0c094b0b663
|
2023-02-02 13:56:00 +00:00
|
|
|
github.com/yeqown/go-qrcode/v2 v2.2.1
|
|
|
|
github.com/yeqown/go-qrcode/writer/standard v1.2.1
|
2023-05-19 20:23:55 +00:00
|
|
|
go.uber.org/multierr v1.11.0
|
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
URL unfurling (initial implementation) (#3471)
This is the initial implementation for the new URL unfurling requirements. The
most important one is that only the message sender will pay the privacy cost for
unfurling and extracting metadata from websites. Once the message is sent, the
unfurled data will be stored at the protocol level and receivers will just
profit and happily decode the metadata to render it.
Further development of this URL unfurling capability will be mostly guided by
issues created on clients. For the moment in status-mobile:
https://github.com/status-im/status-mobile/labels/url-preview
- https://github.com/status-im/status-mobile/issues/15918
- https://github.com/status-im/status-mobile/issues/15917
- https://github.com/status-im/status-mobile/issues/15910
- https://github.com/status-im/status-mobile/issues/15909
- https://github.com/status-im/status-mobile/issues/15908
- https://github.com/status-im/status-mobile/issues/15906
- https://github.com/status-im/status-mobile/issues/15905
### Terminology
In the code, I've tried to stick to the word "unfurl URL" to really mean the
process of extracting metadata from a website, sort of lower level. I use "link
preview" to mean a higher level structure which is enriched by unfurled data.
"link preview" is also how designers refer to it.
### User flows
1. Carol needs to see link previews while typing in the chat input field. Notice
from the diagram nothing is persisted and that status-go endpoints are
essentially stateless.
```
#+begin_src plantuml :results verbatim
Client->>Server: Call wakuext_getTextURLs
Server-->>Client: Normalized URLs
Client->>Client: Render cached unfurled URLs
Client->>Server: Unfurl non-cached URLs.\nCall wakuext_unfurlURLs
Server->>Website: Fetch metadata
Website-->>Server: Metadata (thumbnail URL, title, etc)
Server->>Website: Fetch thumbnail
Server->>Website: Fetch favicon
Website-->>Server: Favicon bytes
Website-->>Server: Thumbnail bytes
Server->>Server: Decode & process images
Server-->>Client: Unfurled data (thumbnail data URI, etc)
#+end_src
```
```
,------. ,------. ,-------.
|Client| |Server| |Website|
`--+---' `--+---' `---+---'
| Call wakuext_getTextURLs | |
| ---------------------------------------> |
| | |
| Normalized URLs | |
| <- - - - - - - - - - - - - - - - - - - - |
| | |
|----. | |
| | Render cached unfurled URLs | |
|<---' | |
| | |
| Unfurl non-cached URLs. | |
| Call wakuext_unfurlURLs | |
| ---------------------------------------> |
| | |
| | Fetch metadata |
| | ------------------------------------>
| | |
| | Metadata (thumbnail URL, title, etc)|
| | <- - - - - - - - - - - - - - - - - -
| | |
| | Fetch thumbnail |
| | ------------------------------------>
| | |
| | Fetch favicon |
| | ------------------------------------>
| | |
| | Favicon bytes |
| | <- - - - - - - - - - - - - - - - - -
| | |
| | Thumbnail bytes |
| | <- - - - - - - - - - - - - - - - - -
| | |
| |----. |
| | | Decode & process images |
| |<---' |
| | |
| Unfurled data (thumbnail data URI, etc)| |
| <- - - - - - - - - - - - - - - - - - - - |
,--+---. ,--+---. ,---+---.
|Client| |Server| |Website|
`------' `------' `-------'
```
2. Carol sends the text message with link previews in the RPC request
wakuext_sendChatMessages. status-go assumes the link previews are good
because it can't and shouldn't attempt to re-unfurl them.
```
#+begin_src plantuml :results verbatim
Client->>Server: Call wakuext_sendChatMessages
Server->>Server: Transform link previews to\nbe proto-marshalled
Server->DB: Write link previews serialized as JSON
Server-->>Client: Updated message response
#+end_src
```
```
,------. ,------. ,--.
|Client| |Server| |DB|
`--+---' `--+---' `+-'
| Call wakuext_sendChatMessages| |
| -----------------------------> |
| | |
| |----. |
| | | Transform link previews to |
| |<---' be proto-marshalled |
| | |
| | |
| | Write link previews serialized as JSON|
| | -------------------------------------->
| | |
| Updated message response | |
| <- - - - - - - - - - - - - - - |
,--+---. ,--+---. ,+-.
|Client| |Server| |DB|
`------' `------' `--'
```
3. The message was sent over waku and persisted locally in Carol's device. She
should now see the link previews in the chat history. There can be many link
previews shared by other chat members, therefore it is important to serve the
assets via the media server to avoid overloading the ReactNative bridge with
lots of big JSON payloads containing base64 encoded data URIs (maybe this
concern is meaningless for desktop). When a client is rendering messages with
link previews, they will have the field linkPreviews, and the thumbnail URL
will point to the local media server.
```
#+begin_src plantuml :results verbatim
Client->>Server: GET /link-preview/thumbnail (media server)
Server->>DB: Read from user_messages.unfurled_links
Server->Server: Unmarshal JSON
Server-->>Client: HTTP Content-Type: image/jpeg/etc
#+end_src
```
```
,------. ,------. ,--.
|Client| |Server| |DB|
`--+---' `--+---' `+-'
| GET /link-preview/thumbnail (media server)| |
| ------------------------------------------> |
| | |
| | Read from user_messages.unfurled_links|
| | -------------------------------------->
| | |
| |----. |
| | | Unmarshal JSON |
| |<---' |
| | |
| HTTP Content-Type: image/jpeg/etc | |
| <- - - - - - - - - - - - - - - - - - - - - |
,--+---. ,--+---. ,+-.
|Client| |Server| |DB|
`------' `------' `--'
```
### Some limitations of the current implementation
The following points will become separate issues in status-go that I'll work on
over the next couple weeks. In no order of importance:
- Improve how multiple links are fetched; retries on failure and testing how
unfurling behaves around the timeout limits (deterministically, not by making
real HTTP calls as I did). https://github.com/status-im/status-go/issues/3498
- Unfurl favicons and store them in the protobuf too.
- For this PR, I added unfurling support only for websites with OpenGraph
https://ogp.me/ meta tags. Other unfurlers will be implemented on demand. The
next one will probably be for oEmbed https://oembed.com/, the protocol
supported by YouTube, for example.
- Resize and/or compress thumbnails (and favicons). Often times, thumbnails are
huge for the purposes of link previews. There is already support for
compressing JPEGs in status-go, but I prefer to work with compression in a
separate PR because I'd like to also solve the problem for PNGs (probably
convert them to JPEGs, plus compress them). This would be a safe choice for
thumbnails, favicons not so much because transparency is desirable.
- Editing messages is not yet supported.
- I haven't coded any artificial limit on the number of previews or on the size
of the thumbnail payload. This will be done in a separate issue. I have heard
the ideal solution may be to split messages into smaller chunks of ~125 KiB
because of libp2p, but that might be too complicated at this stage of the
product (?).
- Link preview deletion.
- For the moment, OpenGraph metadata is extracted by requesting data for the
English language (and fallback to whatever is available). In the future, we'll
want to unfurl by respecting the user's local device language. Some websites,
like GoDaddy, are already localized based on the device's IP, but many aren't.
- The website's description text should be limited by a certain number of
characters, especially because it's outside our control. Exactly how much has
not been decided yet, so it'll be done separately.
- URL normalization can be tricky, so I implemented only the basics to help with
caching. For example, the url https://status.im and HTTPS://status.im are
considered identical. Also, a URL is considered valid for unfurling if its TLD
exists according to publicsuffix.EffectiveTLDPlusOne. This was essential,
otherwise the default Go url.Parse approach would consider many invalid URLs
valid, and thus the server would waste resources trying to unfurl the
unfurleable.
### Other requirements
- If the message is edited, the link previews should reflect the edited text,
not the original one. This has been aligned with the design team as well.
- If the website's thumbnail or the favicon can't be fetched, just ignore them.
The only mandatory piece of metadata is the website's title and URL.
- Link previews in clients should be generated in near real-time, that is, as
the user types, previews are updated. In mobile this performs very well, and
it's what other clients like WhatsApp, Telegram, and Facebook do.
### Decisions
- While the user typing in the input field, the client is constantly (debounced)
asking status-go to parse the text and extract normalized URLs and then the
client checks if they're already in its in-memory cache. If they are, no RPC
call is made. I chose this approach to achieve the best possible performance
in mobile and avoid the whole RPC overhead, since the chat experience is
already not smooth enough. The mobile client uses URLs as cache keys in a
hashmap, i.e. if the key is present, it means the preview is readily available
(naive, but good enough for now). This decision also gave me more flexibility
to find the best UX at this stage of the feature.
- Due to the requirement that users should be able to see independent loading
indicators for each link preview, when status-go can't unfurl a URL, it
doesn't return it in the response.
- As an initial implementation, I added the BLOB column unfurled_links to the
user_messages table. The preview data is then serialized as JSON before being
stored in this column. I felt that creating a separate table and the related
code for this initial PR would be inconvenient. Is that reasonable to you?
Once things stabilize I can create a proper table if we want to avoid this
kind of solution with serialized columns.
2023-05-18 18:43:06 +00:00
|
|
|
golang.org/x/net v0.8.0
|
2023-06-01 20:02:34 +00:00
|
|
|
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
|
2022-09-29 11:50:23 +00:00
|
|
|
)
|
2022-08-19 12:45:50 +00:00
|
|
|
|
2022-05-11 10:24:30 +00:00
|
|
|
require (
|
2022-10-31 15:52:21 +00:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
|
|
github.com/RoaringBitmap/roaring v0.9.4 // indirect
|
|
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
|
|
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
|
|
|
|
github.com/anacrolix/chansync v0.3.0 // indirect
|
|
|
|
github.com/anacrolix/confluence v1.9.0 // indirect
|
|
|
|
github.com/anacrolix/dht/v2 v2.15.2-0.20220123034220-0538803801cb // indirect
|
|
|
|
github.com/anacrolix/envpprof v1.1.1 // indirect
|
|
|
|
github.com/anacrolix/go-libutp v1.2.0 // indirect
|
|
|
|
github.com/anacrolix/log v0.10.1-0.20220123034749-3920702c17f8 // indirect
|
|
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.2 // indirect
|
|
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
|
|
|
github.com/anacrolix/multiless v0.2.0 // indirect
|
|
|
|
github.com/anacrolix/stm v0.3.0 // indirect
|
|
|
|
github.com/anacrolix/sync v0.4.0 // indirect
|
|
|
|
github.com/anacrolix/upnp v0.1.3-0.20220123035249-922794e51c96 // indirect
|
|
|
|
github.com/anacrolix/utp v0.1.0 // indirect
|
|
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/benbjohnson/immutable v0.3.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/btcsuite/btcd v0.22.1 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
2023-05-17 21:40:44 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/containerd/cgroups v1.1.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/cruxic/go-hmac-drbg v0.0.0-20170206035330-84c46983886d // indirect
|
|
|
|
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/elastic/gosigar v0.14.2 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
|
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
|
|
github.com/francoispqt/gojay v1.2.13 // indirect
|
|
|
|
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
2023-03-02 18:25:30 +00:00
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.2 // indirect
|
2022-06-25 07:20:02 +00:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
|
|
|
github.com/google/gopacket v1.1.19 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/google/pprof v0.0.0-20230405160723-4a4c7d95572b // indirect
|
2022-08-19 12:45:50 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/hashicorp/go-bexpr v0.1.10 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
|
|
|
|
github.com/holiman/uint256 v1.2.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/huin/goupnp v1.1.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
|
|
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/klauspost/compress v1.16.4 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
|
|
github.com/koron/go-ssdp v0.0.4 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/libp2p/go-cidranger v1.1.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/libp2p/go-mplex v0.7.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/libp2p/go-msgio v0.3.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/libp2p/go-nat v0.1.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/libp2p/go-netroute v0.2.1 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/libp2p/go-reuseport v0.2.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/miekg/dns v1.1.53 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
|
|
|
|
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
|
|
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/mitchellh/pointerstructure v1.2.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
|
|
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/multiformats/go-multicodec v0.8.1 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/multiformats/go-multistream v0.4.1 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.9.2 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
|
|
github.com/pion/dtls/v2 v2.1.2 // indirect
|
|
|
|
github.com/pion/ice/v2 v2.1.20 // indirect
|
|
|
|
github.com/pion/interceptor v0.1.7 // indirect
|
|
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
|
|
github.com/pion/rtp v1.7.4 // indirect
|
|
|
|
github.com/pion/sctp v1.8.2 // indirect
|
|
|
|
github.com/pion/sdp/v3 v3.0.4 // indirect
|
|
|
|
github.com/pion/srtp/v2 v2.0.5 // indirect
|
|
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
|
|
github.com/pion/transport v0.13.0 // indirect
|
|
|
|
github.com/pion/turn/v2 v2.0.6 // indirect
|
|
|
|
github.com/pion/udp v0.1.1 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.1.24-0.20220208053747-94262c1b2b38 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
2023-03-02 18:25:30 +00:00
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/prometheus/tsdb v0.10.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
2023-04-07 18:23:07 +00:00
|
|
|
github.com/quic-go/quic-go v0.33.0 // indirect
|
|
|
|
github.com/quic-go/webtransport-go v0.5.2 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/raulk/go-watchdog v1.3.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-06-07 20:46:50 +00:00
|
|
|
github.com/rjeczalik/notify v0.9.3 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/rs/cors v1.7.0 // indirect
|
|
|
|
github.com/rs/dnscache v0.0.0-20210201191234-295bba877686 // indirect
|
|
|
|
github.com/russolsen/ohyeah v0.0.0-20160324131710-f4938c005315 // indirect
|
|
|
|
github.com/russolsen/same v0.0.0-20160222130632-f089df61f51d // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/shirou/gopsutil v3.21.5+incompatible // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
github.com/status-im/go-multiaddr-ethv4 v1.2.4 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
|
|
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.2.2 // indirect
|
|
|
|
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
github.com/urfave/cli/v2 v2.24.4 // indirect
|
2022-12-09 18:06:36 +00:00
|
|
|
github.com/waku-org/go-discover v0.0.0-20221209174356-61c833f34d98 // indirect
|
2023-06-07 20:46:50 +00:00
|
|
|
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20230601172541-0fad5ff68671 // indirect
|
2023-05-08 21:43:27 +00:00
|
|
|
github.com/waku-org/go-zerokit-rln v0.1.12 // indirect
|
2023-04-07 18:23:07 +00:00
|
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230331231302-258cacb91327 // indirect
|
|
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20230331223149-f90e66aebb0d // indirect
|
|
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20230331181847-cba74520bae9 // indirect
|
2023-05-08 21:43:27 +00:00
|
|
|
github.com/wk8/go-ordered-map v1.0.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
2022-10-25 14:25:08 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-02-02 13:56:00 +00:00
|
|
|
github.com/yeqown/reedsolomon v1.0.0 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
go.uber.org/dig v1.16.1 // indirect
|
|
|
|
go.uber.org/fx v1.19.2 // indirect
|
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
2022-11-04 13:56:45 +00:00
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
2023-04-04 14:43:18 +00:00
|
|
|
golang.org/x/term v0.6.0 // indirect
|
|
|
|
golang.org/x/text v0.8.0 // indirect
|
2023-05-19 20:23:55 +00:00
|
|
|
golang.org/x/tools v0.7.0 // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
2022-08-19 16:34:07 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
modernc.org/libc v1.11.82 // indirect
|
|
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
|
|
modernc.org/memory v1.0.5 // indirect
|
|
|
|
modernc.org/sqlite v1.14.2-0.20211125151325-d4ed92c0a70f // indirect
|
2023-02-22 21:58:17 +00:00
|
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
2022-05-11 10:24:30 +00:00
|
|
|
zombiezen.com/go/sqlite v0.8.0 // indirect
|
|
|
|
)
|