2021-12-04 06:50:58 +03:00
module zotregistry . io / zot
2019-06-21 02:36:40 +03:00
2022-01-06 23:21:44 +03:00
go 1.17
2019-06-21 02:36:40 +03:00
require (
2021-11-15 23:33:18 +03:00
github . com / 99 designs / gqlgen v0 . 14.0
2021-06-08 23:11:18 +03:00
github . com / AdaLogics / go - fuzz - headers v0 . 0.0 - 20210921152813 - f50b76b2163b / / indirect
github . com / Masterminds / semver v1 . 5.0
2019-12-11 23:16:37 +03:00
github . com / alecthomas / template v0 . 0.0 - 20190718012654 - fb15b899a751
2021-05-21 23:47:28 +03:00
github . com / apex / log v1 . 9.0
2020-06-24 22:38:42 +03:00
github . com / aquasecurity / trivy v0 . 0.0 - 00010101000000 - 000000000000
2021-10-05 00:27:26 +03:00
github . com / aquasecurity / trivy - db v0 . 0.0 - 20210916043317 - 726 b7b72a47b
2021-11-25 15:04:39 +03:00
github . com / bmatcuk / doublestar / v4 v4 . 0.2
2021-01-25 21:04:03 +03:00
github . com / briandowns / spinner v1 . 16.0
2021-09-23 22:32:25 +03:00
github . com / chartmuseum / auth v0 . 5.0
2022-01-06 21:26:35 +03:00
github . com / containerd / containerd v1 . 5.9 / / indirect
2021-11-15 23:33:18 +03:00
github . com / containers / common v0 . 44.3
github . com / containers / image / v5 v5 . 16.1
2022-01-21 23:30:09 +03:00
github . com / didip / tollbooth / v6 v6 . 1.1
2021-07-17 06:53:05 +03:00
github . com / docker / distribution v2 . 7.1 + incompatible
2020-06-17 04:52:40 +03:00
github . com / dustin / go - humanize v1 . 0.0
2021-01-25 21:04:03 +03:00
github . com / fsnotify / fsnotify v1 . 5.1
2019-08-15 19:34:54 +03:00
github . com / getlantern / deepcopy v0 . 0.0 - 20160317154340 - 7 f45deb8130a
2021-01-25 21:04:03 +03:00
github . com / go - ldap / ldap / v3 v3 . 4.1
2021-11-15 23:33:18 +03:00
github . com / gofrs / uuid v4 . 1.0 + incompatible
github . com / google / go - containerregistry v0 . 7.0
2022-01-24 09:43:17 +03:00
github . com / google / uuid v1 . 3.0
2021-05-21 23:47:28 +03:00
github . com / gorilla / handlers v1 . 5.1
github . com / gorilla / mux v1 . 8.0
2021-11-15 23:33:18 +03:00
github . com / json - iterator / go v1 . 1.12
2021-12-04 07:35:07 +03:00
github . com / minio / sha256 - simd v1 . 0.0
2022-01-24 09:43:17 +03:00
github . com / mitchellh / mapstructure v1 . 4.3
2021-01-25 21:04:03 +03:00
github . com / nmcclain / ldap v0 . 0.0 - 20210720162743 - 7 f8d1e44eeba
2021-10-30 05:10:55 +03:00
github . com / notaryproject / notation v0 . 7.0 - alpha . 1
github . com / notaryproject / notation - go - lib v1 . 0.0 - alpha - 1
2021-05-21 23:47:28 +03:00
github . com / olekukonko / tablewriter v0 . 0.5
2021-11-15 23:33:18 +03:00
github . com / opencontainers / distribution - spec / specs - go v0 . 0.0 - 20211026153258 - b3f631f25f1a
2020-06-26 03:04:32 +03:00
github . com / opencontainers / go - digest v1 . 0.0
2022-01-06 21:26:35 +03:00
github . com / opencontainers / image - spec v1 . 0.2
2021-12-04 07:35:07 +03:00
github . com / opencontainers / runc v1 . 0.3 / / indirect
2021-09-23 19:36:11 +03:00
github . com / opencontainers / umoci v0 . 4.8 - 0.20210922062158 - e60a0cc726e6
2021-10-30 05:10:55 +03:00
github . com / oras - project / artifacts - spec v1 . 0.0 - draft . 1
2019-12-13 23:57:51 +03:00
github . com / phayes / freeport v0 . 0.0 - 20180830031419 - 95 f893ade6f2
2022-02-02 05:02:05 +03:00
github . com / pkg / errors v0 . 9.1
2022-02-12 01:03:02 +03:00
github . com / prometheus / client_golang v1 . 12.1
2021-10-15 18:05:00 +03:00
github . com / prometheus / client_model v0 . 2.0
2021-11-15 23:33:18 +03:00
github . com / rs / zerolog v1 . 26.0
2021-10-30 05:10:55 +03:00
github . com / sigstore / cosign v1 . 3.1
2021-11-15 23:33:18 +03:00
github . com / smartystreets / goconvey v1 . 7.2
2022-01-24 09:43:17 +03:00
github . com / spf13 / cobra v1 . 3.0
github . com / spf13 / viper v1 . 10.0
2021-04-06 03:40:33 +03:00
github . com / stretchr / testify v1 . 7.0
2021-11-15 23:33:18 +03:00
github . com / swaggo / http - swagger v1 . 1.2
github . com / swaggo / swag v1 . 7.4
2021-10-05 00:27:26 +03:00
github . com / urfave / cli / v2 v2 . 3.0
2021-05-21 23:47:28 +03:00
github . com / vektah / gqlparser / v2 v2 . 2.0
2021-10-05 00:27:26 +03:00
go . etcd . io / bbolt v1 . 3.6
2021-11-15 23:33:18 +03:00
golang . org / x / crypto v0 . 0.0 - 20211108221036 - ceb1ce70b4fa
2019-06-21 02:36:40 +03:00
gopkg . in / resty . v1 v1 . 12.0
2021-04-06 03:40:33 +03:00
gopkg . in / yaml . v2 v2 . 4.0
2019-06-21 02:36:40 +03:00
)
2020-06-24 22:38:42 +03:00
2022-01-06 23:21:44 +03:00
require (
bitbucket . org / creachadair / shell v0 . 0.6 / / indirect
2022-01-24 09:43:17 +03:00
cloud . google . com / go v0 . 99.0 / / indirect
2022-01-06 23:21:44 +03:00
cloud . google . com / go / kms v1 . 1.0 / / indirect
cloud . google . com / go / storage v1 . 18.2 / / indirect
cuelang . org / go v0 . 4.0 / / indirect
github . com / Azure / azure - sdk - for - go v55 . 8.0 + incompatible / / indirect
github . com / Azure / go - autorest v14 . 2.0 + incompatible / / indirect
github . com / Azure / go - autorest / autorest v0 . 11.19 / / indirect
github . com / Azure / go - autorest / autorest / adal v0 . 9.13 / / indirect
github . com / Azure / go - autorest / autorest / azure / auth v0 . 5.8 / / indirect
github . com / Azure / go - autorest / autorest / azure / cli v0 . 4.2 / / indirect
github . com / Azure / go - autorest / autorest / date v0 . 3.0 / / indirect
github . com / Azure / go - autorest / autorest / to v0 . 4.0 / / indirect
github . com / Azure / go - autorest / autorest / validation v0 . 3.1 / / indirect
github . com / Azure / go - autorest / logger v0 . 2.1 / / indirect
github . com / Azure / go - autorest / tracing v0 . 6.0 / / indirect
github . com / Azure / go - ntlmssp v0 . 0.0 - 20200615164410 - 66371956 d46c / / indirect
github . com / BurntSushi / toml v0 . 4.1 / / indirect
github . com / GoogleCloudPlatform / docker - credential - gcr v1 . 5.0 / / indirect
github . com / KyleBanks / depth v1 . 2.1 / / indirect
github . com / Masterminds / goutils v1 . 1.1 / / indirect
github . com / Masterminds / sprig v2 . 22.0 + incompatible / / indirect
github . com / Microsoft / go - winio v0 . 5.1 / / indirect
github . com / OneOfOne / xxhash v1 . 2.8 / / indirect
github . com / ProtonMail / go - crypto v0 . 0.0 - 20210428141323 - 04723 f9f07d7 / / indirect
github . com / PuerkitoBio / purell v1 . 1.1 / / indirect
github . com / PuerkitoBio / urlesc v0 . 0.0 - 20170810143723 - de5bf2ad4578 / / indirect
github . com / ReneKroon / ttlcache / v2 v2 . 9.0 / / indirect
github . com / ThalesIgnite / crypto11 v1 . 2.5 / / indirect
github . com / VividCortex / ewma v1 . 2.0 / / indirect
github . com / acarl005 / stripansi v0 . 0.0 - 20180116102854 - 5 a71ef0e047d / / indirect
github . com / acomagu / bufpipe v1 . 0.3 / / indirect
github . com / agext / levenshtein v1 . 2.2 / / indirect
github . com / agnivade / levenshtein v1 . 1.0 / / indirect
github . com / apparentlymart / go - cidr v1 . 1.0 / / indirect
github . com / apparentlymart / go - textseg / v13 v13 . 0.0 / / indirect
github . com / aquasecurity / fanal v0 . 0.0 - 20211005172059 - 69527 b46560c / / indirect
github . com / aquasecurity / go - dep - parser v0 . 0.0 - 20210919151457 - 76 db061b9305 / / indirect
github . com / aquasecurity / go - gem - version v0 . 0.0 - 20201115065557 - 8 eed6fe000ce / / indirect
github . com / aquasecurity / go - npm - version v0 . 0.0 - 20201110091526 - 0 b796d180798 / / indirect
github . com / aquasecurity / go - pep440 - version v0 . 0.0 - 20210121094942 - 22 b2f8951d46 / / indirect
github . com / aquasecurity / go - version v0 . 0.0 - 20210121072130 - 637058 cfe492 / / indirect
github . com / aquasecurity / tfsec v0 . 58.11 / / indirect
2022-01-24 09:43:17 +03:00
github . com / armon / go - metrics v0 . 3.10 / / indirect
2022-01-06 23:21:44 +03:00
github . com / armon / go - radix v1 . 0.0 / / indirect
github . com / asaskevich / govalidator v0 . 0.0 - 20210307081110 - f21760c49a8d / / indirect
github . com / aws / aws - sdk - go v1 . 42.1 / / indirect
github . com / beorn7 / perks v1 . 0.1 / / indirect
github . com / bgentry / go - netrc v0 . 0.0 - 20140422174119 - 9 fd32a8b3d3d / / indirect
github . com / bgentry / speakeasy v0 . 1.0 / / indirect
github . com / blang / semver v3 . 5.1 + incompatible / / indirect
github . com / bmatcuk / doublestar v1 . 3.4 / / indirect
2022-02-12 01:03:02 +03:00
github . com / bytecodealliance / wasmtime - go v0 . 33.1 / / indirect
2022-01-06 23:21:44 +03:00
github . com / caarlos0 / env / v6 v6 . 0.0 / / indirect
github . com / cenkalti / backoff v2 . 2.1 + incompatible / / indirect
github . com / cenkalti / backoff / v3 v3 . 0.0 / / indirect
2022-02-12 01:03:02 +03:00
github . com / cenkalti / backoff / v4 v4 . 1.2 / / indirect
2022-01-06 23:21:44 +03:00
github . com / census - instrumentation / opencensus - proto v0 . 3.0 / / indirect
github . com / cespare / xxhash / v2 v2 . 1.2 / / indirect
github . com / cheggaaa / pb / v3 v3 . 0.3 / / indirect
github . com / cncf / udpa / go v0 . 0.0 - 20210930031921 - 04548 b0d99d4 / / indirect
2022-01-24 09:43:17 +03:00
github . com / cncf / xds / go v0 . 0.0 - 20211130200136 - a8f946100490 / / indirect
2022-01-06 23:21:44 +03:00
github . com / cockroachdb / apd / v2 v2 . 0.1 / / indirect
github . com / containerd / stargz - snapshotter / estargz v0 . 10.0 / / indirect
github . com / containerd / typeurl v1 . 0.2 / / indirect
github . com / containers / libtrust v0 . 0.0 - 20190913040956 - 14 b96171aa3b / / indirect
github . com / containers / ocicrypt v1 . 1.2 / / indirect
github . com / containers / storage v1 . 37.0 / / indirect
github . com / coreos / go - oidc / v3 v3 . 1.0 / / indirect
github . com / coreos / go - semver v0 . 3.0 / / indirect
github . com / coreos / go - systemd / v22 v22 . 3.2 / / indirect
github . com / cpuguy83 / go - md2man / v2 v2 . 0.1 / / indirect
github . com / cyberphone / json - canonicalization v0 . 0.0 - 20210823021906 - dc406ceaf94b / / indirect
github . com / cyphar / filepath - securejoin v0 . 2.3 / / indirect
github . com / davecgh / go - spew v1 . 1.1 / / indirect
github . com / dgryski / go - rendezvous v0 . 0.0 - 20200823014737 - 9 f7001d12a5f / / indirect
github . com / dimchansky / utfbom v1 . 1.1 / / indirect
github . com / distribution / distribution / v3 v3 . 0.0 - 20210804104954 - 38 ab4c606ee3 / / indirect
github . com / docker / cli v20 . 10.10 + incompatible / / indirect
github . com / docker / docker v20 . 10.11 + incompatible / / indirect
github . com / docker / docker - credential - helpers v0 . 6.4 / / indirect
github . com / docker / go - connections v0 . 4.0 / / indirect
github . com / docker / go - metrics v0 . 0.1 / / indirect
github . com / docker / go - units v0 . 4.0 / / indirect
github . com / emicklei / proto v1 . 6.15 / / indirect
github . com / emirpasic / gods v1 . 12.0 / / indirect
2022-01-24 09:43:17 +03:00
github . com / envoyproxy / go - control - plane v0 . 10.1 / / indirect
2022-01-06 23:21:44 +03:00
github . com / envoyproxy / protoc - gen - validate v0 . 6.2 / / indirect
2022-01-24 09:43:17 +03:00
github . com / fatih / color v1 . 13.0 / / indirect
2022-02-12 01:03:02 +03:00
github . com / felixge / httpsnoop v1 . 0.2 / / indirect
2022-01-06 23:21:44 +03:00
github . com / form3tech - oss / jwt - go v3 . 2.5 + incompatible / / indirect
github . com / fullstorydev / grpcurl v1 . 8.2 / / indirect
github . com / ghodss / yaml v1 . 0.0 / / indirect
github . com / go - asn1 - ber / asn1 - ber v1 . 5.1 / / indirect
github . com / go - chi / chi v4 . 1.2 + incompatible / / indirect
github . com / go - git / gcfg v1 . 5.0 / / indirect
github . com / go - git / go - billy / v5 v5 . 3.1 / / indirect
github . com / go - git / go - git / v5 v5 . 4.2 / / indirect
2022-02-12 01:03:02 +03:00
github . com / go - ini / ini v1 . 66.3 / / indirect
github . com / go - logr / logr v1 . 2.2 / / indirect
github . com / go - logr / stdr v1 . 2.0 / / indirect
2022-01-06 23:21:44 +03:00
github . com / go - openapi / analysis v0 . 20.1 / / indirect
github . com / go - openapi / errors v0 . 20.1 / / indirect
github . com / go - openapi / jsonpointer v0 . 19.5 / / indirect
github . com / go - openapi / jsonreference v0 . 19.6 / / indirect
github . com / go - openapi / loads v0 . 21.0 / / indirect
github . com / go - openapi / runtime v0 . 21.0 / / indirect
github . com / go - openapi / spec v0 . 20.4 / / indirect
github . com / go - openapi / strfmt v0 . 21.0 / / indirect
github . com / go - openapi / swag v0 . 19.15 / / indirect
github . com / go - openapi / validate v0 . 20.3 / / indirect
github . com / go - piv / piv - go v1 . 9.0 / / indirect
2022-01-21 23:30:09 +03:00
github . com / go - pkgz / expirable - cache v0 . 0.3 / / indirect
2022-01-06 23:21:44 +03:00
github . com / go - playground / locales v0 . 13.0 / / indirect
github . com / go - playground / universal - translator v0 . 17.0 / / indirect
github . com / go - playground / validator v9 . 31.0 + incompatible / / indirect
github . com / go - redis / redis / v8 v8 . 11.3 / / indirect
github . com / go - restruct / restruct v0 . 0.0 - 20191227155143 - 5734170 a48a1 / / indirect
github . com / go - stack / stack v1 . 8.0 / / indirect
github . com / gobwas / glob v0 . 2.3 / / indirect
github . com / gogo / protobuf v1 . 3.2 / / indirect
github . com / golang - jwt / jwt v3 . 2.2 + incompatible / / indirect
github . com / golang / glog v1 . 0.0 / / indirect
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
github . com / golang / mock v1 . 6.0 / / indirect
github . com / golang / protobuf v1 . 5.2 / / indirect
github . com / golang / snappy v0 . 0.4 / / indirect
github . com / google / btree v1 . 0.1 / / indirect
github . com / google / certificate - transparency - go v1 . 1.2 - 0.20210728111105 - 5 f7e9ba4be3d / / indirect
github . com / google / go - cmp v0 . 5.6 / / indirect
github . com / google / go - containerregistry / pkg / authn / k8schain v0 . 0.0 - 20211102215614 - dd49079bb93d / / indirect
github . com / google / go - github / v33 v33 . 0.0 / / indirect
github . com / google / go - github / v39 v39 . 2.0 / / indirect
github . com / google / go - querystring v1 . 1.0 / / indirect
github . com / google / gofuzz v1 . 2.0 / / indirect
github . com / google / trillian v1 . 3.14 - 0.20210713114448 - df474653733c / / indirect
github . com / google / wire v0 . 5.0 / / indirect
github . com / googleapis / gax - go / v2 v2 . 1.1 / / indirect
github . com / googleapis / gnostic v0 . 4.1 / / indirect
github . com / gopherjs / gopherjs v0 . 0.0 - 20181017120253 - 0766667 cb4d1 / / indirect
github . com / gorilla / websocket v1 . 4.2 / / indirect
github . com / grpc - ecosystem / go - grpc - middleware v1 . 3.0 / / indirect
github . com / grpc - ecosystem / go - grpc - prometheus v1 . 2.0 / / indirect
github . com / grpc - ecosystem / grpc - gateway v1 . 16.0 / / indirect
github . com / hashicorp / errwrap v1 . 1.0 / / indirect
github . com / hashicorp / go - cleanhttp v0 . 5.2 / / indirect
github . com / hashicorp / go - getter v1 . 5.2 / / indirect
2022-01-24 09:43:17 +03:00
github . com / hashicorp / go - hclog v1 . 0.0 / / indirect
2022-01-06 23:21:44 +03:00
github . com / hashicorp / go - immutable - radix v1 . 3.1 / / indirect
github . com / hashicorp / go - multierror v1 . 1.1 / / indirect
github . com / hashicorp / go - plugin v1 . 4.3 / / indirect
github . com / hashicorp / go - retryablehttp v0 . 7.0 / / indirect
github . com / hashicorp / go - rootcerts v1 . 0.2 / / indirect
github . com / hashicorp / go - safetemp v1 . 0.0 / / indirect
github . com / hashicorp / go - secure - stdlib / mlock v0 . 1.1 / / indirect
github . com / hashicorp / go - secure - stdlib / parseutil v0 . 1.1 / / indirect
github . com / hashicorp / go - secure - stdlib / strutil v0 . 1.1 / / indirect
github . com / hashicorp / go - sockaddr v1 . 0.2 / / indirect
github . com / hashicorp / go - uuid v1 . 0.2 / / indirect
github . com / hashicorp / go - version v1 . 3.0 / / indirect
github . com / hashicorp / golang - lru v0 . 5.4 / / indirect
github . com / hashicorp / hcl v1 . 0.0 / / indirect
github . com / hashicorp / hcl / v2 v2 . 10.1 / / indirect
github . com / hashicorp / vault / api v1 . 3.0 / / indirect
github . com / hashicorp / vault / sdk v0 . 3.0 / / indirect
github . com / hashicorp / yamux v0 . 0.0 - 20180604194846 - 3520598351 bb / / indirect
github . com / huandu / xstrings v1 . 3.2 / / indirect
github . com / imdario / mergo v0 . 3.12 / / indirect
github . com / in - toto / in - toto - golang v0 . 3.3 / / indirect
github . com / inconshreveable / mousetrap v1 . 0.0 / / indirect
github . com / jbenet / go - context v0 . 0.0 - 20150711004518 - d14ea06fba99 / / indirect
github . com / jedisct1 / go - minisign v0 . 0.0 - 20210703085342 - c1f07ee84431 / / indirect
github . com / jhump / protoreflect v1 . 9.0 / / indirect
github . com / jmespath / go - jmespath v0 . 4.0 / / indirect
github . com / jonboulle / clockwork v0 . 2.2 / / indirect
github . com / josharian / intern v1 . 0.0 / / indirect
github . com / jtolds / gls v4 . 20.0 + incompatible / / indirect
github . com / kevinburke / ssh_config v0 . 0.0 - 20201106050909 - 4977 a11b4351 / / indirect
github . com / klauspost / compress v1 . 13.6 / / indirect
github . com / klauspost / cpuid / v2 v2 . 0.4 / / indirect
github . com / klauspost / pgzip v1 . 2.5 / / indirect
github . com / knqyf263 / go - apk - version v0 . 0.0 - 20200609155635 - 041 fdbb8563f / / indirect
github . com / knqyf263 / go - deb - version v0 . 0.0 - 20190517075300 - 09 fca494f03d / / indirect
github . com / knqyf263 / go - rpm - version v0 . 0.0 - 20170716094938 - 74609 b86c936 / / indirect
github . com / knqyf263 / go - rpmdb v0 . 0.0 - 20210911072402 - 73 bd0ce46c49 / / indirect
github . com / knqyf263 / nested v0 . 0.1 / / indirect
github . com / leodido / go - urn v1 . 2.1 / / indirect
github . com / magiconair / properties v1 . 8.5 / / indirect
github . com / mailru / easyjson v0 . 7.7 / / indirect
github . com / masahiro331 / go - mvn - version v0 . 0.0 - 20210429150710 - d3157d602a08 / / indirect
2022-01-24 09:43:17 +03:00
github . com / mattn / go - colorable v0 . 1.12 / / indirect
github . com / mattn / go - isatty v0 . 0.14 / / indirect
2022-01-06 23:21:44 +03:00
github . com / mattn / go - runewidth v0 . 0.13 / / indirect
github . com / matttproud / golang_protobuf_extensions v1 . 0.2 - 0.20181231171920 - c182affec369 / / indirect
github . com / miekg / pkcs11 v1 . 0.3 / / indirect
github . com / mitchellh / copystructure v1 . 1.1 / / indirect
github . com / mitchellh / go - homedir v1 . 1.0 / / indirect
github . com / mitchellh / go - testing - interface v1 . 0.0 / / indirect
github . com / mitchellh / go - wordwrap v1 . 0.0 / / indirect
github . com / mitchellh / reflectwalk v1 . 0.1 / / indirect
github . com / moby / buildkit v0 . 8.1 / / indirect
github . com / moby / sys / mountinfo v0 . 4.1 / / indirect
github . com / modern - go / concurrent v0 . 0.0 - 20180306012644 - bacd9c7ef1dd / / indirect
github . com / modern - go / reflect2 v1 . 0.2 / / indirect
github . com / mpvl / unique v0 . 0.0 - 20150818121801 - cbe035fff7de / / indirect
github . com / mtrmac / gpgme v0 . 1.2 / / indirect
github . com / nmcclain / asn1 - ber v0 . 0.0 - 20170104154839 - 2661553 a0484 / / indirect
github . com / oklog / run v1 . 0.0 / / indirect
github . com / oklog / ulid v1 . 3.1 / / indirect
2022-02-12 01:03:02 +03:00
github . com / open - policy - agent / opa v0 . 37.0 / / indirect
2022-01-06 23:21:44 +03:00
github . com / opencontainers / runtime - spec v1 . 0.3 - 0.20210326190908 - 1 c3f411f0417 / / indirect
github . com / opentracing / opentracing - go v1 . 2.0 / / indirect
github . com / owenrumney / squealer v0 . 2.28 / / indirect
github . com / pelletier / go - toml v1 . 9.4 / / indirect
2022-02-12 01:03:02 +03:00
github . com / peterh / liner v0 . 0.0 - 20170211195444 - bf27d3ba8e1d / / indirect
2022-01-06 23:21:44 +03:00
github . com / pierrec / lz4 v2 . 6.1 + incompatible / / indirect
github . com / pmezard / go - difflib v1 . 0.0 / / indirect
2022-02-12 01:03:02 +03:00
github . com / prometheus / common v0 . 32.1 / / indirect
2022-01-06 23:21:44 +03:00
github . com / prometheus / procfs v0 . 7.3 / / indirect
github . com / protocolbuffers / txtpbfmt v0 . 0.0 - 20201118171849 - f6a6b3f636fc / / indirect
github . com / rcrowley / go - metrics v0 . 0.0 - 20200313005456 - 10 cdbea86bc0 / / indirect
github . com / rivo / uniseg v0 . 2.0 / / indirect
github . com / rootless - containers / proto / go - proto v0 . 0.0 - 20210921234734 - 69430 b6543fb / / indirect
github . com / russross / blackfriday / v2 v2 . 1.0 / / indirect
github . com / ryanuber / go - glob v1 . 0.0 / / indirect
github . com / saracen / walker v0 . 0.0 - 20191201085201 - 324 a081bae7e / / indirect
github . com / sassoftware / relic v0 . 0.0 - 20210427151427 - dfb082b79b74 / / indirect
github . com / secure - systems - lab / go - securesystemslib v0 . 1.0 / / indirect
github . com / segmentio / ksuid v1 . 0.4 / / indirect
github . com / sergi / go - diff v1 . 2.0 / / indirect
github . com / shibumi / go - pathspec v1 . 2.0 / / indirect
github . com / sigstore / fulcio v0 . 1.2 - 0.20210831152525 - 42 f7422734bb / / indirect
github . com / sigstore / rekor v0 . 3.0 / / indirect
github . com / sigstore / sigstore v1 . 0.1 / / indirect
github . com / sirupsen / logrus v1 . 8.1 / / indirect
github . com / skratchdot / open - golang v0 . 0.0 - 20200116055534 - eef842397966 / / indirect
github . com / smartystreets / assertions v1 . 2.0 / / indirect
github . com / soheilhy / cmux v0 . 1.5 / / indirect
github . com / spf13 / afero v1 . 6.0 / / indirect
github . com / spf13 / cast v1 . 4.1 / / indirect
github . com / spf13 / jwalterweatherman v1 . 1.0 / / indirect
github . com / spf13 / pflag v1 . 0.5 / / indirect
github . com / stefanberger / go - pkcs11uri v0 . 0.0 - 20201008174630 - 78 d3cae3a980 / / indirect
github . com / stretchr / objx v0 . 3.0 / / indirect
github . com / subosito / gotenv v1 . 2.0 / / indirect
github . com / swaggo / files v0 . 0.0 - 20190704085106 - 630677 cd5c14 / / indirect
github . com / syndtr / gocapability v0 . 0.0 - 20200815063812 - 42 c35b437635 / / indirect
github . com / syndtr / goleveldb v1 . 0.0 / / indirect
github . com / tent / canonical - json - go v0 . 0.0 - 20130607151641 - 96 e4ba3a7613 / / indirect
github . com / thales - e - security / pool v0 . 0.2 / / indirect
github . com / theupdateframework / go - tuf v0 . 0.0 - 20210722233521 - 90 e262754396 / / indirect
github . com / tmc / grpc - websocket - proxy v0 . 0.0 - 20201229170055 - e5319fda7802 / / indirect
github . com / tmccombs / hcl2json v0 . 3.1 / / indirect
github . com / twitchtv / twirp v8 . 1.0 + incompatible / / indirect
github . com / ulikunitz / xz v0 . 5.10 / / indirect
github . com / urfave / cli v1 . 22.5 / / indirect
github . com / vbatts / go - mtree v0 . 5.0 / / indirect
github . com / vbatts / tar - split v0 . 11.2 / / indirect
github . com / vbauerster / mpb / v7 v7 . 1.5 / / indirect
github . com / vdemeester / k8s - pkg - credentialprovider v1 . 21.0 - 1 / / indirect
github . com / xanzy / go - gitlab v0 . 51.1 / / indirect
github . com / xanzy / ssh - agent v0 . 3.0 / / indirect
github . com / xeipuuv / gojsonpointer v0 . 0.0 - 20190905194746 - 02993 c407bfb / / indirect
github . com / xeipuuv / gojsonreference v0 . 0.0 - 20180127040603 - bd5ef7bd5415 / / indirect
github . com / xiang90 / probing v0 . 0.0 - 20190116061207 - 43 a291ad63a2 / / indirect
github . com / yashtewari / glob - intersection v0 . 0.0 - 20180916065949 - 5 c77d914dd0b / / indirect
github . com / zclconf / go - cty v1 . 9.1 / / indirect
github . com / zclconf / go - cty - yaml v1 . 0.2 / / indirect
2022-01-24 09:43:17 +03:00
go . etcd . io / etcd / api / v3 v3 . 5.1 / / indirect
go . etcd . io / etcd / client / pkg / v3 v3 . 5.1 / / indirect
go . etcd . io / etcd / client / v2 v2 . 305.1 / / indirect
2022-01-06 23:21:44 +03:00
go . etcd . io / etcd / client / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / etcdctl / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / etcdutl / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / pkg / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / raft / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / server / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / tests / v3 v3 . 5.0 / / indirect
go . etcd . io / etcd / v3 v3 . 5.0 / / indirect
go . mongodb . org / mongo - driver v1 . 7.3 / / indirect
go . mozilla . org / pkcs7 v0 . 0.0 - 20200128120323 - 432 b2356ecb1 / / indirect
go . opencensus . io v0 . 23.0 / / indirect
go . opentelemetry . io / contrib v1 . 1.0 / / indirect
go . opentelemetry . io / contrib / instrumentation / google . golang . org / grpc / otelgrpc v0 . 20.0 / / indirect
2022-02-12 01:03:02 +03:00
go . opentelemetry . io / contrib / instrumentation / net / http / otelhttp v0 . 28.0 / / indirect
go . opentelemetry . io / otel v1 . 3.0 / / indirect
2022-01-06 23:21:44 +03:00
go . opentelemetry . io / otel / exporters / otlp v0 . 20.0 / / indirect
2022-02-12 01:03:02 +03:00
go . opentelemetry . io / otel / exporters / otlp / internal / retry v1 . 3.0 / / indirect
go . opentelemetry . io / otel / exporters / otlp / otlptrace v1 . 3.0 / / indirect
go . opentelemetry . io / otel / exporters / otlp / otlptrace / otlptracegrpc v1 . 3.0 / / indirect
go . opentelemetry . io / otel / internal / metric v0 . 26.0 / / indirect
go . opentelemetry . io / otel / metric v0 . 26.0 / / indirect
go . opentelemetry . io / otel / sdk v1 . 3.0 / / indirect
2022-01-06 23:21:44 +03:00
go . opentelemetry . io / otel / sdk / export / metric v0 . 20.0 / / indirect
go . opentelemetry . io / otel / sdk / metric v0 . 20.0 / / indirect
2022-02-12 01:03:02 +03:00
go . opentelemetry . io / otel / trace v1 . 3.0 / / indirect
go . opentelemetry . io / proto / otlp v0 . 11.0 / / indirect
2022-01-06 23:21:44 +03:00
go . uber . org / atomic v1 . 9.0 / / indirect
2022-02-12 01:03:02 +03:00
go . uber . org / automaxprocs v1 . 4.0 / / indirect
2022-01-06 23:21:44 +03:00
go . uber . org / multierr v1 . 7.0 / / indirect
go . uber . org / zap v1 . 19.1 / / indirect
golang . org / x / mod v0 . 5.1 / / indirect
golang . org / x / net v0 . 0.0 - 20211111160137 - 58 aab5ef257a / / indirect
golang . org / x / oauth2 v0 . 0.0 - 20211104180415 - d3ed0bb246c8 / / indirect
golang . org / x / sync v0 . 0.0 - 20210220032951 - 036812 b2e83c / / indirect
2022-02-12 01:03:02 +03:00
golang . org / x / sys v0 . 0.0 - 20220114195835 - da31bd327af9 / / indirect
2022-01-06 23:21:44 +03:00
golang . org / x / term v0 . 0.0 - 20210927222741 - 03 fcf44c2211 / / indirect
golang . org / x / text v0 . 3.7 / / indirect
golang . org / x / time v0 . 0.0 - 20210723032227 - 1 f47c861a9ac / / indirect
golang . org / x / tools v0 . 1.7 / / indirect
golang . org / x / xerrors v0 . 0.0 - 20200804184101 - 5 ec99f83aff1 / / indirect
2022-01-24 09:43:17 +03:00
google . golang . org / api v0 . 62.0 / / indirect
2022-01-06 23:21:44 +03:00
google . golang . org / appengine v1 . 6.7 / / indirect
2022-01-24 09:43:17 +03:00
google . golang . org / genproto v0 . 0.0 - 20211208223120 - 3 a66f561d7aa / / indirect
2022-02-12 01:03:02 +03:00
google . golang . org / grpc v1 . 44.0 / / indirect
2022-01-06 23:21:44 +03:00
google . golang . org / protobuf v1 . 27.1 / / indirect
gopkg . in / cheggaaa / pb . v1 v1 . 0.28 / / indirect
gopkg . in / inf . v0 v0 . 9.1 / / indirect
2022-01-24 09:43:17 +03:00
gopkg . in / ini . v1 v1 . 66.2 / / indirect
2022-01-06 23:21:44 +03:00
gopkg . in / natefinch / lumberjack . v2 v2 . 0.0 / / indirect
gopkg . in / square / go - jose . v2 v2 . 6.0 / / indirect
gopkg . in / warnings . v0 v0 . 1.2 / / indirect
gopkg . in / yaml . v3 v3 . 0.0 - 20210107192922 - 496545 a6307b / / indirect
k8s . io / api v0 . 21.6 / / indirect
k8s . io / apimachinery v0 . 21.6 / / indirect
k8s . io / client - go v0 . 21.6 / / indirect
k8s . io / cloud - provider v0 . 21.0 / / indirect
k8s . io / component - base v0 . 21.4 / / indirect
k8s . io / klog / v2 v2 . 20.0 / / indirect
k8s . io / legacy - cloud - providers v0 . 21.0 / / indirect
k8s . io / utils v0 . 0.0 - 20210930125809 - cb0fa318a74b / / indirect
knative . dev / pkg v0 . 0.0 - 20211004133827 - 74 ac82a333a4 / / indirect
sigs . k8s . io / structured - merge - diff / v4 v4 . 1.2 / / indirect
sigs . k8s . io / yaml v1 . 3.0 / / indirect
)
2021-09-23 19:36:11 +03:00
replace (
2021-10-05 00:27:26 +03:00
github . com / aquasecurity / fanal = > github . com / anuvu / fanal v0 . 0.0 - 20211007194926 - d0c577a014df
github . com / aquasecurity / trivy = > github . com / anuvu / trivy v0 . 9.2 - 0.20211013001708 - 27408 aa50da3
github . com / aquasecurity / trivy - db = > github . com / anuvu / trivy - db v0 . 0.0 - 20211007191113 - 44 f7e57b689c
2021-11-18 21:14:37 +03:00
github . com / containers / image / v5 = > github . com / anuvu / image / v5 v5 . 0.0 - 20211118175920 - feae9c2f0d91
2022-01-06 21:26:35 +03:00
github . com / opencontainers / image - spec = > github . com / opencontainers / image - spec v1 . 0.2 - 0.20211117181255 - 693428 a734f5
2021-09-23 19:36:11 +03:00
)