2020-03-19 04:41:52 +08:00
|
|
|
module github.com/artifacthub/hub
|
2020-01-16 17:59:53 +08:00
|
|
|
|
2020-10-13 23:22:15 +08:00
|
|
|
go 1.15
|
2020-01-16 17:59:53 +08:00
|
|
|
|
|
|
|
|
require (
|
2020-04-23 05:41:55 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/containerd/containerd v1.4.1
|
2020-11-06 21:04:15 +08:00
|
|
|
github.com/deislabs/oras v0.8.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-11-09 16:37:39 +08:00
|
|
|
github.com/emicklei/go-restful v2.14.3+incompatible // indirect
|
2020-06-26 15:53:14 +08:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-06-11 20:33:47 +08:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
2020-06-11 20:33:47 +08:00
|
|
|
github.com/go-openapi/spec v0.19.8 // indirect
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/go-openapi/swag v0.19.11 // indirect
|
2020-11-06 21:04:15 +08:00
|
|
|
github.com/google/go-containerregistry v0.1.4
|
2020-04-13 19:44:43 +08:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
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-04-15 22:49:11 +08:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
2020-02-12 18:43:50 +08:00
|
|
|
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
|
2020-04-15 22:49:11 +08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/jackc/pgconn v1.7.2
|
|
|
|
|
github.com/jackc/pgx/v4 v4.9.2
|
|
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
2020-08-06 23:54:33 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/open-policy-agent/opa v0.24.0
|
|
|
|
|
github.com/operator-framework/api v0.3.20
|
2020-05-19 19:58:47 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-11-09 16:37:39 +08:00
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
|
|
|
github.com/prometheus/client_golang v1.8.0
|
|
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-07-31 00:32:12 +08:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
|
2020-04-13 19:44:43 +08:00
|
|
|
github.com/satori/uuid v1.2.0
|
2020-02-28 23:02:27 +08:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-08-06 23:54:33 +08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-06-11 20:33:47 +08:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-05-01 02:34:34 +08:00
|
|
|
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
|
2020-11-09 16:37:39 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
|
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-08-06 23:54:33 +08:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
2020-11-09 16:37:39 +08:00
|
|
|
google.golang.org/api v0.35.0
|
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2020-05-26 04:11:37 +08:00
|
|
|
gopkg.in/src-d/go-license-detector.v3 v3.1.0
|
2020-06-11 20:33:47 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-11-09 16:37:39 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
|
|
|
helm.sh/helm/v3 v3.4.0
|
2020-11-06 21:04:15 +08:00
|
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
2020-01-16 17:59:53 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309
|