2020-03-19 04:41:52 +08:00
|
|
|
module github.com/artifacthub/hub
|
2020-01-16 17:59:53 +08:00
|
|
|
|
2021-02-24 16:08:20 +08:00
|
|
|
go 1.16
|
2020-01-16 17:59:53 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-12-10 14:13:16 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/aquasecurity/trivy v0.19.2
|
|
|
|
|
github.com/containerd/containerd v1.4.9
|
2021-01-05 16:54:41 +08:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2021-03-23 16:43:04 +08:00
|
|
|
github.com/deislabs/oras v0.11.1
|
2020-02-12 18:43:50 +08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-03-06 06:07:34 +08:00
|
|
|
github.com/domodwyer/mailyak v3.1.1+incompatible
|
2020-06-26 15:53:14 +08:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-06-01 22:18:45 +08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.3
|
2021-06-18 17:10:35 +08:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2021-05-31 18:37:02 +08:00
|
|
|
github.com/google/go-containerregistry v0.5.1
|
2020-04-13 19:44:43 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/gorilla/csrf v1.7.1
|
2020-06-17 18:25:22 +08:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2020-03-07 04:22:25 +08:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2020-02-12 18:43:50 +08:00
|
|
|
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
|
2021-07-21 23:49:19 +08:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2021-01-28 21:01:31 +08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/jackc/pgconn v1.10.0
|
|
|
|
|
github.com/jackc/pgx/v4 v4.13.0
|
2021-02-08 18:07:43 +08:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-06-18 17:10:35 +08:00
|
|
|
github.com/open-policy-agent/opa v0.29.4
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/operator-framework/api v0.10.5
|
2020-05-19 19:58:47 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-04-28 19:25:15 +08:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2021-06-18 17:10:35 +08:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/rs/cors v1.8.0
|
2021-06-18 17:10:35 +08:00
|
|
|
github.com/rs/zerolog v1.23.0
|
2021-02-08 18:07:43 +08:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
|
2020-04-13 19:44:43 +08:00
|
|
|
github.com/satori/uuid v1.2.0
|
2021-07-21 23:49:19 +08:00
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
|
github.com/spf13/viper v1.8.1
|
2021-02-08 18:07:43 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-09 16:00:07 +08:00
|
|
|
github.com/tektoncd/pipeline v0.26.0
|
2021-05-31 18:37:02 +08:00
|
|
|
github.com/unrolled/secure v1.0.9
|
2020-05-01 02:34:34 +08:00
|
|
|
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
|
2021-04-24 01:49:42 +08:00
|
|
|
github.com/wagslane/go-password-validator v0.3.0
|
2021-08-09 16:00:07 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
|
|
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2021-03-23 16:43:04 +08:00
|
|
|
gonum.org/v1/netlib v0.0.0-20210302091547-ede94419cf37 // indirect
|
2021-06-18 17:10:35 +08:00
|
|
|
google.golang.org/api v0.48.0
|
2020-05-26 04:11:37 +08:00
|
|
|
gopkg.in/src-d/go-license-detector.v3 v3.1.0
|
2020-12-10 14:13:16 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-02-08 18:07:43 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-08-09 16:00:07 +08:00
|
|
|
helm.sh/helm/v3 v3.6.3
|
2021-06-18 17:10:35 +08:00
|
|
|
k8s.io/apimachinery v0.21.2
|
2021-03-23 16:43:04 +08:00
|
|
|
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible // indirect
|
|
|
|
|
sigs.k8s.io/krew v0.4.1
|
2021-01-08 19:47:51 +08:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2020-01-16 17:59:53 +08:00
|
|
|
)
|
|
|
|
|
|
2021-02-08 18:07:43 +08:00
|
|
|
replace (
|
|
|
|
|
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
|
|
|
|
|
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
|
2021-03-23 16:43:04 +08:00
|
|
|
github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.8
|
2021-06-18 17:10:35 +08:00
|
|
|
k8s.io/client-go => k8s.io/client-go v0.21.2
|
2021-02-08 18:07:43 +08:00
|
|
|
)
|