diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2022-11-02 17:14:19 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-07 08:39:05 -0800 |
| commit | 89653bab7189bfe82419ebaf12145a6f1616e67e (patch) | |
| tree | 1ab31fa58c3a287054b6131fac8904031d7a0ee1 /meta-oe/recipes-extended | |
| parent | 8d45170e69c5e910460015182a7672d2db78faf4 (diff) | |
| download | meta-openembedded-89653bab7189bfe82419ebaf12145a6f1616e67e.tar.gz | |
minio: add recipe for minio client
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon
S3 compatible cloud storage service (AWS Signature v2 and v4).
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/minio/minio/modules.txt | 208 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/minio/minio_git.bb | 160 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/minio/src_uri.inc | 509 |
3 files changed, 877 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/minio/minio/modules.txt b/meta-oe/recipes-extended/minio/minio/modules.txt new file mode 100644 index 0000000000..fbd01e51a9 --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio/modules.txt | |||
| @@ -0,0 +1,208 @@ | |||
| 1 | # github.com/charmbracelet/bubbletea v0.19.3 | ||
| 2 | ## explicit | ||
| 3 | # github.com/cheggaaa/pb v1.0.29 | ||
| 4 | ## explicit | ||
| 5 | # github.com/dustin/go-humanize v1.0.0 | ||
| 6 | ## explicit | ||
| 7 | # github.com/fatih/color v1.13.0 | ||
| 8 | ## explicit | ||
| 9 | # github.com/go-ole/go-ole v1.2.6 | ||
| 10 | ## explicit | ||
| 11 | # github.com/goccy/go-json v0.8.1 | ||
| 12 | ## explicit | ||
| 13 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
| 14 | ## explicit | ||
| 15 | # github.com/google/uuid v1.3.0 | ||
| 16 | ## explicit | ||
| 17 | # github.com/inconshreveable/mousetrap v1.0.0 | ||
| 18 | ## explicit | ||
| 19 | # github.com/json-iterator/go v1.1.12 | ||
| 20 | ## explicit | ||
| 21 | # github.com/klauspost/compress v1.13.6 | ||
| 22 | ## explicit | ||
| 23 | # github.com/mattn/go-ieproxy v0.0.1 | ||
| 24 | ## explicit | ||
| 25 | # github.com/mattn/go-isatty v0.0.14 | ||
| 26 | ## explicit | ||
| 27 | # github.com/minio/cli v1.22.0 | ||
| 28 | ## explicit | ||
| 29 | # github.com/minio/colorjson v1.0.2 | ||
| 30 | ## explicit | ||
| 31 | # github.com/minio/filepath v1.0.0 | ||
| 32 | ## explicit | ||
| 33 | # github.com/minio/madmin-go v1.4.3 | ||
| 34 | ## explicit | ||
| 35 | # github.com/minio/md5-simd v1.1.2 | ||
| 36 | ## explicit | ||
| 37 | # github.com/minio/minio-go/v7 v7.0.30 | ||
| 38 | ## explicit | ||
| 39 | # github.com/minio/pkg v1.1.22 | ||
| 40 | ## explicit | ||
| 41 | # github.com/minio/selfupdate v0.4.0 | ||
| 42 | ## explicit | ||
| 43 | # github.com/minio/sha256-simd v1.0.0 | ||
| 44 | ## explicit | ||
| 45 | # github.com/mitchellh/go-homedir v1.1.0 | ||
| 46 | ## explicit | ||
| 47 | # github.com/pkg/xattr v0.4.4 | ||
| 48 | ## explicit | ||
| 49 | # github.com/posener/complete v1.2.3 | ||
| 50 | ## explicit | ||
| 51 | # github.com/prometheus/client_golang v1.12.1 | ||
| 52 | ## explicit | ||
| 53 | # github.com/prometheus/prom2json v1.3.1 | ||
| 54 | ## explicit | ||
| 55 | # github.com/rjeczalik/notify v0.9.2 | ||
| 56 | ## explicit | ||
| 57 | # github.com/rs/xid v1.3.0 | ||
| 58 | ## explicit | ||
| 59 | # github.com/secure-io/sio-go v0.3.1 | ||
| 60 | ## explicit | ||
| 61 | # github.com/shirou/gopsutil/v3 v3.21.12 | ||
| 62 | ## explicit | ||
| 63 | # github.com/tidwall/gjson v1.12.1 | ||
| 64 | ## explicit | ||
| 65 | # golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | ||
| 66 | ## explicit | ||
| 67 | # golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
| 68 | ## explicit | ||
| 69 | # golang.org/x/text v0.3.7 | ||
| 70 | ## explicit | ||
| 71 | # gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b | ||
| 72 | ## explicit | ||
| 73 | # gopkg.in/h2non/filetype.v1 v1.0.5 | ||
| 74 | ## explicit | ||
| 75 | # gopkg.in/yaml.v2 v2.4.0 | ||
| 76 | ## explicit | ||
| 77 | # github.com/charmbracelet/bubbles v0.10.0 | ||
| 78 | ## explicit | ||
| 79 | # github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 | ||
| 80 | ## explicit | ||
| 81 | # github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 | ||
| 82 | ## explicit | ||
| 83 | # github.com/golang-jwt/jwt/v4 v4.4.1 | ||
| 84 | ## explicit | ||
| 85 | # github.com/navidys/tvxwidgets v0.1.0 | ||
| 86 | ## explicit | ||
| 87 | # github.com/olekukonko/tablewriter v0.0.5 | ||
| 88 | ## explicit | ||
| 89 | # github.com/prometheus/client_model v0.2.0 | ||
| 90 | ## explicit | ||
| 91 | # github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b | ||
| 92 | ## explicit | ||
| 93 | # github.com/tinylib/msgp v1.1.6 | ||
| 94 | ## explicit | ||
| 95 | # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
| 96 | ## explicit | ||
| 97 | # github.com/beorn7/perks v1.0.1 | ||
| 98 | ## explicit | ||
| 99 | # github.com/cespare/xxhash/v2 v2.1.2 | ||
| 100 | ## explicit | ||
| 101 | # github.com/containerd/console v1.0.2 | ||
| 102 | ## explicit | ||
| 103 | # github.com/coreos/go-semver v0.3.0 | ||
| 104 | ## explicit | ||
| 105 | # github.com/coreos/go-systemd/v22 v22.3.2 | ||
| 106 | ## explicit | ||
| 107 | # github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 | ||
| 108 | ## explicit | ||
| 109 | # github.com/fatih/structs v1.1.0 | ||
| 110 | ## explicit | ||
| 111 | # github.com/gdamore/encoding v1.0.0 | ||
| 112 | ## explicit | ||
| 113 | # github.com/gogo/protobuf v1.3.2 | ||
| 114 | ## explicit | ||
| 115 | # github.com/golang/protobuf v1.5.2 | ||
| 116 | ## explicit | ||
| 117 | # github.com/hashicorp/errwrap v1.1.0 | ||
| 118 | ## explicit | ||
| 119 | # github.com/hashicorp/go-multierror v1.1.1 | ||
| 120 | ## explicit | ||
| 121 | # github.com/klauspost/cpuid/v2 v2.0.9 | ||
| 122 | ## explicit | ||
| 123 | # github.com/kr/text v0.2.0 | ||
| 124 | ## explicit | ||
| 125 | # github.com/lestrrat-go/backoff/v2 v2.0.8 | ||
| 126 | ## explicit | ||
| 127 | # github.com/lestrrat-go/blackmagic v1.0.0 | ||
| 128 | ## explicit | ||
| 129 | # github.com/lestrrat-go/httpcc v1.0.0 | ||
| 130 | ## explicit | ||
| 131 | # github.com/lestrrat-go/iter v1.0.1 | ||
| 132 | ## explicit | ||
| 133 | # github.com/lestrrat-go/jwx v1.2.14 | ||
| 134 | ## explicit | ||
| 135 | # github.com/lestrrat-go/option v1.0.0 | ||
| 136 | ## explicit | ||
| 137 | # github.com/lucasb-eyer/go-colorful v1.2.0 | ||
| 138 | ## explicit | ||
| 139 | # github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 | ||
| 140 | ## explicit | ||
| 141 | # github.com/mattn/go-colorable v0.1.12 | ||
| 142 | ## explicit | ||
| 143 | # github.com/mattn/go-runewidth v0.0.13 | ||
| 144 | ## explicit | ||
| 145 | # github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
| 146 | ## explicit | ||
| 147 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | ||
| 148 | ## explicit | ||
| 149 | # github.com/modern-go/reflect2 v1.0.2 | ||
| 150 | ## explicit | ||
| 151 | # github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b | ||
| 152 | ## explicit | ||
| 153 | # github.com/muesli/reflow v0.3.0 | ||
| 154 | ## explicit | ||
| 155 | # github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 | ||
| 156 | ## explicit | ||
| 157 | # github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e | ||
| 158 | ## explicit | ||
| 159 | # github.com/philhofer/fwd v1.1.1 | ||
| 160 | ## explicit | ||
| 161 | # github.com/pkg/errors v0.9.1 | ||
| 162 | ## explicit | ||
| 163 | # github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c | ||
| 164 | ## explicit | ||
| 165 | # github.com/prometheus/common v0.33.0 | ||
| 166 | ## explicit | ||
| 167 | # github.com/prometheus/procfs v0.7.3 | ||
| 168 | ## explicit | ||
| 169 | # github.com/rivo/uniseg v0.2.0 | ||
| 170 | ## explicit | ||
| 171 | # github.com/sirupsen/logrus v1.8.1 | ||
| 172 | ## explicit | ||
| 173 | # github.com/tidwall/match v1.1.1 | ||
| 174 | ## explicit | ||
| 175 | # github.com/tidwall/pretty v1.2.0 | ||
| 176 | ## explicit | ||
| 177 | # github.com/tklauser/go-sysconf v0.3.9 | ||
| 178 | ## explicit | ||
| 179 | # github.com/tklauser/numcpus v0.3.0 | ||
| 180 | ## explicit | ||
| 181 | # github.com/yusufpapurcu/wmi v1.2.2 | ||
| 182 | ## explicit | ||
| 183 | # go.etcd.io/etcd/api/v3 v3.5.2 | ||
| 184 | ## explicit | ||
| 185 | # go.etcd.io/etcd/client/pkg/v3 v3.5.2 | ||
| 186 | ## explicit | ||
| 187 | # go.etcd.io/etcd/client/v3 v3.5.2 | ||
| 188 | ## explicit | ||
| 189 | # go.uber.org/atomic v1.9.0 | ||
| 190 | ## explicit | ||
| 191 | # go.uber.org/multierr v1.7.0 | ||
| 192 | ## explicit | ||
| 193 | # go.uber.org/zap v1.19.1 | ||
| 194 | ## explicit | ||
| 195 | # golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
| 196 | ## explicit | ||
| 197 | # golang.org/x/sys v0.0.0-20220412211240-33da011f77ad | ||
| 198 | ## explicit | ||
| 199 | # google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb | ||
| 200 | ## explicit | ||
| 201 | # google.golang.org/grpc v1.43.0 | ||
| 202 | ## explicit | ||
| 203 | # google.golang.org/protobuf v1.27.1 | ||
| 204 | ## explicit | ||
| 205 | # gopkg.in/ini.v1 v1.66.3 | ||
| 206 | ## explicit | ||
| 207 | # gopkg.in/yaml.v3 v3.0.1 | ||
| 208 | ## explicit | ||
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb new file mode 100644 index 0000000000..e88ea632f6 --- /dev/null +++ b/meta-oe/recipes-extended/minio/minio_git.bb | |||
| @@ -0,0 +1,160 @@ | |||
| 1 | HOMEPAGE = "https://github.com/minio/mc" | ||
| 2 | SUMMARY = "MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage." | ||
| 3 | DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \ | ||
| 4 | UNIX commands like ls, cat, cp, mirror, diff, find \ | ||
| 5 | etc. It supports filesystems and Amazon S3 compatible \ | ||
| 6 | cloud storage service (AWS Signature v2 and v4). \ | ||
| 7 | " | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/minio/mc;nobranch=1;name=mc;protocol=https \ | ||
| 10 | file://modules.txt \ | ||
| 11 | " | ||
| 12 | |||
| 13 | include src_uri.inc | ||
| 14 | |||
| 15 | SRCREV_mc = "01b87ecc02ffad47dfe13c2154ac31db3e3115df" | ||
| 16 | |||
| 17 | GO_IMPORT = "import" | ||
| 18 | |||
| 19 | LICENSE = "GPL-3.0-only" | ||
| 20 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=eb1e647870add0502f8f010b19de32af" | ||
| 21 | |||
| 22 | PV = "${SRCREV_mc}" | ||
| 23 | |||
| 24 | inherit go | ||
| 25 | inherit goarch | ||
| 26 | |||
| 27 | CGO_LDFLAGS:append:mips = " -no-pie" | ||
| 28 | |||
| 29 | DEPENDS += "rsync-native" | ||
| 30 | |||
| 31 | do_compile() { | ||
| 32 | |||
| 33 | cd ${S}/src/${GO_IMPORT} | ||
| 34 | |||
| 35 | export GOFLAGS="-mod=vendor" | ||
| 36 | export GOPATH="$GOPATH:${S}/src/import/.gopath:${S}/src/import/vendor" | ||
| 37 | sites="github.com/charmbracelet/bubbletea:github.com/charmbracelet/bubbletea \ | ||
| 38 | github.com/cheggaaa/pb:github.com/cheggaaa/pb \ | ||
| 39 | github.com/dustin/go-humanize:github.com/dustin/go-humanize \ | ||
| 40 | github.com/fatih/color:github.com/fatih/color \ | ||
| 41 | github.com/go-ole/go-ole:github.com/go-ole/go-ole \ | ||
| 42 | github.com/goccy/go-json:github.com/goccy/go-json \ | ||
| 43 | github.com/google/shlex:github.com/google/shlex \ | ||
| 44 | github.com/google/uuid:github.com/google/uuid \ | ||
| 45 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | ||
| 46 | github.com/json-iterator/go:github.com/json-iterator/go \ | ||
| 47 | github.com/klauspost/compress:github.com/klauspost/compress \ | ||
| 48 | github.com/mattn/go-ieproxy:github.com/mattn/go-ieproxy \ | ||
| 49 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | ||
| 50 | github.com/minio/cli:github.com/minio/cli \ | ||
| 51 | github.com/minio/colorjson:github.com/minio/colorjson \ | ||
| 52 | github.com/minio/filepath:github.com/minio/filepath \ | ||
| 53 | github.com/minio/madmin-go:github.com/minio/madmin-go \ | ||
| 54 | github.com/minio/md5-simd:github.com/minio/md5-simd \ | ||
| 55 | github.com/minio/minio-go/v7:github.com/minio/minio-go/v7 \ | ||
| 56 | github.com/minio/pkg:github.com/minio/pkg \ | ||
| 57 | github.com/minio/selfupdate:github.com/minio/selfupdate \ | ||
| 58 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | ||
| 59 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | ||
| 60 | github.com/pkg/xattr:github.com/pkg/xattr \ | ||
| 61 | github.com/posener/complete:github.com/posener/complete \ | ||
| 62 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
| 63 | github.com/prometheus/prom2json:github.com/prometheus/prom2json \ | ||
| 64 | github.com/rjeczalik/notify:github.com/rjeczalik/notify \ | ||
| 65 | github.com/rs/xid:github.com/rs/xid \ | ||
| 66 | github.com/secure-io/sio-go:github.com/secure-io/sio-go \ | ||
| 67 | github.com/shirou/gopsutil/v3:github.com/shirou/gopsutil/v3 \ | ||
| 68 | github.com/tidwall/gjson:github.com/tidwall/gjson \ | ||
| 69 | golang.org/x/crypto:go.googlesource.com/crypto \ | ||
| 70 | golang.org/x/net:go.googlesource.com/net \ | ||
| 71 | golang.org/x/text:go.googlesource.com/text \ | ||
| 72 | gopkg.in/check.v1:gopkg.in/check.v1 \ | ||
| 73 | gopkg.in/h2non/filetype.v1:gopkg.in/h2non/filetype.v1 \ | ||
| 74 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | ||
| 75 | github.com/charmbracelet/bubbles:github.com/charmbracelet/bubbles \ | ||
| 76 | github.com/charmbracelet/lipgloss:github.com/charmbracelet/lipgloss \ | ||
| 77 | github.com/gdamore/tcell/v2:github.com/gdamore/tcell/v2 \ | ||
| 78 | github.com/golang-jwt/jwt/v4:github.com/golang-jwt/jwt/v4 \ | ||
| 79 | github.com/navidys/tvxwidgets:github.com/navidys/tvxwidgets \ | ||
| 80 | github.com/olekukonko/tablewriter:github.com/olekukonko/tablewriter \ | ||
| 81 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
| 82 | github.com/rivo/tview:github.com/rivo/tview \ | ||
| 83 | github.com/tinylib/msgp:github.com/tinylib/msgp \ | ||
| 84 | golang.org/x/term:go.googlesource.com/term \ | ||
| 85 | github.com/beorn7/perks:github.com/beorn7/perks \ | ||
| 86 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | ||
| 87 | github.com/containerd/console:github.com/containerd/console \ | ||
| 88 | github.com/coreos/go-semver:github.com/coreos/go-semver \ | ||
| 89 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ | ||
| 90 | github.com/decred/dcrd/dcrec/secp256k1/v4:github.com/decred/dcrd/dcrec/secp256k1/v4//dcrec/secp256k1 \ | ||
| 91 | github.com/fatih/structs:github.com/fatih/structs \ | ||
| 92 | github.com/gdamore/encoding:github.com/gdamore/encoding \ | ||
| 93 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | ||
| 94 | github.com/golang/protobuf:github.com/golang/protobuf \ | ||
| 95 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | ||
| 96 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | ||
| 97 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ | ||
| 98 | github.com/kr/text:github.com/kr/text \ | ||
| 99 | github.com/lestrrat-go/backoff/v2:github.com/lestrrat-go/backoff/v2 \ | ||
| 100 | github.com/lestrrat-go/blackmagic:github.com/lestrrat-go/blackmagic \ | ||
| 101 | github.com/lestrrat-go/httpcc:github.com/lestrrat-go/httpcc \ | ||
| 102 | github.com/lestrrat-go/iter:github.com/lestrrat-go/iter \ | ||
| 103 | github.com/lestrrat-go/jwx:github.com/lestrrat-go/jwx \ | ||
| 104 | github.com/lestrrat-go/option:github.com/lestrrat-go/option \ | ||
| 105 | github.com/lucasb-eyer/go-colorful:github.com/lucasb-eyer/go-colorful \ | ||
| 106 | github.com/lufia/plan9stats:github.com/lufia/plan9stats \ | ||
| 107 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | ||
| 108 | github.com/mattn/go-runewidth:github.com/mattn/go-runewidth \ | ||
| 109 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | ||
| 110 | github.com/modern-go/concurrent:github.com/modern-go/concurrent \ | ||
| 111 | github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ | ||
| 112 | github.com/muesli/ansi:github.com/muesli/ansi \ | ||
| 113 | github.com/muesli/reflow:github.com/muesli/reflow \ | ||
| 114 | github.com/muesli/termenv:github.com/muesli/termenv \ | ||
| 115 | github.com/niemeyer/pretty:github.com/niemeyer/pretty \ | ||
| 116 | github.com/philhofer/fwd:github.com/philhofer/fwd \ | ||
| 117 | github.com/pkg/errors:github.com/pkg/errors \ | ||
| 118 | github.com/power-devops/perfstat:github.com/power-devops/perfstat \ | ||
| 119 | github.com/prometheus/common:github.com/prometheus/common \ | ||
| 120 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
| 121 | github.com/rivo/uniseg:github.com/rivo/uniseg \ | ||
| 122 | github.com/sirupsen/logrus:github.com/sirupsen/logrus \ | ||
| 123 | github.com/tidwall/match:github.com/tidwall/match \ | ||
| 124 | github.com/tidwall/pretty:github.com/tidwall/pretty \ | ||
| 125 | github.com/tklauser/go-sysconf:github.com/tklauser/go-sysconf \ | ||
| 126 | github.com/tklauser/numcpus:github.com/tklauser/numcpus \ | ||
| 127 | github.com/yusufpapurcu/wmi:github.com/yusufpapurcu/wmi \ | ||
| 128 | go.etcd.io/etcd/api/v3:github.com/etcd-io/etcd/api/v3//api \ | ||
| 129 | go.etcd.io/etcd/client/pkg/v3:github.com/etcd-io/etcd/api/v3//client/pkg \ | ||
| 130 | go.etcd.io/etcd/client/v3:github.com/etcd-io/etcd/api/v3//client/v3 \ | ||
| 131 | go.uber.org/atomic:go.uber.org/atomic \ | ||
| 132 | go.uber.org/multierr:go.uber.org/multierr \ | ||
| 133 | go.uber.org/zap:go.uber.org/zap \ | ||
| 134 | golang.org/x/sync:go.googlesource.com/sync \ | ||
| 135 | golang.org/x/sys:go.googlesource.com/sys \ | ||
| 136 | google.golang.org/genproto:google.golang.org/genproto \ | ||
| 137 | google.golang.org/grpc:google.golang.org/grpc \ | ||
| 138 | google.golang.org/protobuf:google.golang.org/protobuf \ | ||
| 139 | gopkg.in/ini.v1:gopkg.in/ini.v1 \ | ||
| 140 | gopkg.in/yaml.v3:gopkg.in/yaml.v3" | ||
| 141 | for s in $sites; do | ||
| 142 | site_dest=$(echo $s | cut -d: -f1) | ||
| 143 | site_source=$(echo $s | cut -d: -f2) | ||
| 144 | mkdir -p vendor.copy/$site_dest | ||
| 145 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | ||
| 146 | done | ||
| 147 | |||
| 148 | ln -sf vendor.copy vendor | ||
| 149 | # these are bad symlinks, go validates them and breaks the build if they are present | ||
| 150 | rm -f vendor/go.etcd.io/etcd/client/v3/example_* | ||
| 151 | |||
| 152 | cp ${WORKDIR}/modules.txt vendor/ | ||
| 153 | |||
| 154 | ${GO} build -trimpath | ||
| 155 | } | ||
| 156 | |||
| 157 | do_install() { | ||
| 158 | install -d ${D}/${sbindir} | ||
| 159 | install ${S}/src/${GO_IMPORT}/mc ${D}/${sbindir}/mc | ||
| 160 | } | ||
diff --git a/meta-oe/recipes-extended/minio/src_uri.inc b/meta-oe/recipes-extended/minio/src_uri.inc new file mode 100644 index 0000000000..5cdc69dfca --- /dev/null +++ b/meta-oe/recipes-extended/minio/src_uri.inc | |||
| @@ -0,0 +1,509 @@ | |||
| 1 | # github.com/charmbracelet/bubbletea v0.19.3 | ||
| 2 | # [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac372b | ||
| 3 | SRCREV_bubbletea="3dc51789d11229a1fb00f137d02b50b04cac372b" | ||
| 4 | SRC_URI += "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbletea" | ||
| 5 | |||
| 6 | # github.com/cheggaaa/pb v1.0.29 | ||
| 7 | # [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 | ||
| 8 | SRCREV_pb="e2a33cc368a206516cc95f7bdd9176db0b83f098" | ||
| 9 | SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaaa/pb" | ||
| 10 | |||
| 11 | # github.com/dustin/go-humanize v1.0.0 | ||
| 12 | # [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 | ||
| 13 | SRCREV_go-humanize="e673fa1ffc91213297a60d18a6f513aa74bced52" | ||
| 14 | SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/go-humanize" | ||
| 15 | |||
| 16 | # github.com/fatih/color v1.13.0 | ||
| 17 | # [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 | ||
| 18 | SRCREV_color="a05da93ebe62ca9fc6791d3376ec4dad01196448" | ||
| 19 | SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/color" | ||
| 20 | |||
| 21 | # github.com/go-ole/go-ole v1.2.6 | ||
| 22 | # [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8 | ||
| 23 | SRCREV_go-ole="8b1f7f90f6b1728609c9694f2cff140d34fd91f8" | ||
| 24 | SRC_URI += "git://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ole/go-ole" | ||
| 25 | |||
| 26 | # github.com/goccy/go-json v0.8.1 | ||
| 27 | # [1] git ls-remote https://github.com/goccy/go-json de89bd3db67f2219c6183ec6febe2b5f7a6b06fb | ||
| 28 | SRCREV_go-json="de89bd3db67f2219c6183ec6febe2b5f7a6b06fb" | ||
| 29 | SRC_URI += "git://github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/go-json" | ||
| 30 | |||
| 31 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
| 32 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | ||
| 33 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | ||
| 34 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" | ||
| 35 | |||
| 36 | # github.com/google/uuid v1.3.0 | ||
| 37 | # [1] git ls-remote https://github.com/google/uuid 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88 | ||
| 38 | SRCREV_uuid="44b5fee7c49cf3bcdf723f106b36d56ef13ccc88" | ||
| 39 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | ||
| 40 | |||
| 41 | # github.com/inconshreveable/mousetrap v1.0.0 | ||
| 42 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 | ||
| 43 | SRCREV_mousetrap="76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" | ||
| 44 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | ||
| 45 | |||
| 46 | # github.com/json-iterator/go v1.1.12 | ||
| 47 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | ||
| 48 | SRCREV_go="024077e996b048517130b21ea6bf12aa23055d3d" | ||
| 49 | SRC_URI += "git://github.com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" | ||
| 50 | |||
| 51 | # github.com/klauspost/compress v1.13.6 | ||
| 52 | # [1] git ls-remote https://github.com/klauspost/compress 38d4ba985ac157cb858763e016645e14e74c13c4 | ||
| 53 | SRCREV_compress="38d4ba985ac157cb858763e016645e14e74c13c4" | ||
| 54 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | ||
| 55 | |||
| 56 | # github.com/mattn/go-ieproxy v0.0.1 | ||
| 57 | # [1] git ls-remote https://github.com/mattn/go-ieproxy 439dd0581a2a03b415673a2462ad5c21eaabc588 | ||
| 58 | SRCREV_go-ieproxy="439dd0581a2a03b415673a2462ad5c21eaabc588" | ||
| 59 | SRC_URI += "git://github.com/mattn/go-ieproxy;name=go-ieproxy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-ieproxy" | ||
| 60 | |||
| 61 | # github.com/mattn/go-isatty v0.0.14 | ||
| 62 | # [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e | ||
| 63 | SRCREV_go-isatty="504425e14f742f1f517c4586048b49b37f829c8e" | ||
| 64 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" | ||
| 65 | |||
| 66 | # github.com/minio/cli v1.22.0 | ||
| 67 | # [1] git ls-remote https://github.com/minio/cli 735b30120ed7535d13933b0246f8a75cf80b0f74 | ||
| 68 | SRCREV_cli="735b30120ed7535d13933b0246f8a75cf80b0f74" | ||
| 69 | SRC_URI += "git://github.com/minio/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/cli" | ||
| 70 | |||
| 71 | # github.com/minio/colorjson v1.0.2 | ||
| 72 | # [1] git ls-remote https://github.com/minio/colorjson f964b335cdb6cd51dff32a726d3d6ab9e1db0633 | ||
| 73 | SRCREV_colorjson="f964b335cdb6cd51dff32a726d3d6ab9e1db0633" | ||
| 74 | SRC_URI += "git://github.com/minio/colorjson;name=colorjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/colorjson" | ||
| 75 | |||
| 76 | # github.com/minio/filepath v1.0.0 | ||
| 77 | # [1] git ls-remote https://github.com/minio/filepath a116cb5d2b6396deea35d06389e3e9809c887fcf | ||
| 78 | SRCREV_filepath="a116cb5d2b6396deea35d06389e3e9809c887fcf" | ||
| 79 | SRC_URI += "git://github.com/minio/filepath;name=filepath;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/filepath" | ||
| 80 | |||
| 81 | # github.com/minio/madmin-go v1.4.3 | ||
| 82 | # [1] git ls-remote https://github.com/minio/madmin-go 4f71c826739af4ebf73308e7f9a849a781859f78 | ||
| 83 | SRCREV_madmin-go="4f71c826739af4ebf73308e7f9a849a781859f78" | ||
| 84 | SRC_URI += "git://github.com/minio/madmin-go;name=madmin-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/madmin-go" | ||
| 85 | |||
| 86 | # github.com/minio/md5-simd v1.1.2 | ||
| 87 | # [1] git ls-remote https://github.com/minio/md5-simd 776275e0c9a74ceebbd50fe5c1d61b0c80c608df | ||
| 88 | SRCREV_md5-simd="776275e0c9a74ceebbd50fe5c1d61b0c80c608df" | ||
| 89 | SRC_URI += "git://github.com/minio/md5-simd;name=md5-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/md5-simd" | ||
| 90 | |||
| 91 | # github.com/minio/minio-go/v7 v7.0.30 | ||
| 92 | # [1] git ls-remote https://github.com/minio/minio-go 81c303325bb4426c89776854b2ea4f7936deb11c | ||
| 93 | SRCREV_v7="81c303325bb4426c89776854b2ea4f7936deb11c" | ||
| 94 | SRC_URI += "git://github.com/minio/minio-go;name=v7;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/minio-go/v7" | ||
| 95 | |||
| 96 | # github.com/minio/pkg v1.1.22 | ||
| 97 | # [1] git ls-remote https://github.com/minio/pkg 3b76bdaec27995a31d0b0a7959bbef55bfe0d364 | ||
| 98 | SRCREV_pkg="3b76bdaec27995a31d0b0a7959bbef55bfe0d364" | ||
| 99 | SRC_URI += "git://github.com/minio/pkg;name=pkg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/pkg" | ||
| 100 | |||
| 101 | # github.com/minio/selfupdate v0.4.0 | ||
| 102 | # [1] git ls-remote https://github.com/minio/selfupdate 9e32fb8d38277355add4fa3983edb0b376d12bb5 | ||
| 103 | SRCREV_selfupdate="9e32fb8d38277355add4fa3983edb0b376d12bb5" | ||
| 104 | SRC_URI += "git://github.com/minio/selfupdate;name=selfupdate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/selfupdate" | ||
| 105 | |||
| 106 | # github.com/minio/sha256-simd v1.0.0 | ||
| 107 | # [1] git ls-remote https://github.com/minio/sha256-simd 6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9 | ||
| 108 | SRCREV_sha256-simd="6a57409d8e0fa3ae883aee331b71aaa40d5a7dd9" | ||
| 109 | SRC_URI += "git://github.com/minio/sha256-simd;name=sha256-simd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/minio/sha256-simd" | ||
| 110 | |||
| 111 | # github.com/mitchellh/go-homedir v1.1.0 | ||
| 112 | # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b3727 | ||
| 113 | SRCREV_go-homedir="af06845cf3004701891bf4fdb884bfe4920b3727" | ||
| 114 | SRC_URI += "git://github.com/mitchellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-homedir" | ||
| 115 | |||
| 116 | # github.com/pkg/xattr v0.4.4 | ||
| 117 | # [1] git ls-remote https://github.com/pkg/xattr 8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a | ||
| 118 | SRCREV_xattr="8725d4ccc0fcef59c8d9f0eaf606b3c6f962467a" | ||
| 119 | SRC_URI += "git://github.com/pkg/xattr;name=xattr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/xattr" | ||
| 120 | |||
| 121 | # github.com/posener/complete v1.2.3 | ||
| 122 | # [1] git ls-remote https://github.com/posener/complete 05b68ffc813dd10c420993cb1cf927b346c057b8 | ||
| 123 | SRCREV_complete="05b68ffc813dd10c420993cb1cf927b346c057b8" | ||
| 124 | SRC_URI += "git://github.com/posener/complete;name=complete;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/posener/complete" | ||
| 125 | |||
| 126 | # github.com/prometheus/client_golang v1.12.1 | ||
| 127 | # [1] git ls-remote https://github.com/prometheus/client_golang 2e1c4818ccfdcf953ce399cadad615ff2bed968c | ||
| 128 | SRCREV_client_golang="2e1c4818ccfdcf953ce399cadad615ff2bed968c" | ||
| 129 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" | ||
| 130 | |||
| 131 | # github.com/prometheus/prom2json v1.3.1 | ||
| 132 | # [1] git ls-remote https://github.com/prometheus/prom2json ac13972e54feb2f8eafc9a613112cb310f5463dc | ||
| 133 | SRCREV_prom2json="ac13972e54feb2f8eafc9a613112cb310f5463dc" | ||
| 134 | SRC_URI += "git://github.com/prometheus/prom2json;name=prom2json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/prom2json" | ||
| 135 | |||
| 136 | # github.com/rjeczalik/notify v0.9.2 | ||
| 137 | # [1] git ls-remote https://github.com/rjeczalik/notify 69d839f37b13a8cb7a78366f7633a4071cb43be7 | ||
| 138 | SRCREV_notify="69d839f37b13a8cb7a78366f7633a4071cb43be7" | ||
| 139 | SRC_URI += "git://github.com/rjeczalik/notify;name=notify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rjeczalik/notify" | ||
| 140 | |||
| 141 | # github.com/rs/xid v1.3.0 | ||
| 142 | # [1] git ls-remote https://github.com/rs/xid efa678f304ab65d6d57eedcb086798381ae22206 | ||
| 143 | SRCREV_xid="efa678f304ab65d6d57eedcb086798381ae22206" | ||
| 144 | SRC_URI += "git://github.com/rs/xid;name=xid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rs/xid" | ||
| 145 | |||
| 146 | # github.com/secure-io/sio-go v0.3.1 | ||
| 147 | # [1] git ls-remote https://github.com/secure-io/sio-go a455d2cd8fcacdfe18557d117db15c0629fb7e2c | ||
| 148 | SRCREV_sio-go="a455d2cd8fcacdfe18557d117db15c0629fb7e2c" | ||
| 149 | SRC_URI += "git://github.com/secure-io/sio-go;name=sio-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-io/sio-go" | ||
| 150 | |||
| 151 | # github.com/shirou/gopsutil/v3 v3.21.12 | ||
| 152 | # [1] git ls-remote https://github.com/shirou/gopsutil 2f8da0a39487ceddf44cebe53a1b563b0b7173cc | ||
| 153 | SRCREV_v3="2f8da0a39487ceddf44cebe53a1b563b0b7173cc" | ||
| 154 | SRC_URI += "git://github.com/shirou/gopsutil;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shirou/gopsutil/v3" | ||
| 155 | |||
| 156 | # github.com/tidwall/gjson v1.12.1 | ||
| 157 | # [1] git ls-remote https://github.com/tidwall/gjson db0033701cccc8e2e43b77d03e4f509a48b6b2f2 | ||
| 158 | SRCREV_gjson="db0033701cccc8e2e43b77d03e4f509a48b6b2f2" | ||
| 159 | SRC_URI += "git://github.com/tidwall/gjson;name=gjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/gjson" | ||
| 160 | |||
| 161 | # golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | ||
| 162 | # [1] git ls-remote https://go.googlesource.com/crypto 793ad666bf5ec61392092b27061be9618e4e219b | ||
| 163 | SRCREV_crypto="793ad666bf5ec61392092b27061be9618e4e219b" | ||
| 164 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/crypto" | ||
| 165 | |||
| 166 | # golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
| 167 | # [1] git ls-remote https://go.googlesource.com/net 27dd8689420fcde088514397d015e4fea5174e0e | ||
| 168 | SRCREV_net="27dd8689420fcde088514397d015e4fea5174e0e" | ||
| 169 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/net" | ||
| 170 | |||
| 171 | # golang.org/x/text v0.3.7 | ||
| 172 | # [1] git ls-remote https://go.googlesource.com/text 3cd4007149f3f883d229d707172ed356727aae99 | ||
| 173 | SRCREV_text="3cd4007149f3f883d229d707172ed356727aae99" | ||
| 174 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/text" | ||
| 175 | |||
| 176 | # gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b | ||
| 177 | # [1] git ls-remote https://gopkg.in/check.v1 038fdea0a05bc030b0bfda479dc2e08d2220ec74 | ||
| 178 | SRCREV_check.v1="038fdea0a05bc030b0bfda479dc2e08d2220ec74" | ||
| 179 | SRC_URI += "git://gopkg.in/check.v1;name=check.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/check.v1" | ||
| 180 | |||
| 181 | # gopkg.in/h2non/filetype.v1 v1.0.5 | ||
| 182 | # [1] git ls-remote https://gopkg.in/h2non/filetype.v1 8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b | ||
| 183 | SRCREV_filetype.v1="8f3142c797f0413f00dadaf1bf97dd0b7b1f8d8b" | ||
| 184 | SRC_URI += "git://gopkg.in/h2non/filetype.v1;name=filetype.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/h2non/filetype.v1" | ||
| 185 | |||
| 186 | # gopkg.in/yaml.v2 v2.4.0 | ||
| 187 | # [1] git ls-remote https://gopkg.in/yaml.v2 7649d4548cb53a614db133b2a8ac1f31859dda8c | ||
| 188 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | ||
| 189 | SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" | ||
| 190 | |||
| 191 | # github.com/charmbracelet/bubbles v0.10.0 | ||
| 192 | # [1] git ls-remote https://github.com/charmbracelet/bubbles 7714089ad7c81898564ebeb7b6876b5844e26ccd | ||
| 193 | SRCREV_bubbles="7714089ad7c81898564ebeb7b6876b5844e26ccd" | ||
| 194 | SRC_URI += "git://github.com/charmbracelet/bubbles;name=bubbles;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/bubbles" | ||
| 195 | |||
| 196 | # github.com/charmbracelet/lipgloss v0.4.1-0.20220204041308-bf2912e703f6 | ||
| 197 | # [1] git ls-remote https://github.com/charmbracelet/lipgloss bf2912e703f6ecf88a1b843472afd47ce5002caf | ||
| 198 | SRCREV_lipgloss="bf2912e703f6ecf88a1b843472afd47ce5002caf" | ||
| 199 | SRC_URI += "git://github.com/charmbracelet/lipgloss;name=lipgloss;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbracelet/lipgloss" | ||
| 200 | |||
| 201 | # github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 | ||
| 202 | # [1] git ls-remote https://github.com/gdamore/tcell f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1 | ||
| 203 | SRCREV_v2="f057f0a857a1b3ac3e4fff8c6cfe8126f8387cd1" | ||
| 204 | SRC_URI += "git://github.com/gdamore/tcell;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/tcell/v2" | ||
| 205 | |||
| 206 | # github.com/golang-jwt/jwt/v4 v4.4.1 | ||
| 207 | # [1] git ls-remote https://github.com/golang-jwt/jwt 0972257eba279bb357882afc11db8218644ad565 | ||
| 208 | SRCREV_v4="0972257eba279bb357882afc11db8218644ad565" | ||
| 209 | SRC_URI += "git://github.com/golang-jwt/jwt;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang-jwt/jwt/v4" | ||
| 210 | |||
| 211 | # github.com/navidys/tvxwidgets v0.1.0 | ||
| 212 | # [1] git ls-remote https://github.com/navidys/tvxwidgets f017cfd5ce6d4bd7fb22529305d7a438c3f1369d | ||
| 213 | SRCREV_tvxwidgets="f017cfd5ce6d4bd7fb22529305d7a438c3f1369d" | ||
| 214 | SRC_URI += "git://github.com/navidys/tvxwidgets;name=tvxwidgets;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/navidys/tvxwidgets" | ||
| 215 | |||
| 216 | # github.com/olekukonko/tablewriter v0.0.5 | ||
| 217 | # [1] git ls-remote https://github.com/olekukonko/tablewriter c7d2a8a09b076b70918308a3cd95464b2ae3b5d8 | ||
| 218 | SRCREV_tablewriter="c7d2a8a09b076b70918308a3cd95464b2ae3b5d8" | ||
| 219 | SRC_URI += "git://github.com/olekukonko/tablewriter;name=tablewriter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/olekukonko/tablewriter" | ||
| 220 | |||
| 221 | # github.com/prometheus/client_model v0.2.0 | ||
| 222 | # [1] git ls-remote https://github.com/prometheus/client_model f44e7adcba5ee54c8a94709e6fc300d83245f171 | ||
| 223 | SRCREV_client_model="f44e7adcba5ee54c8a94709e6fc300d83245f171" | ||
| 224 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" | ||
| 225 | |||
| 226 | # github.com/rivo/tview v0.0.0-20211202162923-2a6de950f73b | ||
| 227 | # [1] git ls-remote https://github.com/rivo/tview 2a6de950f73bdc70658f7e754d4b5593f15c8408 | ||
| 228 | SRCREV_tview="2a6de950f73bdc70658f7e754d4b5593f15c8408" | ||
| 229 | SRC_URI += "git://github.com/rivo/tview;name=tview;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/tview" | ||
| 230 | |||
| 231 | # github.com/tinylib/msgp v1.1.6 | ||
| 232 | # [1] git ls-remote https://github.com/tinylib/msgp 205265da651409c54677b486e350b4d105da6d8b | ||
| 233 | SRCREV_msgp="205265da651409c54677b486e350b4d105da6d8b" | ||
| 234 | SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tinylib/msgp" | ||
| 235 | |||
| 236 | # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
| 237 | # [1] git ls-remote https://go.googlesource.com/term 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50 | ||
| 238 | SRCREV_term="03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50" | ||
| 239 | SRC_URI += "git://go.googlesource.com/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/term" | ||
| 240 | |||
| 241 | # github.com/beorn7/perks v1.0.1 | ||
| 242 | # [1] git ls-remote https://github.com/beorn7/perks c49ff274687222a7373c4cd83578f1065cf3e143 | ||
| 243 | SRCREV_perks="c49ff274687222a7373c4cd83578f1065cf3e143" | ||
| 244 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | ||
| 245 | |||
| 246 | # github.com/cespare/xxhash/v2 v2.1.2 | ||
| 247 | # [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4 | ||
| 248 | SRCREV_v21="7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4" | ||
| 249 | SRC_URI += "git://github.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | ||
| 250 | |||
| 251 | # github.com/containerd/console v1.0.2 | ||
| 252 | # [1] git ls-remote https://github.com/containerd/console d5efa7d56fd239f7f3dad2ab6685db09359a3618 | ||
| 253 | SRCREV_console="d5efa7d56fd239f7f3dad2ab6685db09359a3618" | ||
| 254 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | ||
| 255 | |||
| 256 | # github.com/coreos/go-semver v0.3.0 | ||
| 257 | # [1] git ls-remote https://github.com/coreos/go-semver 6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5 | ||
| 258 | SRCREV_go-semver="6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5" | ||
| 259 | SRC_URI += "git://github.com/coreos/go-semver;name=go-semver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-semver" | ||
| 260 | |||
| 261 | # github.com/coreos/go-systemd/v22 v22.3.2 | ||
| 262 | # [1] git ls-remote https://github.com/coreos/go-systemd 0b40357fd65760243a3eceb80a299772c23c8470 | ||
| 263 | SRCREV_v22="0b40357fd65760243a3eceb80a299772c23c8470" | ||
| 264 | SRC_URI += "git://github.com/coreos/go-systemd;name=v22;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/coreos/go-systemd/v22" | ||
| 265 | |||
| 266 | # github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 | ||
| 267 | # [1] git ls-remote https://github.com/decred/dcrd 75f1b4dac2e43133f3281ac63a9ef9eb699200e5 | ||
| 268 | SRCREV_v41="75f1b4dac2e43133f3281ac63a9ef9eb699200e5" | ||
| 269 | SRC_URI += "git://github.com/decred/dcrd;name=v41;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/decred/dcrd/dcrec/secp256k1/v4" | ||
| 270 | |||
| 271 | # github.com/fatih/structs v1.1.0 | ||
| 272 | # [1] git ls-remote https://github.com/fatih/structs 4966fc68f5b7593aafa6cbbba2d65ec6e1416047 | ||
| 273 | SRCREV_structs="4966fc68f5b7593aafa6cbbba2d65ec6e1416047" | ||
| 274 | SRC_URI += "git://github.com/fatih/structs;name=structs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/structs" | ||
| 275 | |||
| 276 | # github.com/gdamore/encoding v1.0.0 | ||
| 277 | # [1] git ls-remote https://github.com/gdamore/encoding 79c592247a6248468805a0e297f43a7cac979903 | ||
| 278 | SRCREV_encoding="79c592247a6248468805a0e297f43a7cac979903" | ||
| 279 | SRC_URI += "git://github.com/gdamore/encoding;name=encoding;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gdamore/encoding" | ||
| 280 | |||
| 281 | # github.com/gogo/protobuf v1.3.2 | ||
| 282 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | ||
| 283 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | ||
| 284 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" | ||
| 285 | |||
| 286 | # github.com/golang/protobuf v1.5.2 | ||
| 287 | # [1] git ls-remote https://github.com/golang/protobuf ae97035608a719c7a1c1c41bed0ae0744bdb0c6f | ||
| 288 | SRCREV_protobuf1="ae97035608a719c7a1c1c41bed0ae0744bdb0c6f" | ||
| 289 | SRC_URI += "git://github.com/golang/protobuf;name=protobuf1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | ||
| 290 | |||
| 291 | # github.com/hashicorp/errwrap v1.1.0 | ||
| 292 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | ||
| 293 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | ||
| 294 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | ||
| 295 | |||
| 296 | # github.com/hashicorp/go-multierror v1.1.1 | ||
| 297 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | ||
| 298 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | ||
| 299 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" | ||
| 300 | |||
| 301 | # github.com/klauspost/cpuid/v2 v2.0.9 | ||
| 302 | # [1] git ls-remote https://github.com/klauspost/cpuid 6903d4066801a7d800d4537ee9eebe81ea97000e | ||
| 303 | SRCREV_v212="6903d4066801a7d800d4537ee9eebe81ea97000e" | ||
| 304 | SRC_URI += "git://github.com/klauspost/cpuid;name=v212;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/cpuid/v2" | ||
| 305 | |||
| 306 | # github.com/kr/text v0.2.0 | ||
| 307 | # [1] git ls-remote https://github.com/kr/text 0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5 | ||
| 308 | SRCREV_text1="0e5f52c28dd72ab84daeb81b5a51f20fdc35f9c5" | ||
| 309 | SRC_URI += "git://github.com/kr/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kr/text" | ||
| 310 | |||
| 311 | # github.com/lestrrat-go/backoff/v2 v2.0.8 | ||
| 312 | # [1] git ls-remote https://github.com/lestrrat-go/backoff c3af762cb9d2bc8339e1d5099a4550366a675f60 | ||
| 313 | SRCREV_v2123="c3af762cb9d2bc8339e1d5099a4550366a675f60" | ||
| 314 | SRC_URI += "git://github.com/lestrrat-go/backoff;name=v2123;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/backoff/v2" | ||
| 315 | |||
| 316 | # github.com/lestrrat-go/blackmagic v1.0.0 | ||
| 317 | # [1] git ls-remote https://github.com/lestrrat-go/blackmagic 370527f88bbfd5be3192a38af3148dbd64f0976f | ||
| 318 | SRCREV_blackmagic="370527f88bbfd5be3192a38af3148dbd64f0976f" | ||
| 319 | SRC_URI += "git://github.com/lestrrat-go/blackmagic;name=blackmagic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/blackmagic" | ||
| 320 | |||
| 321 | # github.com/lestrrat-go/httpcc v1.0.0 | ||
| 322 | # [1] git ls-remote https://github.com/lestrrat-go/httpcc e7e8fea419e32f7549252ad15ecf17f3a3c1a268 | ||
| 323 | SRCREV_httpcc="e7e8fea419e32f7549252ad15ecf17f3a3c1a268" | ||
| 324 | SRC_URI += "git://github.com/lestrrat-go/httpcc;name=httpcc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/httpcc" | ||
| 325 | |||
| 326 | # github.com/lestrrat-go/iter v1.0.1 | ||
| 327 | # [1] git ls-remote https://github.com/lestrrat-go/iter 628869e97ee3dcc09033086e547a5cab96b0d708 | ||
| 328 | SRCREV_iter="628869e97ee3dcc09033086e547a5cab96b0d708" | ||
| 329 | SRC_URI += "git://github.com/lestrrat-go/iter;name=iter;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/iter" | ||
| 330 | |||
| 331 | # github.com/lestrrat-go/jwx v1.2.14 | ||
| 332 | # [1] git ls-remote https://github.com/lestrrat-go/jwx de7d9bca43812abc4f630320f8632108ccfe34bf | ||
| 333 | SRCREV_jwx="de7d9bca43812abc4f630320f8632108ccfe34bf" | ||
| 334 | SRC_URI += "git://github.com/lestrrat-go/jwx;name=jwx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/jwx" | ||
| 335 | |||
| 336 | # github.com/lestrrat-go/option v1.0.0 | ||
| 337 | # [1] git ls-remote https://github.com/lestrrat-go/option 7e3467dce320ff45667b138ae503367c92deaa0b | ||
| 338 | SRCREV_option="7e3467dce320ff45667b138ae503367c92deaa0b" | ||
| 339 | SRC_URI += "git://github.com/lestrrat-go/option;name=option;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lestrrat-go/option" | ||
| 340 | |||
| 341 | # github.com/lucasb-eyer/go-colorful v1.2.0 | ||
| 342 | # [1] git ls-remote https://github.com/lucasb-eyer/go-colorful d2b05a0d83cca9d610425691c3253d5f36d0ad06 | ||
| 343 | SRCREV_go-colorful="d2b05a0d83cca9d610425691c3253d5f36d0ad06" | ||
| 344 | SRC_URI += "git://github.com/lucasb-eyer/go-colorful;name=go-colorful;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lucasb-eyer/go-colorful" | ||
| 345 | |||
| 346 | # github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 | ||
| 347 | # [1] git ls-remote https://github.com/lufia/plan9stats 39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2 | ||
| 348 | SRCREV_plan9stats="39d0f177ccd07bdf5eb6f051ab9b09651f05d6f2" | ||
| 349 | SRC_URI += "git://github.com/lufia/plan9stats;name=plan9stats;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/lufia/plan9stats" | ||
| 350 | |||
| 351 | # github.com/mattn/go-colorable v0.1.12 | ||
| 352 | # [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710 | ||
| 353 | SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" | ||
| 354 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" | ||
| 355 | |||
| 356 | # github.com/mattn/go-runewidth v0.0.13 | ||
| 357 | # [1] git ls-remote https://github.com/mattn/go-runewidth df1ff59654317c1b5a3f860ffc47402931932104 | ||
| 358 | SRCREV_go-runewidth="df1ff59654317c1b5a3f860ffc47402931932104" | ||
| 359 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" | ||
| 360 | |||
| 361 | # github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
| 362 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c | ||
| 363 | SRCREV_golang_protobuf_extensions="c12348ce28de40eed0136aa2b644d0ee0650e56c" | ||
| 364 | SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" | ||
| 365 | |||
| 366 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | ||
| 367 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | ||
| 368 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | ||
| 369 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" | ||
| 370 | |||
| 371 | # github.com/modern-go/reflect2 v1.0.2 | ||
| 372 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | ||
| 373 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | ||
| 374 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" | ||
| 375 | |||
| 376 | # github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b | ||
| 377 | # [1] git ls-remote https://github.com/muesli/ansi 2e021307bc4b4f4766c3fb4faf6030b13dc9ec51 | ||
| 378 | SRCREV_ansi="2e021307bc4b4f4766c3fb4faf6030b13dc9ec51" | ||
| 379 | SRC_URI += "git://github.com/muesli/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/ansi" | ||
| 380 | |||
| 381 | # github.com/muesli/reflow v0.3.0 | ||
| 382 | # [1] git ls-remote https://github.com/muesli/reflow 602e329532049c9e33fa8c74e352a46fb9486947 | ||
| 383 | SRCREV_reflow="602e329532049c9e33fa8c74e352a46fb9486947" | ||
| 384 | SRC_URI += "git://github.com/muesli/reflow;name=reflow;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/reflow" | ||
| 385 | |||
| 386 | # github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 | ||
| 387 | # [1] git ls-remote https://github.com/muesli/termenv 5ac8409525e03ee6cd96daeae32d47902b88f32a | ||
| 388 | SRCREV_termenv="5ac8409525e03ee6cd96daeae32d47902b88f32a" | ||
| 389 | SRC_URI += "git://github.com/muesli/termenv;name=termenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/muesli/termenv" | ||
| 390 | |||
| 391 | # github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e | ||
| 392 | # [1] git ls-remote https://github.com/niemeyer/pretty a10e7caefd8e0d600cea437f5c3613aeb1553d56 | ||
| 393 | SRCREV_pretty="a10e7caefd8e0d600cea437f5c3613aeb1553d56" | ||
| 394 | SRC_URI += "git://github.com/niemeyer/pretty;name=pretty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/niemeyer/pretty" | ||
| 395 | |||
| 396 | # github.com/philhofer/fwd v1.1.1 | ||
| 397 | # [1] git ls-remote https://github.com/philhofer/fwd 9bcb9cab1b0394d8516a132ec243ba944efdb644 | ||
| 398 | SRCREV_fwd="9bcb9cab1b0394d8516a132ec243ba944efdb644" | ||
| 399 | SRC_URI += "git://github.com/philhofer/fwd;name=fwd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/philhofer/fwd" | ||
| 400 | |||
| 401 | # github.com/pkg/errors v0.9.1 | ||
| 402 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | ||
| 403 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | ||
| 404 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | ||
| 405 | |||
| 406 | # github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c | ||
| 407 | # [1] git ls-remote https://github.com/power-devops/perfstat 5aafc221ea8c1ff54b0835cbd5f2386a8410be11 | ||
| 408 | SRCREV_perfstat="5aafc221ea8c1ff54b0835cbd5f2386a8410be11" | ||
| 409 | SRC_URI += "git://github.com/power-devops/perfstat;name=perfstat;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/power-devops/perfstat" | ||
| 410 | |||
| 411 | # github.com/prometheus/common v0.33.0 | ||
| 412 | # [1] git ls-remote https://github.com/prometheus/common 63e75f51cd2368130efbd51b95a4e457e64b444e | ||
| 413 | SRCREV_common="63e75f51cd2368130efbd51b95a4e457e64b444e" | ||
| 414 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" | ||
| 415 | |||
| 416 | # github.com/prometheus/procfs v0.7.3 | ||
| 417 | # [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac | ||
| 418 | SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" | ||
| 419 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | ||
| 420 | |||
| 421 | # github.com/rivo/uniseg v0.2.0 | ||
| 422 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d | ||
| 423 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" | ||
| 424 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" | ||
| 425 | |||
| 426 | # github.com/sirupsen/logrus v1.8.1 | ||
| 427 | # [1] git ls-remote https://github.com/sirupsen/logrus bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b | ||
| 428 | SRCREV_logrus="bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b" | ||
| 429 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | ||
| 430 | |||
| 431 | # github.com/tidwall/match v1.1.1 | ||
| 432 | # [1] git ls-remote https://github.com/tidwall/match 4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf | ||
| 433 | SRCREV_match="4c9fc61b493b7aa0a3d347e9190aa78c5bec09cf" | ||
| 434 | SRC_URI += "git://github.com/tidwall/match;name=match;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/match" | ||
| 435 | |||
| 436 | # github.com/tidwall/pretty v1.2.0 | ||
| 437 | # [1] git ls-remote https://github.com/tidwall/pretty aaa765e7476acb0028a854b85675801362cbdaa2 | ||
| 438 | SRCREV_pretty1="aaa765e7476acb0028a854b85675801362cbdaa2" | ||
| 439 | SRC_URI += "git://github.com/tidwall/pretty;name=pretty1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tidwall/pretty" | ||
| 440 | |||
| 441 | # github.com/tklauser/go-sysconf v0.3.9 | ||
| 442 | # [1] git ls-remote https://github.com/tklauser/go-sysconf 746b19d14e19d242c2daa08e0d645c19832c1939 | ||
| 443 | SRCREV_go-sysconf="746b19d14e19d242c2daa08e0d645c19832c1939" | ||
| 444 | SRC_URI += "git://github.com/tklauser/go-sysconf;name=go-sysconf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/go-sysconf" | ||
| 445 | |||
| 446 | # github.com/tklauser/numcpus v0.3.0 | ||
| 447 | # [1] git ls-remote https://github.com/tklauser/numcpus cc3fdd5f3955d53d50d94380963bddd24bd373e2 | ||
| 448 | SRCREV_numcpus="cc3fdd5f3955d53d50d94380963bddd24bd373e2" | ||
| 449 | SRC_URI += "git://github.com/tklauser/numcpus;name=numcpus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tklauser/numcpus" | ||
| 450 | |||
| 451 | # github.com/yusufpapurcu/wmi v1.2.2 | ||
| 452 | # [1] git ls-remote https://github.com/yusufpapurcu/wmi 253c5f0cb35e666c4c0fc42083824e7c89f0cc8d | ||
| 453 | SRCREV_wmi="253c5f0cb35e666c4c0fc42083824e7c89f0cc8d" | ||
| 454 | SRC_URI += "git://github.com/yusufpapurcu/wmi;name=wmi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/yusufpapurcu/wmi" | ||
| 455 | |||
| 456 | # go.etcd.io/etcd/api/v3 v3.5.2 | ||
| 457 | # [1] git ls-remote https://github.com/etcd-io/etcd 4591a096d4d3c08e577d7269851938db0c1da3d4 | ||
| 458 | SRCREV_v31="4591a096d4d3c08e577d7269851938db0c1da3d4" | ||
| 459 | SRC_URI += "git://github.com/etcd-io/etcd;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/etcd-io/etcd/api/v3" | ||
| 460 | |||
| 461 | # go.uber.org/atomic v1.9.0 | ||
| 462 | # [1] git ls-remote https://github.com/uber-go/atomic 135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8 | ||
| 463 | SRCREV_atomic="135466e2d0c8f8adf4d37dc757e3df0ebdd0dfe8" | ||
| 464 | SRC_URI += "git://github.com/uber-go/atomic;name=atomic;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/atomic" | ||
| 465 | |||
| 466 | # go.uber.org/multierr v1.7.0 | ||
| 467 | # [1] git ls-remote https://github.com/uber-go/multierr 19d9fff1d3b66750a134671435786579bc994737 | ||
| 468 | SRCREV_multierr="19d9fff1d3b66750a134671435786579bc994737" | ||
| 469 | SRC_URI += "git://github.com/uber-go/multierr;name=multierr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/multierr" | ||
| 470 | |||
| 471 | # go.uber.org/zap v1.19.1 | ||
| 472 | # [1] git ls-remote https://github.com/uber-go/zap 2f61e97148e69cd2dd1902b03e89ce07cd1218a1 | ||
| 473 | SRCREV_zap="2f61e97148e69cd2dd1902b03e89ce07cd1218a1" | ||
| 474 | SRC_URI += "git://github.com/uber-go/zap;name=zap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/zap" | ||
| 475 | |||
| 476 | # golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
| 477 | # [1] git ls-remote https://go.googlesource.com/sync 036812b2e83c0ddf193dd5a34e034151da389d09 | ||
| 478 | SRCREV_sync="036812b2e83c0ddf193dd5a34e034151da389d09" | ||
| 479 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sync" | ||
| 480 | |||
| 481 | # golang.org/x/sys v0.0.0-20220412211240-33da011f77ad | ||
| 482 | # [1] git ls-remote https://go.googlesource.com/sys 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809 | ||
| 483 | SRCREV_sys="33da011f77ade50ff5b6a6fb4a9a1e6d6b285809" | ||
| 484 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.googlesource.com/sys" | ||
| 485 | |||
| 486 | # google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb | ||
| 487 | # [1] git ls-remote https://github.com/googleapis/go-genproto 3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3 | ||
| 488 | SRCREV_genproto="3ac035c7e7cbd86eb6d8b95be888cf83d73dedd3" | ||
| 489 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" | ||
| 490 | |||
| 491 | # google.golang.org/grpc v1.43.0 | ||
| 492 | # [1] git ls-remote https://github.com/grpc/grpc-go 14c11384b76b67f7b1b32a5d18f865762634c0ae | ||
| 493 | SRCREV_grpc="14c11384b76b67f7b1b32a5d18f865762634c0ae" | ||
| 494 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" | ||
| 495 | |||
| 496 | # google.golang.org/protobuf v1.27.1 | ||
| 497 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go b92717ecb630d4a4824b372bf98c729d87311a4d | ||
| 498 | SRCREV_protobuf12="b92717ecb630d4a4824b372bf98c729d87311a4d" | ||
| 499 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" | ||
| 500 | |||
| 501 | # gopkg.in/ini.v1 v1.66.3 | ||
| 502 | # [1] git ls-remote https://gopkg.in/ini.v1 fcd6cc399e588727c1231f4ea187d1b963536bcc | ||
| 503 | SRCREV_ini.v1="fcd6cc399e588727c1231f4ea187d1b963536bcc" | ||
| 504 | SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1" | ||
| 505 | |||
| 506 | # gopkg.in/yaml.v3 v3.0.1 | ||
| 507 | # [1] git ls-remote https://gopkg.in/yaml.v3 f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | ||
| 508 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | ||
| 509 | SRC_URI += "git://gopkg.in/yaml.v3;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" | ||
