diff options
| -rw-r--r-- | gnu/packages/messaging.scm | 69 |
1 files changed, 57 insertions, 12 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a66099a3719..3446539ea46 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -101,6 +101,7 @@ | |||
| 101 | #:use-module (gnu packages golang-check) | 101 | #:use-module (gnu packages golang-check) |
| 102 | #:use-module (gnu packages golang-compression) | 102 | #:use-module (gnu packages golang-compression) |
| 103 | #:use-module (gnu packages golang-crypto) | 103 | #:use-module (gnu packages golang-crypto) |
| 104 | #:use-module (gnu packages golang-maths) | ||
| 104 | #:use-module (gnu packages golang-web) | 105 | #:use-module (gnu packages golang-web) |
| 105 | #:use-module (gnu packages golang-xyz) | 106 | #:use-module (gnu packages golang-xyz) |
| 106 | #:use-module (gnu packages graphviz) | 107 | #:use-module (gnu packages graphviz) |
| @@ -3234,6 +3235,7 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3234 | (snippet '(for-each delete-file-recursively | 3235 | (snippet '(for-each delete-file-recursively |
| 3235 | ;; TODO: unbundle the rest as well | 3236 | ;; TODO: unbundle the rest as well |
| 3236 | '("vendor/filippo.io" | 3237 | '("vendor/filippo.io" |
| 3238 | "vendor/github.com/apex" | ||
| 3237 | "vendor/github.com/blang" | 3239 | "vendor/github.com/blang" |
| 3238 | "vendor/github.com/d5" | 3240 | "vendor/github.com/d5" |
| 3239 | "vendor/github.com/davecgh" | 3241 | "vendor/github.com/davecgh" |
| @@ -3243,25 +3245,31 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3243 | "vendor/github.com/go-asn1-ber" | 3245 | "vendor/github.com/go-asn1-ber" |
| 3244 | "vendor/github.com/golang" | 3246 | "vendor/github.com/golang" |
| 3245 | "vendor/github.com/golang-jwt" | 3247 | "vendor/github.com/golang-jwt" |
| 3246 | "vendor/github.com/google/uuid" | 3248 | "vendor/github.com/gomarkdown" |
| 3247 | "vendor/github.com/gorilla/websocket" | 3249 | "vendor/github.com/google" |
| 3250 | "vendor/github.com/gorilla" | ||
| 3248 | "vendor/github.com/hashicorp" | 3251 | "vendor/github.com/hashicorp" |
| 3252 | "vendor/github.com/Jeffail" | ||
| 3249 | "vendor/github.com/jpillora" | 3253 | "vendor/github.com/jpillora" |
| 3250 | "vendor/github.com/json-iterator" | 3254 | "vendor/github.com/json-iterator" |
| 3251 | "vendor/github.com/kballard" | 3255 | "vendor/github.com/kballard" |
| 3252 | "vendor/github.com/klauspost" | 3256 | "vendor/github.com/klauspost" |
| 3257 | "vendor/github.com/labstack/echo" | ||
| 3253 | "vendor/github.com/magiconair" | 3258 | "vendor/github.com/magiconair" |
| 3254 | "vendor/github.com/mattn/go-colorable" | 3259 | "vendor/github.com/matterbridge/gomatrix" |
| 3255 | "vendor/github.com/mattn/go-isatty" | 3260 | "vendor/github.com/mattn" |
| 3256 | "vendor/github.com/mattn/go-runewidth" | 3261 | "vendor/github.com/mgutz" |
| 3257 | "vendor/github.com/mgutz/ansi" | 3262 | "vendor/github.com/minio/md5-simd" |
| 3258 | "vendor/github.com/minio/sha256-simd" | 3263 | "vendor/github.com/minio/sha256-simd" |
| 3259 | "vendor/github.com/mitchellh" | 3264 | "vendor/github.com/mitchellh" |
| 3260 | "vendor/github.com/modern-go" | 3265 | "vendor/github.com/modern-go" |
| 3261 | "vendor/github.com/opentracing" | 3266 | "vendor/github.com/opentracing" |
| 3267 | "vendor/github.com/pborman" | ||
| 3262 | "vendor/github.com/pelletier" | 3268 | "vendor/github.com/pelletier" |
| 3269 | "vendor/github.com/philhofer" | ||
| 3263 | "vendor/github.com/pkg" | 3270 | "vendor/github.com/pkg" |
| 3264 | "vendor/github.com/pmezard" | 3271 | "vendor/github.com/pmezard" |
| 3272 | "vendor/github.com/remyoudompheng" | ||
| 3265 | "vendor/github.com/rivo" | 3273 | "vendor/github.com/rivo" |
| 3266 | "vendor/github.com/russross" | 3274 | "vendor/github.com/russross" |
| 3267 | "vendor/github.com/sirupsen" | 3275 | "vendor/github.com/sirupsen" |
| @@ -3269,15 +3277,24 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3269 | "vendor/github.com/spf13" | 3277 | "vendor/github.com/spf13" |
| 3270 | "vendor/github.com/stretchr" | 3278 | "vendor/github.com/stretchr" |
| 3271 | "vendor/github.com/subosito" | 3279 | "vendor/github.com/subosito" |
| 3272 | "vendor/github.com/valyala/bytebufferpool" | 3280 | "vendor/github.com/tinylib" |
| 3273 | "vendor/github.com/vmihailenco/tagparser" | 3281 | "vendor/github.com/valyala" |
| 3282 | "vendor/github.com/vmihailenco" | ||
| 3283 | "vendor/go.mau.fi" | ||
| 3274 | "vendor/go.uber.org" | 3284 | "vendor/go.uber.org" |
| 3275 | "vendor/golang.org" | 3285 | "vendor/golang.org" |
| 3276 | "vendor/google.golang.org/protobuf/" | 3286 | "vendor/google.golang.org" |
| 3277 | "vendor/gopkg.in/ini.v1" | 3287 | "vendor/gopkg.in/ini.v1" |
| 3278 | "vendor/gopkg.in/natefinch" | 3288 | "vendor/gopkg.in/natefinch" |
| 3279 | "vendor/gopkg.in/yaml.v2" | 3289 | "vendor/gopkg.in/yaml.v2" |
| 3280 | "vendor/gopkg.in/yaml.v3"))) | 3290 | "vendor/gopkg.in/yaml.v3" |
| 3291 | "vendor/lukechampine.com" | ||
| 3292 | "vendor/modernc.org/cc" | ||
| 3293 | "vendor/modernc.org/mathutil" | ||
| 3294 | "vendor/modernc.org/memory" | ||
| 3295 | "vendor/modernc.org/opt" | ||
| 3296 | "vendor/modernc.org/strutil" | ||
| 3297 | "vendor/modernc.org/token"))) | ||
| 3281 | (sha256 | 3298 | (sha256 |
| 3282 | (base32 "0939fiy7z53izznfhlr7c6vaskbmkbj3ncb09fzx5dmz9cjngy80")))) | 3299 | (base32 "0939fiy7z53izznfhlr7c6vaskbmkbj3ncb09fzx5dmz9cjngy80")))) |
| 3283 | (build-system go-build-system) | 3300 | (build-system go-build-system) |
| @@ -3300,12 +3317,13 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3300 | go-golang-org-x-time | 3317 | go-golang-org-x-time |
| 3301 | go-golang-org-x-tools | 3318 | go-golang-org-x-tools |
| 3302 | ;; google.golang.org | 3319 | ;; google.golang.org |
| 3320 | go-google-golang-org-appengine | ||
| 3303 | go-google-golang-org-protobuf | 3321 | go-google-golang-org-protobuf |
| 3304 | ;; gopkg.in | 3322 | ;; gopkg.in |
| 3305 | go-gopkg-in-ini-v1 | 3323 | go-gopkg-in-ini-v1 |
| 3324 | go-gopkg-in-natefinch-lumberjack-v2 | ||
| 3306 | go-gopkg-in-yaml-v2 | 3325 | go-gopkg-in-yaml-v2 |
| 3307 | go-gopkg-in-yaml-v3 | 3326 | go-gopkg-in-yaml-v3 |
| 3308 | go-gopkg-in-natefinch-lumberjack-v2 | ||
| 3309 | ;; filippo.io | 3327 | ;; filippo.io |
| 3310 | go-filippo-io-edwards25519 | 3328 | go-filippo-io-edwards25519 |
| 3311 | ;; uber.org | 3329 | ;; uber.org |
| @@ -3313,6 +3331,7 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3313 | go-go-uber-org-multierr | 3331 | go-go-uber-org-multierr |
| 3314 | go-go-uber-org-zap | 3332 | go-go-uber-org-zap |
| 3315 | ;; github.com | 3333 | ;; github.com |
| 3334 | go-github-com-apex-log | ||
| 3316 | go-github-com-blang-semver | 3335 | go-github-com-blang-semver |
| 3317 | go-github-com-d5-tengo-v2 | 3336 | go-github-com-d5-tengo-v2 |
| 3318 | go-github-com-davecgh-go-spew | 3337 | go-github-com-davecgh-go-spew |
| @@ -3322,32 +3341,43 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3322 | go-github-com-go-asn1-ber-asn1-ber | 3341 | go-github-com-go-asn1-ber-asn1-ber |
| 3323 | go-github-com-golang-jwt-jwt | 3342 | go-github-com-golang-jwt-jwt |
| 3324 | go-github-com-golang-protobuf | 3343 | go-github-com-golang-protobuf |
| 3344 | go-github-com-gomarkdown-markdown | ||
| 3345 | go-github-com-google-gops | ||
| 3325 | go-github-com-google-uuid | 3346 | go-github-com-google-uuid |
| 3347 | go-github-com-gorilla-schema | ||
| 3326 | go-github-com-gorilla-websocket | 3348 | go-github-com-gorilla-websocket |
| 3327 | go-github-com-hashicorp-errwrap | 3349 | go-github-com-hashicorp-errwrap |
| 3328 | go-github-com-hashicorp-go-multierror | 3350 | go-github-com-hashicorp-go-multierror |
| 3329 | go-github-com-hashicorp-golang-lru | 3351 | go-github-com-hashicorp-golang-lru |
| 3330 | go-github-com-hashicorp-hcl | 3352 | go-github-com-hashicorp-hcl |
| 3353 | go-github-com-jeffail-gabs | ||
| 3331 | go-github-com-jpillora-backoff | 3354 | go-github-com-jpillora-backoff |
| 3332 | go-github-com-json-iterator-go | 3355 | go-github-com-json-iterator-go |
| 3333 | go-github-com-kballard-go-shellquote | 3356 | go-github-com-kballard-go-shellquote |
| 3334 | go-github-com-klauspost-compress | 3357 | go-github-com-klauspost-compress |
| 3335 | go-github-com-klauspost-cpuid-v2 | 3358 | go-github-com-klauspost-cpuid-v2 |
| 3359 | go-github-com-labstack-echo-v4 | ||
| 3336 | go-github-com-magiconair-properties | 3360 | go-github-com-magiconair-properties |
| 3361 | go-github-com-matterbridge-gomatrix | ||
| 3337 | go-github-com-mattn-go-colorable | 3362 | go-github-com-mattn-go-colorable |
| 3338 | go-github-com-mattn-go-isatty | 3363 | go-github-com-mattn-go-isatty |
| 3339 | go-github-com-mattn-go-runewidth | 3364 | go-github-com-mattn-go-runewidth |
| 3365 | go-github-com-mattn-godown | ||
| 3340 | go-github-com-mgutz-ansi | 3366 | go-github-com-mgutz-ansi |
| 3367 | go-github-com-minio-md5-simd | ||
| 3341 | go-github-com-minio-sha256-simd | 3368 | go-github-com-minio-sha256-simd |
| 3342 | go-github-com-mitchellh-go-homedir | 3369 | go-github-com-mitchellh-go-homedir |
| 3343 | go-github-com-mitchellh-mapstructure | 3370 | go-github-com-mitchellh-mapstructure |
| 3344 | go-github-com-modern-go-concurrent | 3371 | go-github-com-modern-go-concurrent |
| 3345 | go-github-com-modern-go-reflect2 | 3372 | go-github-com-modern-go-reflect2 |
| 3346 | go-github-com-opentracing-opentracing-go | 3373 | go-github-com-opentracing-opentracing-go |
| 3374 | go-github-com-pborman-uuid | ||
| 3347 | go-github-com-pelletier-go-toml | 3375 | go-github-com-pelletier-go-toml |
| 3348 | go-github-com-pelletier-go-toml-v2 | 3376 | go-github-com-pelletier-go-toml-v2 |
| 3377 | go-github-com-philhofer-fwd | ||
| 3349 | go-github-com-pkg-errors | 3378 | go-github-com-pkg-errors |
| 3350 | go-github-com-pmezard-go-difflib | 3379 | go-github-com-pmezard-go-difflib |
| 3380 | go-github-com-remyoudompheng-bigfft | ||
| 3351 | go-github-com-rivo-uniseg | 3381 | go-github-com-rivo-uniseg |
| 3352 | go-github-com-russross-blackfriday | 3382 | go-github-com-russross-blackfriday |
| 3353 | go-github-com-sirupsen-logrus | 3383 | go-github-com-sirupsen-logrus |
| @@ -3359,8 +3389,23 @@ share/zulip/integrations or in lib/<...>/site-packages/integrations: | |||
| 3359 | go-github-com-spf13-viper | 3389 | go-github-com-spf13-viper |
| 3360 | go-github-com-stretchr-testify | 3390 | go-github-com-stretchr-testify |
| 3361 | go-github-com-subosito-gotenv | 3391 | go-github-com-subosito-gotenv |
| 3392 | go-github-com-tinylib-msgp | ||
| 3362 | go-github-com-valyala-bytebufferpool | 3393 | go-github-com-valyala-bytebufferpool |
| 3363 | go-github-com-vmihailenco-tagparser)) | 3394 | go-github-com-valyala-fasttemplate |
| 3395 | go-github-com-vmihailenco-msgpack-v5 | ||
| 3396 | go-github-com-vmihailenco-tagparser | ||
| 3397 | ;; go.mau.fi | ||
| 3398 | go-go-mau-fi-libsignal | ||
| 3399 | go-go-mau-fi-whatsmeow | ||
| 3400 | ;; lukechampine.com | ||
| 3401 | go-lukechampine-com-uint128 | ||
| 3402 | ;; modernc.org | ||
| 3403 | go-modernc-org-cc-v3 | ||
| 3404 | go-modernc-org-mathutil | ||
| 3405 | go-modernc-org-memory | ||
| 3406 | go-modernc-org-opt | ||
| 3407 | go-modernc-org-strutil | ||
| 3408 | go-modernc-org-token)) | ||
| 3364 | (synopsis "Bridge together various messaging networks and protocols") | 3409 | (synopsis "Bridge together various messaging networks and protocols") |
| 3365 | (description | 3410 | (description |
| 3366 | "Relays messages between different channels from various | 3411 | "Relays messages between different channels from various |
