diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-01 09:36:20 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-01 09:38:18 +0200 |
commit | 10c0bb8397a231f8a6f1db280e67de7bf7668005 (patch) | |
tree | d1504fea60d777b7a9351f2042ba84fb8458cedc /community/caddy/glide.yaml | |
parent | 8e4268331928843212c778422cc826198b4732f6 (diff) | |
download | aports-10c0bb8397a231f8a6f1db280e67de7bf7668005.tar.bz2 aports-10c0bb8397a231f8a6f1db280e67de7bf7668005.tar.xz |
community/caddy: upgrade to 0.9.0 and use glide
switched to glide to create reproducable builds.
use abuild glide_init when upgrading.
Diffstat (limited to 'community/caddy/glide.yaml')
-rw-r--r-- | community/caddy/glide.yaml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/community/caddy/glide.yaml b/community/caddy/glide.yaml new file mode 100644 index 0000000000..68d4e52cae --- /dev/null +++ b/community/caddy/glide.yaml @@ -0,0 +1,58 @@ +package: caddy-0.9.0 +import: +- package: github.com/BurntSushi/toml +- package: github.com/dustin/go-humanize +- package: github.com/flynn/go-shlex +- package: github.com/gorilla/websocket +- package: github.com/hashicorp/go-syslog +- package: github.com/jimstudt/http-authentication + subpackages: + - basic +- package: github.com/lucas-clemente/quic-go + subpackages: + - h2quic +- package: github.com/mholt/archiver +- package: github.com/mholt/caddy + subpackages: + - caddy/caddymain + - caddyfile + - caddyhttp + - caddyhttp/basicauth + - caddyhttp/bind + - caddyhttp/browse + - caddyhttp/errors + - caddyhttp/expvar + - caddyhttp/extensions + - caddyhttp/fastcgi + - caddyhttp/gzip + - caddyhttp/header + - caddyhttp/httpserver + - caddyhttp/internalsrv + - caddyhttp/log + - caddyhttp/markdown + - caddyhttp/markdown/metadata + - caddyhttp/markdown/summary + - caddyhttp/mime + - caddyhttp/pprof + - caddyhttp/proxy + - caddyhttp/redirect + - caddyhttp/rewrite + - caddyhttp/root + - caddyhttp/staticfiles + - caddyhttp/templates + - caddyhttp/websocket + - caddytls + - startupshutdown +- package: github.com/russross/blackfriday +- package: github.com/xenolf/lego + subpackages: + - acme +- package: golang.org/x/crypto + subpackages: + - ocsp +- package: gopkg.in/natefinch/lumberjack.v2 +- package: gopkg.in/yaml.v2 +testImport: +- package: golang.org/x/net + subpackages: + - websocket |