2022-10-06 12:14:05 -04:00
|
|
|
---
|
|
|
|
app-id: org.onionshare.OnionShare
|
|
|
|
command: onionshare
|
|
|
|
runtime: org.kde.Platform
|
2023-02-08 19:11:09 -05:00
|
|
|
runtime-version: "6.4"
|
2022-10-06 12:14:05 -04:00
|
|
|
sdk: org.kde.Sdk
|
|
|
|
sdk-extensions:
|
|
|
|
- org.freedesktop.Sdk.Extension.golang
|
2023-02-08 19:11:09 -05:00
|
|
|
- org.freedesktop.Sdk.Extension.llvm15
|
2022-10-06 12:14:05 -04:00
|
|
|
separate-locales: false
|
|
|
|
finish-args:
|
|
|
|
- "--device=dri"
|
|
|
|
- "--share=ipc"
|
|
|
|
- "--share=network"
|
|
|
|
- "--socket=wayland"
|
|
|
|
- "--socket=fallback-x11"
|
|
|
|
- "--talk-name=org.freedesktop.Notifications"
|
|
|
|
- "--talk-name=org.freedesktop.secrets"
|
|
|
|
- "--filesystem=~/OnionShare:create"
|
|
|
|
- "--filesystem=xdg-config/onionshare:create"
|
|
|
|
cleanup:
|
|
|
|
- "/go"
|
|
|
|
- "/bin/scripts"
|
|
|
|
modules:
|
2023-02-08 19:11:09 -05:00
|
|
|
- name: pyside6
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands: []
|
|
|
|
modules:
|
|
|
|
- name: pyside6-essentials
|
|
|
|
only-arches:
|
2023-02-08 19:25:43 -05:00
|
|
|
- x86_64
|
2023-02-08 19:11:09 -05:00
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "pyside6-essentials" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
2023-09-09 15:12:27 -04:00
|
|
|
url: https://files.pythonhosted.org/packages/d0/de/9a089e91c2e0fe4f122218bba4f9dbde46338659f412739bd9db1ed9df4f/PySide6_Essentials-6.5.2-cp37-abi3-manylinux_2_28_x86_64.whl
|
|
|
|
sha256: 1620e82b38714a1570b142c01694d0415a25526517b24620ff9b00c9f76cfca9
|
2023-02-08 19:11:09 -05:00
|
|
|
modules:
|
|
|
|
- name: shiboken6
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "shiboken6" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
2023-09-09 15:12:27 -04:00
|
|
|
url: https://files.pythonhosted.org/packages/55/44/d8c366dd4f069166ab9890acb44d004c5e6122714e44c169273dcbbca897/shiboken6-6.5.2-cp37-abi3-manylinux_2_28_x86_64.whl
|
|
|
|
sha256: 3fbc35ff3c19e7d39433671bfc1be3d7fa9d071bfdd0ffe1c2a4d27acd6cf6a5
|
2022-10-06 12:14:05 -04:00
|
|
|
- name: tor
|
|
|
|
buildsystem: autotools
|
|
|
|
sources:
|
|
|
|
- type: archive
|
2023-09-09 15:12:27 -04:00
|
|
|
sha256: 6957cfd14a29eee7555c52f8387a46f2ce2f5fe7dadf93547f1bc74b1657e119
|
|
|
|
url: https://dist.torproject.org/tor-0.4.8.5.tar.gz
|
2022-10-06 12:14:05 -04:00
|
|
|
modules:
|
|
|
|
- name: libevent
|
|
|
|
buildsystem: autotools
|
|
|
|
sources:
|
|
|
|
- type: archive
|
|
|
|
url: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
|
|
|
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
|
|
|
- name: obfs4proxy
|
2023-09-09 15:12:27 -04:00
|
|
|
build-commands:
|
|
|
|
- . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
|
|
|
|
install gitlab.com/yawning/obfs4.git/obfs4.git
|
2022-10-06 12:14:05 -04:00
|
|
|
build-options:
|
|
|
|
env:
|
2023-09-09 15:12:27 -04:00
|
|
|
GOBIN: /app/bin/
|
|
|
|
buildsystem: simple
|
2022-10-06 12:14:05 -04:00
|
|
|
sources:
|
2023-09-09 15:12:27 -04:00
|
|
|
- dest: src/filippo/io/edwards25519
|
|
|
|
tag: v1.0.0-rc.1.0.20210721174708-390f27c3be20
|
|
|
|
type: git
|
|
|
|
url: https://filippo.io/edwards25519.git
|
|
|
|
- dest: src/git/torproject/org/pluggable-transports/goptlib/git
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://git.torproject.org/pluggable-transports/goptlib.git.git
|
|
|
|
- dest: src/github/com/dchest/siphash
|
|
|
|
tag: v1.2.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/dchest/siphash.git
|
|
|
|
- dest: src/gitlab/com/yawning/edwards25519-extra/git
|
|
|
|
tag: v0.0.0-20211229043746-2f91fcc9fbdb
|
|
|
|
type: git
|
|
|
|
url: https://gitlab.com/yawning/edwards25519-extra.git.git
|
|
|
|
- dest: src/golang/org/x/crypto
|
|
|
|
tag: v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/crypto.git
|
|
|
|
- dest: src/golang/org/x/net
|
|
|
|
tag: v0.0.0-20210226172049-e18ecbb05110
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/net.git
|
|
|
|
- dest: src/golang/org/x/sys
|
|
|
|
tag: v0.0.0-20210615035016-665e8c7367d1
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/sys.git
|
|
|
|
- dest: src/golang/org/x/term
|
|
|
|
tag: v0.0.0-20201126162022-7de9c90e9dd1
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/term.git
|
|
|
|
- dest: src/golang/org/x/text
|
|
|
|
tag: v0.3.3
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/text.git
|
|
|
|
- dest: src/golang/org/x/tools
|
|
|
|
tag: v0.0.0-20180917221912-90fa682c2a6e
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/tools.git
|
2022-10-06 12:14:05 -04:00
|
|
|
- name: meek-client
|
2023-09-09 15:12:27 -04:00
|
|
|
build-commands:
|
|
|
|
- . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
|
|
|
|
install git.torproject.org/pluggable-transports/meek.git/meek.git
|
2022-10-06 12:14:05 -04:00
|
|
|
build-options:
|
|
|
|
env:
|
2023-09-09 15:12:27 -04:00
|
|
|
GOBIN: /app/bin/
|
|
|
|
buildsystem: simple
|
2022-10-06 12:14:05 -04:00
|
|
|
sources:
|
2023-09-09 15:12:27 -04:00
|
|
|
- dest: src/git/torproject/org/pluggable-transports/goptlib/git
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://git.torproject.org/pluggable-transports/goptlib.git.git
|
|
|
|
- dest: src/github/com/andybalholm/brotli
|
|
|
|
tag: v1.0.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/andybalholm/brotli.git
|
|
|
|
- dest: src/github/com/klauspost/compress
|
|
|
|
tag: v1.15.9
|
|
|
|
type: git
|
|
|
|
url: https://github.com/klauspost/compress.git
|
|
|
|
- dest: src/github/com/refraction-networking/utls
|
|
|
|
tag: v1.1.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/refraction-networking/utls.git
|
|
|
|
- dest: src/golang/org/x/crypto
|
|
|
|
tag: v0.0.0-20220829220503-c86fa9a7ed90
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/crypto.git
|
|
|
|
- dest: src/golang/org/x/net
|
|
|
|
tag: v0.0.0-20220909164309-bea034e7d591
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/net.git
|
|
|
|
- dest: src/golang/org/x/sys
|
|
|
|
tag: v0.0.0-20220728004956-3c1f35247d10
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/sys.git
|
|
|
|
- dest: src/golang/org/x/term
|
|
|
|
tag: v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/term.git
|
|
|
|
- dest: src/golang/org/x/text
|
|
|
|
tag: v0.3.7
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/text.git
|
|
|
|
- dest: src/golang/org/x/tools
|
|
|
|
tag: v0.0.0-20180917221912-90fa682c2a6e
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/tools.git
|
2022-10-06 12:14:05 -04:00
|
|
|
- name: snowflake-client
|
2023-09-09 15:12:27 -04:00
|
|
|
build-commands:
|
|
|
|
- . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
|
|
|
|
install git.torproject.org/pluggable-transports/snowflake.git/snowflake.git
|
|
|
|
- mv /app/bin/client /app/bin/snowflake-client
|
2022-10-06 12:14:05 -04:00
|
|
|
build-options:
|
|
|
|
env:
|
2023-09-09 15:12:27 -04:00
|
|
|
GOBIN: /app/bin/
|
|
|
|
buildsystem: simple
|
2022-10-06 12:14:05 -04:00
|
|
|
sources:
|
2023-09-09 15:12:27 -04:00
|
|
|
- dest: src/cloud/google/com/go
|
|
|
|
tag: v0.34.0
|
|
|
|
type: git
|
|
|
|
url: https://cloud.google.com/go.git
|
|
|
|
- dest: src/github/com/BurntSushi/toml
|
|
|
|
tag: v0.3.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/BurntSushi/toml.git
|
|
|
|
- dest: src/github/com/Knetic/govaluate
|
|
|
|
tag: v3.0.1-0.20171022003610-9aa49832a739+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/Knetic/govaluate.git
|
|
|
|
- dest: src/github/com/Shopify/sarama
|
|
|
|
tag: v1.19.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/Shopify/sarama.git
|
|
|
|
- dest: src/github/com/Shopify/toxiproxy
|
|
|
|
tag: v2.1.4+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/Shopify/toxiproxy.git
|
|
|
|
- dest: src/github/com/VividCortex/gohistogram
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/VividCortex/gohistogram.git
|
|
|
|
- dest: src/github/com/afex/hystrix-go
|
|
|
|
tag: v0.0.0-20180502004556-fa1af6a1f4f5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/afex/hystrix-go.git
|
|
|
|
- dest: src/github/com/alecthomas/template
|
|
|
|
tag: v0.0.0-20190718012654-fb15b899a751
|
|
|
|
type: git
|
|
|
|
url: https://github.com/alecthomas/template.git
|
|
|
|
- dest: src/github/com/alecthomas/units
|
|
|
|
tag: v0.0.0-20190924025748-f65c72e2690d
|
|
|
|
type: git
|
|
|
|
url: https://github.com/alecthomas/units.git
|
|
|
|
- dest: src/github/com/apache/thrift
|
|
|
|
tag: v0.13.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/apache/thrift.git
|
|
|
|
- dest: src/github/com/armon/circbuf
|
|
|
|
tag: v0.0.0-20150827004946-bbbad097214e
|
|
|
|
type: git
|
|
|
|
url: https://github.com/armon/circbuf.git
|
|
|
|
- dest: src/github/com/armon/go-metrics
|
|
|
|
tag: v0.0.0-20180917152333-f0300d1749da
|
|
|
|
type: git
|
|
|
|
url: https://github.com/armon/go-metrics.git
|
|
|
|
- dest: src/github/com/armon/go-radix
|
|
|
|
tag: v0.0.0-20180808171621-7fddfc383310
|
|
|
|
type: git
|
|
|
|
url: https://github.com/armon/go-radix.git
|
|
|
|
- dest: src/github/com/aryann/difflib
|
|
|
|
tag: v0.0.0-20170710044230-e206f873d14a
|
|
|
|
type: git
|
|
|
|
url: https://github.com/aryann/difflib.git
|
|
|
|
- dest: src/github/com/aws/aws-lambda-go
|
|
|
|
tag: v1.13.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/aws/aws-lambda-go.git
|
|
|
|
- dest: src/github/com/aws/aws-sdk-go
|
|
|
|
tag: v1.27.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/aws/aws-sdk-go.git
|
|
|
|
- dest: src/github/com/aws/aws-sdk-go-v2
|
|
|
|
tag: v0.18.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/aws/aws-sdk-go-v2.git
|
|
|
|
- dest: src/github/com/beorn7/perks
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/beorn7/perks.git
|
|
|
|
- dest: src/github/com/bgentry/speakeasy
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/bgentry/speakeasy.git
|
|
|
|
- dest: src/github/com/casbin/casbin/v2
|
|
|
|
tag: v2.1.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/casbin/casbin/v2.git
|
|
|
|
- dest: src/github/com/cenkalti/backoff
|
|
|
|
tag: v2.2.1+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/cenkalti/backoff.git
|
|
|
|
- dest: src/github/com/census-instrumentation/opencensus-proto
|
|
|
|
tag: v0.2.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/census-instrumentation/opencensus-proto.git
|
|
|
|
- dest: src/github/com/cespare/xxhash/v2
|
|
|
|
tag: v2.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/cespare/xxhash/v2.git
|
|
|
|
- dest: src/github/com/clarkduvall/hyperloglog
|
|
|
|
tag: v0.0.0-20171127014514-a0107a5d8004
|
|
|
|
type: git
|
|
|
|
url: https://github.com/clarkduvall/hyperloglog.git
|
|
|
|
- dest: src/github/com/clbanning/x2j
|
|
|
|
tag: v0.0.0-20191024224557-825249438eec
|
|
|
|
type: git
|
|
|
|
url: https://github.com/clbanning/x2j.git
|
|
|
|
- dest: src/github/com/client9/misspell
|
|
|
|
tag: v0.3.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/client9/misspell.git
|
|
|
|
- dest: src/github/com/cockroachdb/datadriven
|
|
|
|
tag: v0.0.0-20190809214429-80d97fb3cbaa
|
|
|
|
type: git
|
|
|
|
url: https://github.com/cockroachdb/datadriven.git
|
|
|
|
- dest: src/github/com/codahale/hdrhistogram
|
|
|
|
tag: v0.0.0-20161010025455-3a0bb77429bd
|
|
|
|
type: git
|
|
|
|
url: https://github.com/codahale/hdrhistogram.git
|
|
|
|
- dest: src/github/com/coreos/go-semver
|
|
|
|
tag: v0.2.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/coreos/go-semver.git
|
|
|
|
- dest: src/github/com/coreos/go-systemd
|
|
|
|
tag: v0.0.0-20180511133405-39ca1b05acc7
|
|
|
|
type: git
|
|
|
|
url: https://github.com/coreos/go-systemd.git
|
|
|
|
- dest: src/github/com/coreos/pkg
|
|
|
|
tag: v0.0.0-20160727233714-3ac0863d7acf
|
|
|
|
type: git
|
|
|
|
url: https://github.com/coreos/pkg.git
|
|
|
|
- dest: src/github/com/cpuguy83/go-md2man/v2
|
|
|
|
tag: v2.0.0-20190314233015-f79a8a8ca69d
|
|
|
|
type: git
|
|
|
|
url: https://github.com/cpuguy83/go-md2man/v2.git
|
|
|
|
- dest: src/github/com/creack/pty
|
|
|
|
tag: v1.1.7
|
|
|
|
type: git
|
|
|
|
url: https://github.com/creack/pty.git
|
|
|
|
- dest: src/github/com/davecgh/go-spew
|
|
|
|
tag: v1.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/davecgh/go-spew.git
|
|
|
|
- dest: src/github/com/dgrijalva/jwt-go
|
|
|
|
tag: v3.2.0+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/dgrijalva/jwt-go.git
|
|
|
|
- dest: src/github/com/dustin/go-humanize
|
|
|
|
tag: v0.0.0-20171111073723-bb3d318650d4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/dustin/go-humanize.git
|
|
|
|
- dest: src/github/com/eapache/go-resiliency
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/eapache/go-resiliency.git
|
|
|
|
- dest: src/github/com/eapache/go-xerial-snappy
|
|
|
|
tag: v0.0.0-20180814174437-776d5712da21
|
|
|
|
type: git
|
|
|
|
url: https://github.com/eapache/go-xerial-snappy.git
|
|
|
|
- dest: src/github/com/eapache/queue
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/eapache/queue.git
|
|
|
|
- dest: src/github/com/edsrzf/mmap-go
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/edsrzf/mmap-go.git
|
|
|
|
- dest: src/github/com/envoyproxy/go-control-plane
|
|
|
|
tag: v0.9.1-0.20191026205805-5f8ba28d4473
|
|
|
|
type: git
|
|
|
|
url: https://github.com/envoyproxy/go-control-plane.git
|
|
|
|
- dest: src/github/com/envoyproxy/protoc-gen-validate
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/envoyproxy/protoc-gen-validate.git
|
|
|
|
- dest: src/github/com/fatih/color
|
|
|
|
tag: v1.7.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/fatih/color.git
|
|
|
|
- dest: src/github/com/franela/goblin
|
|
|
|
tag: v0.0.0-20200105215937-c9ffbefa60db
|
|
|
|
type: git
|
|
|
|
url: https://github.com/franela/goblin.git
|
|
|
|
- dest: src/github/com/franela/goreq
|
|
|
|
tag: v0.0.0-20171204163338-bcd34c9993f8
|
|
|
|
type: git
|
|
|
|
url: https://github.com/franela/goreq.git
|
|
|
|
- dest: src/github/com/fsnotify/fsnotify
|
|
|
|
tag: v1.4.9
|
|
|
|
type: git
|
|
|
|
url: https://github.com/fsnotify/fsnotify.git
|
|
|
|
- dest: src/github/com/ghodss/yaml
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/ghodss/yaml.git
|
|
|
|
- dest: src/github/com/go-kit/kit
|
|
|
|
tag: v0.10.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/go-kit/kit.git
|
|
|
|
- dest: src/github/com/go-logfmt/logfmt
|
|
|
|
tag: v0.5.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/go-logfmt/logfmt.git
|
|
|
|
- dest: src/github/com/go-sql-driver/mysql
|
|
|
|
tag: v1.4.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/go-sql-driver/mysql.git
|
|
|
|
- dest: src/github/com/go-stack/stack
|
|
|
|
tag: v1.8.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/go-stack/stack.git
|
|
|
|
- dest: src/github/com/go-task/slim-sprig
|
|
|
|
tag: v0.0.0-20210107165309-348f09dbbbc0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/go-task/slim-sprig.git
|
|
|
|
- dest: src/github/com/gogo/googleapis
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gogo/googleapis.git
|
|
|
|
- dest: src/github/com/gogo/protobuf
|
|
|
|
tag: v1.2.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gogo/protobuf.git
|
|
|
|
- dest: src/github/com/golang/glog
|
|
|
|
tag: v0.0.0-20160126235308-23def4e6c14b
|
|
|
|
type: git
|
|
|
|
url: https://github.com/golang/glog.git
|
|
|
|
- dest: src/github/com/golang/groupcache
|
|
|
|
tag: v0.0.0-20190702054246-869f871628b6
|
|
|
|
type: git
|
|
|
|
url: https://github.com/golang/groupcache.git
|
|
|
|
- dest: src/github/com/golang/mock
|
|
|
|
tag: v1.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/golang/mock.git
|
|
|
|
- dest: src/github/com/golang/protobuf
|
|
|
|
tag: v1.5.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/golang/protobuf.git
|
|
|
|
- dest: src/github/com/golang/snappy
|
|
|
|
tag: v0.0.0-20180518054509-2e65f85255db
|
|
|
|
type: git
|
|
|
|
url: https://github.com/golang/snappy.git
|
|
|
|
- dest: src/github/com/google/btree
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/google/btree.git
|
|
|
|
- dest: src/github/com/google/go-cmp
|
|
|
|
tag: v0.5.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/google/go-cmp.git
|
|
|
|
- dest: src/github/com/google/gofuzz
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/google/gofuzz.git
|
|
|
|
- dest: src/github/com/google/renameio
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/google/renameio.git
|
|
|
|
- dest: src/github/com/google/uuid
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/google/uuid.git
|
|
|
|
- dest: src/github/com/gopherjs/gopherjs
|
|
|
|
tag: v0.0.0-20181017120253-0766667cb4d1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gopherjs/gopherjs.git
|
|
|
|
- dest: src/github/com/gorilla/context
|
|
|
|
tag: v1.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gorilla/context.git
|
|
|
|
- dest: src/github/com/gorilla/mux
|
|
|
|
tag: v1.7.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gorilla/mux.git
|
|
|
|
- dest: src/github/com/gorilla/websocket
|
|
|
|
tag: v1.5.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/gorilla/websocket.git
|
|
|
|
- dest: src/github/com/grpc-ecosystem/go-grpc-middleware
|
|
|
|
tag: v1.0.1-0.20190118093823-f849b5445de4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/grpc-ecosystem/go-grpc-middleware.git
|
|
|
|
- dest: src/github/com/grpc-ecosystem/go-grpc-prometheus
|
|
|
|
tag: v1.2.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/grpc-ecosystem/go-grpc-prometheus.git
|
|
|
|
- dest: src/github/com/grpc-ecosystem/grpc-gateway
|
|
|
|
tag: v1.9.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/grpc-ecosystem/grpc-gateway.git
|
|
|
|
- dest: src/github/com/hashicorp/consul/api
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/consul/api.git
|
|
|
|
- dest: src/github/com/hashicorp/consul/sdk
|
|
|
|
tag: v0.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/consul/sdk.git
|
|
|
|
- dest: src/github/com/hashicorp/errwrap
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/errwrap.git
|
|
|
|
- dest: src/github/com/hashicorp/go-cleanhttp
|
|
|
|
tag: v0.5.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-cleanhttp.git
|
|
|
|
- dest: src/github/com/hashicorp/go-immutable-radix
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-immutable-radix.git
|
|
|
|
- dest: src/github/com/hashicorp/go-msgpack
|
|
|
|
tag: v0.5.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-msgpack.git
|
|
|
|
- dest: src/github/com/hashicorp/go-multierror
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-multierror.git
|
|
|
|
- dest: src/github/com/hashicorp/go-rootcerts
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-rootcerts.git
|
|
|
|
- dest: src/github/com/hashicorp/go-sockaddr
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-sockaddr.git
|
|
|
|
- dest: src/github/com/hashicorp/go-syslog
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-syslog.git
|
|
|
|
- dest: src/github/com/hashicorp/go-uuid
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-uuid.git
|
|
|
|
- dest: src/github/com/hashicorp/go-version
|
|
|
|
tag: v1.2.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go-version.git
|
|
|
|
- dest: src/github/com/hashicorp/go/net
|
|
|
|
tag: v0.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/go.net.git
|
|
|
|
- dest: src/github/com/hashicorp/golang-lru
|
|
|
|
tag: v0.5.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/golang-lru.git
|
|
|
|
- dest: src/github/com/hashicorp/logutils
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/logutils.git
|
|
|
|
- dest: src/github/com/hashicorp/mdns
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/mdns.git
|
|
|
|
- dest: src/github/com/hashicorp/memberlist
|
|
|
|
tag: v0.1.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/memberlist.git
|
|
|
|
- dest: src/github/com/hashicorp/serf
|
|
|
|
tag: v0.8.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hashicorp/serf.git
|
|
|
|
- dest: src/github/com/hpcloud/tail
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hpcloud/tail.git
|
|
|
|
- dest: src/github/com/hudl/fargo
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/hudl/fargo.git
|
|
|
|
- dest: src/github/com/inconshreveable/mousetrap
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/inconshreveable/mousetrap.git
|
|
|
|
- dest: src/github/com/influxdata/influxdb1-client
|
|
|
|
tag: v0.0.0-20191209144304-8bf82d3c094d
|
|
|
|
type: git
|
|
|
|
url: https://github.com/influxdata/influxdb1-client.git
|
|
|
|
- dest: src/github/com/jmespath/go-jmespath
|
|
|
|
tag: v0.0.0-20180206201540-c2b33e8439af
|
|
|
|
type: git
|
|
|
|
url: https://github.com/jmespath/go-jmespath.git
|
|
|
|
- dest: src/github/com/jonboulle/clockwork
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/jonboulle/clockwork.git
|
|
|
|
- dest: src/github/com/jpillora/backoff
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/jpillora/backoff.git
|
|
|
|
- dest: src/github/com/json-iterator/go
|
|
|
|
tag: v1.1.10
|
|
|
|
type: git
|
|
|
|
url: https://github.com/json-iterator/go.git
|
|
|
|
- dest: src/github/com/jtolds/gls
|
|
|
|
tag: v4.20.0+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/jtolds/gls.git
|
|
|
|
- dest: src/github/com/julienschmidt/httprouter
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/julienschmidt/httprouter.git
|
|
|
|
- dest: src/github/com/kisielk/errcheck
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kisielk/errcheck.git
|
|
|
|
- dest: src/github/com/kisielk/gotool
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kisielk/gotool.git
|
|
|
|
- dest: src/github/com/klauspost/cpuid
|
|
|
|
tag: v1.3.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/klauspost/cpuid.git
|
|
|
|
- dest: src/github/com/klauspost/reedsolomon
|
|
|
|
tag: v1.9.9
|
|
|
|
type: git
|
|
|
|
url: https://github.com/klauspost/reedsolomon.git
|
|
|
|
- dest: src/github/com/konsorten/go-windows-terminal-sequences
|
|
|
|
tag: v1.0.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/konsorten/go-windows-terminal-sequences.git
|
|
|
|
- dest: src/github/com/kr/logfmt
|
|
|
|
tag: v0.0.0-20140226030751-b84e30acd515
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kr/logfmt.git
|
|
|
|
- dest: src/github/com/kr/pretty
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kr/pretty.git
|
|
|
|
- dest: src/github/com/kr/pty
|
|
|
|
tag: v1.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kr/pty.git
|
|
|
|
- dest: src/github/com/kr/text
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/kr/text.git
|
|
|
|
- dest: src/github/com/lightstep/lightstep-tracer-common/golang/gogo
|
|
|
|
tag: v0.0.0-20190605223551-bc2310a04743
|
|
|
|
type: git
|
|
|
|
url: https://github.com/lightstep/lightstep-tracer-common/golang/gogo.git
|
|
|
|
- dest: src/github/com/lightstep/lightstep-tracer-go
|
|
|
|
tag: v0.18.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/lightstep/lightstep-tracer-go.git
|
|
|
|
- dest: src/github/com/lyft/protoc-gen-validate
|
|
|
|
tag: v0.0.13
|
|
|
|
type: git
|
|
|
|
url: https://github.com/lyft/protoc-gen-validate.git
|
|
|
|
- dest: src/github/com/mattn/go-colorable
|
|
|
|
tag: v0.0.9
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mattn/go-colorable.git
|
|
|
|
- dest: src/github/com/mattn/go-isatty
|
|
|
|
tag: v0.0.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mattn/go-isatty.git
|
|
|
|
- dest: src/github/com/mattn/go-runewidth
|
|
|
|
tag: v0.0.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mattn/go-runewidth.git
|
|
|
|
- dest: src/github/com/matttproud/golang_protobuf_extensions
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/matttproud/golang_protobuf_extensions.git
|
|
|
|
- dest: src/github/com/miekg/dns
|
|
|
|
tag: v1.0.14
|
|
|
|
type: git
|
|
|
|
url: https://github.com/miekg/dns.git
|
|
|
|
- dest: src/github/com/mitchellh/cli
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/cli.git
|
|
|
|
- dest: src/github/com/mitchellh/go-homedir
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/go-homedir.git
|
|
|
|
- dest: src/github/com/mitchellh/go-testing-interface
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/go-testing-interface.git
|
|
|
|
- dest: src/github/com/mitchellh/gox
|
|
|
|
tag: v0.4.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/gox.git
|
|
|
|
- dest: src/github/com/mitchellh/iochan
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/iochan.git
|
|
|
|
- dest: src/github/com/mitchellh/mapstructure
|
|
|
|
tag: v1.1.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mitchellh/mapstructure.git
|
|
|
|
- dest: src/github/com/mmcloughlin/avo
|
|
|
|
tag: v0.0.0-20200803215136-443f81d77104
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mmcloughlin/avo.git
|
|
|
|
- dest: src/github/com/modern-go/concurrent
|
|
|
|
tag: v0.0.0-20180306012644-bacd9c7ef1dd
|
|
|
|
type: git
|
|
|
|
url: https://github.com/modern-go/concurrent.git
|
|
|
|
- dest: src/github/com/modern-go/reflect2
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/modern-go/reflect2.git
|
|
|
|
- dest: src/github/com/mwitkow/go-conntrack
|
|
|
|
tag: v0.0.0-20190716064945-2f068394615f
|
|
|
|
type: git
|
|
|
|
url: https://github.com/mwitkow/go-conntrack.git
|
|
|
|
- dest: src/github/com/nats-io/jwt
|
|
|
|
tag: v0.3.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nats-io/jwt.git
|
|
|
|
- dest: src/github/com/nats-io/nats-server/v2
|
|
|
|
tag: v2.1.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nats-io/nats-server/v2.git
|
|
|
|
- dest: src/github/com/nats-io/nats/go
|
|
|
|
tag: v1.9.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nats-io/nats.go.git
|
|
|
|
- dest: src/github/com/nats-io/nkeys
|
|
|
|
tag: v0.1.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nats-io/nkeys.git
|
|
|
|
- dest: src/github/com/nats-io/nuid
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nats-io/nuid.git
|
|
|
|
- dest: src/github/com/nxadm/tail
|
|
|
|
tag: v1.4.8
|
|
|
|
type: git
|
|
|
|
url: https://github.com/nxadm/tail.git
|
|
|
|
- dest: src/github/com/oklog/oklog
|
|
|
|
tag: v0.3.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/oklog/oklog.git
|
|
|
|
- dest: src/github/com/oklog/run
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/oklog/run.git
|
|
|
|
- dest: src/github/com/olekukonko/tablewriter
|
|
|
|
tag: v0.0.0-20170122224234-a0225b3f23b5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/olekukonko/tablewriter.git
|
|
|
|
- dest: src/github/com/onsi/ginkgo
|
|
|
|
tag: v1.16.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/onsi/ginkgo.git
|
|
|
|
- dest: src/github/com/onsi/gomega
|
|
|
|
tag: v1.17.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/onsi/gomega.git
|
|
|
|
- dest: src/github/com/op/go-logging
|
|
|
|
tag: v0.0.0-20160315200505-970db520ece7
|
|
|
|
type: git
|
|
|
|
url: https://github.com/op/go-logging.git
|
|
|
|
- dest: src/github/com/opentracing-contrib/go-observer
|
|
|
|
tag: v0.0.0-20170622124052-a52f23424492
|
|
|
|
type: git
|
|
|
|
url: https://github.com/opentracing-contrib/go-observer.git
|
|
|
|
- dest: src/github/com/opentracing/basictracer-go
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/opentracing/basictracer-go.git
|
|
|
|
- dest: src/github/com/opentracing/opentracing-go
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/opentracing/opentracing-go.git
|
|
|
|
- dest: src/github/com/openzipkin-contrib/zipkin-go-opentracing
|
|
|
|
tag: v0.4.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/openzipkin-contrib/zipkin-go-opentracing.git
|
|
|
|
- dest: src/github/com/openzipkin/zipkin-go
|
|
|
|
tag: v0.2.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/openzipkin/zipkin-go.git
|
|
|
|
- dest: src/github/com/pact-foundation/pact-go
|
|
|
|
tag: v1.0.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pact-foundation/pact-go.git
|
|
|
|
- dest: src/github/com/pascaldekloe/goe
|
|
|
|
tag: v0.0.0-20180627143212-57f6aae5913c
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pascaldekloe/goe.git
|
|
|
|
- dest: src/github/com/pborman/uuid
|
|
|
|
tag: v1.2.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pborman/uuid.git
|
|
|
|
- dest: src/github/com/performancecopilot/speed
|
|
|
|
tag: v3.0.0+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/performancecopilot/speed.git
|
|
|
|
- dest: src/github/com/pierrec/lz4
|
|
|
|
tag: v2.0.5+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pierrec/lz4.git
|
|
|
|
- dest: src/github/com/pion/datachannel
|
|
|
|
tag: v1.5.5
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/datachannel.git
|
|
|
|
- dest: src/github/com/pion/dtls/v2
|
|
|
|
tag: v2.2.6
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/dtls/v2.git
|
|
|
|
- dest: src/github/com/pion/ice/v2
|
|
|
|
tag: v2.3.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/ice/v2.git
|
|
|
|
- dest: src/github/com/pion/interceptor
|
|
|
|
tag: v0.1.12
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/interceptor.git
|
|
|
|
- dest: src/github/com/pion/logging
|
|
|
|
tag: v0.2.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/logging.git
|
|
|
|
- dest: src/github/com/pion/mdns
|
|
|
|
tag: v0.0.7
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/mdns.git
|
|
|
|
- dest: src/github/com/pion/randutil
|
|
|
|
tag: v0.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/randutil.git
|
|
|
|
- dest: src/github/com/pion/rtcp
|
|
|
|
tag: v1.2.10
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/rtcp.git
|
|
|
|
- dest: src/github/com/pion/rtp
|
|
|
|
tag: v1.7.13
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/rtp.git
|
|
|
|
- dest: src/github/com/pion/sctp
|
|
|
|
tag: v1.8.6
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/sctp.git
|
|
|
|
- dest: src/github/com/pion/sdp/v3
|
|
|
|
tag: v3.0.6
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/sdp/v3.git
|
|
|
|
- dest: src/github/com/pion/srtp/v2
|
|
|
|
tag: v2.0.12
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/srtp/v2.git
|
|
|
|
- dest: src/github/com/pion/stun
|
|
|
|
tag: v0.4.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/stun.git
|
|
|
|
- dest: src/github/com/pion/transport
|
|
|
|
tag: v0.14.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/transport.git
|
|
|
|
- dest: src/github/com/pion/transport/v2
|
|
|
|
tag: v2.0.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/transport/v2.git
|
|
|
|
- dest: src/github/com/pion/turn/v2
|
|
|
|
tag: v2.1.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/turn/v2.git
|
|
|
|
- dest: src/github/com/pion/udp/v2
|
|
|
|
tag: v2.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/udp/v2.git
|
|
|
|
- dest: src/github/com/pion/webrtc/v3
|
|
|
|
tag: v3.1.57
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pion/webrtc/v3.git
|
|
|
|
- dest: src/github/com/pkg/errors
|
|
|
|
tag: v0.9.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pkg/errors.git
|
|
|
|
- dest: src/github/com/pkg/profile
|
|
|
|
tag: v1.2.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pkg/profile.git
|
|
|
|
- dest: src/github/com/pmezard/go-difflib
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/pmezard/go-difflib.git
|
|
|
|
- dest: src/github/com/posener/complete
|
|
|
|
tag: v1.1.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/posener/complete.git
|
|
|
|
- dest: src/github/com/prometheus/client_golang
|
|
|
|
tag: v1.10.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/prometheus/client_golang.git
|
|
|
|
- dest: src/github/com/prometheus/client_model
|
|
|
|
tag: v0.2.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/prometheus/client_model.git
|
|
|
|
- dest: src/github/com/prometheus/common
|
|
|
|
tag: v0.18.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/prometheus/common.git
|
|
|
|
- dest: src/github/com/prometheus/procfs
|
|
|
|
tag: v0.6.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/prometheus/procfs.git
|
|
|
|
- dest: src/github/com/rcrowley/go-metrics
|
|
|
|
tag: v0.0.0-20181016184325-3113b8401b8a
|
|
|
|
type: git
|
|
|
|
url: https://github.com/rcrowley/go-metrics.git
|
|
|
|
- dest: src/github/com/refraction-networking/utls
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/refraction-networking/utls.git
|
|
|
|
- dest: src/github/com/rogpeppe/fastuuid
|
|
|
|
tag: v0.0.0-20150106093220-6724a57986af
|
|
|
|
type: git
|
|
|
|
url: https://github.com/rogpeppe/fastuuid.git
|
|
|
|
- dest: src/github/com/rogpeppe/go-internal
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/rogpeppe/go-internal.git
|
|
|
|
- dest: src/github/com/russross/blackfriday/v2
|
|
|
|
tag: v2.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/russross/blackfriday/v2.git
|
|
|
|
- dest: src/github/com/ryanuber/columnize
|
|
|
|
tag: v0.0.0-20160712163229-9b3edd62028f
|
|
|
|
type: git
|
|
|
|
url: https://github.com/ryanuber/columnize.git
|
|
|
|
- dest: src/github/com/samuel/go-zookeeper
|
|
|
|
tag: v0.0.0-20190923202752-2cc03de413da
|
|
|
|
type: git
|
|
|
|
url: https://github.com/samuel/go-zookeeper.git
|
|
|
|
- dest: src/github/com/sclevine/agouti
|
|
|
|
tag: v3.0.0+incompatible
|
|
|
|
type: git
|
|
|
|
url: https://github.com/sclevine/agouti.git
|
|
|
|
- dest: src/github/com/sean-/seed
|
|
|
|
tag: v0.0.0-20170313163322-e2103e2c3529
|
|
|
|
type: git
|
|
|
|
url: https://github.com/sean-/seed.git
|
|
|
|
- dest: src/github/com/shurcooL/sanitized_anchor_name
|
|
|
|
tag: v1.0.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/shurcooL/sanitized_anchor_name.git
|
|
|
|
- dest: src/github/com/sirupsen/logrus
|
|
|
|
tag: v1.6.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/sirupsen/logrus.git
|
|
|
|
- dest: src/github/com/smartystreets/assertions
|
|
|
|
tag: v0.0.0-20180927180507-b2de0cb4f26d
|
|
|
|
type: git
|
|
|
|
url: https://github.com/smartystreets/assertions.git
|
|
|
|
- dest: src/github/com/smartystreets/goconvey
|
|
|
|
tag: v1.6.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/smartystreets/goconvey.git
|
|
|
|
- dest: src/github/com/soheilhy/cmux
|
|
|
|
tag: v0.1.4
|
|
|
|
type: git
|
|
|
|
url: https://github.com/soheilhy/cmux.git
|
|
|
|
- dest: src/github/com/sony/gobreaker
|
|
|
|
tag: v0.4.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/sony/gobreaker.git
|
|
|
|
- dest: src/github/com/spf13/cobra
|
|
|
|
tag: v0.0.3
|
|
|
|
type: git
|
|
|
|
url: https://github.com/spf13/cobra.git
|
|
|
|
- dest: src/github/com/spf13/pflag
|
|
|
|
tag: v1.0.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/spf13/pflag.git
|
|
|
|
- dest: src/github/com/streadway/amqp
|
|
|
|
tag: v0.0.0-20190827072141-edfb9018d271
|
|
|
|
type: git
|
|
|
|
url: https://github.com/streadway/amqp.git
|
|
|
|
- dest: src/github/com/streadway/handy
|
|
|
|
tag: v0.0.0-20190108123426-d5acb3125c2a
|
|
|
|
type: git
|
|
|
|
url: https://github.com/streadway/handy.git
|
|
|
|
- dest: src/github/com/stretchr/objx
|
|
|
|
tag: v0.5.0
|
|
|
|
type: git
|
|
|
|
url: https://github.com/stretchr/objx.git
|
|
|
|
- dest: src/github/com/stretchr/testify
|
|
|
|
tag: v1.8.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/stretchr/testify.git
|
|
|
|
- dest: src/github/com/templexxx/cpu
|
|
|
|
tag: v0.0.7
|
|
|
|
type: git
|
|
|
|
url: https://github.com/templexxx/cpu.git
|
|
|
|
- dest: src/github/com/templexxx/xorsimd
|
|
|
|
tag: v0.4.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/templexxx/xorsimd.git
|
|
|
|
- dest: src/github/com/tjfoc/gmsm
|
|
|
|
tag: v1.3.2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/tjfoc/gmsm.git
|
|
|
|
- dest: src/github/com/tmc/grpc-websocket-proxy
|
|
|
|
tag: v0.0.0-20170815181823-89b8d40f7ca8
|
|
|
|
type: git
|
|
|
|
url: https://github.com/tmc/grpc-websocket-proxy.git
|
|
|
|
- dest: src/github/com/urfave/cli
|
|
|
|
tag: v1.22.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/urfave/cli.git
|
|
|
|
- dest: src/github/com/xiang90/probing
|
|
|
|
tag: v0.0.0-20190116061207-43a291ad63a2
|
|
|
|
type: git
|
|
|
|
url: https://github.com/xiang90/probing.git
|
|
|
|
- dest: src/github/com/xtaci/kcp-go/v5
|
|
|
|
tag: v5.6.1
|
|
|
|
type: git
|
|
|
|
url: https://github.com/xtaci/kcp-go/v5.git
|
|
|
|
- dest: src/github/com/xtaci/lossyconn
|
|
|
|
tag: v0.0.0-20190602105132-8df528c0c9ae
|
|
|
|
type: git
|
|
|
|
url: https://github.com/xtaci/lossyconn.git
|
|
|
|
- dest: src/github/com/xtaci/smux
|
|
|
|
tag: v1.5.15
|
|
|
|
type: git
|
|
|
|
url: https://github.com/xtaci/smux.git
|
|
|
|
- dest: src/github/com/yuin/goldmark
|
|
|
|
tag: v1.4.13
|
|
|
|
type: git
|
|
|
|
url: https://github.com/yuin/goldmark.git
|
|
|
|
- dest: src/gitlab/torproject/org/tpo/anti-censorship/geoip
|
|
|
|
tag: v0.0.0-20210928150955-7ce4b3d98d01
|
|
|
|
type: git
|
|
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/geoip.git
|
|
|
|
- dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/goptlib
|
|
|
|
tag: v1.4.0
|
|
|
|
type: git
|
|
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib.git
|
|
|
|
- dest: src/go/etcd/io/bbolt
|
|
|
|
tag: v1.3.3
|
|
|
|
type: git
|
|
|
|
url: https://go.etcd.io/bbolt.git
|
|
|
|
- dest: src/go/etcd/io/etcd
|
|
|
|
tag: v0.0.0-20191023171146-3cf2f69b5738
|
|
|
|
type: git
|
|
|
|
url: https://go.etcd.io/etcd.git
|
|
|
|
- dest: src/go/opencensus/io
|
|
|
|
tag: v0.22.2
|
|
|
|
type: git
|
|
|
|
url: https://go.opencensus.io.git
|
|
|
|
- dest: src/go/uber/org/atomic
|
|
|
|
tag: v1.5.0
|
|
|
|
type: git
|
|
|
|
url: https://go.uber.org/atomic.git
|
|
|
|
- dest: src/go/uber/org/multierr
|
|
|
|
tag: v1.3.0
|
|
|
|
type: git
|
|
|
|
url: https://go.uber.org/multierr.git
|
|
|
|
- dest: src/go/uber/org/tools
|
|
|
|
tag: v0.0.0-20190618225709-2cfd321de3ee
|
|
|
|
type: git
|
|
|
|
url: https://go.uber.org/tools.git
|
|
|
|
- dest: src/go/uber/org/zap
|
|
|
|
tag: v1.13.0
|
|
|
|
type: git
|
|
|
|
url: https://go.uber.org/zap.git
|
|
|
|
- dest: src/golang/org/x/arch
|
|
|
|
tag: v0.0.0-20190909030613-46d78d1859ac
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/arch.git
|
|
|
|
- dest: src/golang/org/x/crypto
|
|
|
|
tag: v0.6.0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/crypto.git
|
|
|
|
- dest: src/golang/org/x/exp
|
|
|
|
tag: v0.0.0-20190121172915-509febef88a4
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/exp.git
|
|
|
|
- dest: src/golang/org/x/lint
|
|
|
|
tag: v0.0.0-20190930215403-16217165b5de
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/lint.git
|
|
|
|
- dest: src/golang/org/x/mod
|
|
|
|
tag: v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/mod.git
|
|
|
|
- dest: src/golang/org/x/net
|
|
|
|
tag: v0.7.0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/net.git
|
|
|
|
- dest: src/golang/org/x/oauth2
|
|
|
|
tag: v0.0.0-20190226205417-e64efc72b421
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/oauth2.git
|
|
|
|
- dest: src/golang/org/x/sync
|
|
|
|
tag: v0.0.0-20220722155255-886fb9371eb4
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/sync.git
|
|
|
|
- dest: src/golang/org/x/sys
|
|
|
|
tag: v0.5.0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/sys.git
|
|
|
|
- dest: src/golang/org/x/term
|
|
|
|
tag: v0.5.0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/term.git
|
|
|
|
- dest: src/golang/org/x/text
|
|
|
|
tag: v0.7.0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/text.git
|
|
|
|
- dest: src/golang/org/x/time
|
|
|
|
tag: v0.0.0-20191024005414-555d28b269f0
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/time.git
|
|
|
|
- dest: src/golang/org/x/tools
|
|
|
|
tag: v0.1.12
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/tools.git
|
|
|
|
- dest: src/golang/org/x/xerrors
|
|
|
|
tag: v0.0.0-20200804184101-5ec99f83aff1
|
|
|
|
type: git
|
|
|
|
url: https://golang.org/x/xerrors.git
|
|
|
|
- dest: src/google/golang/org/api
|
|
|
|
tag: v0.3.1
|
|
|
|
type: git
|
|
|
|
url: https://google.golang.org/api.git
|
|
|
|
- dest: src/google/golang/org/appengine
|
|
|
|
tag: v1.4.0
|
|
|
|
type: git
|
|
|
|
url: https://google.golang.org/appengine.git
|
|
|
|
- dest: src/google/golang/org/genproto
|
|
|
|
tag: v0.0.0-20190819201941-24fa4b261c55
|
|
|
|
type: git
|
|
|
|
url: https://google.golang.org/genproto.git
|
|
|
|
- dest: src/google/golang/org/grpc
|
|
|
|
tag: v1.26.0
|
|
|
|
type: git
|
|
|
|
url: https://google.golang.org/grpc.git
|
|
|
|
- dest: src/google/golang/org/protobuf
|
|
|
|
tag: v1.26.0
|
|
|
|
type: git
|
|
|
|
url: https://google.golang.org/protobuf.git
|
|
|
|
- dest: src/gopkg/in/alecthomas/kingpin/v2
|
|
|
|
tag: v2.2.6
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/alecthomas/kingpin.v2.git
|
|
|
|
- dest: src/gopkg/in/check/v1
|
|
|
|
tag: v1.0.0-20190902080502-41f04d3bba15
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/check.v1.git
|
|
|
|
- dest: src/gopkg/in/cheggaaa/pb/v1
|
|
|
|
tag: v1.0.25
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/cheggaaa/pb.v1.git
|
|
|
|
- dest: src/gopkg/in/errgo/v2
|
|
|
|
tag: v2.1.0
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/errgo.v2.git
|
|
|
|
- dest: src/gopkg/in/fsnotify/v1
|
|
|
|
tag: v1.4.7
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/fsnotify.v1.git
|
|
|
|
- dest: src/gopkg/in/gcfg/v1
|
|
|
|
tag: v1.2.3
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/gcfg.v1.git
|
|
|
|
- dest: src/gopkg/in/resty/v1
|
|
|
|
tag: v1.12.0
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/resty.v1.git
|
|
|
|
- dest: src/gopkg/in/tomb/v1
|
|
|
|
tag: v1.0.0-20141024135613-dd632973f1e7
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/tomb.v1.git
|
|
|
|
- dest: src/gopkg/in/warnings/v0
|
|
|
|
tag: v0.1.2
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/warnings.v0.git
|
|
|
|
- dest: src/gopkg/in/yaml/v2
|
|
|
|
tag: v2.4.0
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/yaml.v2.git
|
|
|
|
- dest: src/gopkg/in/yaml/v3
|
|
|
|
tag: v3.0.1
|
|
|
|
type: git
|
|
|
|
url: https://gopkg.in/yaml.v3.git
|
|
|
|
- dest: src/honnef/co/go/tools
|
|
|
|
tag: v0.0.1-2019.2.3
|
|
|
|
type: git
|
|
|
|
url: https://honnef.co/go/tools.git
|
|
|
|
- dest: src/rsc/io/pdf
|
|
|
|
tag: v0.1.1
|
|
|
|
type: git
|
|
|
|
url: https://rsc.io/pdf.git
|
|
|
|
- dest: src/sigs/k8s/io/yaml
|
|
|
|
tag: v1.1.0
|
|
|
|
type: git
|
|
|
|
url: https://sigs.k8s.io/yaml.git
|
|
|
|
- dest: src/sourcegraph/com/sourcegraph/appdash
|
|
|
|
tag: v0.0.0-20190731080439-ebfcffb1b5c0
|
|
|
|
type: git
|
|
|
|
url: https://sourcegraph.com/sourcegraph/appdash.git
|
2022-10-06 12:14:05 -04:00
|
|
|
- name: onionshare
|
|
|
|
buildsystem: simple
|
|
|
|
ensure-writable:
|
|
|
|
- easy-install.pth
|
|
|
|
build-commands:
|
|
|
|
- cd desktop && python3 setup.py install --prefix=${FLATPAK_DEST}
|
|
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.appdata.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.appdata.xml
|
|
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
|
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
|
|
|
|
sources:
|
|
|
|
- type: dir
|
|
|
|
path: ..
|
|
|
|
# - type: git
|
|
|
|
# url: https://github.com/onionshare/onionshare.git
|
|
|
|
# tag: v2.6
|
|
|
|
modules:
|
2023-02-08 19:11:09 -05:00
|
|
|
- name: python3-modules
|
2022-10-06 12:14:05 -04:00
|
|
|
buildsystem: simple
|
2023-02-08 19:11:09 -05:00
|
|
|
build-commands: []
|
|
|
|
modules:
|
|
|
|
- name: python3-qrcode
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "qrcode" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/3e/b9/3766cc361d93edb2ce81e2e1f87dd98f314d7d513877a342d31b30741680/pypng-0.20220715.0-py3-none-any.whl
|
|
|
|
sha256: 4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/24/79/aaf0c1c7214f2632badb2771d770b1500d3d7cbdf2590ae62e721ec50584/qrcode-7.4.2-py3-none-any.whl
|
|
|
|
sha256: 581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a
|
|
|
|
- type: file
|
2023-09-10 14:19:43 -04:00
|
|
|
url: https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl
|
|
|
|
sha256: 440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36
|
2023-02-08 19:11:09 -05:00
|
|
|
- name: python3-werkzeug
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "werkzeug" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
2023-09-10 14:19:43 -04:00
|
|
|
url: https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf/MarkupSafe-2.1.3.tar.gz
|
|
|
|
sha256: af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
2023-02-08 19:11:09 -05:00
|
|
|
- type: file
|
2023-09-10 14:19:43 -04:00
|
|
|
url: https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl
|
|
|
|
sha256: effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
|
|
|
|
- name: python3-python-gnupg
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "python-gnupg" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/22/ad/12d8df0a1b465593e736fa14a5d8144381bc64b222e6cd59bb13c6af95b4/python_gnupg-0.5.1-py2.py3-none-any.whl
|
|
|
|
sha256: bf9b2d9032ef38139b7d64184176cd0b293eaeae6e4f93f50e304c7051174482
|
2022-10-06 12:14:05 -04:00
|
|
|
- name: onionshare-cli
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- cd cli && python3 setup.py install --prefix=${FLATPAK_DEST}
|
|
|
|
sources:
|
|
|
|
- type: dir
|
|
|
|
path: ..
|
|
|
|
# - type: git
|
|
|
|
# url: https://github.com/onionshare/onionshare.git
|
|
|
|
# tag: v2.6
|
|
|
|
modules:
|
2023-09-10 14:19:43 -04:00
|
|
|
- name: python3-modules
|
2022-10-06 12:14:05 -04:00
|
|
|
buildsystem: simple
|
2023-09-10 14:19:43 -04:00
|
|
|
build-commands: []
|
|
|
|
modules:
|
|
|
|
- name: python3-click
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "click" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
|
|
|
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
|
|
|
- name: python3-flask
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "flask==2.3.2" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/fa/1a/f191d32818e5cd985bdd3f47a6e4f525e2db1ce5e8150045ca0c31813686/Flask-2.3.2-py3-none-any.whl
|
|
|
|
sha256: 77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl
|
|
|
|
sha256: 6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf/MarkupSafe-2.1.3.tar.gz
|
|
|
|
sha256: af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/0d/f1/5f39e771cd730d347539bb74c6d496737b9d5f0a53bc9fdbf3e170f1ee48/blinker-1.6.2-py3-none-any.whl
|
|
|
|
sha256: c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
|
|
|
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl
|
|
|
|
sha256: 2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl
|
|
|
|
sha256: effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
|
|
|
|
- name: python3-flask-compress
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "flask-compress>=1.13.0" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/2f/c2/f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b/Brotli-1.1.0.tar.gz
|
|
|
|
sha256: 81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/20/80/8cdb28e467d3ffdc221992145114a709c1e7c011b84c66bc250e27596286/Flask_Compress-1.13-py3-none-any.whl
|
|
|
|
sha256: 1128f71fbd788393ce26830c51f8b5a1a7a4d085e79a21a5cddf4c057dcd559b
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl
|
|
|
|
sha256: 6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf/MarkupSafe-2.1.3.tar.gz
|
|
|
|
sha256: af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/0d/f1/5f39e771cd730d347539bb74c6d496737b9d5f0a53bc9fdbf3e170f1ee48/blinker-1.6.2-py3-none-any.whl
|
|
|
|
sha256: c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
|
|
|
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl
|
|
|
|
sha256: 2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl
|
|
|
|
sha256: effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
|
|
|
|
- name: python3-flask-socketio
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "flask-socketio==5.3.4" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/08/4d/a2f07873367e8916e0bae32df1d3cb9b39ea2141d7a5fdfab8c9d6818d71/Flask_SocketIO-5.3.4-py3-none-any.whl
|
|
|
|
sha256: 564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl
|
|
|
|
sha256: 6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf/MarkupSafe-2.1.3.tar.gz
|
|
|
|
sha256: af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/b5/82/ce0b6380f35f49d3fe687979a324c342cfa3588380232f3801db9dd62f9e/bidict-0.22.1-py3-none-any.whl
|
|
|
|
sha256: 6ef212238eb884b664f28da76f33f1d28b260f665fc737b413b287d5487d1e7b
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/0d/f1/5f39e771cd730d347539bb74c6d496737b9d5f0a53bc9fdbf3e170f1ee48/blinker-1.6.2-py3-none-any.whl
|
|
|
|
sha256: c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
|
|
|
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl
|
|
|
|
sha256: 2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/a7/66/039c705061d2f501fb837e7a0ee7bb1987560c3a14025d23c7ec7425de7b/python_engineio-4.7.0-py3-none-any.whl
|
|
|
|
sha256: 23b05b768d61c281104d8c69e069cea356b2e60aa982f718cdf1731719ce2803
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/2b/31/fd41960cf365177f323d8c10d774a0b017336556c6f0ba0a38403240914d/python_socketio-5.9.0-py3-none-any.whl
|
|
|
|
sha256: c20f12e4ed0cba57581af26bbeea9998bc2eeebb3b952fa92493a1e051cfe9dc
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl
|
|
|
|
sha256: effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
|
|
|
|
- name: python3-psutil
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "psutil" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/d6/0f/96b7309212a926c1448366e9ce69b081ea79d63265bde33f11cc9cfc2c07/psutil-5.9.5.tar.gz
|
|
|
|
sha256: 5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c
|
|
|
|
- name: python3-pysocks
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "pysocks" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/8d/59/b4572118e098ac8e46e399a1dd0f2d85403ce8bbaad9ec79373ed6badaf9/PySocks-1.7.1-py3-none-any.whl
|
|
|
|
sha256: 2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5
|
|
|
|
- name: python3-requests
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "requests" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl
|
|
|
|
sha256: 92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/2a/53/cf0a48de1bdcf6ff6e1c9a023f5f523dfe303e4024f216feac64b6eb7f67/charset-normalizer-3.2.0.tar.gz
|
|
|
|
sha256: 3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl
|
|
|
|
sha256: 90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl
|
|
|
|
sha256: 58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl
|
|
|
|
sha256: de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4
|
|
|
|
- name: python3-unidecode
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "unidecode" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/be/ea/90e14e807da5a39e5b16789acacd48d63ca3e4f23dfa964a840eeadebb13/Unidecode-1.3.6-py3-none-any.whl
|
|
|
|
sha256: 547d7c479e4f377b430dd91ac1275d593308dce0fc464fb2ab7d41f82ec653be
|
|
|
|
- name: python3-urllib3
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "urllib3" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl
|
|
|
|
sha256: de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4
|
|
|
|
- name: python3-eventlet
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "eventlet" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/f6/b4/0a9bee52c50f226a3cbfb54263d02bb421c7f2adc136520729c2c689c1e5/dnspython-2.4.2-py3-none-any.whl
|
|
|
|
sha256: 57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/90/97/928b89de2e23cc67136eccccf1c122adf74ffdb65bbf7d2964b937cedd4f/eventlet-0.33.3-py2.py3-none-any.whl
|
|
|
|
sha256: e43b9ae05ba4bb477a10307699c9aff7ff86121b2640f9184d29059f5a687df8
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/1e/1e/632e55a04d732c8184201238d911207682b119c35cecbb9a573a6c566731/greenlet-2.0.2.tar.gz
|
|
|
|
sha256: e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0
|
|
|
|
- name: python3-pynacl
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "pynacl" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/a7/22/27582568be639dfe22ddb3902225f91f2f17ceff88ce80e4db396c8986da/PyNaCl-1.5.0.tar.gz
|
|
|
|
sha256: 8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz
|
|
|
|
sha256: d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl
|
|
|
|
sha256: 8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9
|
|
|
|
- name: python3-colorama
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "colorama" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
|
|
sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
|
|
|
- name: python3-gevent-websocket
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "gevent-websocket" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/a0/06/7727ae8e3a065078327386b1c611995efb1a50a455fbab8af612d3b2d9ce/gevent-23.9.0.post1.tar.gz
|
|
|
|
sha256: 943f26edada39dfd5f50551157bb9011191c7367be36e341d0f1cdecfe07a229
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/7b/84/2dc373eb6493e00c884cc11e6c059ec97abae2678d42f06bf780570b0193/gevent_websocket-0.10.1-py3-none-any.whl
|
|
|
|
sha256: 17b67d91282f8f4c973eba0551183fc84f56f1c90c8f6b6b30256f31f66f5242
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/1e/1e/632e55a04d732c8184201238d911207682b119c35cecbb9a573a6c566731/greenlet-2.0.2.tar.gz
|
|
|
|
sha256: e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl
|
|
|
|
sha256: 2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/7a/62/f0d012151af1e8cc0a6c97db74b78141143425dcdf81bc7960c498e28960/zope.interface-6.0.tar.gz
|
|
|
|
sha256: aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d
|
|
|
|
- name: python3-stem
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "stem==1.8.1" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/b2/66/c5515de764bffae1347e671819711268da5c02bfab8406223526822fe5f6/stem-1.8.1.tar.gz
|
|
|
|
sha256: 81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f
|
|
|
|
- name: python3-waitress
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "waitress>=2.1.2.0" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/58/6a/b4b5c582e04e837e4422cab6ec9de7fc10ca7ad7f4e370bb89d280d39552/waitress-2.1.2-py3-none-any.whl
|
|
|
|
sha256: 7500c9625927c8ec60f54377d590f67b30c8e70ef4b8894214ac6e4cad233d2a
|
|
|
|
- name: python3-werkzeug
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
|
|
--prefix=${FLATPAK_DEST} "werkzeug>=2.3.4" --no-build-isolation
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/6d/7c/59a3248f411813f8ccba92a55feaac4bf360d29e2ff05ee7d8e1ef2d7dbf/MarkupSafe-2.1.3.tar.gz
|
|
|
|
sha256: af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
|
|
|
|
- type: file
|
|
|
|
url: https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl
|
|
|
|
sha256: effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
|