diff --git a/devel/lua-say/Makefile b/devel/lua-say/Makefile new file mode 100644 index 0000000..137e01b --- /dev/null +++ b/devel/lua-say/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:41 sthen Exp $ + +COMMENT= lua string hashing/indexing library +CATEGORIES= devel + +GH_ACCOUNT= Olivine-Labs +GH_PROJECT= say +GH_TAGNAME= v1.3-1 + +PKGNAME = lua-say-1.3.1 + +MAINTAINER= sh+ports@codevoid.de + +# MIT +PERMIT_PACKAGE= Yes + +MODULES= lang/lua + +FLAVORS = lua52 lua53 +FLAVOR ?= + +NO_BUILD= Yes +NO_TEST= Yes + +do-install: + ${INSTALL_DATA_DIR} ${MODLUA_DATADIR} \ + ${MODLUA_DATADIR}/say + ${INSTALL_DATA} ${WRKSRC}/src/*.lua ${MODLUA_DATADIR}/say/ + +.include diff --git a/devel/lua-say/distinfo b/devel/lua-say/distinfo new file mode 100644 index 0000000..80775f3 --- /dev/null +++ b/devel/lua-say/distinfo @@ -0,0 +1,2 @@ +SHA256 (say-1.3-1.tar.gz) = I+jNN4u0qxaTJ5EAp4WssiRkGONXC33n2ZW1hHs1B8o= +SIZE (say-1.3-1.tar.gz) = 3667 diff --git a/devel/lua-say/pkg/DESCR b/devel/lua-say/pkg/DESCR new file mode 100644 index 0000000..3747a0e --- /dev/null +++ b/devel/lua-say/pkg/DESCR @@ -0,0 +1,2 @@ +Say is a simple string key/value store for i18n or any other case where +you want namespaced strings. diff --git a/devel/lua-say/pkg/PLIST b/devel/lua-say/pkg/PLIST new file mode 100644 index 0000000..5292c49 --- /dev/null +++ b/devel/lua-say/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v$ +share/lua/${MODLUA_VERSION}/say/ +share/lua/${MODLUA_VERSION}/say/init.lua diff --git a/devel/luassert/Makefile b/devel/luassert/Makefile new file mode 100644 index 0000000..54a55a3 --- /dev/null +++ b/devel/luassert/Makefile @@ -0,0 +1,41 @@ +# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:41 sthen Exp $ + +COMMENT= assertion library for lua +CATEGORIES= devel + +GH_ACCOUNT= Olivine-Labs +GH_PROJECT= luassert +GH_TAGNAME= v1.7.11 + +MAINTAINER= sh+ports@codevoid.de + +# MIT +PERMIT_PACKAGE= Yes + +MODULES= lang/lua + +RUN_DEPENDS= devel/lua-say + +FLAVORS = lua52 lua53 +FLAVOR ?= + +NO_BUILD= Yes +NO_TEST= Yes + +do-install: + ${INSTALL_DATA_DIR} ${MODLUA_DATADIR} \ + ${MODLUA_DATADIR}/luassert \ + ${MODLUA_DATADIR}/luassert/formatters \ + ${MODLUA_DATADIR}/luassert/languages \ + ${MODLUA_DATADIR}/luassert/matchers + ${INSTALL_DATA} ${WRKSRC}/src/*.lua ${MODLUA_DATADIR}/luassert/ + ${INSTALL_DATA} ${WRKSRC}/src/formatters/*.lua \ + ${MODLUA_DATADIR}/luassert/formatters/ + ${INSTALL_DATA} ${WRKSRC}/src/languages/*.lua \ + ${MODLUA_DATADIR}/luassert/languages/ + ${INSTALL_DATA} ${WRKSRC}/src/matchers/*.lua \ + ${MODLUA_DATADIR}/luassert/matchers/ + ${INSTALL_DATA_DIR} ${MODLUA_DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${MODLUA_DOCDIR}/ + +.include diff --git a/devel/luassert/distinfo b/devel/luassert/distinfo new file mode 100644 index 0000000..04e67df --- /dev/null +++ b/devel/luassert/distinfo @@ -0,0 +1,2 @@ +SHA256 (luassert-1.7.11.tar.gz) = ao7Vtq+XbRRNAsmODQgUmT52oUfDBmdp+l6yJDEfmO8= +SIZE (luassert-1.7.11.tar.gz) = 38556 diff --git a/devel/luassert/pkg/DESCR b/devel/luassert/pkg/DESCR new file mode 100644 index 0000000..525bb8b --- /dev/null +++ b/devel/luassert/pkg/DESCR @@ -0,0 +1,3 @@ +Luassert extends Lua's built-in assertions to provide additional tests +and the ability to create your own. It comes preloaded with argument +formatters for common Lua types, but it is easy to roll your own. diff --git a/devel/luassert/pkg/PLIST b/devel/luassert/pkg/PLIST new file mode 100644 index 0000000..fd5704b --- /dev/null +++ b/devel/luassert/pkg/PLIST @@ -0,0 +1,34 @@ +@comment $OpenBSD: PLIST,v$ +share/doc/luassert-1.7.11/ +share/doc/luassert-1.7.11/README.md +share/lua/${MODLUA_VERSION}/luassert/ +share/lua/${MODLUA_VERSION}/luassert/array.lua +share/lua/${MODLUA_VERSION}/luassert/assert.lua +share/lua/${MODLUA_VERSION}/luassert/assertions.lua +share/lua/${MODLUA_VERSION}/luassert/compatibility.lua +share/lua/${MODLUA_VERSION}/luassert/formatters/ +share/lua/${MODLUA_VERSION}/luassert/formatters/binarystring.lua +share/lua/${MODLUA_VERSION}/luassert/formatters/init.lua +share/lua/${MODLUA_VERSION}/luassert/init.lua +share/lua/${MODLUA_VERSION}/luassert/languages/ +share/lua/${MODLUA_VERSION}/luassert/languages/ar.lua +share/lua/${MODLUA_VERSION}/luassert/languages/de.lua +share/lua/${MODLUA_VERSION}/luassert/languages/en.lua +share/lua/${MODLUA_VERSION}/luassert/languages/fr.lua +share/lua/${MODLUA_VERSION}/luassert/languages/ja.lua +share/lua/${MODLUA_VERSION}/luassert/languages/nl.lua +share/lua/${MODLUA_VERSION}/luassert/languages/ru.lua +share/lua/${MODLUA_VERSION}/luassert/languages/ua.lua +share/lua/${MODLUA_VERSION}/luassert/languages/zh.lua +share/lua/${MODLUA_VERSION}/luassert/match.lua +share/lua/${MODLUA_VERSION}/luassert/matchers/ +share/lua/${MODLUA_VERSION}/luassert/matchers/composite.lua +share/lua/${MODLUA_VERSION}/luassert/matchers/core.lua +share/lua/${MODLUA_VERSION}/luassert/matchers/init.lua +share/lua/${MODLUA_VERSION}/luassert/mock.lua +share/lua/${MODLUA_VERSION}/luassert/modifiers.lua +share/lua/${MODLUA_VERSION}/luassert/namespaces.lua +share/lua/${MODLUA_VERSION}/luassert/spy.lua +share/lua/${MODLUA_VERSION}/luassert/state.lua +share/lua/${MODLUA_VERSION}/luassert/stub.lua +share/lua/${MODLUA_VERSION}/luassert/util.lua diff --git a/graphics/intel-vaapi-driver/Makefile b/graphics/intel-vaapi-driver/Makefile new file mode 100755 index 0000000..0bcad7e --- /dev/null +++ b/graphics/intel-vaapi-driver/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile.template,v 1.85 2019/09/09 19:19:05 kmos Exp $ + +COMMENT = VA-API user mode driver for Intel GEN Graphics family + +GH_ACCOUNT = intel +GH_PROJECT = intel-vaapi-driver +GH_TAGNAME = 2.4.0 + +CATEGORIES = graphics multimedia +HOMEPAGE = https://github.com/intel/intel-vaapi-driver + +#Generic License inside the COPYING file. Permits all. +PERMIT_PACKAGE=Yes + +WANTLIB = drm \ + drm_intel \ + m + +MODULES = devel/meson + +.include diff --git a/graphics/intel-vaapi-driver/distinfo b/graphics/intel-vaapi-driver/distinfo new file mode 100644 index 0000000..ce3346b --- /dev/null +++ b/graphics/intel-vaapi-driver/distinfo @@ -0,0 +1,2 @@ +SHA256 (intel-vaapi-driver-2.4.0.tar.gz) = WFZ9rIghZwIfAxSJBiy7q3a8ZGIUvg7kTV9yTZYLPXY= +SIZE (intel-vaapi-driver-2.4.0.tar.gz) = 3962269 diff --git a/graphics/intel-vaapi-driver/patches/patch-meson_build b/graphics/intel-vaapi-driver/patches/patch-meson_build new file mode 100644 index 0000000..49ddeef --- /dev/null +++ b/graphics/intel-vaapi-driver/patches/patch-meson_build @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: meson.build +--- meson.build.orig ++++ meson.build +@@ -19,7 +19,7 @@ if version_arr.length() == 4 + endif + + cc = meson.get_compiler('c') +-dl_dep = cc.find_library('dl') ++#dl_dep = cc.find_library('dl') + mathlib_dep = cc.find_library('m', required : false) + + git = find_program('git', required : false) diff --git a/graphics/intel-vaapi-driver/patches/patch-src_i965_encoder_utils_c b/graphics/intel-vaapi-driver/patches/patch-src_i965_encoder_utils_c new file mode 100644 index 0000000..b2c4156 --- /dev/null +++ b/graphics/intel-vaapi-driver/patches/patch-src_i965_encoder_utils_c @@ -0,0 +1,21 @@ +$OpenBSD$ + +Index: src/i965_encoder_utils.c +--- src/i965_encoder_utils.c.orig ++++ src/i965_encoder_utils.c +@@ -82,6 +82,7 @@ struct __avc_bitstream { + + typedef struct __avc_bitstream avc_bitstream; + ++#ifndef __BSD_VISIBLE + static unsigned int + swap32(unsigned int val) + { +@@ -92,6 +93,7 @@ swap32(unsigned int val) + (pval[2] << 8) | + (pval[3] << 0)); + } ++#endif + + static void + avc_bitstream_start(avc_bitstream *bs) diff --git a/graphics/intel-vaapi-driver/patches/patch-src_meson_build b/graphics/intel-vaapi-driver/patches/patch-src_meson_build new file mode 100644 index 0000000..7c74d25 --- /dev/null +++ b/graphics/intel-vaapi-driver/patches/patch-src_meson_build @@ -0,0 +1,13 @@ +$OpenBSD$ + +Index: src/meson.build +--- src/meson.build.orig ++++ src/meson.build +@@ -215,7 +215,6 @@ if thread_dep.found() + endif + + shared_deps = [ +- dl_dep, + mathlib_dep, + thread_dep, + libdrm_dep, diff --git a/graphics/intel-vaapi-driver/pkg/DESCR b/graphics/intel-vaapi-driver/pkg/DESCR new file mode 100644 index 0000000..c72e66d --- /dev/null +++ b/graphics/intel-vaapi-driver/pkg/DESCR @@ -0,0 +1,11 @@ +VA-API (Video Acceleration API) user mode driver for Intel GEN Graphics family + +VA-API is an open-source library and API specification, which provides access to +graphics hardware acceleration capabilities for video processing. It consists of +a main library and driver-specific acceleration backends for each supported +hardware vendor. + +The current video driver backend provides a bridge to the GEN GPUs through the +packaging of buffers and commands to be sent to the i915 driver for exercising +both hardware and shader functionality for video decode, encode, and processing. + diff --git a/graphics/intel-vaapi-driver/pkg/PLIST b/graphics/intel-vaapi-driver/pkg/PLIST new file mode 100644 index 0000000..a0895cb --- /dev/null +++ b/graphics/intel-vaapi-driver/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v$ +lib/dri/ +lib/dri/i965_drv_video.so diff --git a/graphics/libva/Makefile b/graphics/libva/Makefile new file mode 100644 index 0000000..ab368c0 --- /dev/null +++ b/graphics/libva/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile.template,v 1.85 2019/09/09 19:19:05 kmos Exp $ + +COMMENT = Libva is an implementation for VA-API + +GH_ACCOUNT = intel +GH_PROJECT = libva +GH_TAGNAME = 2.10.0 + +SHARED_LIBS = va 2.1000 \ + va-drm 2.1000 \ + va-x11 2.1000 \ + va-glx 2.1000 \ + +CATEGORIES = graphics multimedia +HOMEPAGE = https://github.com/intel/libva + +# Generic License inside the COPYING file. Permits all. +PERMIT_PACKAGE = Yes + +WANTLIB = GL X11 Xext Xfixes drm + +MODULES = devel/meson + +.include diff --git a/graphics/libva/distinfo b/graphics/libva/distinfo new file mode 100644 index 0000000..b802ddf --- /dev/null +++ b/graphics/libva/distinfo @@ -0,0 +1,2 @@ +SHA256 (libva-2.10.0.tar.gz) = 8E1cgp2mAmkPnwmKbZIGVQfsnQyVfBpt896k4t4SBMU= +SIZE (libva-2.10.0.tar.gz) = 244125 diff --git a/graphics/libva/pkg/DESCR b/graphics/libva/pkg/DESCR new file mode 100644 index 0000000..9d6601e --- /dev/null +++ b/graphics/libva/pkg/DESCR @@ -0,0 +1,7 @@ +Libva is an implementation for VA-API (Video Acceleration API) + +VA-API is an open-source library and API specification, which provides access to +graphics hardware acceleration capabilities for video processing. It consists of +a main library and driver-specific acceleration backends for each supported +hardware vendor. + diff --git a/graphics/libva/pkg/PLIST b/graphics/libva/pkg/PLIST new file mode 100644 index 0000000..d5900c2 --- /dev/null +++ b/graphics/libva/pkg/PLIST @@ -0,0 +1,40 @@ +@comment $OpenBSD: PLIST,v$ +include/va/ +include/va/va.h +include/va/va_backend.h +include/va/va_backend_glx.h +include/va/va_backend_vpp.h +include/va/va_compat.h +include/va/va_dec_av1.h +include/va/va_dec_hevc.h +include/va/va_dec_jpeg.h +include/va/va_dec_vp8.h +include/va/va_dec_vp9.h +include/va/va_dri2.h +include/va/va_dricommon.h +include/va/va_drm.h +include/va/va_drmcommon.h +include/va/va_egl.h +include/va/va_enc_h264.h +include/va/va_enc_hevc.h +include/va/va_enc_jpeg.h +include/va/va_enc_mpeg2.h +include/va/va_enc_vp8.h +include/va/va_enc_vp9.h +include/va/va_fei.h +include/va/va_fei_h264.h +include/va/va_fei_hevc.h +include/va/va_glx.h +include/va/va_str.h +include/va/va_tpi.h +include/va/va_version.h +include/va/va_vpp.h +include/va/va_x11.h +@lib lib/libva-drm.so.${LIBva-drm_VERSION} +@lib lib/libva-glx.so.${LIBva-glx_VERSION} +@lib lib/libva-x11.so.${LIBva-x11_VERSION} +@lib lib/libva.so.${LIBva_VERSION} +lib/pkgconfig/libva-drm.pc +lib/pkgconfig/libva-glx.pc +lib/pkgconfig/libva-x11.pc +lib/pkgconfig/libva.pc diff --git a/graphics/nsxiv/CVS/Entries b/graphics/nsxiv/CVS/Entries new file mode 100644 index 0000000..6b62fd2 --- /dev/null +++ b/graphics/nsxiv/CVS/Entries @@ -0,0 +1,4 @@ +/Makefile/1.4/Fri Jun 24 13:19:20 2022// +/distinfo/1.3/Fri Jun 24 13:19:20 2022// +D/patches//// +D/pkg//// diff --git a/graphics/nsxiv/CVS/Repository b/graphics/nsxiv/CVS/Repository new file mode 100644 index 0000000..d32ca73 --- /dev/null +++ b/graphics/nsxiv/CVS/Repository @@ -0,0 +1 @@ +ports/graphics/nsxiv diff --git a/graphics/nsxiv/CVS/Root b/graphics/nsxiv/CVS/Root new file mode 100644 index 0000000..d935e40 --- /dev/null +++ b/graphics/nsxiv/CVS/Root @@ -0,0 +1 @@ +sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile new file mode 100644 index 0000000..0fd724b --- /dev/null +++ b/graphics/nsxiv/Makefile @@ -0,0 +1,63 @@ +COMMENT = neo simple X Image Viewer + +GH_PROJECT = nsxiv +GH_ACCOUNT = nsxiv +GH_TAGNAME = v30 +REVISION = 0 + +CATEGORIES = graphics x11 + +HOMEPAGE = https://nsxiv.codeberg.page/ + +MAINTAINER = Thim Cederlund + +# GPLv2+ +PERMIT_PACKAGE = Yes + +WANTLIB += Imlib2 X11 Xft c exif fontconfig gif lib/inotify/inotify +WANTLIB += webp webpdemux + +RUN_DEPENDS = devel/desktop-file-utils \ + x11/gtk+3,-guic + +LIB_DEPENDS = devel/libinotify \ + graphics/imlib2 \ + graphics/libexif \ + graphics/libwebp + +CFLAGS += -I${X11BASE}/include \ + -I${X11BASE}/include/freetype2 \ + -I${LOCALBASE}/include \ + -I${LOCALBASE}/include/inotify + +LDFLAGS += -L${X11BASE}/lib \ + -L${X11BASE}/lib/freetype2 \ + -L${LOCALBASE}/lib \ + -L${LOCALBASE}/lib/inotify \ + -linotify -Wl,-rpath ${LOCALBASE}/lib/inotify \ + -lwebp + +MAKE_FLAGS = CC="${CC}" \ + V=1 \ + PREFIX=${PREFIX} \ + MANPREFIX=${PREFIX}/man \ + CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" + +FAKE_TARGET = install-all +NO_TEST = Yes + +post-patch: + ${SUBST_CMD} ${WRKSRC}/nsxiv.1 + +# Git errors break version.h build; this makes it fall back to a +# hardcoded value +pre-build: + ln -sf /usr/bin/true ${WRKDIR}/bin/git + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/nsxiv.desktop ${PREFIX}/share/applications + cd ${PREFIX}/bin && ln -s nsxiv sxiv + +.include diff --git a/graphics/nsxiv/distinfo b/graphics/nsxiv/distinfo new file mode 100644 index 0000000..a91b3df --- /dev/null +++ b/graphics/nsxiv/distinfo @@ -0,0 +1,2 @@ +SHA256 (nsxiv-30.tar.gz) = TmAIxlynGlHVndfqfPDrSFctniB6dA9z8o58h35DTSs= +SIZE (nsxiv-30.tar.gz) = 65642 diff --git a/graphics/nsxiv/patches/CVS/Entries b/graphics/nsxiv/patches/CVS/Entries new file mode 100644 index 0000000..182c315 --- /dev/null +++ b/graphics/nsxiv/patches/CVS/Entries @@ -0,0 +1,3 @@ +/patch-nsxiv_1/1.3/Fri Jun 24 13:19:20 2022// +/patch-config_def_h/0/dummy timestamp// +D diff --git a/graphics/nsxiv/patches/CVS/Repository b/graphics/nsxiv/patches/CVS/Repository new file mode 100644 index 0000000..4c178bd --- /dev/null +++ b/graphics/nsxiv/patches/CVS/Repository @@ -0,0 +1 @@ +ports/graphics/nsxiv/patches diff --git a/graphics/nsxiv/patches/CVS/Root b/graphics/nsxiv/patches/CVS/Root new file mode 100644 index 0000000..d935e40 --- /dev/null +++ b/graphics/nsxiv/patches/CVS/Root @@ -0,0 +1 @@ +sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/patches/patch-config_def_h b/graphics/nsxiv/patches/patch-config_def_h new file mode 100644 index 0000000..a51e972 --- /dev/null +++ b/graphics/nsxiv/patches/patch-config_def_h @@ -0,0 +1,48 @@ +Allow to zoom in further when using the -t flag. +The default is tiny on resolutions higher than FullHD. + +Index: config.def.h +--- config.def.h.orig ++++ config.def.h +@@ -16,7 +16,7 @@ static const char *DEFAULT_BAR_FG = NULL; /* NULL + static const char *DEFAULT_FONT = "monospace-8"; + + /* if true, statusbar appears on top of the window */ +-static const bool TOP_STATUSBAR = false; ++static const bool TOP_STATUSBAR = true; + #endif /* HAVE_LIBFONTS */ + + #endif +@@ -57,18 +57,18 @@ static const bool ALPHA_LAYER = false; + * 0 or less means disable cache. + * 100 means use all available memory (but not above CACHE_SIZE_LIMIT). + */ +-static const int CACHE_SIZE_MEM_PERCENTAGE = 3; /* use 3% of total memory for cache */ +-static const int CACHE_SIZE_LIMIT = 256 * 1024 * 1024; /* but not above 256MiB */ +-static const int CACHE_SIZE_FALLBACK = 32 * 1024 * 1024; /* fallback to 32MiB if we can't determine total memory */ ++static const int CACHE_SIZE_MEM_PERCENTAGE = 10; /* use 10% of total memory for cache */ ++static const int CACHE_SIZE_LIMIT = 2048 * 1024 * 1024; /* but not above 2GiB */ ++static const int CACHE_SIZE_FALLBACK = 512 * 1024 * 1024; /* fallback to 512MiB if we can't determine total memory */ + + #endif + #ifdef _THUMBS_CONFIG + + /* thumbnail sizes in pixels (width == height): */ +-static const int thumb_sizes[] = { 32, 64, 96, 128, 160 }; ++static const int thumb_sizes[] = { 128, 160, 240, 320, 460 }; + + /* thumbnail size at startup, index into thumb_sizes[]: */ +-static const int THUMB_SIZE = 3; ++static const int THUMB_SIZE = 2; + + #endif + #ifdef _MAPPINGS_CONFIG +@@ -86,7 +86,7 @@ static const keymap_t keys[] = { + { 0, XK_Return, g_switch_mode, None }, + { 0, XK_f, g_toggle_fullscreen, None }, + { 0, XK_b, g_toggle_bar, None }, +- { ControlMask, XK_x, g_prefix_external, None }, ++ { 0, XK_x, g_prefix_external, None }, + { 0, XK_g, g_first, None }, + { 0, XK_G, g_n_or_last, None }, + { 0, XK_r, g_reload_image, None }, diff --git a/graphics/nsxiv/patches/patch-config_def_h.orig b/graphics/nsxiv/patches/patch-config_def_h.orig new file mode 100644 index 0000000..2e6a3c4 --- /dev/null +++ b/graphics/nsxiv/patches/patch-config_def_h.orig @@ -0,0 +1,28 @@ +Allow to zoom in further when using the -t flag. +The default is tiny on resolutions higher than FullHD. + +Index: config.def.h +--- config.def.h.orig ++++ config.def.h +@@ -65,10 +65,10 @@ static const int CACHE_SIZE_FALLBACK = 32 * 1024 * 102 + #ifdef _THUMBS_CONFIG + + /* thumbnail sizes in pixels (width == height): */ +-static const int thumb_sizes[] = { 32, 64, 96, 128, 160 }; ++static const int thumb_sizes[] = { 160, 240, 320, 460, 640 }; + + /* thumbnail size at startup, index into thumb_sizes[]: */ +-static const int THUMB_SIZE = 3; ++static const int THUMB_SIZE = 4; + + #endif + #ifdef _MAPPINGS_CONFIG +@@ -86,7 +86,7 @@ static const keymap_t keys[] = { + { 0, XK_Return, g_switch_mode, None }, + { 0, XK_f, g_toggle_fullscreen, None }, + { 0, XK_b, g_toggle_bar, None }, +- { ControlMask, XK_x, g_prefix_external, None }, ++ { 0, XK_x, g_prefix_external, None }, + { 0, XK_g, g_first, None }, + { 0, XK_G, g_n_or_last, None }, + { 0, XK_r, g_reload_image, None }, diff --git a/graphics/nsxiv/patches/patch-nsxiv_1 b/graphics/nsxiv/patches/patch-nsxiv_1 new file mode 100644 index 0000000..4ad8071 --- /dev/null +++ b/graphics/nsxiv/patches/patch-nsxiv_1 @@ -0,0 +1,14 @@ +Corrects the path of keysymdef.h. + +Index: nsxiv.1 +--- nsxiv.1.orig ++++ nsxiv.1 +@@ -499,7 +499,7 @@ By default nsxiv(1) will send one image per-line to st + + The key combo argument has the following form: "[C-][M-][S-]KEY", + where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X +-keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix. ++keysym as listed in ${X11BASE}/include/X11/keysymdef.h without the "XK_" prefix. + If KEY has an uppercase equivalent, S-KEY is resolved into it. For instance, + K replaces S-k and Scedilla replaces S-scedilla, but S-Delete is sent as-is. + diff --git a/graphics/nsxiv/pkg/CVS/Entries b/graphics/nsxiv/pkg/CVS/Entries new file mode 100644 index 0000000..f952e63 --- /dev/null +++ b/graphics/nsxiv/pkg/CVS/Entries @@ -0,0 +1,3 @@ +/DESCR/1.1.1.1/Sun Feb 6 17:14:17 2022// +/PLIST/1.3/Fri Jun 24 13:19:20 2022// +D diff --git a/graphics/nsxiv/pkg/CVS/Repository b/graphics/nsxiv/pkg/CVS/Repository new file mode 100644 index 0000000..5a6c0a8 --- /dev/null +++ b/graphics/nsxiv/pkg/CVS/Repository @@ -0,0 +1 @@ +ports/graphics/nsxiv/pkg diff --git a/graphics/nsxiv/pkg/CVS/Root b/graphics/nsxiv/pkg/CVS/Root new file mode 100644 index 0000000..d935e40 --- /dev/null +++ b/graphics/nsxiv/pkg/CVS/Root @@ -0,0 +1 @@ +sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/pkg/DESCR b/graphics/nsxiv/pkg/DESCR new file mode 100644 index 0000000..1168a76 --- /dev/null +++ b/graphics/nsxiv/pkg/DESCR @@ -0,0 +1,4 @@ +nsxiv is a fork of now unmaintained sxiv (Simple X Image Viewer) with the +purpose of being a drop-in replacement that adds simple, sensible features. +Some of nsxiv's key features are auto-reloading images on change, freetype2 +for the status bar, gif and webp playbacks. diff --git a/graphics/nsxiv/pkg/PLIST b/graphics/nsxiv/pkg/PLIST new file mode 100644 index 0000000..f2b8f31 --- /dev/null +++ b/graphics/nsxiv/pkg/PLIST @@ -0,0 +1,19 @@ +@conflict sxiv-* +@pkgpath graphics/sxiv +@bin bin/nsxiv +bin/sxiv +@man man/man1/nsxiv.1 +share/applications/nsxiv.desktop +share/doc/nsxiv/ +share/doc/nsxiv/examples/ +share/doc/nsxiv/examples/image-info +share/doc/nsxiv/examples/key-handler +share/doc/nsxiv/examples/thumb-info +share/doc/nsxiv/examples/win-title +share/icons/hicolor/128x128/apps/nsxiv.png +share/icons/hicolor/16x16/apps/nsxiv.png +share/icons/hicolor/32x32/apps/nsxiv.png +share/icons/hicolor/48x48/apps/nsxiv.png +share/icons/hicolor/64x64/apps/nsxiv.png +@tag update-desktop-database +@tag gtk-update-icon-cache %D/share/icons/hicolor diff --git a/graphics/sxiv/Makefile b/graphics/sxiv/Makefile new file mode 100644 index 0000000..a9073f0 --- /dev/null +++ b/graphics/sxiv/Makefile @@ -0,0 +1,45 @@ +# $OpenBSD: Makefile,v 1.17 2020/02/12 22:04:32 kn Exp $ + +COMMENT = simple X Image Viewer + +GH_PROJECT = sxiv +GH_ACCOUNT = muennich +GH_TAGNAME = v26 + +EPOCH = 1 + +CATEGORIES = graphics x11 + +MAINTAINER = Klemens Nanni + +# GPLv2+ +PERMIT_PACKAGE = Yes + +WANTLIB += Imlib2 X11 Xft c exif fontconfig gif lib/inotify/inotify + +RUN_DEPENDS = devel/desktop-file-utils \ + x11/gtk+3,-guic + +LIB_DEPENDS = devel/libinotify \ + graphics/imlib2 \ + graphics/libexif + +MAKE_FLAGS = CC="${CC}" \ + V=1 \ + PREFIX=${PREFIX} \ + MANPREFIX=${PREFIX}/man \ + CFLAGS="${CFLAGS} -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${LOCALBASE}/include -I${LOCALBASE}/include/inotify" \ + LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -L${LOCALBASE}/lib/inotify -linotify -Wl,-rpath ${LOCALBASE}/lib/inotify" + +NO_TEST = Yes + +# Git errors break version.h build; this makes it fall back to a hardcoded value +pre-build: + ln -sf /usr/bin/true ${WRKDIR}/bin/git + +post-install: + ${MAKE_PROGRAM} -C ${WRKSRC}/icon/ DESTDIR='' ${FAKE_TARGET} + ${INSTALL_DATA_DIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/sxiv.desktop ${PREFIX}/share/applications + +.include diff --git a/graphics/sxiv/distinfo b/graphics/sxiv/distinfo new file mode 100644 index 0000000..5856905 --- /dev/null +++ b/graphics/sxiv/distinfo @@ -0,0 +1,2 @@ +SHA256 (sxiv-26.tar.gz) = o4KtV3NCQ4GOgouhYfwDV7SNjzp/jCnKwYNJK0a1iUk= +SIZE (sxiv-26.tar.gz) = 48569 diff --git a/graphics/sxiv/patches/patch-config_def_h b/graphics/sxiv/patches/patch-config_def_h new file mode 100644 index 0000000..5a322d5 --- /dev/null +++ b/graphics/sxiv/patches/patch-config_def_h @@ -0,0 +1,29 @@ +$OpenBSD$ + +Index: config.def.h +--- config.def.h.orig ++++ config.def.h +@@ -18,8 +18,8 @@ enum { + * (first/last value is used as min/max zoom level) + */ + static const float zoom_levels[] = { +- 12.5, 25.0, 50.0, 75.0, +- 100.0, 150.0, 200.0, 400.0, 800.0 ++ 25.0, 50.0, 100.0, 150.0, 200.0, ++ 400.0, 800.0, 1024.0, 1280.0 + }; + + /* default slideshow delay (in sec, overwritten via -S option): */ +@@ -48,10 +48,10 @@ static const bool ALPHA_LAYER = false; + #ifdef _THUMBS_CONFIG + + /* thumbnail sizes in pixels (width == height): */ +-static const int thumb_sizes[] = { 32, 64, 96, 128, 160 }; ++static const int thumb_sizes[] = { 128, 160, 240, 360, 480, 640, 800 }; + + /* thumbnail size at startup, index into thumb_sizes[]: */ +-static const int THUMB_SIZE = 3; ++static const int THUMB_SIZE = 4; + + #endif + #ifdef _MAPPINGS_CONFIG diff --git a/graphics/sxiv/patches/patch-exec_key-handler b/graphics/sxiv/patches/patch-exec_key-handler new file mode 100644 index 0000000..65b054a --- /dev/null +++ b/graphics/sxiv/patches/patch-exec_key-handler @@ -0,0 +1,14 @@ +$OpenBSD: patch-exec_key-handler,v 1.1 2019/10/03 10:29:32 kn Exp $ + +Index: exec/key-handler +--- exec/key-handler.orig ++++ exec/key-handler +@@ -14,7 +14,7 @@ + + rotate() { + degree="$1" +- tr '\n' '\0' | xargs -0 realpath | sort | uniq | while read file; do ++ tr '\n' '\0' | xargs -0 readlink -f | sort | uniq | while read file; do + case "$(file -b -i "$file")" in + image/jpeg*) jpegtran -rotate "$degree" -copy all -outfile "$file" "$file" ;; + *) mogrify -rotate "$degree" "$file" ;; diff --git a/graphics/sxiv/patches/patch-sxiv_1 b/graphics/sxiv/patches/patch-sxiv_1 new file mode 100644 index 0000000..43620ae --- /dev/null +++ b/graphics/sxiv/patches/patch-sxiv_1 @@ -0,0 +1,29 @@ +$OpenBSD: patch-sxiv_1,v 1.4 2020/02/12 22:04:32 kn Exp $ + +Substitute paths. + +Index: sxiv.1 +--- sxiv.1.orig ++++ sxiv.1 +@@ -397,7 +397,7 @@ and the arguments given to it are: 1) path to image fi + 3) image height. + .P + There is also an example script installed together with sxiv as +-.IR PREFIX/share/sxiv/exec/image-info . ++.IR ${PREFIX}/share/sxiv/exec/image-info . + .SH EXTERNAL KEY HANDLER + Additional external keyboard commands can be defined using a handler program + located in +@@ -412,10 +412,10 @@ have been modified and reloads them. + + The key combo argument has the following form: "[C-][M-][S-]KEY", + where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X +-keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix. ++keysym as listed in ${X11BASE}/include/X11/keysymdef.h without the "XK_" prefix. + + There is also an example script installed together with sxiv as +-.IR PREFIX/share/sxiv/exec/key-handler . ++.IR {PREFIX}/share/sxiv/exec/key-handler . + .SH THUMBNAIL CACHING + sxiv stores all thumbnails under + .IR $XDG_CACHE_HOME/sxiv/ . diff --git a/graphics/sxiv/pkg/DESCR b/graphics/sxiv/pkg/DESCR new file mode 100644 index 0000000..1d9ea24 --- /dev/null +++ b/graphics/sxiv/pkg/DESCR @@ -0,0 +1,5 @@ +The primary goal of sxiv is to create an image viewer which only has the most +basic features required for fast image viewing (the ones I want). It has vi key +bindings and works nicely with tiling window managers. Its code base should be +kept small and clean to make it easy for you to dig into it and customize it for +your needs. diff --git a/graphics/sxiv/pkg/PLIST b/graphics/sxiv/pkg/PLIST new file mode 100644 index 0000000..712c7a5 --- /dev/null +++ b/graphics/sxiv/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $OpenBSD: PLIST,v 1.7 2019/10/03 10:29:32 kn Exp $ +@bin bin/sxiv +@man man/man1/sxiv.1 +share/applications/sxiv.desktop +share/icons/hicolor/128x128/apps/sxiv.png +share/icons/hicolor/16x16/apps/sxiv.png +share/icons/hicolor/32x32/apps/sxiv.png +share/icons/hicolor/48x48/apps/sxiv.png +share/icons/hicolor/64x64/apps/sxiv.png +@tag update-desktop-database +@tag gtk-update-icon-cache %D/share/icons/hicolor +share/sxiv/ +share/sxiv/exec/ +share/sxiv/exec/image-info +share/sxiv/exec/key-handler diff --git a/mail/mu/Makefile b/mail/mu/Makefile new file mode 100644 index 0000000..cbdb1ad --- /dev/null +++ b/mail/mu/Makefile @@ -0,0 +1,59 @@ +# $OpenBSD: Makefile,v 1.19 2020/01/24 10:36:41 sthen Exp $ + +COMMENT= maildir indexer and searcher with emacs frontend + +V= 1.4.10 + +DISTNAME= mu-$V + +FLAVORS= guile +FLAVOR ?= + +CATEGORIES= mail +HOMEPAGE= http://www.djcbsoftware.nl/code/mu/ + +MAINTAINER= Stefan Hagen + +# GPLv3+ +PERMIT_PACKAGE= Yes + +WANTLIB += ${COMPILER_LIBCXX} assuan c ffi gio-2.0 glib-2.0 gmime-3.0 +WANTLIB += gmodule-2.0 gobject-2.0 gpg-error gpgme gthread-2.0 +WANTLIB += iconv idn2 intl json-glib-1.0 m pcre unistring uuid +WANTLIB += xapian z curses readline + + +MASTER_SITES= https://github.com/djcb/mu/releases/download/${V}/ +EXTRACT_SUFX= .tar.xz + +BUILD_DEPENDS= emacs->=24:editors/emacs + +LIB_DEPENDS= databases/xapian-core \ + devel/glib2 \ + devel/json-glib \ + mail/gmime30 \ + security/gpgme + +# C++14 +COMPILER= base-clang ports-gcc + +AUTOCONF_VERSION= 2.69 +AUTOMAKE_VERSION= 1.15 +CONFIGURE_STYLE= autoreconf + +CONFIGURE_ARGS= --disable-gtk \ + --disable-webkit + +.if ${FLAVOR} == "guile" +WANTLIB += guile-2.2 gc ltdl gmp +LIB_DEPENDS += lang/guile2 +SHARED_LIBS= guile-mu 0.0 +.else +CONFIGURE_ARGS += --disable-guile +.endif + +USE_GMAKE= Yes + +SEPARATE_BUILD= Yes + +.include diff --git a/mail/mu/distinfo b/mail/mu/distinfo new file mode 100644 index 0000000..619e803 --- /dev/null +++ b/mail/mu/distinfo @@ -0,0 +1,2 @@ +SHA256 (mu-1.4.10.tar.xz) = RnXxSkO0hT4Uo+CJIFF4fRuC30jqG9Q3UXKJNnbNfm0= +SIZE (mu-1.4.10.tar.xz) = 873328 diff --git a/mail/mu/patches/patch-configure_ac b/mail/mu/patches/patch-configure_ac new file mode 100644 index 0000000..f6a400d --- /dev/null +++ b/mail/mu/patches/patch-configure_ac @@ -0,0 +1,15 @@ +$OpenBSD$ +Look for guile-snarf as guile-snarf2.2 +(lang/guile2 installs it that way) +Index: configure.ac +--- configure.ac.orig ++++ configure.ac +@@ -230,7 +230,7 @@ AS_IF([test "x$enable_guile" != "xno"],[ + GUILE_FLAGS + AC_DEFINE_UNQUOTED([GUILE_BINARY],"$GUILE",[guile binary]) + AC_DEFINE(BUILD_GUILE,[1], [Do we support Guile?]) +- AC_SUBST(GUILE_SNARF, [guile-snarf]) ++ AC_SUBST(GUILE_SNARF, [guile-snarf2.2]) + guile_version=$($PKG_CONFIG guile-2.2 --modversion) + ]) + ]) diff --git a/mail/mu/patches/patch-guile_scripts_find-dups_scm b/mail/mu/patches/patch-guile_scripts_find-dups_scm new file mode 100644 index 0000000..759acd0 --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_find-dups_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/find-dups.scm +--- guile/scripts/find-dups.scm.orig ++++ guile/scripts/find-dups.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2013-2015 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-count_scm b/mail/mu/patches/patch-guile_scripts_msgs-count_scm new file mode 100644 index 0000000..b88ebfc --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-count_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-count.scm +--- guile/scripts/msgs-count.scm.orig ++++ guile/scripts/msgs-count.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-per-day_scm b/mail/mu/patches/patch-guile_scripts_msgs-per-day_scm new file mode 100644 index 0000000..15a4588 --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-per-day_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-per-day.scm +--- guile/scripts/msgs-per-day.scm.orig ++++ guile/scripts/msgs-per-day.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-per-hour_scm b/mail/mu/patches/patch-guile_scripts_msgs-per-hour_scm new file mode 100644 index 0000000..8ae60a3 --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-per-hour_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-per-hour.scm +--- guile/scripts/msgs-per-hour.scm.orig ++++ guile/scripts/msgs-per-hour.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-per-month_scm b/mail/mu/patches/patch-guile_scripts_msgs-per-month_scm new file mode 100644 index 0000000..d8e961c --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-per-month_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-per-month.scm +--- guile/scripts/msgs-per-month.scm.orig ++++ guile/scripts/msgs-per-month.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-per-year-month_scm b/mail/mu/patches/patch-guile_scripts_msgs-per-year-month_scm new file mode 100644 index 0000000..98763f8 --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-per-year-month_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-per-year-month.scm +--- guile/scripts/msgs-per-year-month.scm.orig ++++ guile/scripts/msgs-per-year-month.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_scripts_msgs-per-year_scm b/mail/mu/patches/patch-guile_scripts_msgs-per-year_scm new file mode 100644 index 0000000..798a809 --- /dev/null +++ b/mail/mu/patches/patch-guile_scripts_msgs-per-year_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/scripts/msgs-per-year.scm +--- guile/scripts/msgs-per-year.scm.orig ++++ guile/scripts/msgs-per-year.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + ;; + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-guile_tests_test-mu-guile_scm b/mail/mu/patches/patch-guile_tests_test-mu-guile_scm new file mode 100644 index 0000000..01331f1 --- /dev/null +++ b/mail/mu/patches/patch-guile_tests_test-mu-guile_scm @@ -0,0 +1,12 @@ +$OpenBSD$ +look for guile interpreter as guile2.2 +Index: guile/tests/test-mu-guile.scm +--- guile/tests/test-mu-guile.scm.orig ++++ guile/tests/test-mu-guile.scm +@@ -1,5 +1,5 @@ + #!/bin/sh +-exec guile -e main -s $0 $@ ++exec guile2.2 -e main -s $0 $@ + !# + + ;; Copyright (C) 2012-2013 Dirk-Jan C. Binnema diff --git a/mail/mu/patches/patch-lib_utils_mu-str_c b/mail/mu/patches/patch-lib_utils_mu-str_c new file mode 100644 index 0000000..d27515f --- /dev/null +++ b/mail/mu/patches/patch-lib_utils_mu-str_c @@ -0,0 +1,14 @@ +$OpenBSD$ +make this function compile correctly under clang +Index: lib/utils/mu-str.c +--- lib/utils/mu-str.c.orig ++++ lib/utils/mu-str.c +@@ -49,7 +49,7 @@ mu_str_size_s (size_t s) + char* + mu_str_size (size_t s) + { +- return g_strdup (mu_str_size_s(s)); ++ return g_format_size_for_display ((goffset)s); + } + + diff --git a/mail/mu/patches/patch-lib_utils_mu-utils_cc b/mail/mu/patches/patch-lib_utils_mu-utils_cc new file mode 100644 index 0000000..2883431 --- /dev/null +++ b/mail/mu/patches/patch-lib_utils_mu-utils_cc @@ -0,0 +1,15 @@ +$OpenBSD$ +Bring g_vasprintf into scope +Index: lib/utils/mu-utils.cc +--- lib/utils/mu-utils.cc.orig ++++ lib/utils/mu-utils.cc +@@ -18,7 +18,8 @@ + */ + + +-#define _XOPEN_SOURCE ++//#define _XOPEN_SOURCE 500 ++//#define _POSIX_SOURCE + #include + + #define GNU_SOURCE diff --git a/mail/mu/patches/patch-man_mu_1 b/mail/mu/patches/patch-man_mu_1 new file mode 100644 index 0000000..5ea2b1e --- /dev/null +++ b/mail/mu/patches/patch-man_mu_1 @@ -0,0 +1,14 @@ +$OpenBSD$ +reference mu-script(1) instead of nonexistent mu-guile(1) +Index: man/mu.1 +--- man/mu.1.orig ++++ man/mu.1 +@@ -54,7 +54,7 @@ remove specific messages from the database. See + + .B mu script [options] + run a mu (Guile) script. See +-.BR mu-guile(1) ++.BR mu-script(1) + + .B mu server [options] + start a server process (for \fBmu4e\fR-internal use). See diff --git a/mail/mu/pkg/DESCR b/mail/mu/pkg/DESCR new file mode 100644 index 0000000..d36e788 --- /dev/null +++ b/mail/mu/pkg/DESCR @@ -0,0 +1,4 @@ +mu is a tool for dealing with e-mail messages stored in the Maildir-format, on +Unix-like systems. mu's main purpose is to help you to find the messages you +need, quickly; in addition, it allows you to view messages, extract +attachments and create new maildirs. diff --git a/mail/mu/pkg/PFRAG.guile b/mail/mu/pkg/PFRAG.guile new file mode 100644 index 0000000..1808b23 --- /dev/null +++ b/mail/mu/pkg/PFRAG.guile @@ -0,0 +1,22 @@ +@comment $OpenBSD: PFRAG-guile,v$ +@info info/mu-guile.info +@static-lib lib/libguile-mu.a +lib/libguile-mu.la +@lib lib/libguile-mu.so.${LIBguile-mu_VERSION} +share/guile/ +share/guile/site/ +share/guile/site/2.2/ +share/guile/site/2.2/mu/ +share/guile/site/2.2/mu.scm +share/guile/site/2.2/mu/plot.scm +share/guile/site/2.2/mu/script.scm +share/guile/site/2.2/mu/stats.scm +share/mu/ +share/mu/scripts/ +share/mu/scripts/find-dups.scm +share/mu/scripts/msgs-count.scm +share/mu/scripts/msgs-per-day.scm +share/mu/scripts/msgs-per-hour.scm +share/mu/scripts/msgs-per-month.scm +share/mu/scripts/msgs-per-year-month.scm +share/mu/scripts/msgs-per-year.scm diff --git a/mail/mu/pkg/PLIST b/mail/mu/pkg/PLIST new file mode 100644 index 0000000..51b980a --- /dev/null +++ b/mail/mu/pkg/PLIST @@ -0,0 +1,71 @@ +@comment $OpenBSD: PLIST-main,v$ +@bin bin/mu +@info info/mu4e.info +@man man/man1/mu-add.1 +@man man/man1/mu-cfind.1 +@man man/man1/mu-easy.1 +@man man/man1/mu-extract.1 +@man man/man1/mu-find.1 +@man man/man1/mu-help.1 +@man man/man1/mu-index.1 +@man man/man1/mu-info.1 +@man man/man1/mu-init.1 +@man man/man1/mu-mkdir.1 +@man man/man1/mu-remove.1 +@man man/man1/mu-script.1 +@man man/man1/mu-server.1 +@man man/man1/mu-verify.1 +@man man/man1/mu-view.1 +@man man/man1/mu.1 +@man man/man5/mu-bookmarks.5 +@man man/man7/mu-query.7 +%%guile%% +@comment mu is compiled without gtk +@comment man/man1/mug.1 +share/doc/mu/ +share/doc/mu/NEWS.org +share/doc/mu/mu4e-about.org +share/doc/pkg-readmes/${PKGSTEM} +share/emacs/ +share/emacs/site-lisp/ +share/emacs/site-lisp/mu4e/ +share/emacs/site-lisp/mu4e/mu4e-actions.el +share/emacs/site-lisp/mu4e/mu4e-actions.elc +share/emacs/site-lisp/mu4e/mu4e-compose.el +share/emacs/site-lisp/mu4e/mu4e-compose.elc +share/emacs/site-lisp/mu4e/mu4e-context.el +share/emacs/site-lisp/mu4e/mu4e-context.elc +share/emacs/site-lisp/mu4e/mu4e-contrib.el +share/emacs/site-lisp/mu4e/mu4e-contrib.elc +share/emacs/site-lisp/mu4e/mu4e-draft.el +share/emacs/site-lisp/mu4e/mu4e-draft.elc +share/emacs/site-lisp/mu4e/mu4e-headers.el +share/emacs/site-lisp/mu4e/mu4e-headers.elc +share/emacs/site-lisp/mu4e/mu4e-icalendar.el +share/emacs/site-lisp/mu4e/mu4e-icalendar.elc +share/emacs/site-lisp/mu4e/mu4e-lists.el +share/emacs/site-lisp/mu4e/mu4e-lists.elc +share/emacs/site-lisp/mu4e/mu4e-main.el +share/emacs/site-lisp/mu4e/mu4e-main.elc +share/emacs/site-lisp/mu4e/mu4e-mark.el +share/emacs/site-lisp/mu4e/mu4e-mark.elc +share/emacs/site-lisp/mu4e/mu4e-message.el +share/emacs/site-lisp/mu4e/mu4e-message.elc +share/emacs/site-lisp/mu4e/mu4e-meta.el +share/emacs/site-lisp/mu4e/mu4e-meta.elc +share/emacs/site-lisp/mu4e/mu4e-org.el +share/emacs/site-lisp/mu4e/mu4e-org.elc +share/emacs/site-lisp/mu4e/mu4e-proc.el +share/emacs/site-lisp/mu4e/mu4e-proc.elc +share/emacs/site-lisp/mu4e/mu4e-speedbar.el +share/emacs/site-lisp/mu4e/mu4e-speedbar.elc +share/emacs/site-lisp/mu4e/mu4e-utils.el +share/emacs/site-lisp/mu4e/mu4e-utils.elc +share/emacs/site-lisp/mu4e/mu4e-vars.el +share/emacs/site-lisp/mu4e/mu4e-vars.elc +share/emacs/site-lisp/mu4e/mu4e-view.el +share/emacs/site-lisp/mu4e/mu4e-view.elc +share/emacs/site-lisp/mu4e/mu4e.el +share/emacs/site-lisp/mu4e/mu4e.elc +share/emacs/site-lisp/mu4e/org-mu4e.el +share/emacs/site-lisp/mu4e/org-mu4e.elc diff --git a/mail/mu/pkg/README b/mail/mu/pkg/README new file mode 100644 index 0000000..278c075 --- /dev/null +++ b/mail/mu/pkg/README @@ -0,0 +1,28 @@ +Breaking Changes from 1.2. to 1.4. +══════════════════════════════════ + +A description of all changes and features can be found the release +notes (NEWS.org). Breaking changes below: + +mu changes: +----------- +* Base path has changed from ~/.mu to ~/.cache/mu. You may want to + delete the old cache location. +* A new command `mu init` needs to be run once to save the maildir + location and email adresses in the database. + + mu init --maildir=~/Maildir --my-address=jim@example.com \ + --my-address=bob@example.com + +mu4e changes: +------------- +* Variables `mu4e-maildir` and `mu4e-user-mail-address-list` + are obsolete. The information is taken from the Xapian database now. + Run `mu init` with the appropiate parameters to create these + entries. +* Contact sorting is done by `mu` now. As a side effect the following + variables have been obsoleted: + - mu4e-contacts-rewrite-function + - mu4e-compose-complete-ignore-address-regexp + You can use `mu4e-contact-process-function` instead. + diff --git a/misc/remind-caldav/Makefile b/misc/remind-caldav/Makefile new file mode 100644 index 0000000..a20e977 --- /dev/null +++ b/misc/remind-caldav/Makefile @@ -0,0 +1,37 @@ +COMMENT = sync remind with caldav + +GH_ACCOUNT = jspricke +GH_PROJECT = remind-caldav +GH_TAGNAME = v0.8.0 + +CATEGORIES = misc + +MAINTAINER = Stefan Hagen + +# LICENSE +PERMIT_PACKAGE = Yes + +MODULES = lang/python +MODPI_VERSION = ${MODPY_DEFAULT_VERSION} + +# ?uses pledge()? +WANTLIB = ${MODPY_WANTLIB} + +LIB_DEPENDS = ${MODPY_LIB_DEPENDS} + +MODPY_PYBUILD = setuptools + +#RUN_DEPENDS = + +#BUILD_DEPENDS = + +#TEST_DEPENDS = + +#CONFIGURE_STYLE = + +#MAKE_FLAGS = + +#NO_TEST = Yes +#TEST_TARGET = + +.include diff --git a/misc/remind-caldav/distinfo b/misc/remind-caldav/distinfo new file mode 100644 index 0000000..d0c68be --- /dev/null +++ b/misc/remind-caldav/distinfo @@ -0,0 +1,2 @@ +SHA256 (remind-caldav-0.8.0.tar.gz) = QRHQojpHRW/ZC14kiFvEEuReyo6FlGXODOs1DPcTUsk= +SIZE (remind-caldav-0.8.0.tar.gz) = 14878 diff --git a/misc/remind-caldav/pkg/DESCR b/misc/remind-caldav/pkg/DESCR new file mode 100644 index 0000000..e69de29 diff --git a/misc/remind-caldav/pkg/PLIST b/misc/remind-caldav/pkg/PLIST new file mode 100644 index 0000000..3a14b8a --- /dev/null +++ b/misc/remind-caldav/pkg/PLIST @@ -0,0 +1,16 @@ +bin/dav2rem +bin/rem2dav +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/ +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}dav2rem.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}dav2rem.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}rem2dav.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}rem2dav.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/dav2rem.py +lib/python${MODPY_VERSION}/site-packages/rem2dav.py +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/ +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/LICENSE +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/METADATA +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/RECORD +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/WHEEL +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/entry_points.txt +lib/python${MODPY_VERSION}/site-packages/remind_caldav-0.8.0.dist-info/top_level.txt diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile new file mode 100644 index 0000000..e517fbd --- /dev/null +++ b/multimedia/obs-studio/Makefile @@ -0,0 +1,43 @@ +# $OpenBSD: Makefile,v 1.19 2020/01/24 10:36:41 sthen Exp $ + +COMMENT = open broadcasting software + +GH_PROJECT = obs-studio +GH_ACCOUNT = obsproject +GH_TAGNAME = 26.0.0 + +CATEGORIES = multimedia +HOMEPAGE = https://obsproject.com + +MAINTAINER = Stefan Hagen + +# GPLv3+ +PERMIT_PACKAGE = Yes + +SHARED_LIBS += obs-frontend-api 0.0 # 0.0 +SHARED_LIBS += obs-opengl 0.0 # 0.0 + +MODULES = devel/cmake \ + lang/python \ + x11/qt5 + +WANTLIB += Xcomposite Xfixes xcb-randr xcb-shm xcb-xfixes xcb-xinerama +WANTLIB += ${COMPILER_LIBCXX} GL ICE Qt5Core Qt5Gui Qt5Widgets +WANTLIB += Qt5Xml SM X11 X11-xcb Xext c dbus-1 fontconfig freetype +WANTLIB += m xcb xcb-xinput z ${MODPY_WANTLIB} + +RUN_DEPENDS = devel/desktop-file-utils \ + x11/gtk+3,-guic + +BUILD_DEPENDS = audio/fdk-aac \ + devel/jansson \ + devel/ninja \ + devel/swig \ + graphics/ffmpeg \ + lang/luajit \ + multimedia/x264 \ + x11/vlc \ + x11/xcb + + +.include diff --git a/multimedia/obs-studio/distinfo b/multimedia/obs-studio/distinfo new file mode 100644 index 0000000..4540216 --- /dev/null +++ b/multimedia/obs-studio/distinfo @@ -0,0 +1,2 @@ +SHA256 (obs-studio-26.0.0.tar.gz) = dJXwgbT2rfQnQmh8G7eTj8szej3iPNJ0A3jpg5KSW3Q= +SIZE (obs-studio-26.0.0.tar.gz) = 10326769 diff --git a/multimedia/obs-studio/patches/patch-UI_obs-app_cpp b/multimedia/obs-studio/patches/patch-UI_obs-app_cpp new file mode 100644 index 0000000..13c58d4 --- /dev/null +++ b/multimedia/obs-studio/patches/patch-UI_obs-app_cpp @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: UI/obs-app.cpp +--- UI/obs-app.cpp.orig ++++ UI/obs-app.cpp +@@ -1435,6 +1435,8 @@ string OBSApp::GetVersionString() const + ver << "mac)"; + #elif __FreeBSD__ + ver << "freebsd)"; ++#elif __OpenBSD__ ++ ver << "openbsd)"; + #else /* assume linux for the time being */ + ver << "linux)"; + #endif diff --git a/multimedia/obs-studio/patches/patch-libobs_graphics_graphics_h b/multimedia/obs-studio/patches/patch-libobs_graphics_graphics_h new file mode 100644 index 0000000..e9f3874 --- /dev/null +++ b/multimedia/obs-studio/patches/patch-libobs_graphics_graphics_h @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: libobs/graphics/graphics.h +--- libobs/graphics/graphics.h.orig ++++ libobs/graphics/graphics.h +@@ -474,7 +474,7 @@ struct gs_window { + void *hwnd; + #elif defined(__APPLE__) + __unsafe_unretained id view; +-#elif defined(__linux__) || defined(__FreeBSD__) ++#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) + /* I'm not sure how portable defining id to uint32_t is. */ + uint32_t id; + void *display; diff --git a/multimedia/obs-studio/patches/patch-libobs_obs-nix_c b/multimedia/obs-studio/patches/patch-libobs_obs-nix_c new file mode 100644 index 0000000..33d44b7 --- /dev/null +++ b/multimedia/obs-studio/patches/patch-libobs_obs-nix_c @@ -0,0 +1,32 @@ +$OpenBSD$ + +Index: libobs/obs-nix.c +--- libobs/obs-nix.c.orig ++++ libobs/obs-nix.c +@@ -26,7 +26,9 @@ + #if defined(__FreeBSD__) + #include + #endif ++#ifndef __OpenBSD__ + #include ++#endif + #include + #include + #if USE_XINPUT +@@ -218,6 +220,8 @@ static void log_processor_info(void) + + static void log_memory_info(void) + { ++#if defined(__OpenBSD__) ++#else + struct sysinfo info; + if (sysinfo(&info) < 0) + return; +@@ -227,6 +231,7 @@ static void log_memory_info(void) + (uint64_t)info.totalram * info.mem_unit / 1024 / 1024, + ((uint64_t)info.freeram + (uint64_t)info.bufferram) * + info.mem_unit / 1024 / 1024); ++#endif + } + + static void log_kernel_version(void) diff --git a/multimedia/obs-studio/patches/patch-libobs_util_profiler_c b/multimedia/obs-studio/patches/patch-libobs_util_profiler_c new file mode 100644 index 0000000..689b8c2 --- /dev/null +++ b/multimedia/obs-studio/patches/patch-libobs_util_profiler_c @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: libobs/util/profiler.c +--- libobs/util/profiler.c.orig ++++ libobs/util/profiler.c +@@ -1058,7 +1058,7 @@ bool profiler_snapshot_dump_csv_gz(const profiler_snap + + profiler_snapshot_dump(snap, dump_csv_gzwrite, gz); + +- gzclose_w(gz); ++ gzclose(gz); + return true; + } + diff --git a/multimedia/obs-studio/patches/patch-plugins_CMakeLists_txt b/multimedia/obs-studio/patches/patch-plugins_CMakeLists_txt new file mode 100644 index 0000000..abea64b --- /dev/null +++ b/multimedia/obs-studio/patches/patch-plugins_CMakeLists_txt @@ -0,0 +1,18 @@ +$OpenBSD$ + +Index: plugins/CMakeLists.txt +--- plugins/CMakeLists.txt.orig ++++ plugins/CMakeLists.txt +@@ -49,6 +49,12 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") + add_subdirectory(linux-alsa) + add_subdirectory(vlc-video) + add_subdirectory(oss-audio) ++elseif("${CMAKE_SYSTEM_NAME}" MATCHES "OpenBSD") ++ add_subdirectory(linux-capture) ++ add_subdirectory(linux-pulseaudio) ++ add_subdirectory(linux-v4l2) ++ add_subdirectory(linux-jack) ++ add_subdirectory(vlc-video) + endif() + + option(BUILD_BROWSER "Build browser plugin" OFF) diff --git a/multimedia/obs-studio/patches/patch-plugins_obs-outputs_librtmp_rtmp_c b/multimedia/obs-studio/patches/patch-plugins_obs-outputs_librtmp_rtmp_c new file mode 100644 index 0000000..bbe9284 --- /dev/null +++ b/multimedia/obs-studio/patches/patch-plugins_obs-outputs_librtmp_rtmp_c @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: plugins/obs-outputs/librtmp/rtmp.c +--- plugins/obs-outputs/librtmp/rtmp.c.orig ++++ plugins/obs-outputs/librtmp/rtmp.c +@@ -812,7 +812,7 @@ add_addr_info(struct sockaddr_storage *service, sockle + // since we're handling multiple addresses internally, fake the correct error response + #ifdef _WIN32 + *socket_error = WSANO_DATA; +-#elif __FreeBSD__ ++#elif __FreeBSD__ || __OpenBSD__ + *socket_error = ENOATTR; + #else + *socket_error = ENODATA; diff --git a/multimedia/obs-studio/pkg/DESCR b/multimedia/obs-studio/pkg/DESCR new file mode 100644 index 0000000..787170f --- /dev/null +++ b/multimedia/obs-studio/pkg/DESCR @@ -0,0 +1,3 @@ +OBS is a free and open source software for video recording and live +streaming. + diff --git a/multimedia/obs-studio/pkg/PLIST b/multimedia/obs-studio/pkg/PLIST new file mode 100644 index 0000000..c2460dc --- /dev/null +++ b/multimedia/obs-studio/pkg/PLIST @@ -0,0 +1,1168 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/obs +@bin bin/obs-ffmpeg-mux +include/obs/ +include/obs/audio-monitoring/ +include/obs/audio-monitoring/pulse/ +include/obs/audio-monitoring/pulse/pulseaudio-wrapper.h +include/obs/callback/ +include/obs/callback/calldata.h +include/obs/callback/decl.h +include/obs/callback/proc.h +include/obs/callback/signal.h +include/obs/graphics/ +include/obs/graphics/axisang.h +include/obs/graphics/bounds.h +include/obs/graphics/device-exports.h +include/obs/graphics/effect-parser.h +include/obs/graphics/effect.h +include/obs/graphics/graphics-internal.h +include/obs/graphics/graphics.h +include/obs/graphics/half.h +include/obs/graphics/image-file.h +include/obs/graphics/input.h +include/obs/graphics/libnsgif/ +include/obs/graphics/libnsgif/libnsgif.h +include/obs/graphics/math-defs.h +include/obs/graphics/math-extra.h +include/obs/graphics/matrix3.h +include/obs/graphics/matrix4.h +include/obs/graphics/plane.h +include/obs/graphics/quat.h +include/obs/graphics/shader-parser.h +include/obs/graphics/vec2.h +include/obs/graphics/vec3.h +include/obs/graphics/vec4.h +include/obs/media-io/ +include/obs/media-io/audio-io.h +include/obs/media-io/audio-math.h +include/obs/media-io/audio-resampler.h +include/obs/media-io/format-conversion.h +include/obs/media-io/frame-rate.h +include/obs/media-io/media-io-defs.h +include/obs/media-io/media-remux.h +include/obs/media-io/video-frame.h +include/obs/media-io/video-io.h +include/obs/media-io/video-scaler.h +include/obs/obs-audio-controls.h +include/obs/obs-avc.h +include/obs/obs-config.h +include/obs/obs-data.h +include/obs/obs-defs.h +include/obs/obs-encoder.h +include/obs/obs-ffmpeg-compat.h +include/obs/obs-frontend-api.h +include/obs/obs-hotkey.h +include/obs/obs-hotkeys.h +include/obs/obs-interaction.h +include/obs/obs-internal.h +include/obs/obs-module.h +include/obs/obs-output.h +include/obs/obs-properties.h +include/obs/obs-scene.h +include/obs/obs-service.h +include/obs/obs-source.h +include/obs/obs-ui.h +include/obs/obs.h +include/obs/obs.hpp +include/obs/obsconfig.h +include/obs/util/ +include/obs/util/array-serializer.h +include/obs/util/base.h +include/obs/util/bmem.h +include/obs/util/c99defs.h +include/obs/util/cf-lexer.h +include/obs/util/cf-parser.h +include/obs/util/circlebuf.h +include/obs/util/config-file.h +include/obs/util/crc32.h +include/obs/util/curl/ +include/obs/util/curl/curl-helper.h +include/obs/util/darray.h +include/obs/util/dstr.h +include/obs/util/file-serializer.h +include/obs/util/lexer.h +include/obs/util/pipe.h +include/obs/util/platform.h +include/obs/util/profiler.h +include/obs/util/profiler.hpp +include/obs/util/serializer.h +include/obs/util/sse-intrin.h +include/obs/util/sse2neon.h +include/obs/util/text-lookup.h +include/obs/util/threading-posix.h +include/obs/util/threading.h +include/obs/util/utf8.h +include/obs/util/util_uint128.h +include/obs/util/util_uint64.h +lib/cmake/LibObs/ +lib/cmake/LibObs/LibObsConfig.cmake +lib/cmake/LibObs/LibObsConfigVersion.cmake +lib/cmake/LibObs/LibObsTarget${MODCMAKE_BUILD_SUFFIX} +lib/cmake/LibObs/LibObsTarget.cmake +@lib lib/libobs-frontend-api.so.${LIBobs-frontend-api_VERSION} +@lib lib/libobs-opengl.so.${LIBobs-opengl_VERSION} +@so lib/libobs-scripting.so +lib/libobs.so.0 +lib/libobsglad.so.0 +lib/obs-plugins/ +@so lib/obs-plugins/decklink-ouput-ui.so +@so lib/obs-plugins/frontend-tools.so +@so lib/obs-plugins/image-source.so +@so lib/obs-plugins/linux-capture.so +@so lib/obs-plugins/linux-jack.so +@so lib/obs-plugins/linux-pulseaudio.so +@so lib/obs-plugins/linux-v4l2.so +@so lib/obs-plugins/obs-ffmpeg.so +@so lib/obs-plugins/obs-filters.so +@so lib/obs-plugins/obs-libfdk.so +@so lib/obs-plugins/obs-outputs.so +@so lib/obs-plugins/obs-transitions.so +@so lib/obs-plugins/obs-x264.so +@so lib/obs-plugins/rtmp-services.so +@so lib/obs-plugins/text-freetype2.so +@so lib/obs-plugins/vlc-video.so +lib/obs-scripting/ +@so lib/obs-scripting/obslua.so +lib/pkgconfig/libobs.pc +share/applications/com.obsproject.Studio.desktop +share/icons/hicolor/256x256/apps/com.obsproject.Studio.png +share/metainfo/ +share/metainfo/com.obsproject.Studio.appdata.xml +share/obs/ +share/obs/libobs/ +share/obs/libobs/area.effect +share/obs/libobs/bicubic_scale.effect +share/obs/libobs/bilinear_lowres_scale.effect +share/obs/libobs/default.effect +share/obs/libobs/default_rect.effect +share/obs/libobs/deinterlace_base.effect +share/obs/libobs/deinterlace_blend.effect +share/obs/libobs/deinterlace_blend_2x.effect +share/obs/libobs/deinterlace_discard.effect +share/obs/libobs/deinterlace_discard_2x.effect +share/obs/libobs/deinterlace_linear.effect +share/obs/libobs/deinterlace_linear_2x.effect +share/obs/libobs/deinterlace_yadif.effect +share/obs/libobs/deinterlace_yadif_2x.effect +share/obs/libobs/format_conversion.effect +share/obs/libobs/lanczos_scale.effect +share/obs/libobs/opaque.effect +share/obs/libobs/premultiplied_alpha.effect +share/obs/libobs/repeat.effect +share/obs/libobs/solid.effect +share/obs/obs-plugins/ +share/obs/obs-plugins/decklink-ouput-ui/ +share/obs/obs-plugins/decklink-ouput-ui/.keepme +share/obs/obs-plugins/frontend-tools/ +share/obs/obs-plugins/frontend-tools/locale/ +share/obs/obs-plugins/frontend-tools/locale/af-ZA.ini +share/obs/obs-plugins/frontend-tools/locale/ar-SA.ini +share/obs/obs-plugins/frontend-tools/locale/az-AZ.ini +share/obs/obs-plugins/frontend-tools/locale/ba-RU.ini +share/obs/obs-plugins/frontend-tools/locale/bg-BG.ini +share/obs/obs-plugins/frontend-tools/locale/bn-BD.ini +share/obs/obs-plugins/frontend-tools/locale/ca-ES.ini +share/obs/obs-plugins/frontend-tools/locale/cs-CZ.ini +share/obs/obs-plugins/frontend-tools/locale/da-DK.ini +share/obs/obs-plugins/frontend-tools/locale/de-DE.ini +share/obs/obs-plugins/frontend-tools/locale/el-GR.ini +share/obs/obs-plugins/frontend-tools/locale/en-GB.ini +share/obs/obs-plugins/frontend-tools/locale/en-US.ini +share/obs/obs-plugins/frontend-tools/locale/es-ES.ini +share/obs/obs-plugins/frontend-tools/locale/et-EE.ini +share/obs/obs-plugins/frontend-tools/locale/eu-ES.ini +share/obs/obs-plugins/frontend-tools/locale/fa-IR.ini +share/obs/obs-plugins/frontend-tools/locale/fi-FI.ini +share/obs/obs-plugins/frontend-tools/locale/fil-PH.ini +share/obs/obs-plugins/frontend-tools/locale/fr-FR.ini +share/obs/obs-plugins/frontend-tools/locale/gd-GB.ini +share/obs/obs-plugins/frontend-tools/locale/gl-ES.ini +share/obs/obs-plugins/frontend-tools/locale/he-IL.ini +share/obs/obs-plugins/frontend-tools/locale/hr-HR.ini +share/obs/obs-plugins/frontend-tools/locale/hu-HU.ini +share/obs/obs-plugins/frontend-tools/locale/id-ID.ini +share/obs/obs-plugins/frontend-tools/locale/it-IT.ini +share/obs/obs-plugins/frontend-tools/locale/ja-JP.ini +share/obs/obs-plugins/frontend-tools/locale/ka-GE.ini +share/obs/obs-plugins/frontend-tools/locale/ko-KR.ini +share/obs/obs-plugins/frontend-tools/locale/lt-LT.ini +share/obs/obs-plugins/frontend-tools/locale/mn-MN.ini +share/obs/obs-plugins/frontend-tools/locale/ms-MY.ini +share/obs/obs-plugins/frontend-tools/locale/nb-NO.ini +share/obs/obs-plugins/frontend-tools/locale/nl-NL.ini +share/obs/obs-plugins/frontend-tools/locale/pl-PL.ini +share/obs/obs-plugins/frontend-tools/locale/pt-BR.ini +share/obs/obs-plugins/frontend-tools/locale/pt-PT.ini +share/obs/obs-plugins/frontend-tools/locale/ro-RO.ini +share/obs/obs-plugins/frontend-tools/locale/ru-RU.ini +share/obs/obs-plugins/frontend-tools/locale/sk-SK.ini +share/obs/obs-plugins/frontend-tools/locale/sl-SI.ini +share/obs/obs-plugins/frontend-tools/locale/sr-CS.ini +share/obs/obs-plugins/frontend-tools/locale/sr-SP.ini +share/obs/obs-plugins/frontend-tools/locale/sv-SE.ini +share/obs/obs-plugins/frontend-tools/locale/ta-IN.ini +share/obs/obs-plugins/frontend-tools/locale/th-TH.ini +share/obs/obs-plugins/frontend-tools/locale/tl-PH.ini +share/obs/obs-plugins/frontend-tools/locale/tr-TR.ini +share/obs/obs-plugins/frontend-tools/locale/uk-UA.ini +share/obs/obs-plugins/frontend-tools/locale/vi-VN.ini +share/obs/obs-plugins/frontend-tools/locale/zh-CN.ini +share/obs/obs-plugins/frontend-tools/locale/zh-TW.ini +share/obs/obs-plugins/frontend-tools/scripts/ +share/obs/obs-plugins/frontend-tools/scripts/clock-source/ +share/obs/obs-plugins/frontend-tools/scripts/clock-source.lua +share/obs/obs-plugins/frontend-tools/scripts/clock-source/dial.png +share/obs/obs-plugins/frontend-tools/scripts/clock-source/hour.png +share/obs/obs-plugins/frontend-tools/scripts/clock-source/minute.png +share/obs/obs-plugins/frontend-tools/scripts/clock-source/second.png +share/obs/obs-plugins/frontend-tools/scripts/countdown.lua +share/obs/obs-plugins/frontend-tools/scripts/instant-replay.lua +share/obs/obs-plugins/frontend-tools/scripts/pause-scene.lua +share/obs/obs-plugins/frontend-tools/scripts/url-text.py +share/obs/obs-plugins/image-source/ +share/obs/obs-plugins/image-source/locale/ +share/obs/obs-plugins/image-source/locale/ar-SA.ini +share/obs/obs-plugins/image-source/locale/ba-RU.ini +share/obs/obs-plugins/image-source/locale/bg-BG.ini +share/obs/obs-plugins/image-source/locale/bn-BD.ini +share/obs/obs-plugins/image-source/locale/ca-ES.ini +share/obs/obs-plugins/image-source/locale/cs-CZ.ini +share/obs/obs-plugins/image-source/locale/da-DK.ini +share/obs/obs-plugins/image-source/locale/de-DE.ini +share/obs/obs-plugins/image-source/locale/el-GR.ini +share/obs/obs-plugins/image-source/locale/en-GB.ini +share/obs/obs-plugins/image-source/locale/en-US.ini +share/obs/obs-plugins/image-source/locale/es-ES.ini +share/obs/obs-plugins/image-source/locale/et-EE.ini +share/obs/obs-plugins/image-source/locale/eu-ES.ini +share/obs/obs-plugins/image-source/locale/fa-IR.ini +share/obs/obs-plugins/image-source/locale/fi-FI.ini +share/obs/obs-plugins/image-source/locale/fil-PH.ini +share/obs/obs-plugins/image-source/locale/fr-FR.ini +share/obs/obs-plugins/image-source/locale/gd-GB.ini +share/obs/obs-plugins/image-source/locale/gl-ES.ini +share/obs/obs-plugins/image-source/locale/he-IL.ini +share/obs/obs-plugins/image-source/locale/hi-IN.ini +share/obs/obs-plugins/image-source/locale/hr-HR.ini +share/obs/obs-plugins/image-source/locale/hu-HU.ini +share/obs/obs-plugins/image-source/locale/id-ID.ini +share/obs/obs-plugins/image-source/locale/it-IT.ini +share/obs/obs-plugins/image-source/locale/ja-JP.ini +share/obs/obs-plugins/image-source/locale/ka-GE.ini +share/obs/obs-plugins/image-source/locale/ko-KR.ini +share/obs/obs-plugins/image-source/locale/mn-MN.ini +share/obs/obs-plugins/image-source/locale/ms-MY.ini +share/obs/obs-plugins/image-source/locale/nb-NO.ini +share/obs/obs-plugins/image-source/locale/nl-NL.ini +share/obs/obs-plugins/image-source/locale/pa-IN.ini +share/obs/obs-plugins/image-source/locale/pl-PL.ini +share/obs/obs-plugins/image-source/locale/pt-BR.ini +share/obs/obs-plugins/image-source/locale/pt-PT.ini +share/obs/obs-plugins/image-source/locale/ro-RO.ini +share/obs/obs-plugins/image-source/locale/ru-RU.ini +share/obs/obs-plugins/image-source/locale/sk-SK.ini +share/obs/obs-plugins/image-source/locale/sl-SI.ini +share/obs/obs-plugins/image-source/locale/sr-CS.ini +share/obs/obs-plugins/image-source/locale/sr-SP.ini +share/obs/obs-plugins/image-source/locale/sv-SE.ini +share/obs/obs-plugins/image-source/locale/ta-IN.ini +share/obs/obs-plugins/image-source/locale/th-TH.ini +share/obs/obs-plugins/image-source/locale/tl-PH.ini +share/obs/obs-plugins/image-source/locale/tr-TR.ini +share/obs/obs-plugins/image-source/locale/uk-UA.ini +share/obs/obs-plugins/image-source/locale/vi-VN.ini +share/obs/obs-plugins/image-source/locale/zh-CN.ini +share/obs/obs-plugins/image-source/locale/zh-TW.ini +share/obs/obs-plugins/linux-capture/ +share/obs/obs-plugins/linux-capture/locale/ +share/obs/obs-plugins/linux-capture/locale/ar-SA.ini +share/obs/obs-plugins/linux-capture/locale/az-AZ.ini +share/obs/obs-plugins/linux-capture/locale/ba-RU.ini +share/obs/obs-plugins/linux-capture/locale/bg-BG.ini +share/obs/obs-plugins/linux-capture/locale/bn-BD.ini +share/obs/obs-plugins/linux-capture/locale/ca-ES.ini +share/obs/obs-plugins/linux-capture/locale/cs-CZ.ini +share/obs/obs-plugins/linux-capture/locale/da-DK.ini +share/obs/obs-plugins/linux-capture/locale/de-DE.ini +share/obs/obs-plugins/linux-capture/locale/el-GR.ini +share/obs/obs-plugins/linux-capture/locale/en-GB.ini +share/obs/obs-plugins/linux-capture/locale/en-US.ini +share/obs/obs-plugins/linux-capture/locale/es-ES.ini +share/obs/obs-plugins/linux-capture/locale/et-EE.ini +share/obs/obs-plugins/linux-capture/locale/eu-ES.ini +share/obs/obs-plugins/linux-capture/locale/fa-IR.ini +share/obs/obs-plugins/linux-capture/locale/fi-FI.ini +share/obs/obs-plugins/linux-capture/locale/fil-PH.ini +share/obs/obs-plugins/linux-capture/locale/fr-FR.ini +share/obs/obs-plugins/linux-capture/locale/gd-GB.ini +share/obs/obs-plugins/linux-capture/locale/gl-ES.ini +share/obs/obs-plugins/linux-capture/locale/he-IL.ini +share/obs/obs-plugins/linux-capture/locale/hi-IN.ini +share/obs/obs-plugins/linux-capture/locale/hr-HR.ini +share/obs/obs-plugins/linux-capture/locale/hu-HU.ini +share/obs/obs-plugins/linux-capture/locale/id-ID.ini +share/obs/obs-plugins/linux-capture/locale/it-IT.ini +share/obs/obs-plugins/linux-capture/locale/ja-JP.ini +share/obs/obs-plugins/linux-capture/locale/ka-GE.ini +share/obs/obs-plugins/linux-capture/locale/ko-KR.ini +share/obs/obs-plugins/linux-capture/locale/nb-NO.ini +share/obs/obs-plugins/linux-capture/locale/nl-NL.ini +share/obs/obs-plugins/linux-capture/locale/pl-PL.ini +share/obs/obs-plugins/linux-capture/locale/pt-BR.ini +share/obs/obs-plugins/linux-capture/locale/pt-PT.ini +share/obs/obs-plugins/linux-capture/locale/ro-RO.ini +share/obs/obs-plugins/linux-capture/locale/ru-RU.ini +share/obs/obs-plugins/linux-capture/locale/sk-SK.ini +share/obs/obs-plugins/linux-capture/locale/sl-SI.ini +share/obs/obs-plugins/linux-capture/locale/sr-CS.ini +share/obs/obs-plugins/linux-capture/locale/sr-SP.ini +share/obs/obs-plugins/linux-capture/locale/sv-SE.ini +share/obs/obs-plugins/linux-capture/locale/ta-IN.ini +share/obs/obs-plugins/linux-capture/locale/tl-PH.ini +share/obs/obs-plugins/linux-capture/locale/tr-TR.ini +share/obs/obs-plugins/linux-capture/locale/uk-UA.ini +share/obs/obs-plugins/linux-capture/locale/vi-VN.ini +share/obs/obs-plugins/linux-capture/locale/zh-CN.ini +share/obs/obs-plugins/linux-capture/locale/zh-TW.ini +share/obs/obs-plugins/linux-jack/ +share/obs/obs-plugins/linux-jack/locale/ +share/obs/obs-plugins/linux-jack/locale/ar-SA.ini +share/obs/obs-plugins/linux-jack/locale/ba-RU.ini +share/obs/obs-plugins/linux-jack/locale/bg-BG.ini +share/obs/obs-plugins/linux-jack/locale/bn-BD.ini +share/obs/obs-plugins/linux-jack/locale/ca-ES.ini +share/obs/obs-plugins/linux-jack/locale/cs-CZ.ini +share/obs/obs-plugins/linux-jack/locale/da-DK.ini +share/obs/obs-plugins/linux-jack/locale/de-DE.ini +share/obs/obs-plugins/linux-jack/locale/el-GR.ini +share/obs/obs-plugins/linux-jack/locale/en-GB.ini +share/obs/obs-plugins/linux-jack/locale/en-US.ini +share/obs/obs-plugins/linux-jack/locale/es-ES.ini +share/obs/obs-plugins/linux-jack/locale/et-EE.ini +share/obs/obs-plugins/linux-jack/locale/eu-ES.ini +share/obs/obs-plugins/linux-jack/locale/fa-IR.ini +share/obs/obs-plugins/linux-jack/locale/fi-FI.ini +share/obs/obs-plugins/linux-jack/locale/fil-PH.ini +share/obs/obs-plugins/linux-jack/locale/fr-FR.ini +share/obs/obs-plugins/linux-jack/locale/gl-ES.ini +share/obs/obs-plugins/linux-jack/locale/he-IL.ini +share/obs/obs-plugins/linux-jack/locale/hr-HR.ini +share/obs/obs-plugins/linux-jack/locale/hu-HU.ini +share/obs/obs-plugins/linux-jack/locale/id-ID.ini +share/obs/obs-plugins/linux-jack/locale/it-IT.ini +share/obs/obs-plugins/linux-jack/locale/ja-JP.ini +share/obs/obs-plugins/linux-jack/locale/ka-GE.ini +share/obs/obs-plugins/linux-jack/locale/ko-KR.ini +share/obs/obs-plugins/linux-jack/locale/nb-NO.ini +share/obs/obs-plugins/linux-jack/locale/nl-NL.ini +share/obs/obs-plugins/linux-jack/locale/pl-PL.ini +share/obs/obs-plugins/linux-jack/locale/pt-BR.ini +share/obs/obs-plugins/linux-jack/locale/pt-PT.ini +share/obs/obs-plugins/linux-jack/locale/ro-RO.ini +share/obs/obs-plugins/linux-jack/locale/ru-RU.ini +share/obs/obs-plugins/linux-jack/locale/sk-SK.ini +share/obs/obs-plugins/linux-jack/locale/sl-SI.ini +share/obs/obs-plugins/linux-jack/locale/sr-CS.ini +share/obs/obs-plugins/linux-jack/locale/sr-SP.ini +share/obs/obs-plugins/linux-jack/locale/sv-SE.ini +share/obs/obs-plugins/linux-jack/locale/tr-TR.ini +share/obs/obs-plugins/linux-jack/locale/uk-UA.ini +share/obs/obs-plugins/linux-jack/locale/ur-PK.ini +share/obs/obs-plugins/linux-jack/locale/vi-VN.ini +share/obs/obs-plugins/linux-jack/locale/zh-CN.ini +share/obs/obs-plugins/linux-jack/locale/zh-TW.ini +share/obs/obs-plugins/linux-pulseaudio/ +share/obs/obs-plugins/linux-pulseaudio/locale/ +share/obs/obs-plugins/linux-pulseaudio/locale/ar-SA.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ba-RU.ini +share/obs/obs-plugins/linux-pulseaudio/locale/bg-BG.ini +share/obs/obs-plugins/linux-pulseaudio/locale/bn-BD.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ca-ES.ini +share/obs/obs-plugins/linux-pulseaudio/locale/cs-CZ.ini +share/obs/obs-plugins/linux-pulseaudio/locale/da-DK.ini +share/obs/obs-plugins/linux-pulseaudio/locale/de-DE.ini +share/obs/obs-plugins/linux-pulseaudio/locale/el-GR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/en-GB.ini +share/obs/obs-plugins/linux-pulseaudio/locale/en-US.ini +share/obs/obs-plugins/linux-pulseaudio/locale/es-ES.ini +share/obs/obs-plugins/linux-pulseaudio/locale/et-EE.ini +share/obs/obs-plugins/linux-pulseaudio/locale/eu-ES.ini +share/obs/obs-plugins/linux-pulseaudio/locale/fa-IR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/fi-FI.ini +share/obs/obs-plugins/linux-pulseaudio/locale/fil-PH.ini +share/obs/obs-plugins/linux-pulseaudio/locale/fr-FR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/gd-GB.ini +share/obs/obs-plugins/linux-pulseaudio/locale/gl-ES.ini +share/obs/obs-plugins/linux-pulseaudio/locale/he-IL.ini +share/obs/obs-plugins/linux-pulseaudio/locale/hi-IN.ini +share/obs/obs-plugins/linux-pulseaudio/locale/hr-HR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/hu-HU.ini +share/obs/obs-plugins/linux-pulseaudio/locale/id-ID.ini +share/obs/obs-plugins/linux-pulseaudio/locale/it-IT.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ja-JP.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ka-GE.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ko-KR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/nb-NO.ini +share/obs/obs-plugins/linux-pulseaudio/locale/nl-NL.ini +share/obs/obs-plugins/linux-pulseaudio/locale/pl-PL.ini +share/obs/obs-plugins/linux-pulseaudio/locale/pt-BR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/pt-PT.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ro-RO.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ru-RU.ini +share/obs/obs-plugins/linux-pulseaudio/locale/sk-SK.ini +share/obs/obs-plugins/linux-pulseaudio/locale/sl-SI.ini +share/obs/obs-plugins/linux-pulseaudio/locale/sr-CS.ini +share/obs/obs-plugins/linux-pulseaudio/locale/sr-SP.ini +share/obs/obs-plugins/linux-pulseaudio/locale/sv-SE.ini +share/obs/obs-plugins/linux-pulseaudio/locale/ta-IN.ini +share/obs/obs-plugins/linux-pulseaudio/locale/th-TH.ini +share/obs/obs-plugins/linux-pulseaudio/locale/tr-TR.ini +share/obs/obs-plugins/linux-pulseaudio/locale/uk-UA.ini +share/obs/obs-plugins/linux-pulseaudio/locale/vi-VN.ini +share/obs/obs-plugins/linux-pulseaudio/locale/zh-CN.ini +share/obs/obs-plugins/linux-pulseaudio/locale/zh-TW.ini +share/obs/obs-plugins/linux-v4l2/ +share/obs/obs-plugins/linux-v4l2/locale/ +share/obs/obs-plugins/linux-v4l2/locale/ar-SA.ini +share/obs/obs-plugins/linux-v4l2/locale/ba-RU.ini +share/obs/obs-plugins/linux-v4l2/locale/bg-BG.ini +share/obs/obs-plugins/linux-v4l2/locale/bn-BD.ini +share/obs/obs-plugins/linux-v4l2/locale/ca-ES.ini +share/obs/obs-plugins/linux-v4l2/locale/cs-CZ.ini +share/obs/obs-plugins/linux-v4l2/locale/da-DK.ini +share/obs/obs-plugins/linux-v4l2/locale/de-DE.ini +share/obs/obs-plugins/linux-v4l2/locale/el-GR.ini +share/obs/obs-plugins/linux-v4l2/locale/en-GB.ini +share/obs/obs-plugins/linux-v4l2/locale/en-US.ini +share/obs/obs-plugins/linux-v4l2/locale/es-ES.ini +share/obs/obs-plugins/linux-v4l2/locale/et-EE.ini +share/obs/obs-plugins/linux-v4l2/locale/eu-ES.ini +share/obs/obs-plugins/linux-v4l2/locale/fa-IR.ini +share/obs/obs-plugins/linux-v4l2/locale/fi-FI.ini +share/obs/obs-plugins/linux-v4l2/locale/fil-PH.ini +share/obs/obs-plugins/linux-v4l2/locale/fr-FR.ini +share/obs/obs-plugins/linux-v4l2/locale/gd-GB.ini +share/obs/obs-plugins/linux-v4l2/locale/gl-ES.ini +share/obs/obs-plugins/linux-v4l2/locale/he-IL.ini +share/obs/obs-plugins/linux-v4l2/locale/hi-IN.ini +share/obs/obs-plugins/linux-v4l2/locale/hr-HR.ini +share/obs/obs-plugins/linux-v4l2/locale/hu-HU.ini +share/obs/obs-plugins/linux-v4l2/locale/id-ID.ini +share/obs/obs-plugins/linux-v4l2/locale/it-IT.ini +share/obs/obs-plugins/linux-v4l2/locale/ja-JP.ini +share/obs/obs-plugins/linux-v4l2/locale/ka-GE.ini +share/obs/obs-plugins/linux-v4l2/locale/ko-KR.ini +share/obs/obs-plugins/linux-v4l2/locale/nb-NO.ini +share/obs/obs-plugins/linux-v4l2/locale/nl-NL.ini +share/obs/obs-plugins/linux-v4l2/locale/pl-PL.ini +share/obs/obs-plugins/linux-v4l2/locale/pt-BR.ini +share/obs/obs-plugins/linux-v4l2/locale/pt-PT.ini +share/obs/obs-plugins/linux-v4l2/locale/ro-RO.ini +share/obs/obs-plugins/linux-v4l2/locale/ru-RU.ini +share/obs/obs-plugins/linux-v4l2/locale/sk-SK.ini +share/obs/obs-plugins/linux-v4l2/locale/sl-SI.ini +share/obs/obs-plugins/linux-v4l2/locale/sr-CS.ini +share/obs/obs-plugins/linux-v4l2/locale/sr-SP.ini +share/obs/obs-plugins/linux-v4l2/locale/sv-SE.ini +share/obs/obs-plugins/linux-v4l2/locale/ta-IN.ini +share/obs/obs-plugins/linux-v4l2/locale/th-TH.ini +share/obs/obs-plugins/linux-v4l2/locale/tl-PH.ini +share/obs/obs-plugins/linux-v4l2/locale/tr-TR.ini +share/obs/obs-plugins/linux-v4l2/locale/uk-UA.ini +share/obs/obs-plugins/linux-v4l2/locale/vi-VN.ini +share/obs/obs-plugins/linux-v4l2/locale/zh-CN.ini +share/obs/obs-plugins/linux-v4l2/locale/zh-TW.ini +share/obs/obs-plugins/obs-ffmpeg/ +share/obs/obs-plugins/obs-ffmpeg/locale/ +share/obs/obs-plugins/obs-ffmpeg/locale/ar-SA.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ba-RU.ini +share/obs/obs-plugins/obs-ffmpeg/locale/bg-BG.ini +share/obs/obs-plugins/obs-ffmpeg/locale/bn-BD.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ca-ES.ini +share/obs/obs-plugins/obs-ffmpeg/locale/cs-CZ.ini +share/obs/obs-plugins/obs-ffmpeg/locale/da-DK.ini +share/obs/obs-plugins/obs-ffmpeg/locale/de-DE.ini +share/obs/obs-plugins/obs-ffmpeg/locale/el-GR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/en-GB.ini +share/obs/obs-plugins/obs-ffmpeg/locale/en-US.ini +share/obs/obs-plugins/obs-ffmpeg/locale/es-ES.ini +share/obs/obs-plugins/obs-ffmpeg/locale/et-EE.ini +share/obs/obs-plugins/obs-ffmpeg/locale/eu-ES.ini +share/obs/obs-plugins/obs-ffmpeg/locale/fa-IR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/fi-FI.ini +share/obs/obs-plugins/obs-ffmpeg/locale/fil-PH.ini +share/obs/obs-plugins/obs-ffmpeg/locale/fr-FR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/gd-GB.ini +share/obs/obs-plugins/obs-ffmpeg/locale/gl-ES.ini +share/obs/obs-plugins/obs-ffmpeg/locale/he-IL.ini +share/obs/obs-plugins/obs-ffmpeg/locale/hi-IN.ini +share/obs/obs-plugins/obs-ffmpeg/locale/hr-HR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/hu-HU.ini +share/obs/obs-plugins/obs-ffmpeg/locale/id-ID.ini +share/obs/obs-plugins/obs-ffmpeg/locale/it-IT.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ja-JP.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ka-GE.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ko-KR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/nb-NO.ini +share/obs/obs-plugins/obs-ffmpeg/locale/nl-NL.ini +share/obs/obs-plugins/obs-ffmpeg/locale/pl-PL.ini +share/obs/obs-plugins/obs-ffmpeg/locale/pt-BR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/pt-PT.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ro-RO.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ru-RU.ini +share/obs/obs-plugins/obs-ffmpeg/locale/sk-SK.ini +share/obs/obs-plugins/obs-ffmpeg/locale/sl-SI.ini +share/obs/obs-plugins/obs-ffmpeg/locale/sr-CS.ini +share/obs/obs-plugins/obs-ffmpeg/locale/sr-SP.ini +share/obs/obs-plugins/obs-ffmpeg/locale/sv-SE.ini +share/obs/obs-plugins/obs-ffmpeg/locale/ta-IN.ini +share/obs/obs-plugins/obs-ffmpeg/locale/th-TH.ini +share/obs/obs-plugins/obs-ffmpeg/locale/tl-PH.ini +share/obs/obs-plugins/obs-ffmpeg/locale/tr-TR.ini +share/obs/obs-plugins/obs-ffmpeg/locale/uk-UA.ini +share/obs/obs-plugins/obs-ffmpeg/locale/vi-VN.ini +share/obs/obs-plugins/obs-ffmpeg/locale/zh-CN.ini +share/obs/obs-plugins/obs-ffmpeg/locale/zh-TW.ini +share/obs/obs-plugins/obs-filters/ +share/obs/obs-plugins/obs-filters/LUTs/ +share/obs/obs-plugins/obs-filters/LUTs/black_and_white.png +share/obs/obs-plugins/obs-filters/LUTs/grayscale.cube +share/obs/obs-plugins/obs-filters/LUTs/grayscale.png +share/obs/obs-plugins/obs-filters/LUTs/original.cube +share/obs/obs-plugins/obs-filters/LUTs/original.png +share/obs/obs-plugins/obs-filters/LUTs/posterize.png +share/obs/obs-plugins/obs-filters/LUTs/red_isolated.png +share/obs/obs-plugins/obs-filters/LUTs/teal_lows_orange_highs.png +share/obs/obs-plugins/obs-filters/blend_add_filter.effect +share/obs/obs-plugins/obs-filters/blend_mul_filter.effect +share/obs/obs-plugins/obs-filters/blend_sub_filter.effect +share/obs/obs-plugins/obs-filters/chroma_key_filter.effect +share/obs/obs-plugins/obs-filters/color_correction_filter.effect +share/obs/obs-plugins/obs-filters/color_grade_filter.effect +share/obs/obs-plugins/obs-filters/color_key_filter.effect +share/obs/obs-plugins/obs-filters/crop_filter.effect +share/obs/obs-plugins/obs-filters/locale/ +share/obs/obs-plugins/obs-filters/locale/ar-SA.ini +share/obs/obs-plugins/obs-filters/locale/az-AZ.ini +share/obs/obs-plugins/obs-filters/locale/ba-RU.ini +share/obs/obs-plugins/obs-filters/locale/bg-BG.ini +share/obs/obs-plugins/obs-filters/locale/bn-BD.ini +share/obs/obs-plugins/obs-filters/locale/ca-ES.ini +share/obs/obs-plugins/obs-filters/locale/cs-CZ.ini +share/obs/obs-plugins/obs-filters/locale/da-DK.ini +share/obs/obs-plugins/obs-filters/locale/de-DE.ini +share/obs/obs-plugins/obs-filters/locale/el-GR.ini +share/obs/obs-plugins/obs-filters/locale/en-GB.ini +share/obs/obs-plugins/obs-filters/locale/en-US.ini +share/obs/obs-plugins/obs-filters/locale/es-ES.ini +share/obs/obs-plugins/obs-filters/locale/et-EE.ini +share/obs/obs-plugins/obs-filters/locale/eu-ES.ini +share/obs/obs-plugins/obs-filters/locale/fa-IR.ini +share/obs/obs-plugins/obs-filters/locale/fi-FI.ini +share/obs/obs-plugins/obs-filters/locale/fil-PH.ini +share/obs/obs-plugins/obs-filters/locale/fr-FR.ini +share/obs/obs-plugins/obs-filters/locale/gd-GB.ini +share/obs/obs-plugins/obs-filters/locale/gl-ES.ini +share/obs/obs-plugins/obs-filters/locale/he-IL.ini +share/obs/obs-plugins/obs-filters/locale/hr-HR.ini +share/obs/obs-plugins/obs-filters/locale/hu-HU.ini +share/obs/obs-plugins/obs-filters/locale/id-ID.ini +share/obs/obs-plugins/obs-filters/locale/it-IT.ini +share/obs/obs-plugins/obs-filters/locale/ja-JP.ini +share/obs/obs-plugins/obs-filters/locale/ka-GE.ini +share/obs/obs-plugins/obs-filters/locale/ko-KR.ini +share/obs/obs-plugins/obs-filters/locale/nb-NO.ini +share/obs/obs-plugins/obs-filters/locale/nl-NL.ini +share/obs/obs-plugins/obs-filters/locale/pl-PL.ini +share/obs/obs-plugins/obs-filters/locale/pt-BR.ini +share/obs/obs-plugins/obs-filters/locale/pt-PT.ini +share/obs/obs-plugins/obs-filters/locale/ro-RO.ini +share/obs/obs-plugins/obs-filters/locale/ru-RU.ini +share/obs/obs-plugins/obs-filters/locale/sk-SK.ini +share/obs/obs-plugins/obs-filters/locale/sl-SI.ini +share/obs/obs-plugins/obs-filters/locale/sr-CS.ini +share/obs/obs-plugins/obs-filters/locale/sr-SP.ini +share/obs/obs-plugins/obs-filters/locale/sv-SE.ini +share/obs/obs-plugins/obs-filters/locale/ta-IN.ini +share/obs/obs-plugins/obs-filters/locale/tl-PH.ini +share/obs/obs-plugins/obs-filters/locale/tr-TR.ini +share/obs/obs-plugins/obs-filters/locale/uk-UA.ini +share/obs/obs-plugins/obs-filters/locale/vi-VN.ini +share/obs/obs-plugins/obs-filters/locale/zh-CN.ini +share/obs/obs-plugins/obs-filters/locale/zh-TW.ini +share/obs/obs-plugins/obs-filters/luma_key_filter.effect +share/obs/obs-plugins/obs-filters/mask_alpha_filter.effect +share/obs/obs-plugins/obs-filters/mask_color_filter.effect +share/obs/obs-plugins/obs-filters/sharpness.effect +share/obs/obs-plugins/obs-libfdk/ +share/obs/obs-plugins/obs-libfdk/locale/ +share/obs/obs-plugins/obs-libfdk/locale/ar-SA.ini +share/obs/obs-plugins/obs-libfdk/locale/ba-RU.ini +share/obs/obs-plugins/obs-libfdk/locale/bg-BG.ini +share/obs/obs-plugins/obs-libfdk/locale/bn-BD.ini +share/obs/obs-plugins/obs-libfdk/locale/ca-ES.ini +share/obs/obs-plugins/obs-libfdk/locale/cs-CZ.ini +share/obs/obs-plugins/obs-libfdk/locale/da-DK.ini +share/obs/obs-plugins/obs-libfdk/locale/de-DE.ini +share/obs/obs-plugins/obs-libfdk/locale/el-GR.ini +share/obs/obs-plugins/obs-libfdk/locale/en-GB.ini +share/obs/obs-plugins/obs-libfdk/locale/en-US.ini +share/obs/obs-plugins/obs-libfdk/locale/es-ES.ini +share/obs/obs-plugins/obs-libfdk/locale/et-EE.ini +share/obs/obs-plugins/obs-libfdk/locale/eu-ES.ini +share/obs/obs-plugins/obs-libfdk/locale/fa-IR.ini +share/obs/obs-plugins/obs-libfdk/locale/fi-FI.ini +share/obs/obs-plugins/obs-libfdk/locale/fil-PH.ini +share/obs/obs-plugins/obs-libfdk/locale/fr-FR.ini +share/obs/obs-plugins/obs-libfdk/locale/gd-GB.ini +share/obs/obs-plugins/obs-libfdk/locale/gl-ES.ini +share/obs/obs-plugins/obs-libfdk/locale/he-IL.ini +share/obs/obs-plugins/obs-libfdk/locale/hi-IN.ini +share/obs/obs-plugins/obs-libfdk/locale/hr-HR.ini +share/obs/obs-plugins/obs-libfdk/locale/hu-HU.ini +share/obs/obs-plugins/obs-libfdk/locale/id-ID.ini +share/obs/obs-plugins/obs-libfdk/locale/it-IT.ini +share/obs/obs-plugins/obs-libfdk/locale/ja-JP.ini +share/obs/obs-plugins/obs-libfdk/locale/ka-GE.ini +share/obs/obs-plugins/obs-libfdk/locale/ko-KR.ini +share/obs/obs-plugins/obs-libfdk/locale/nb-NO.ini +share/obs/obs-plugins/obs-libfdk/locale/nl-NL.ini +share/obs/obs-plugins/obs-libfdk/locale/pl-PL.ini +share/obs/obs-plugins/obs-libfdk/locale/pt-BR.ini +share/obs/obs-plugins/obs-libfdk/locale/pt-PT.ini +share/obs/obs-plugins/obs-libfdk/locale/ro-RO.ini +share/obs/obs-plugins/obs-libfdk/locale/ru-RU.ini +share/obs/obs-plugins/obs-libfdk/locale/sk-SK.ini +share/obs/obs-plugins/obs-libfdk/locale/sl-SI.ini +share/obs/obs-plugins/obs-libfdk/locale/sr-CS.ini +share/obs/obs-plugins/obs-libfdk/locale/sr-SP.ini +share/obs/obs-plugins/obs-libfdk/locale/sv-SE.ini +share/obs/obs-plugins/obs-libfdk/locale/ta-IN.ini +share/obs/obs-plugins/obs-libfdk/locale/th-TH.ini +share/obs/obs-plugins/obs-libfdk/locale/tl-PH.ini +share/obs/obs-plugins/obs-libfdk/locale/tr-TR.ini +share/obs/obs-plugins/obs-libfdk/locale/uk-UA.ini +share/obs/obs-plugins/obs-libfdk/locale/ur-PK.ini +share/obs/obs-plugins/obs-libfdk/locale/vi-VN.ini +share/obs/obs-plugins/obs-libfdk/locale/zh-CN.ini +share/obs/obs-plugins/obs-libfdk/locale/zh-TW.ini +share/obs/obs-plugins/obs-outputs/ +share/obs/obs-plugins/obs-outputs/locale/ +share/obs/obs-plugins/obs-outputs/locale/ar-SA.ini +share/obs/obs-plugins/obs-outputs/locale/ba-RU.ini +share/obs/obs-plugins/obs-outputs/locale/bg-BG.ini +share/obs/obs-plugins/obs-outputs/locale/bn-BD.ini +share/obs/obs-plugins/obs-outputs/locale/ca-ES.ini +share/obs/obs-plugins/obs-outputs/locale/cs-CZ.ini +share/obs/obs-plugins/obs-outputs/locale/da-DK.ini +share/obs/obs-plugins/obs-outputs/locale/de-DE.ini +share/obs/obs-plugins/obs-outputs/locale/el-GR.ini +share/obs/obs-plugins/obs-outputs/locale/en-GB.ini +share/obs/obs-plugins/obs-outputs/locale/en-US.ini +share/obs/obs-plugins/obs-outputs/locale/es-ES.ini +share/obs/obs-plugins/obs-outputs/locale/et-EE.ini +share/obs/obs-plugins/obs-outputs/locale/eu-ES.ini +share/obs/obs-plugins/obs-outputs/locale/fa-IR.ini +share/obs/obs-plugins/obs-outputs/locale/fi-FI.ini +share/obs/obs-plugins/obs-outputs/locale/fil-PH.ini +share/obs/obs-plugins/obs-outputs/locale/fr-FR.ini +share/obs/obs-plugins/obs-outputs/locale/gd-GB.ini +share/obs/obs-plugins/obs-outputs/locale/gl-ES.ini +share/obs/obs-plugins/obs-outputs/locale/he-IL.ini +share/obs/obs-plugins/obs-outputs/locale/hi-IN.ini +share/obs/obs-plugins/obs-outputs/locale/hr-HR.ini +share/obs/obs-plugins/obs-outputs/locale/hu-HU.ini +share/obs/obs-plugins/obs-outputs/locale/id-ID.ini +share/obs/obs-plugins/obs-outputs/locale/it-IT.ini +share/obs/obs-plugins/obs-outputs/locale/ja-JP.ini +share/obs/obs-plugins/obs-outputs/locale/ka-GE.ini +share/obs/obs-plugins/obs-outputs/locale/ko-KR.ini +share/obs/obs-plugins/obs-outputs/locale/mn-MN.ini +share/obs/obs-plugins/obs-outputs/locale/nb-NO.ini +share/obs/obs-plugins/obs-outputs/locale/nl-NL.ini +share/obs/obs-plugins/obs-outputs/locale/pl-PL.ini +share/obs/obs-plugins/obs-outputs/locale/pt-BR.ini +share/obs/obs-plugins/obs-outputs/locale/pt-PT.ini +share/obs/obs-plugins/obs-outputs/locale/ro-RO.ini +share/obs/obs-plugins/obs-outputs/locale/ru-RU.ini +share/obs/obs-plugins/obs-outputs/locale/sk-SK.ini +share/obs/obs-plugins/obs-outputs/locale/sl-SI.ini +share/obs/obs-plugins/obs-outputs/locale/sr-CS.ini +share/obs/obs-plugins/obs-outputs/locale/sr-SP.ini +share/obs/obs-plugins/obs-outputs/locale/sv-SE.ini +share/obs/obs-plugins/obs-outputs/locale/ta-IN.ini +share/obs/obs-plugins/obs-outputs/locale/th-TH.ini +share/obs/obs-plugins/obs-outputs/locale/tl-PH.ini +share/obs/obs-plugins/obs-outputs/locale/tr-TR.ini +share/obs/obs-plugins/obs-outputs/locale/uk-UA.ini +share/obs/obs-plugins/obs-outputs/locale/ur-PK.ini +share/obs/obs-plugins/obs-outputs/locale/vi-VN.ini +share/obs/obs-plugins/obs-outputs/locale/zh-CN.ini +share/obs/obs-plugins/obs-outputs/locale/zh-TW.ini +share/obs/obs-plugins/obs-transitions/ +share/obs/obs-plugins/obs-transitions/fade_to_color_transition.effect +share/obs/obs-plugins/obs-transitions/fade_transition.effect +share/obs/obs-plugins/obs-transitions/locale/ +share/obs/obs-plugins/obs-transitions/locale/ar-SA.ini +share/obs/obs-plugins/obs-transitions/locale/ba-RU.ini +share/obs/obs-plugins/obs-transitions/locale/bg-BG.ini +share/obs/obs-plugins/obs-transitions/locale/bn-BD.ini +share/obs/obs-plugins/obs-transitions/locale/ca-ES.ini +share/obs/obs-plugins/obs-transitions/locale/cs-CZ.ini +share/obs/obs-plugins/obs-transitions/locale/da-DK.ini +share/obs/obs-plugins/obs-transitions/locale/de-DE.ini +share/obs/obs-plugins/obs-transitions/locale/el-GR.ini +share/obs/obs-plugins/obs-transitions/locale/en-GB.ini +share/obs/obs-plugins/obs-transitions/locale/en-US.ini +share/obs/obs-plugins/obs-transitions/locale/es-ES.ini +share/obs/obs-plugins/obs-transitions/locale/et-EE.ini +share/obs/obs-plugins/obs-transitions/locale/eu-ES.ini +share/obs/obs-plugins/obs-transitions/locale/fi-FI.ini +share/obs/obs-plugins/obs-transitions/locale/fil-PH.ini +share/obs/obs-plugins/obs-transitions/locale/fr-FR.ini +share/obs/obs-plugins/obs-transitions/locale/gd-GB.ini +share/obs/obs-plugins/obs-transitions/locale/gl-ES.ini +share/obs/obs-plugins/obs-transitions/locale/he-IL.ini +share/obs/obs-plugins/obs-transitions/locale/hr-HR.ini +share/obs/obs-plugins/obs-transitions/locale/hu-HU.ini +share/obs/obs-plugins/obs-transitions/locale/id-ID.ini +share/obs/obs-plugins/obs-transitions/locale/it-IT.ini +share/obs/obs-plugins/obs-transitions/locale/ja-JP.ini +share/obs/obs-plugins/obs-transitions/locale/ka-GE.ini +share/obs/obs-plugins/obs-transitions/locale/ko-KR.ini +share/obs/obs-plugins/obs-transitions/locale/nb-NO.ini +share/obs/obs-plugins/obs-transitions/locale/nl-NL.ini +share/obs/obs-plugins/obs-transitions/locale/pl-PL.ini +share/obs/obs-plugins/obs-transitions/locale/pt-BR.ini +share/obs/obs-plugins/obs-transitions/locale/pt-PT.ini +share/obs/obs-plugins/obs-transitions/locale/ro-RO.ini +share/obs/obs-plugins/obs-transitions/locale/ru-RU.ini +share/obs/obs-plugins/obs-transitions/locale/sk-SK.ini +share/obs/obs-plugins/obs-transitions/locale/sl-SI.ini +share/obs/obs-plugins/obs-transitions/locale/sr-CS.ini +share/obs/obs-plugins/obs-transitions/locale/sr-SP.ini +share/obs/obs-plugins/obs-transitions/locale/sv-SE.ini +share/obs/obs-plugins/obs-transitions/locale/ta-IN.ini +share/obs/obs-plugins/obs-transitions/locale/tl-PH.ini +share/obs/obs-plugins/obs-transitions/locale/tr-TR.ini +share/obs/obs-plugins/obs-transitions/locale/uk-UA.ini +share/obs/obs-plugins/obs-transitions/locale/vi-VN.ini +share/obs/obs-plugins/obs-transitions/locale/zh-CN.ini +share/obs/obs-plugins/obs-transitions/locale/zh-TW.ini +share/obs/obs-plugins/obs-transitions/luma_wipe_transition.effect +share/obs/obs-plugins/obs-transitions/luma_wipes/ +share/obs/obs-plugins/obs-transitions/luma_wipes/barndoor-botleft.png +share/obs/obs-plugins/obs-transitions/luma_wipes/barndoor-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/barndoor-topleft.png +share/obs/obs-plugins/obs-transitions/luma_wipes/barndoor-v.png +share/obs/obs-plugins/obs-transitions/luma_wipes/blinds-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/box-botleft.png +share/obs/obs-plugins/obs-transitions/luma_wipes/box-botright.png +share/obs/obs-plugins/obs-transitions/luma_wipes/box-topleft.png +share/obs/obs-plugins/obs-transitions/luma_wipes/box-topright.png +share/obs/obs-plugins/obs-transitions/luma_wipes/burst.png +share/obs/obs-plugins/obs-transitions/luma_wipes/checkerboard-small.png +share/obs/obs-plugins/obs-transitions/luma_wipes/circles.png +share/obs/obs-plugins/obs-transitions/luma_wipes/clock.png +share/obs/obs-plugins/obs-transitions/luma_wipes/cloud.png +share/obs/obs-plugins/obs-transitions/luma_wipes/curtain.png +share/obs/obs-plugins/obs-transitions/luma_wipes/fan.png +share/obs/obs-plugins/obs-transitions/luma_wipes/fractal.png +share/obs/obs-plugins/obs-transitions/luma_wipes/iris.png +share/obs/obs-plugins/obs-transitions/luma_wipes/linear-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/linear-topleft.png +share/obs/obs-plugins/obs-transitions/luma_wipes/linear-topright.png +share/obs/obs-plugins/obs-transitions/luma_wipes/linear-v.png +share/obs/obs-plugins/obs-transitions/luma_wipes/parallel-zigzag-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/parallel-zigzag-v.png +share/obs/obs-plugins/obs-transitions/luma_wipes/sinus9.png +share/obs/obs-plugins/obs-transitions/luma_wipes/spiral.png +share/obs/obs-plugins/obs-transitions/luma_wipes/square.png +share/obs/obs-plugins/obs-transitions/luma_wipes/squares.png +share/obs/obs-plugins/obs-transitions/luma_wipes/stripes.png +share/obs/obs-plugins/obs-transitions/luma_wipes/strips-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/strips-v.png +share/obs/obs-plugins/obs-transitions/luma_wipes/watercolor.png +share/obs/obs-plugins/obs-transitions/luma_wipes/wipes.json +share/obs/obs-plugins/obs-transitions/luma_wipes/zigzag-h.png +share/obs/obs-plugins/obs-transitions/luma_wipes/zigzag-v.png +share/obs/obs-plugins/obs-transitions/slide_transition.effect +share/obs/obs-plugins/obs-transitions/swipe_transition.effect +share/obs/obs-plugins/obs-x264/ +share/obs/obs-plugins/obs-x264/locale/ +share/obs/obs-plugins/obs-x264/locale/ar-SA.ini +share/obs/obs-plugins/obs-x264/locale/az-AZ.ini +share/obs/obs-plugins/obs-x264/locale/ba-RU.ini +share/obs/obs-plugins/obs-x264/locale/bg-BG.ini +share/obs/obs-plugins/obs-x264/locale/bn-BD.ini +share/obs/obs-plugins/obs-x264/locale/ca-ES.ini +share/obs/obs-plugins/obs-x264/locale/cs-CZ.ini +share/obs/obs-plugins/obs-x264/locale/da-DK.ini +share/obs/obs-plugins/obs-x264/locale/de-DE.ini +share/obs/obs-plugins/obs-x264/locale/el-GR.ini +share/obs/obs-plugins/obs-x264/locale/en-GB.ini +share/obs/obs-plugins/obs-x264/locale/en-US.ini +share/obs/obs-plugins/obs-x264/locale/es-ES.ini +share/obs/obs-plugins/obs-x264/locale/et-EE.ini +share/obs/obs-plugins/obs-x264/locale/eu-ES.ini +share/obs/obs-plugins/obs-x264/locale/fa-IR.ini +share/obs/obs-plugins/obs-x264/locale/fi-FI.ini +share/obs/obs-plugins/obs-x264/locale/fil-PH.ini +share/obs/obs-plugins/obs-x264/locale/fr-FR.ini +share/obs/obs-plugins/obs-x264/locale/gd-GB.ini +share/obs/obs-plugins/obs-x264/locale/gl-ES.ini +share/obs/obs-plugins/obs-x264/locale/he-IL.ini +share/obs/obs-plugins/obs-x264/locale/hi-IN.ini +share/obs/obs-plugins/obs-x264/locale/hr-HR.ini +share/obs/obs-plugins/obs-x264/locale/hu-HU.ini +share/obs/obs-plugins/obs-x264/locale/id-ID.ini +share/obs/obs-plugins/obs-x264/locale/it-IT.ini +share/obs/obs-plugins/obs-x264/locale/ja-JP.ini +share/obs/obs-plugins/obs-x264/locale/ka-GE.ini +share/obs/obs-plugins/obs-x264/locale/ko-KR.ini +share/obs/obs-plugins/obs-x264/locale/mn-MN.ini +share/obs/obs-plugins/obs-x264/locale/nb-NO.ini +share/obs/obs-plugins/obs-x264/locale/nl-NL.ini +share/obs/obs-plugins/obs-x264/locale/pl-PL.ini +share/obs/obs-plugins/obs-x264/locale/pt-BR.ini +share/obs/obs-plugins/obs-x264/locale/pt-PT.ini +share/obs/obs-plugins/obs-x264/locale/ro-RO.ini +share/obs/obs-plugins/obs-x264/locale/ru-RU.ini +share/obs/obs-plugins/obs-x264/locale/sk-SK.ini +share/obs/obs-plugins/obs-x264/locale/sl-SI.ini +share/obs/obs-plugins/obs-x264/locale/sr-CS.ini +share/obs/obs-plugins/obs-x264/locale/sr-SP.ini +share/obs/obs-plugins/obs-x264/locale/sv-SE.ini +share/obs/obs-plugins/obs-x264/locale/ta-IN.ini +share/obs/obs-plugins/obs-x264/locale/th-TH.ini +share/obs/obs-plugins/obs-x264/locale/tl-PH.ini +share/obs/obs-plugins/obs-x264/locale/tr-TR.ini +share/obs/obs-plugins/obs-x264/locale/uk-UA.ini +share/obs/obs-plugins/obs-x264/locale/ur-PK.ini +share/obs/obs-plugins/obs-x264/locale/vi-VN.ini +share/obs/obs-plugins/obs-x264/locale/zh-CN.ini +share/obs/obs-plugins/obs-x264/locale/zh-TW.ini +share/obs/obs-plugins/rtmp-services/ +share/obs/obs-plugins/rtmp-services/locale/ +share/obs/obs-plugins/rtmp-services/locale/ar-SA.ini +share/obs/obs-plugins/rtmp-services/locale/az-AZ.ini +share/obs/obs-plugins/rtmp-services/locale/ba-RU.ini +share/obs/obs-plugins/rtmp-services/locale/bg-BG.ini +share/obs/obs-plugins/rtmp-services/locale/bn-BD.ini +share/obs/obs-plugins/rtmp-services/locale/ca-ES.ini +share/obs/obs-plugins/rtmp-services/locale/cs-CZ.ini +share/obs/obs-plugins/rtmp-services/locale/da-DK.ini +share/obs/obs-plugins/rtmp-services/locale/de-DE.ini +share/obs/obs-plugins/rtmp-services/locale/el-GR.ini +share/obs/obs-plugins/rtmp-services/locale/en-GB.ini +share/obs/obs-plugins/rtmp-services/locale/en-US.ini +share/obs/obs-plugins/rtmp-services/locale/es-ES.ini +share/obs/obs-plugins/rtmp-services/locale/et-EE.ini +share/obs/obs-plugins/rtmp-services/locale/eu-ES.ini +share/obs/obs-plugins/rtmp-services/locale/fa-IR.ini +share/obs/obs-plugins/rtmp-services/locale/fi-FI.ini +share/obs/obs-plugins/rtmp-services/locale/fil-PH.ini +share/obs/obs-plugins/rtmp-services/locale/fr-FR.ini +share/obs/obs-plugins/rtmp-services/locale/gd-GB.ini +share/obs/obs-plugins/rtmp-services/locale/gl-ES.ini +share/obs/obs-plugins/rtmp-services/locale/he-IL.ini +share/obs/obs-plugins/rtmp-services/locale/hi-IN.ini +share/obs/obs-plugins/rtmp-services/locale/hr-HR.ini +share/obs/obs-plugins/rtmp-services/locale/hu-HU.ini +share/obs/obs-plugins/rtmp-services/locale/id-ID.ini +share/obs/obs-plugins/rtmp-services/locale/it-IT.ini +share/obs/obs-plugins/rtmp-services/locale/ja-JP.ini +share/obs/obs-plugins/rtmp-services/locale/ka-GE.ini +share/obs/obs-plugins/rtmp-services/locale/ko-KR.ini +share/obs/obs-plugins/rtmp-services/locale/mn-MN.ini +share/obs/obs-plugins/rtmp-services/locale/nb-NO.ini +share/obs/obs-plugins/rtmp-services/locale/nl-NL.ini +share/obs/obs-plugins/rtmp-services/locale/pl-PL.ini +share/obs/obs-plugins/rtmp-services/locale/pt-BR.ini +share/obs/obs-plugins/rtmp-services/locale/pt-PT.ini +share/obs/obs-plugins/rtmp-services/locale/ro-RO.ini +share/obs/obs-plugins/rtmp-services/locale/ru-RU.ini +share/obs/obs-plugins/rtmp-services/locale/sk-SK.ini +share/obs/obs-plugins/rtmp-services/locale/sl-SI.ini +share/obs/obs-plugins/rtmp-services/locale/sr-CS.ini +share/obs/obs-plugins/rtmp-services/locale/sr-SP.ini +share/obs/obs-plugins/rtmp-services/locale/sv-SE.ini +share/obs/obs-plugins/rtmp-services/locale/ta-IN.ini +share/obs/obs-plugins/rtmp-services/locale/th-TH.ini +share/obs/obs-plugins/rtmp-services/locale/tl-PH.ini +share/obs/obs-plugins/rtmp-services/locale/tr-TR.ini +share/obs/obs-plugins/rtmp-services/locale/uk-UA.ini +share/obs/obs-plugins/rtmp-services/locale/ur-PK.ini +share/obs/obs-plugins/rtmp-services/locale/vi-VN.ini +share/obs/obs-plugins/rtmp-services/locale/zh-CN.ini +share/obs/obs-plugins/rtmp-services/locale/zh-TW.ini +share/obs/obs-plugins/rtmp-services/package.json +share/obs/obs-plugins/rtmp-services/services.json +share/obs/obs-plugins/text-freetype2/ +share/obs/obs-plugins/text-freetype2/locale/ +share/obs/obs-plugins/text-freetype2/locale/ar-SA.ini +share/obs/obs-plugins/text-freetype2/locale/ba-RU.ini +share/obs/obs-plugins/text-freetype2/locale/bg-BG.ini +share/obs/obs-plugins/text-freetype2/locale/bn-BD.ini +share/obs/obs-plugins/text-freetype2/locale/ca-ES.ini +share/obs/obs-plugins/text-freetype2/locale/cs-CZ.ini +share/obs/obs-plugins/text-freetype2/locale/da-DK.ini +share/obs/obs-plugins/text-freetype2/locale/de-DE.ini +share/obs/obs-plugins/text-freetype2/locale/el-GR.ini +share/obs/obs-plugins/text-freetype2/locale/en-GB.ini +share/obs/obs-plugins/text-freetype2/locale/en-US.ini +share/obs/obs-plugins/text-freetype2/locale/es-ES.ini +share/obs/obs-plugins/text-freetype2/locale/et-EE.ini +share/obs/obs-plugins/text-freetype2/locale/eu-ES.ini +share/obs/obs-plugins/text-freetype2/locale/fa-IR.ini +share/obs/obs-plugins/text-freetype2/locale/fi-FI.ini +share/obs/obs-plugins/text-freetype2/locale/fil-PH.ini +share/obs/obs-plugins/text-freetype2/locale/fr-FR.ini +share/obs/obs-plugins/text-freetype2/locale/gd-GB.ini +share/obs/obs-plugins/text-freetype2/locale/gl-ES.ini +share/obs/obs-plugins/text-freetype2/locale/he-IL.ini +share/obs/obs-plugins/text-freetype2/locale/hr-HR.ini +share/obs/obs-plugins/text-freetype2/locale/hu-HU.ini +share/obs/obs-plugins/text-freetype2/locale/id-ID.ini +share/obs/obs-plugins/text-freetype2/locale/it-IT.ini +share/obs/obs-plugins/text-freetype2/locale/ja-JP.ini +share/obs/obs-plugins/text-freetype2/locale/ka-GE.ini +share/obs/obs-plugins/text-freetype2/locale/ko-KR.ini +share/obs/obs-plugins/text-freetype2/locale/mn-MN.ini +share/obs/obs-plugins/text-freetype2/locale/ms-MY.ini +share/obs/obs-plugins/text-freetype2/locale/nb-NO.ini +share/obs/obs-plugins/text-freetype2/locale/nl-NL.ini +share/obs/obs-plugins/text-freetype2/locale/pl-PL.ini +share/obs/obs-plugins/text-freetype2/locale/pt-BR.ini +share/obs/obs-plugins/text-freetype2/locale/pt-PT.ini +share/obs/obs-plugins/text-freetype2/locale/ro-RO.ini +share/obs/obs-plugins/text-freetype2/locale/ru-RU.ini +share/obs/obs-plugins/text-freetype2/locale/sk-SK.ini +share/obs/obs-plugins/text-freetype2/locale/sl-SI.ini +share/obs/obs-plugins/text-freetype2/locale/sr-CS.ini +share/obs/obs-plugins/text-freetype2/locale/sr-SP.ini +share/obs/obs-plugins/text-freetype2/locale/sv-SE.ini +share/obs/obs-plugins/text-freetype2/locale/ta-IN.ini +share/obs/obs-plugins/text-freetype2/locale/th-TH.ini +share/obs/obs-plugins/text-freetype2/locale/tl-PH.ini +share/obs/obs-plugins/text-freetype2/locale/tr-TR.ini +share/obs/obs-plugins/text-freetype2/locale/uk-UA.ini +share/obs/obs-plugins/text-freetype2/locale/vi-VN.ini +share/obs/obs-plugins/text-freetype2/locale/zh-CN.ini +share/obs/obs-plugins/text-freetype2/locale/zh-TW.ini +share/obs/obs-plugins/text-freetype2/text_default.effect +share/obs/obs-plugins/vlc-video/ +share/obs/obs-plugins/vlc-video/locale/ +share/obs/obs-plugins/vlc-video/locale/ar-SA.ini +share/obs/obs-plugins/vlc-video/locale/ba-RU.ini +share/obs/obs-plugins/vlc-video/locale/bg-BG.ini +share/obs/obs-plugins/vlc-video/locale/bn-BD.ini +share/obs/obs-plugins/vlc-video/locale/ca-ES.ini +share/obs/obs-plugins/vlc-video/locale/cs-CZ.ini +share/obs/obs-plugins/vlc-video/locale/da-DK.ini +share/obs/obs-plugins/vlc-video/locale/de-DE.ini +share/obs/obs-plugins/vlc-video/locale/el-GR.ini +share/obs/obs-plugins/vlc-video/locale/en-GB.ini +share/obs/obs-plugins/vlc-video/locale/en-US.ini +share/obs/obs-plugins/vlc-video/locale/es-ES.ini +share/obs/obs-plugins/vlc-video/locale/et-EE.ini +share/obs/obs-plugins/vlc-video/locale/eu-ES.ini +share/obs/obs-plugins/vlc-video/locale/fa-IR.ini +share/obs/obs-plugins/vlc-video/locale/fi-FI.ini +share/obs/obs-plugins/vlc-video/locale/fil-PH.ini +share/obs/obs-plugins/vlc-video/locale/fr-FR.ini +share/obs/obs-plugins/vlc-video/locale/gd-GB.ini +share/obs/obs-plugins/vlc-video/locale/gl-ES.ini +share/obs/obs-plugins/vlc-video/locale/he-IL.ini +share/obs/obs-plugins/vlc-video/locale/hr-HR.ini +share/obs/obs-plugins/vlc-video/locale/hu-HU.ini +share/obs/obs-plugins/vlc-video/locale/id-ID.ini +share/obs/obs-plugins/vlc-video/locale/it-IT.ini +share/obs/obs-plugins/vlc-video/locale/ja-JP.ini +share/obs/obs-plugins/vlc-video/locale/ka-GE.ini +share/obs/obs-plugins/vlc-video/locale/ko-KR.ini +share/obs/obs-plugins/vlc-video/locale/lt-LT.ini +share/obs/obs-plugins/vlc-video/locale/nb-NO.ini +share/obs/obs-plugins/vlc-video/locale/nl-NL.ini +share/obs/obs-plugins/vlc-video/locale/pl-PL.ini +share/obs/obs-plugins/vlc-video/locale/pt-BR.ini +share/obs/obs-plugins/vlc-video/locale/pt-PT.ini +share/obs/obs-plugins/vlc-video/locale/ro-RO.ini +share/obs/obs-plugins/vlc-video/locale/ru-RU.ini +share/obs/obs-plugins/vlc-video/locale/sk-SK.ini +share/obs/obs-plugins/vlc-video/locale/sl-SI.ini +share/obs/obs-plugins/vlc-video/locale/sr-CS.ini +share/obs/obs-plugins/vlc-video/locale/sr-SP.ini +share/obs/obs-plugins/vlc-video/locale/sv-SE.ini +share/obs/obs-plugins/vlc-video/locale/ta-IN.ini +share/obs/obs-plugins/vlc-video/locale/tl-PH.ini +share/obs/obs-plugins/vlc-video/locale/tr-TR.ini +share/obs/obs-plugins/vlc-video/locale/uk-UA.ini +share/obs/obs-plugins/vlc-video/locale/vi-VN.ini +share/obs/obs-plugins/vlc-video/locale/zh-CN.ini +share/obs/obs-plugins/vlc-video/locale/zh-TW.ini +share/obs/obs-studio/ +share/obs/obs-studio/authors/ +share/obs/obs-studio/authors/AUTHORS +share/obs/obs-studio/images/ +share/obs/obs-studio/images/overflow.png +share/obs/obs-studio/license/ +share/obs/obs-studio/license/gplv2.txt +share/obs/obs-studio/locale/ +share/obs/obs-studio/locale.ini +share/obs/obs-studio/locale/af-ZA.ini +share/obs/obs-studio/locale/ar-SA.ini +share/obs/obs-studio/locale/az-AZ.ini +share/obs/obs-studio/locale/ba-RU.ini +share/obs/obs-studio/locale/bg-BG.ini +share/obs/obs-studio/locale/bn-BD.ini +share/obs/obs-studio/locale/ca-ES.ini +share/obs/obs-studio/locale/cs-CZ.ini +share/obs/obs-studio/locale/da-DK.ini +share/obs/obs-studio/locale/de-DE.ini +share/obs/obs-studio/locale/el-GR.ini +share/obs/obs-studio/locale/en-GB.ini +share/obs/obs-studio/locale/en-US.ini +share/obs/obs-studio/locale/es-ES.ini +share/obs/obs-studio/locale/et-EE.ini +share/obs/obs-studio/locale/eu-ES.ini +share/obs/obs-studio/locale/fa-IR.ini +share/obs/obs-studio/locale/fi-FI.ini +share/obs/obs-studio/locale/fil-PH.ini +share/obs/obs-studio/locale/fr-FR.ini +share/obs/obs-studio/locale/gd-GB.ini +share/obs/obs-studio/locale/gl-ES.ini +share/obs/obs-studio/locale/he-IL.ini +share/obs/obs-studio/locale/hi-IN.ini +share/obs/obs-studio/locale/hr-HR.ini +share/obs/obs-studio/locale/hu-HU.ini +share/obs/obs-studio/locale/id-ID.ini +share/obs/obs-studio/locale/ig-NG.ini +share/obs/obs-studio/locale/it-IT.ini +share/obs/obs-studio/locale/ja-JP.ini +share/obs/obs-studio/locale/ka-GE.ini +share/obs/obs-studio/locale/ko-KR.ini +share/obs/obs-studio/locale/ku-TR.ini +share/obs/obs-studio/locale/lt-LT.ini +share/obs/obs-studio/locale/mn-MN.ini +share/obs/obs-studio/locale/ms-MY.ini +share/obs/obs-studio/locale/nb-NO.ini +share/obs/obs-studio/locale/nl-NL.ini +share/obs/obs-studio/locale/nn-NO.ini +share/obs/obs-studio/locale/pa-IN.ini +share/obs/obs-studio/locale/pl-PL.ini +share/obs/obs-studio/locale/pt-BR.ini +share/obs/obs-studio/locale/pt-PT.ini +share/obs/obs-studio/locale/ro-RO.ini +share/obs/obs-studio/locale/ru-RU.ini +share/obs/obs-studio/locale/si-LK.ini +share/obs/obs-studio/locale/sk-SK.ini +share/obs/obs-studio/locale/sl-SI.ini +share/obs/obs-studio/locale/sq-AL.ini +share/obs/obs-studio/locale/sr-CS.ini +share/obs/obs-studio/locale/sr-SP.ini +share/obs/obs-studio/locale/sv-SE.ini +share/obs/obs-studio/locale/ta-IN.ini +share/obs/obs-studio/locale/th-TH.ini +share/obs/obs-studio/locale/tl-PH.ini +share/obs/obs-studio/locale/tr-TR.ini +share/obs/obs-studio/locale/uk-UA.ini +share/obs/obs-studio/locale/ur-PK.ini +share/obs/obs-studio/locale/vi-VN.ini +share/obs/obs-studio/locale/zh-CN.ini +share/obs/obs-studio/locale/zh-TW.ini +share/obs/obs-studio/themes/ +share/obs/obs-studio/themes/Acri/ +share/obs/obs-studio/themes/Acri.qss +share/obs/obs-studio/themes/Acri/bot_hook.png +share/obs/obs-studio/themes/Acri/bot_hook2.png +share/obs/obs-studio/themes/Acri/checkbox_checked.png +share/obs/obs-studio/themes/Acri/checkbox_checked_disabled.png +share/obs/obs-studio/themes/Acri/checkbox_checked_focus.png +share/obs/obs-studio/themes/Acri/checkbox_unchecked.png +share/obs/obs-studio/themes/Acri/checkbox_unchecked_disabled.png +share/obs/obs-studio/themes/Acri/checkbox_unchecked_focus.png +share/obs/obs-studio/themes/Acri/radio_checked.png +share/obs/obs-studio/themes/Acri/radio_checked_disabled.png +share/obs/obs-studio/themes/Acri/radio_checked_focus.png +share/obs/obs-studio/themes/Acri/radio_unchecked.png +share/obs/obs-studio/themes/Acri/radio_unchecked_disabled.png +share/obs/obs-studio/themes/Acri/radio_unchecked_focus.png +share/obs/obs-studio/themes/Acri/sizegrip.png +share/obs/obs-studio/themes/Acri/top_hook.png +share/obs/obs-studio/themes/Dark/ +share/obs/obs-studio/themes/Dark.qss +share/obs/obs-studio/themes/Dark/close.svg +share/obs/obs-studio/themes/Dark/down.svg +share/obs/obs-studio/themes/Dark/expand.svg +share/obs/obs-studio/themes/Dark/filter.svg +share/obs/obs-studio/themes/Dark/locked.svg +share/obs/obs-studio/themes/Dark/media/ +share/obs/obs-studio/themes/Dark/media-pause.svg +share/obs/obs-studio/themes/Dark/media/media_next.svg +share/obs/obs-studio/themes/Dark/media/media_pause.svg +share/obs/obs-studio/themes/Dark/media/media_play.svg +share/obs/obs-studio/themes/Dark/media/media_previous.svg +share/obs/obs-studio/themes/Dark/media/media_restart.svg +share/obs/obs-studio/themes/Dark/media/media_stop.svg +share/obs/obs-studio/themes/Dark/minus.svg +share/obs/obs-studio/themes/Dark/mute.svg +share/obs/obs-studio/themes/Dark/no_sources.svg +share/obs/obs-studio/themes/Dark/plus.svg +share/obs/obs-studio/themes/Dark/popout.svg +share/obs/obs-studio/themes/Dark/refresh.svg +share/obs/obs-studio/themes/Dark/revert.svg +share/obs/obs-studio/themes/Dark/save.svg +share/obs/obs-studio/themes/Dark/settings/ +share/obs/obs-studio/themes/Dark/settings/advanced.svg +share/obs/obs-studio/themes/Dark/settings/audio.svg +share/obs/obs-studio/themes/Dark/settings/general.svg +share/obs/obs-studio/themes/Dark/settings/hotkeys.svg +share/obs/obs-studio/themes/Dark/settings/output.svg +share/obs/obs-studio/themes/Dark/settings/stream.svg +share/obs/obs-studio/themes/Dark/settings/video.svg +share/obs/obs-studio/themes/Dark/sources/ +share/obs/obs-studio/themes/Dark/sources/brush.svg +share/obs/obs-studio/themes/Dark/sources/camera.svg +share/obs/obs-studio/themes/Dark/sources/default.svg +share/obs/obs-studio/themes/Dark/sources/gamepad.svg +share/obs/obs-studio/themes/Dark/sources/globe.svg +share/obs/obs-studio/themes/Dark/sources/group.svg +share/obs/obs-studio/themes/Dark/sources/image.svg +share/obs/obs-studio/themes/Dark/sources/media.svg +share/obs/obs-studio/themes/Dark/sources/microphone.svg +share/obs/obs-studio/themes/Dark/sources/scene.svg +share/obs/obs-studio/themes/Dark/sources/slideshow.svg +share/obs/obs-studio/themes/Dark/sources/text.svg +share/obs/obs-studio/themes/Dark/sources/window.svg +share/obs/obs-studio/themes/Dark/trash.svg +share/obs/obs-studio/themes/Dark/up.svg +share/obs/obs-studio/themes/Dark/updown.svg +share/obs/obs-studio/themes/Dark/visible.svg +share/obs/obs-studio/themes/Rachni/ +share/obs/obs-studio/themes/Rachni.qss +share/obs/obs-studio/themes/Rachni/checkbox_checked.png +share/obs/obs-studio/themes/Rachni/checkbox_checked_disabled.png +share/obs/obs-studio/themes/Rachni/checkbox_checked_focus.png +share/obs/obs-studio/themes/Rachni/checkbox_unchecked.png +share/obs/obs-studio/themes/Rachni/checkbox_unchecked_disabled.png +share/obs/obs-studio/themes/Rachni/checkbox_unchecked_focus.png +share/obs/obs-studio/themes/Rachni/down_arrow.png +share/obs/obs-studio/themes/Rachni/down_arrow_disabled.png +share/obs/obs-studio/themes/Rachni/left_arrow.png +share/obs/obs-studio/themes/Rachni/left_arrow_disabled.png +share/obs/obs-studio/themes/Rachni/radio_checked.png +share/obs/obs-studio/themes/Rachni/radio_checked_disabled.png +share/obs/obs-studio/themes/Rachni/radio_checked_focus.png +share/obs/obs-studio/themes/Rachni/radio_unchecked.png +share/obs/obs-studio/themes/Rachni/radio_unchecked_disabled.png +share/obs/obs-studio/themes/Rachni/radio_unchecked_focus.png +share/obs/obs-studio/themes/Rachni/right_arrow.png +share/obs/obs-studio/themes/Rachni/right_arrow_disabled.png +share/obs/obs-studio/themes/Rachni/sizegrip.png +share/obs/obs-studio/themes/Rachni/up_arrow.png +share/obs/obs-studio/themes/Rachni/up_arrow_disabled.png +share/obs/obs-studio/themes/System.qss +@tag gtk-update-icon-cache %D/share/icons/hicolor +@tag update-desktop-database diff --git a/net/mbuffer/Makefile b/net/mbuffer/Makefile new file mode 100644 index 0000000..cf5151d --- /dev/null +++ b/net/mbuffer/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.10 2020/10/28 18:34:34 sthen Exp $ + + +COMMENT = mbuffer is a tool for buffering data streams + +DISTNAME = mbuffer-20200929 +EXTRACT_SUFX = .tgz +CATEGORIES = net + +MAINTAINER = Stefan Hagen + +HOMEPAGE = http://www.maier-komor.de/mbuffer.html + +MASTER_SITES = http://www.maier-komor.de/software/mbuffer/ + +# BSD +PERMIT_PACKAGE = Yes + +WANTLIB += c crypto m pthread + +NO_TEST = Yes + +CONFIGURE_STYLE = gnu +USE_GMAKE = Yes + +.include diff --git a/net/mbuffer/distinfo b/net/mbuffer/distinfo new file mode 100644 index 0000000..191da56 --- /dev/null +++ b/net/mbuffer/distinfo @@ -0,0 +1,2 @@ +SHA256 (mbuffer-20200929.tgz) = U6bjwU6aBJ8YoJhAZT3YTxjn7HVg8tzythwKtfDq1Og= +SIZE (mbuffer-20200929.tgz) = 147855 diff --git a/net/mbuffer/patches/patch-Makefile_in b/net/mbuffer/patches/patch-Makefile_in new file mode 100644 index 0000000..17b167a --- /dev/null +++ b/net/mbuffer/patches/patch-Makefile_in @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: Makefile.in +--- Makefile.in.orig ++++ Makefile.in +@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@ + datarootdir = @datarootdir@ + bindir = @bindir@ + mandir = @mandir@/man1 +-etcdir = @sysconfdir@ ++etcdir = /usr/local/share/examples/mbuffer + + RM = @RM@ + INSTALL = @INSTALL@ diff --git a/net/mbuffer/pkg/DESCR b/net/mbuffer/pkg/DESCR new file mode 100644 index 0000000..76d01d2 --- /dev/null +++ b/net/mbuffer/pkg/DESCR @@ -0,0 +1,10 @@ +mbuffer is a tool for buffering data streams with unique features: + + - direct support for TCP based network targets (IPv4 and IPv6) + - ability to send to multiple targets in parallel (distribution mode) + - support for multiple volumes + - I/O rate limitation + - high/low watermark based restart criteria + - configurable buffer size + - on the fly MD5 hash calculation + - highly efficient, multi-threaded implementation diff --git a/net/mbuffer/pkg/PLIST b/net/mbuffer/pkg/PLIST new file mode 100644 index 0000000..a65e1c1 --- /dev/null +++ b/net/mbuffer/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/mbuffer +@man man/man1/mbuffer.1 +share/examples/mbuffer/ +share/examples/mbuffer/mbuffer.rc diff --git a/net/terraform-provider-hcloud/Makefile b/net/terraform-provider-hcloud/Makefile new file mode 100644 index 0000000..f5b51b6 --- /dev/null +++ b/net/terraform-provider-hcloud/Makefile @@ -0,0 +1,27 @@ +COMMENT = terraform provider for hetzner cloud + +V = 1.35.2 +MODGO_MODNAME = github.com/hetznercloud/terraform-provider-hcloud +MODGO_VERSION = v${V} + +DISTNAME = terraform-provider-hcloud-${MODGO_VERSION} + +CATEGORIES = net + +# MLP 2.0 +PERMIT_PACKAGE = yes + +WANTLIB = c pthread + +MODULES = lang/go + +.include "modules.inc" + +PLUGIN_PATH = ${WRKINST}/${TRUEPREFIX}/share/terraform/plugins/local/hetznercloud/hcloud/${V}/openbsd_${MACHINE_ARCH} + +post-install: + mkdir -p ${PLUGIN_PATH} + cp -f ${WRKINST}/${TRUEPREFIX}/bin/terraform-provider-hcloud \ + ${PLUGIN_PATH}/terraform-provider-hcloud_${MODGO_VERSION} + +.include diff --git a/net/terraform-provider-hcloud/distinfo b/net/terraform-provider-hcloud/distinfo new file mode 100644 index 0000000..a05d8c8 --- /dev/null +++ b/net/terraform-provider-hcloud/distinfo @@ -0,0 +1,1600 @@ +SHA256 (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = IhijTyC5cbwZUhbUGV9XUgoqy9hd5/wxrPxEAmZwTBE= +SHA256 (go_modules/cloud.google.com/go/@v/v0.34.0.mod) = IhijTyC5cbwZUhbUGV9XUgoqy9hd5/wxrPxEAmZwTBE= +SHA256 (go_modules/cloud.google.com/go/@v/v0.38.0.mod) = IRVe7cPkx6CccZziPHA/vxTDSspC7QDcCHdN5uu+gAc= +SHA256 (go_modules/cloud.google.com/go/@v/v0.44.1.mod) = 0lFpfc+oXnGvn470xm+euU9mTDCz6WS6EyoXOXtrmXU= +SHA256 (go_modules/cloud.google.com/go/@v/v0.44.2.mod) = mrgY5bGZiiX607YbwvI2E/hWzIXnF8Savu81REp166s= +SHA256 (go_modules/cloud.google.com/go/@v/v0.45.1.mod) = 8o6hRgc0Vf8GZWLxectMcrJa8hhEJt3PO/sa8SR3bdw= +SHA256 (go_modules/cloud.google.com/go/@v/v0.46.3.mod) = ZPIDHVZNPVDrh3Pjhmsk4KCRp4biOJbjlHjOcH0lSOA= +SHA256 (go_modules/cloud.google.com/go/@v/v0.50.0.mod) = 9xCZe1V7MTSFjoH2fi418bLgd4vK2DLpHmvULASn9bc= +SHA256 (go_modules/cloud.google.com/go/@v/v0.52.0.mod) = 3ecqOYZjmr6aBlU89UALIYxSaEi2ep3BlcTlrcLVn1g= +SHA256 (go_modules/cloud.google.com/go/@v/v0.53.0.mod) = DTIIOBFGjVZscosuZTo3+U7Fz/bXj3xJtvp8mtKKSMA= +SHA256 (go_modules/cloud.google.com/go/@v/v0.54.0.mod) = uY7dzoJNP9Bb5AnOq7fP8LHT4uWwbpKaT4wd8mjJv50= +SHA256 (go_modules/cloud.google.com/go/@v/v0.56.0.mod) = QIAc7SLY/cEXGpPHz1wHmuohMCW3VRhouPffbk+8L3g= +SHA256 (go_modules/cloud.google.com/go/@v/v0.57.0.mod) = sICSm1CqmLyHDOaUsTSBAJbtcGDl9Q1HTlhooIhmV3s= +SHA256 (go_modules/cloud.google.com/go/@v/v0.62.0.mod) = SpVENBgFCbrud17nbI9kqT11fLZFysEPU306Wc8t2wo= +SHA256 (go_modules/cloud.google.com/go/@v/v0.65.0.mod) = f/TXwu5qTht+c2r44pTWWkjwWfRDAfMlom7r9S7WP/w= +SHA256 (go_modules/cloud.google.com/go/@v/v0.65.0.zip) = gZ5H+PH445YGrASpkKeKWgvin5pbkz4V9C0LiQmki78= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.0.1.mod) = mSISTdoOJp78FTZOomO/maQgsac2OHEAfrHLwtGx3Hw= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.3.0.mod) = +SOV2VLsI7CJOYr7l6PUb67SDtdbo0VBiENxSHuMsiE= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.4.0.mod) = fIZ5dbHPwGHYhWmID8g9z4ayIu8Suu89CxYPaL154FQ= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.5.0.mod) = B4IRvwuS/+6Ibrx5keaMzlSPB72iTYN3f41Dz0+Tb2s= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.7.0.mod) = HKRVvqUX0v5Jvzwvf+5NDNFa+penbMBDl5RGC4Hk8M0= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.mod) = toghopjskKDZvXw9jhgakkEk652JmdL6BXOk8VL6flU= +SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.zip) = iSsQkp1M+JsMjJiVwXze/2wNKPZeT/quZyWZdXLiEkk= +SHA256 (go_modules/cloud.google.com/go/datastore/@v/v1.0.0.mod) = A0xS+1OSg3+NsnVIX7DpXRDmzSUw3Ty2c9fTUJ4WsuY= +SHA256 (go_modules/cloud.google.com/go/datastore/@v/v1.1.0.mod) = Yj/KeFSbpDuc5dHtTrHijciTKPpxM5eUBe4wnb0tt8A= +SHA256 (go_modules/cloud.google.com/go/datastore/@v/v1.1.0.zip) = fa5WPcfC5USyKfMDIQOsBWhxIOjSVSGu8EtF80bsX/s= +SHA256 (go_modules/cloud.google.com/go/pubsub/@v/v1.0.1.mod) = SB+3lg2As4sxevbIrYOJhyGKfymA2RtC9sfhZohgzEk= +SHA256 (go_modules/cloud.google.com/go/pubsub/@v/v1.1.0.mod) = rRKVa+jnG/0sXZj5/QE1AHhmOvdGA3yTEYmBehSu42g= +SHA256 (go_modules/cloud.google.com/go/pubsub/@v/v1.2.0.mod) = OZwfJ22P/tngFIuisfk8nEK1FdQLhTXUS+SjdiQhcB4= +SHA256 (go_modules/cloud.google.com/go/pubsub/@v/v1.3.1.mod) = q9670HDQHpyGu7H2nBJx+J16BCUgcVZArpxHhDir774= +SHA256 (go_modules/cloud.google.com/go/pubsub/@v/v1.3.1.zip) = ymE0F8UjGGtMuvn7o6ZA5uzfSsMcgsAV2H7a6XaAORY= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.0.0.mod) = o0tc2WleqzSwH4fy2d46BdD0ffsrwSMJLdRRDJ7HEhU= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.10.0.mod) = U8sbIaUCGfwi+cGgu1ONj50x5V/KjcD9zFAs4888HwA= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.10.0.zip) = kHoZDJRp/CkygJ54mI+UBqK46uln9PuhDAfLvXe9Aqc= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.5.0.mod) = 16E0qqEHfDOku9V6kS5Q4Ujk0AApZowJau9GZOgB8ls= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.6.0.mod) = LyqETUzzdDAyU04QhhXs+WSObZAhzXreG+hRWTpNduI= +SHA256 (go_modules/cloud.google.com/go/storage/@v/v1.8.0.mod) = UAjocNysCFV4giSP2IjSizFIH41AmKkZHeRz2Q4yS2A= +SHA256 (go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod) = +sTF2PaC+eyXchsvyf1TBiqxcLLSt/q4/8EK4YOhlR4= +SHA256 (go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip) = ylMwkB/NqD0JVTrDYldtGWxTEVe8nFAudrI3zKJitAA= +SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v0.3.1.mod) = KAIbQYClnDmTYHqVsY4jDdC8a+pSQv/o6ou/tPT3tNc= +SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v0.3.1.zip) = gVxuWUdF8tiEL/mksFacZpXmzf1eB+Wz2Y0GtyykHjw= +SHA256 (go_modules/github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod) = luveICsJL29NHzkwvAfPGKVpmZjd6lG5T+hYETspqNg= +SHA256 (go_modules/github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip) = 9Slix/vsqB6op3fR+LHx0lgD3EN/u0kPJTNEIyiEMo4= +SHA256 (go_modules/github.com/!microsoft/go-winio/@v/v0.4.14.mod) = jUXZD8V+bfc5N+o6J4grGaPp+6rz6XB+7SGNXQ/QZwY= +SHA256 (go_modules/github.com/!microsoft/go-winio/@v/v0.4.16.mod) = paSKsdlZ4yXKUzR6zkAZiBFOSR0haR/lLN8+ZPr8X04= +SHA256 (go_modules/github.com/!microsoft/go-winio/@v/v0.4.16.zip) = 6plC2ccd61SClH1b/EKb5F2ldDJmDEd4h9jqeFc17F0= +SHA256 (go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20210428141323-04723f9f07d7.mod) = YS0PzpOZlNH/uEOMpQbQh04XnAFAh1/Xr65Z65d3ROU= +SHA256 (go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20210428141323-04723f9f07d7.zip) = JTQyph4N1MeWALkPxNJGhE9tdm5u3I1MltWYrZwMXkI= +SHA256 (go_modules/github.com/acomagu/bufpipe/@v/v1.0.3.mod) = Iaxsw323lcL/h53Hl9IqRY/0F1um/IBgrFx8/DYOoWw= +SHA256 (go_modules/github.com/acomagu/bufpipe/@v/v1.0.3.zip) = 7ZrftBGZjQjNK28lO9OrAlWZiFBswyIjWv1cLY+m5t0= +SHA256 (go_modules/github.com/agext/levenshtein/@v/v1.2.1.mod) = RHLFDn4cP+bh43iB0GJ7l7ChMpclhJmX4LTCV9CyLrs= +SHA256 (go_modules/github.com/agext/levenshtein/@v/v1.2.2.mod) = RHLFDn4cP+bh43iB0GJ7l7ChMpclhJmX4LTCV9CyLrs= +SHA256 (go_modules/github.com/agext/levenshtein/@v/v1.2.3.mod) = RHLFDn4cP+bh43iB0GJ7l7ChMpclhJmX4LTCV9CyLrs= +SHA256 (go_modules/github.com/agext/levenshtein/@v/v1.2.3.zip) = 8k3K4XSzQY9jQPuPVHl3iKcRMLlg2k8H0+CCBsvL3AI= +SHA256 (go_modules/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod) = wCGTza/yP3AiRZc5CDL1aCUK84T5jcQ3iutb+P7GkPw= +SHA256 (go_modules/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod) = wCGTza/yP3AiRZc5CDL1aCUK84T5jcQ3iutb+P7GkPw= +SHA256 (go_modules/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip) = JeO+cZKTLRMNCvMc5bzdroh2R7pK/PsyAJw7m3nbvbM= +SHA256 (go_modules/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod) = OCfpPXMq9WzJwaAz8pWZwTlzMN5FK7UWY9mJHHmYL1A= +SHA256 (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190717042225-c3de453c63f4.mod) = OCfpPXMq9WzJwaAz8pWZwTlzMN5FK7UWY9mJHHmYL1A= +SHA256 (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.mod) = LmzNFLMluT0NWOQ6eA/MFSO5zW9mVJ/0zChP5tIQhpw= +SHA256 (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.zip) = 5rDMs4v7qF2QCS0cV2cdX3mWdXvXH28ZcMauL52uP24= +SHA256 (go_modules/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.mod) = 4T6o3KRm8JCj7U3aN73411O4Za5gh2zaZI+HcXM/qoQ= +SHA256 (go_modules/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.zip) = O4N2/2MfMNR+A0io+EcFC5fD24lIP0XRzY8R0jx8VqI= +SHA256 (go_modules/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod) = NoR73NyzhlhzPztV3wDMQ20lqQjOyWozmYdCF8lAE6c= +SHA256 (go_modules/github.com/apparentlymart/go-cidr/@v/v1.1.0.zip) = hNozb/t4wSkkqq4Rfz0wcHiw2DUohv2Z0Qd+LBhgsEY= +SHA256 (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20180507223929-23540a00eaa3.mod) = zQta1QBwQocdKD6Zl9G4E1ZrDYIGWHOVP39BKQ4Rl40= +SHA256 (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20190214190832-042adf3cf4a0.mod) = zQta1QBwQocdKD6Zl9G4E1ZrDYIGWHOVP39BKQ4Rl40= +SHA256 (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20190214190832-042adf3cf4a0.zip) = NQZ1f9LcvPjneqliySPZzq+RhTi/mxF/mKpWK8g8d+8= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/@v/v1.0.0.mod) = Od6UHMt+IXuveJVifO2KjcLkB6a0WDprcs0zQHl2V4Y= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/@v/v1.0.0.zip) = JXKnevKFEl8ZgOm3UeWnw65ZtzxPyX58JAdoFgmZEUI= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/v12/@v/v12.0.0.mod) = 2paAWTiLCaOGGj9MBhiqvIYquNwU7Mylq/xdmYdRdac= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/v12/@v/v12.0.0.zip) = laNTdkEC3gcAzXDQU07i+qn54x14fTRQnXBmoP56Re0= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/v13/@v/v13.0.0.mod) = NdcnVgVICjaT++/9ORMz5kYJct+bZr7Rbtk+AZ4O+3g= +SHA256 (go_modules/github.com/apparentlymart/go-textseg/v13/@v/v13.0.0.zip) = 8wNf/YObOfOcGALN5PmiYe7FA1DEfo7fFyC/jvLQ2fo= +SHA256 (go_modules/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod) = eH9fmKshF09xFkyrjuplEl5gqnL111F+EuCOe47szNI= +SHA256 (go_modules/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.zip) = 9HPm3OgmoFUmOYM89yz6qLxxQdqntTdiLX946s/Z37M= +SHA256 (go_modules/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod) = zE0fqtdZZfpp6xMSC/lWgncZAF/z7NxwSzb7WPsf0W4= +SHA256 (go_modules/github.com/beorn7/perks/@v/v1.0.0.mod) = wNxuW3KlzSPG92OQoe/KJ+VoublPPKvl3zWk+mGGJIQ= +SHA256 (go_modules/github.com/beorn7/perks/@v/v1.0.1.mod) = yHCz/lC2lE+rCVsGII2ciJh2PpFzyx7tMljD1YMJumY= +SHA256 (go_modules/github.com/beorn7/perks/@v/v1.0.1.zip) = Jb2eLZSsp3Dm28H1NyX4T2r0Qy9jHTXdLEb5bvBRLxo= +SHA256 (go_modules/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod) = 2uZGOSlkAiNbVVh9FNJkBhXrNzb6hA5DJ9PBXbY8w0U= +SHA256 (go_modules/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.zip) = s8CfPmNdR7QThpWlR9HyxxOPOCy+WotYZbZqjggjNGE= +SHA256 (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.1.mod) = oJD46q9ZzCrfFjKZ6+/nl+Hco/at0sjoimo7kLpTiwI= +SHA256 (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.2.mod) = oJD46q9ZzCrfFjKZ6+/nl+Hco/at0sjoimo7kLpTiwI= +SHA256 (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.2.zip) = rGQayDMN9h9nfIdEj8Z5xHiGCH0pM6HkMVVvQjeC6jg= +SHA256 (go_modules/github.com/chzyer/logex/@v/v1.1.10.mod) = 99MQTqxMVnTcSEfPWxGTwuA70k/lISQ6NNcscJrYOjo= +SHA256 (go_modules/github.com/chzyer/logex/@v/v1.1.10.zip) = LJR3HB4zWixYqWREs3aLjgApd0fWzn58FLqy6LOdkb0= +SHA256 (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod) = kAt5fFMfLfGC5DGolezTEJqs/t/d2rI6SPfAqdWnVlk= +SHA256 (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip) = PchCZ3iHJ4+zPSUHjTda5qepS7d6jSBe4iMLWBtpR6Y= +SHA256 (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod) = 0HXE5LZiTqb4AxiDyNZv9DCrwv/h+06Jw7kRVpnynDs= +SHA256 (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip) = rYVQvtPEqUu+9XufxbsVgG6s7aAJJXFkBDIFgNYOL30= +SHA256 (go_modules/github.com/client9/misspell/@v/v0.3.4.mod) = 0bw2Ld3Zb7OkPtS5Kqq3CqbH71pQDX8JVk4+skq88Lg= +SHA256 (go_modules/github.com/client9/misspell/@v/v0.3.4.zip) = o68gY3LhMd0QporEcMZqGxjq9Rxq+stVsuKgbjm5Byg= +SHA256 (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod) = BfXUp3qEvkXe3IDrrFo47y/Rxv8/rtrZwA6zEjEYEhg= +SHA256 (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod) = oO1tXDcKFHNnG4sOKIurF13+tkp69c4vyYdLE5rqAgc= +SHA256 (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.zip) = pEn6lOWBF6ecF1d+OfcvaVxIdvdMvZFC1RIngZLKkKo= +SHA256 (go_modules/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod) = OnJc+6NYLl390r2tlmLg/KPK3YqRu8sbSEJRUm9KyFc= +SHA256 (go_modules/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.zip) = 64YoHh6c9vg9Je2+wOP9aQVw76NBSGbRTGoytEkxN10= +SHA256 (go_modules/github.com/creack/pty/@v/v1.1.9.mod) = 6rBwW8ShjdMVwnpOPbqPIKnhIwZfogYzlmMytczPdzE= +SHA256 (go_modules/github.com/creack/pty/@v/v1.1.9.zip) = IO38wnr9eZF4C8kcpSPSaZnqAl5B9gvF7XG7rADhdeI= +SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw= +SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw= +SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0= +SHA256 (go_modules/github.com/emirpasic/gods/@v/v1.12.0.mod) = i4yrL7cXETtIWN1ZYkzwFr3P4LXJ9RASHXzI4Phcb3A= +SHA256 (go_modules/github.com/emirpasic/gods/@v/v1.12.0.zip) = cp6gvahr+AG2H/ZusBnlua3FWc0heUSr8QuxA/ylc+4= +SHA256 (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.mod) = 2Hi72MmVwWYTnxFqNMPcL4olU3i2WXg8exfJwinT9NU= +SHA256 (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.zip) = jovyK6zxtLWlSqbFavPygRMdbc0cy/Iia5weYsm1zKc= +SHA256 (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod) = Lg88WUDGkwvOA/DIzRck3ZPU0wxrHFri7k4wOfAhXAc= +SHA256 (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod) = Lg88WUDGkwvOA/DIzRck3ZPU0wxrHFri7k4wOfAhXAc= +SHA256 (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod) = Ywn3UvfUW3TJfj+ODlT8R+YE2WW1KOYPpopGMX7LRNw= +SHA256 (go_modules/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod) = yOLhv5Ma0xq0paMmc+/3ZDmPv5y8bDG78AXHyQT8aao= +SHA256 (go_modules/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.zip) = 7FJh87vEJtceK+THYGO6EkYMXSeEXWMHY+npEexHaK8= +SHA256 (go_modules/github.com/fatih/color/@v/v1.13.0.mod) = 8KxJ/fh41LNolwJb+xhjni/mfYhM6o4yTlwZFWl/ixw= +SHA256 (go_modules/github.com/fatih/color/@v/v1.13.0.zip) = jyKpKBbZRhsv+Wd1TTDpvIJ50EWvG3VYVOvnZehMqyA= +SHA256 (go_modules/github.com/fatih/color/@v/v1.7.0.mod) = TDlJ5lwSok4Luy1SEYvASOaYDCm8SUAsWWWK3gNRmKM= +SHA256 (go_modules/github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.mod) = fcPplRM4iarda6ogwDESBsxSXLi1W3IcFS5Dt0u1xQ4= +SHA256 (go_modules/github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.zip) = 6mih05HlnrwEzphriOAAMnuxQeXo6A75OvlQvKQrtMw= +SHA256 (go_modules/github.com/gliderlabs/ssh/@v/v0.2.2.mod) = WyHgkzw6Mwgn1BFsjy2ib16sZ78cpT2otDM/pzaOTNQ= +SHA256 (go_modules/github.com/gliderlabs/ssh/@v/v0.2.2.zip) = +fEtdmzuq54hNFBFIN51gZ0e62czuLYZt7zUqsTMqYM= +SHA256 (go_modules/github.com/go-git/gcfg/@v/v1.5.0.mod) = 0DoySGRYxR2I2E7NltN9s229rEcv/wQB5vYZEDyQE88= +SHA256 (go_modules/github.com/go-git/gcfg/@v/v1.5.0.zip) = Jv62GrQQJ5rK1GQij5zT41Aic4uRN16uHpPxPRUDe9Y= +SHA256 (go_modules/github.com/go-git/go-billy/v5/@v/v5.2.0.mod) = SmX5tLNJVae/uTMrlKXTnPVWTIpCn08Kxl+sUrOu7J4= +SHA256 (go_modules/github.com/go-git/go-billy/v5/@v/v5.3.1.mod) = SmX5tLNJVae/uTMrlKXTnPVWTIpCn08Kxl+sUrOu7J4= +SHA256 (go_modules/github.com/go-git/go-billy/v5/@v/v5.3.1.zip) = GGBVU5srUJW/wAQVMWNWPoxbIwagI+wUp/xoeqLFfgY= +SHA256 (go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.2.1.mod) = L2j64PyhCrVRdeY1ty+rGcz354LwZBJ6jY/8hqm/bqQ= +SHA256 (go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.2.1.zip) = LAaRkZgbNTYtPctoYIXzAklnHehVKQSHzwFS8m+0HTY= +SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.4.2.mod) = QoX9tVrgWJ/rePhAcOEcVq0oGfHmvfkPyCePYwa+O2U= +SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.4.2.zip) = /CP8h3fv3a8FZtG49/6DK09ESIesha0OWxrmnUro//c= +SHA256 (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod) = UQstVL8si0jvh8XQVXb4dxIkx+fuKoWlqX6gGSVgPrc= +SHA256 (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip) = lsaUxC57hm6o4m3Ei2EsTaqFgs5h/e776SwaTEYWMWk= +SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod) = 1WNuRK+jDUmMutczAQLwzsjeXbXGpwN25pxs/j4UNco= +SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod) = 1WNuRK+jDUmMutczAQLwzsjeXbXGpwN25pxs/j4UNco= +SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip) = L2oZYzl8t8PfZiV6RddfroYKqbnuwXgl2BAcHhMT2ls= +SHA256 (go_modules/github.com/go-kit/kit/@v/v0.8.0.mod) = gHxS02vtLb98bcmTVno4bmvRMHOWozXvLvnsjOe1wts= +SHA256 (go_modules/github.com/go-kit/kit/@v/v0.9.0.mod) = gHxS02vtLb98bcmTVno4bmvRMHOWozXvLvnsjOe1wts= +SHA256 (go_modules/github.com/go-kit/kit/@v/v0.9.0.zip) = 89qbNbEA3TLnsQw3oGMK9g1Ur6N8YSkefflLwKwx7QM= +SHA256 (go_modules/github.com/go-kit/log/@v/v0.1.0.mod) = MQ5J162uiKtjKZmksiW+M2CmSsErapdpFLVC5kJWpBo= +SHA256 (go_modules/github.com/go-kit/log/@v/v0.2.0.mod) = N0PEgN83M7LBHXp+4mQ34hJc9siOtZa8BFneCcm4djM= +SHA256 (go_modules/github.com/go-kit/log/@v/v0.2.0.zip) = uI4J/352nqnXOZj1704D42eLh+zI3yjOMeUXPqC+YpA= +SHA256 (go_modules/github.com/go-logfmt/logfmt/@v/v0.3.0.mod) = eTmLzLy8EwrQD5ipnOaf/lysw0WL9NMy8Vib+Zur2Ug= +SHA256 (go_modules/github.com/go-logfmt/logfmt/@v/v0.4.0.mod) = SWFhybJTv9cd/bQCM8MieG1V6eQpU3hcO+SDiYP+fnk= +SHA256 (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.0.mod) = 4j0g0NnR5y4ELG4jQZW5+O9WIdp/i5hg1qMY15nJYNE= +SHA256 (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.1.mod) = pjttroy/srYD56wCM4IMuYObhlVV3Nj7oid7j9coaaA= +SHA256 (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.1.zip) = ngMM0JtYTlmi9bqqJM9gBSB1fXMq8PiZPMQS3TCGcDo= +SHA256 (go_modules/github.com/go-stack/stack/@v/v1.8.0.mod) = WRVSp8pfQ1HZvva4aPLYWmHqAoJxRCWB9fSH3O0ZYSk= +SHA256 (go_modules/github.com/go-stack/stack/@v/v1.8.0.zip) = eMJmfHEPgRMHA4Y0/6Q69EJhms/q8e+1k6pODe2d9I8= +SHA256 (go_modules/github.com/go-test/deep/@v/v1.0.3.mod) = 0YeeHw1NlnutLx2jeCtglPNpeTVhVXW+l9FxaVwdSq4= +SHA256 (go_modules/github.com/go-test/deep/@v/v1.0.3.zip) = 0ZnOdiVSdmvTuvN65LAlW7am/s8UTorl+jqU8c4woYA= +SHA256 (go_modules/github.com/gogo/protobuf/@v/v1.1.1.mod) = /8FAk16hS+ckXwXMggbkkzpGIJZafuEQjSU1ZPmEAmo= +SHA256 (go_modules/github.com/gogo/protobuf/@v/v1.1.1.zip) = kY3OlvG1yJfssV55x0HTCIq/DEgcoIS2aGEJo59T9S4= +SHA256 (go_modules/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod) = nJuvwPUpBa+qcWSFizoBoMw9wH2iMDAXfOSH9ydDiVg= +SHA256 (go_modules/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip) = NrPFIsgQLf50ypbkdMTDYXUL8ruFvDzv5PB0wH1oJak= +SHA256 (go_modules/github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod) = URfiu4bxzHzHSJ+fJYD6F7LvHjoKNGv2TtgGPKe4dmM= +SHA256 (go_modules/github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod) = URfiu4bxzHzHSJ+fJYD6F7LvHjoKNGv2TtgGPKe4dmM= +SHA256 (go_modules/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod) = URfiu4bxzHzHSJ+fJYD6F7LvHjoKNGv2TtgGPKe4dmM= +SHA256 (go_modules/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.zip) = XTpH7dfZe7r4aF3bMnH9yfR5ATSZizkBbl1j7KbZlZk= +SHA256 (go_modules/github.com/golang/mock/@v/v1.1.1.mod) = XEfE+YGsY9N/EwhkeiDXWhSOsqj5zA51MfAwr9CyKeA= +SHA256 (go_modules/github.com/golang/mock/@v/v1.2.0.mod) = XEfE+YGsY9N/EwhkeiDXWhSOsqj5zA51MfAwr9CyKeA= +SHA256 (go_modules/github.com/golang/mock/@v/v1.3.1.mod) = liDGRANd3yfF2d1EUP5RZWsXPADYBuviSopZkUZ3tZQ= +SHA256 (go_modules/github.com/golang/mock/@v/v1.4.0.mod) = RbyrK7SsOzmTIDGNOZ9KpvheTdTN75v4+ekMppSBj7Q= +SHA256 (go_modules/github.com/golang/mock/@v/v1.4.1.mod) = RbyrK7SsOzmTIDGNOZ9KpvheTdTN75v4+ekMppSBj7Q= +SHA256 (go_modules/github.com/golang/mock/@v/v1.4.3.mod) = RbyrK7SsOzmTIDGNOZ9KpvheTdTN75v4+ekMppSBj7Q= +SHA256 (go_modules/github.com/golang/mock/@v/v1.4.4.mod) = 11/oqrzNF82/fkMiC4ucaM4fLlTRGJ7sxARjp2HGnFM= +SHA256 (go_modules/github.com/golang/mock/@v/v1.4.4.zip) = xnJ/1Vp8p2NpejPuNC3YIGgKGxF9eZq5Oozo/O4n+k8= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.1.0.mod) = wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.2.0.mod) = wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.1.mod) = wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.2.mod) = wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.3.mod) = 1S4SrQsoSK63qyUiw+9tfldiGA9VYhaENhLSYY6U8oE= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.4.mod) = 1S4SrQsoSK63qyUiw+9tfldiGA9VYhaENhLSYY6U8oE= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.5.mod) = s6wk4gSR2Eb+rulQiL3gkmzl4kU4UCUPUkdEFuZhKUQ= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod) = eMlZE67p3+vR6E+Lhi6YuxhI0dPp8iqvkJxO9PfnKT0= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.1.mod) = 6zhu0Yu41gkpdFJL0M2mEK2HvuGkSFyfAbzLcT59qx4= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.2.mod) = 4mIgSLls2HFzvZrrgBoQEIB6QS6JUpUJ6aUJnx/GmrQ= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod) = Ht+VEiNjkbiHZAg73gOR/EmGRzhDKs/c3TIpVy3HG+E= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.0.mod) = DQkveqKHf+ueVa7iZoKG679+PQcRsXAthMkiXkzKc/g= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.1.mod) = t+u+8PIWanPHq3nsN6AbJSBrYyfmhOOJi6fLdezW7AA= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.2.mod) = S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.3.mod) = S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.0.mod) = c4y7HelrZ6YjisO4CBzYsb+w2uvPbJu+jL221zuuzRk= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.2.mod) = fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ= +SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.2.zip) = XRyBe+vBICqztCpBjlhOAAjoAnuvISzmnCrj6ee4xks= +SHA256 (go_modules/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod) = zxL0h7DCiaymnWKzj7Ik7HrONX8Sc9ofX6V46ZGqCaI= +SHA256 (go_modules/github.com/google/btree/@v/v1.0.0.mod) = zxL0h7DCiaymnWKzj7Ik7HrONX8Sc9ofX6V46ZGqCaI= +SHA256 (go_modules/github.com/google/btree/@v/v1.0.0.zip) = jbyzb5LHptxfau9cJjWNmLcsruaYKbWzPd2rraIEd4U= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.2.0.mod) = nCc26iwD+x2UsqHUlqoaUXJsdk8Vi59s3h10ZfyQ9BI= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.3.0.mod) = gd95F8Ilqdp2BLIw2VL6J4xgqIMsENeZOF0TSwXVsIc= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.3.1.mod) = gd95F8Ilqdp2BLIw2VL6J4xgqIMsENeZOF0TSwXVsIc= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.4.0.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.4.1.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.0.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.1.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.4.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.5.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.6.mod) = QDarVjaqQr0xMpbNO/y0yIkSdgxWqeZlWuQi2HZ8gNo= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.8.mod) = 58dmnUod1Ym6PgJLon9D8pPbYR/gdc4g17iENw1j/r0= +SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.8.zip) = 0XV01abqn2Bu1zURcXDgKu/C8R+K4V44mO2Z0lW0bwY= +SHA256 (go_modules/github.com/google/gofuzz/@v/v1.0.0.mod) = +wCcAe4WW7qoXIXoo6eU6o6D+AcU1Bg0ZdyB2BG1RCc= +SHA256 (go_modules/github.com/google/gofuzz/@v/v1.0.0.zip) = dSVwJiV1u8tfAQfb2ApGOrrK9R6U4V+W9bxBZv8tM+E= +SHA256 (go_modules/github.com/google/martian/@v/v2.1.0+incompatible.mod) = HbNX9WhlkJpuk5skDY2xkg32AA9hD5Cww686CT3mB+c= +SHA256 (go_modules/github.com/google/martian/@v/v2.1.0+incompatible.zip) = W90uvTfdocDPeG2ydweWbIYksohkHacEsOMclrOTznA= +SHA256 (go_modules/github.com/google/martian/v3/@v/v3.0.0.mod) = nz/aRWCLm+s5X37n8KoAHSKRi0jlDSmV9ohfoEcHL5E= +SHA256 (go_modules/github.com/google/martian/v3/@v/v3.0.0.zip) = zphp8Rw/pG61XPo59xfk3SBcCj3orJgg0mu3uwr2OQU= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod) = 2bZhIC+y0vAgataorGO+yl1TNfKxzkjds5lHLfR8Vsw= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod) = 2bZhIC+y0vAgataorGO+yl1TNfKxzkjds5lHLfR8Vsw= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod) = 1aWtNw6g62iSydRIta0DHK3BYA92AAo3n/GHUqQSQ1Y= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12.mod) = 1aWtNw6g62iSydRIta0DHK3BYA92AAo3n/GHUqQSQ1Y= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod) = 1aWtNw6g62iSydRIta0DHK3BYA92AAo3n/GHUqQSQ1Y= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod) = 1aWtNw6g62iSydRIta0DHK3BYA92AAo3n/GHUqQSQ1Y= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod) = 1aWtNw6g62iSydRIta0DHK3BYA92AAo3n/GHUqQSQ1Y= +SHA256 (go_modules/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.zip) = ctRzfQhw1OhVIRQaetcsFhObcgMARiLnyqXbxZgWcRQ= +SHA256 (go_modules/github.com/google/renameio/@v/v0.1.0.mod) = uptesIeACKiR4WsIwXkisD+Sx2oD57/hgyY16tocGjU= +SHA256 (go_modules/github.com/google/renameio/@v/v0.1.0.zip) = uFELs0B4aRoguOSQLTca/g6xcbLa+VP2fLOWDRkmzPM= +SHA256 (go_modules/github.com/google/uuid/@v/v1.1.2.mod) = c9pHtjOLAKCC/UUao1oyc9OtwJuOm7qY2rAQkeQCr24= +SHA256 (go_modules/github.com/google/uuid/@v/v1.1.2.zip) = XVL+4fRM+F27oD8b1gmKFaEx4ywORYObNS1prOt7q/w= +SHA256 (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod) = plQKJE0BZ1VWoaqSQx34HACW+Qh3FX+zmcUesvyaaWs= +SHA256 (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.5.mod) = h3SPNCiEwriXPfhVxsSgXyg79WtZ/Ud6JNGvZdaQOvI= +SHA256 (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.5.zip) = hGsBfiH8AfQId0BR1KEL/M18KU4Qoa1dclJ4iJ1fHUI= +SHA256 (go_modules/github.com/hashicorp/errwrap/@v/v1.0.0.mod) = k5heEa9A5jAfJdf4PMQDLS1tIvM4ruJ3RxqJNkxwCyk= +SHA256 (go_modules/github.com/hashicorp/errwrap/@v/v1.1.0.mod) = k5heEa9A5jAfJdf4PMQDLS1tIvM4ruJ3RxqJNkxwCyk= +SHA256 (go_modules/github.com/hashicorp/errwrap/@v/v1.1.0.zip) = IJrpm8A5RD4o5Na7ZlF9F1bZRot1eNMfG2OigQPY4Yw= +SHA256 (go_modules/github.com/hashicorp/go-checkpoint/@v/v0.5.0.mod) = BgHsRfOX3Sw4D29rzWdkIinR9iFpDLMUPDe0JeePLyE= +SHA256 (go_modules/github.com/hashicorp/go-checkpoint/@v/v0.5.0.zip) = G69jAQJx1sirwPTtyenUFIPLVSGOTjmcpMcO8iVBXzY= +SHA256 (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod) = Ow708ZiEPkyaaPdLRW2a4lxOtQmMPlJmWxkVMXbAgN8= +SHA256 (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod) = Ow708ZiEPkyaaPdLRW2a4lxOtQmMPlJmWxkVMXbAgN8= +SHA256 (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.mod) = XwLShnLRvAyOofyVaZWCx1lUlbT4YGvVUVkc6+PaoBE= +SHA256 (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.zip) = 6fPc/LMxcrpJm0+OiIFpJS1/HgcgghghJKbiBTUj998= +SHA256 (go_modules/github.com/hashicorp/go-cty/@v/v1.4.1-0.20200414143053-d3edf31b6320.mod) = 3i0K2NB9u+xqJ2MfyrJ5YE1tf9Nk9iEk5AXN5FJNdQY= +SHA256 (go_modules/github.com/hashicorp/go-cty/@v/v1.4.1-0.20200414143053-d3edf31b6320.zip) = a1z3pP8d86m4uWKC3IcKhOekF9Ln2BrFt1O04bJp9sI= +SHA256 (go_modules/github.com/hashicorp/go-hclog/@v/v0.14.1.mod) = 3pL8xvJiE8j+T+bD+ruqxhAfceLaC/i8nDqlQgOMvLo= +SHA256 (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.1.mod) = rYQvNloINL+Kq7jOEJhd63mR2vRcxsWsBwX0sOrk+wU= +SHA256 (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.2.mod) = rYQvNloINL+Kq7jOEJhd63mR2vRcxsWsBwX0sOrk+wU= +SHA256 (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.2.zip) = x4crpD5kDX4Jtop6vZu1qfr+lbtZkDuyj+ZYCiDcYwM= +SHA256 (go_modules/github.com/hashicorp/go-multierror/@v/v1.1.1.mod) = a0THuM+MXsWd9oLF6ILV2vTUovA2qY+eWt0TkZvCLQ0= +SHA256 (go_modules/github.com/hashicorp/go-multierror/@v/v1.1.1.zip) = lyzYQe5R/erGnFowHlf46ieuvxX93X9iHVwkDyjDAAw= +SHA256 (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.4.mod) = GhU4OyNUKv5hh9IvZcWqmOx43RZiGzSOTZ/vUEvYT18= +SHA256 (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.5.mod) = GhU4OyNUKv5hh9IvZcWqmOx43RZiGzSOTZ/vUEvYT18= +SHA256 (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.5.zip) = ZzyzkBxr14HrUcuAQtlVx4OgYli4nNV59IFkCVA5QRs= +SHA256 (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.0.mod) = HEqWrRVd4eqwQGKlvkAQu5qqNxJSrtUkIXwuacFK3s8= +SHA256 (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.3.mod) = HEqWrRVd4eqwQGKlvkAQu5qqNxJSrtUkIXwuacFK3s8= +SHA256 (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.3.zip) = Xp3CuzeF1ppl0oeks/p+n1g6En5BxqL9CVrIYv7XHa0= +SHA256 (go_modules/github.com/hashicorp/go-version/@v/v1.2.0.mod) = 6q6X6JmmLpyOAqxdFzw6toNDhfwY74m23L32mGurPtE= +SHA256 (go_modules/github.com/hashicorp/go-version/@v/v1.5.0.mod) = 6q6X6JmmLpyOAqxdFzw6toNDhfwY74m23L32mGurPtE= +SHA256 (go_modules/github.com/hashicorp/go-version/@v/v1.6.0.mod) = 6q6X6JmmLpyOAqxdFzw6toNDhfwY74m23L32mGurPtE= +SHA256 (go_modules/github.com/hashicorp/go-version/@v/v1.6.0.zip) = vx2WvaUKv14tERv5nSINl4MUkH2BX9WPS9R3DceVm54= +SHA256 (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.0.mod) = 7MVj0/TOy1MabwKUAdRbpsHQQzDhBLxFNdhKUYckmrA= +SHA256 (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.1.mod) = 7MVj0/TOy1MabwKUAdRbpsHQQzDhBLxFNdhKUYckmrA= +SHA256 (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.1.zip) = D4qvMR5I+6BGkg04uZnAZtppmXtHn07KEm/paImXF9o= +SHA256 (go_modules/github.com/hashicorp/hc-install/@v/v0.4.0.mod) = zefGQa6hnwXzmAv8fjmn8Oy9y/LyWjpz6NgGu6+3JEk= +SHA256 (go_modules/github.com/hashicorp/hc-install/@v/v0.4.0.zip) = 2hzalDvCbMoOrxHhKXZ9t8geBdYuYnNj8dmQj240GVM= +SHA256 (go_modules/github.com/hashicorp/hcl/v2/@v/v2.13.0.mod) = r/+tkI3AWk3nJFZSEwt+E/i41wwOIlwXMUOrhFwCwEI= +SHA256 (go_modules/github.com/hashicorp/hcl/v2/@v/v2.13.0.zip) = bkRHKyctV4tjgXqTqkmNDRPl8dzBOmerzrOu7INjQbw= +SHA256 (go_modules/github.com/hashicorp/logutils/@v/v1.0.0.mod) = q8dhMbF5+FVcjBjcPiBh3e/UK318jOyyRH8GaaJ8+UQ= +SHA256 (go_modules/github.com/hashicorp/logutils/@v/v1.0.0.zip) = DohCRXjR1rd5O2PTDBgKNTzoBBcB0l3Hw7zZhBw221s= +SHA256 (go_modules/github.com/hashicorp/terraform-exec/@v/v0.17.2.mod) = muo9JQuRvKLgJW69CS3CaQsYjf+MaXtHF+Szv11jhME= +SHA256 (go_modules/github.com/hashicorp/terraform-exec/@v/v0.17.2.zip) = js51ogc/KB6q2+8GyZnPF0FbnUW8Sy3b9IqvVaD+zsk= +SHA256 (go_modules/github.com/hashicorp/terraform-json/@v/v0.14.0.mod) = sZQEuXtdu0h/5tSTUSOE1jy1eACtwKwj8afHgZgA5Tg= +SHA256 (go_modules/github.com/hashicorp/terraform-json/@v/v0.14.0.zip) = T0KcbxVCtlTflbQaH8H7afNlONc/f16At0OHHlM3Tmw= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-go/@v/v0.14.0.mod) = yoTiywrI9kU9a2U22fNLteYaPuwBtAu5WDQR4AYGRWs= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-go/@v/v0.14.0.zip) = 1/Rqj2S3HSYQns/gz1IiRJDEOOthHk5yF7CJeP4pgaA= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-log/@v/v0.7.0.mod) = XaNvH4f2MjCtWg84hZQ9teEcr7uxJmflSrd2obFlPaw= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-log/@v/v0.7.0.zip) = MzUuQt6fbOIeeolHAgsg3j6MEi4KcGfB7TAoThn9Otc= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-sdk/v2/@v/v2.21.0.mod) = VIsilbsN18pSQvJjK9FL3BWDYSMGRCOpMF+GdxqSeQk= +SHA256 (go_modules/github.com/hashicorp/terraform-plugin-sdk/v2/@v/v2.21.0.zip) = if2t3tchpODH+ebpmgf3cvODoDslKm8GvIjUHercn6M= +SHA256 (go_modules/github.com/hashicorp/terraform-registry-address/@v/v0.0.0-20220623143253-7d51757b572c.mod) = 5vLa3X295EI2ppC/mw0ZELF+Lk5GQDhzyViGTJSsCC0= +SHA256 (go_modules/github.com/hashicorp/terraform-registry-address/@v/v0.0.0-20220623143253-7d51757b572c.zip) = bw2cuSuFRhm4HGWHgSufOhzEL5OyRE9v8MhI+uY3TNU= +SHA256 (go_modules/github.com/hashicorp/terraform-svchost/@v/v0.0.0-20200729002733-f050f53b9734.mod) = olXUwB0THqV1lWoz+xIkun0qY3f/wy7RXtcN37m4mwI= +SHA256 (go_modules/github.com/hashicorp/terraform-svchost/@v/v0.0.0-20200729002733-f050f53b9734.zip) = GuBZ408pmlroFeYmodhvgKjKKZJafkCfOrbMjMmHwHE= +SHA256 (go_modules/github.com/hashicorp/yamux/@v/v0.0.0-20180604194846-3520598351bb.mod) = SoKUN2J1hzAnAd/7eOl0voGa1eTGrDrpswXdRne2SrA= +SHA256 (go_modules/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.mod) = SoKUN2J1hzAnAd/7eOl0voGa1eTGrDrpswXdRne2SrA= +SHA256 (go_modules/github.com/hashicorp/yamux/@v/v0.1.1.mod) = KNDzzdQ2sj+s8X0UdPh50NOPOwWXoYVXsU4X+5OhkkE= +SHA256 (go_modules/github.com/hashicorp/yamux/@v/v0.1.1.zip) = jNlUz8XNxRzKm7LcL+EXvtzFsPfNf3n7V5PRwfdTgGU= +SHA256 (go_modules/github.com/hetznercloud/hcloud-go/@v/v1.35.2.mod) = eua4IX8fd2bTNN8OdbTDkhMUDNfSN0Znv8xj/XmXkB8= +SHA256 (go_modules/github.com/hetznercloud/hcloud-go/@v/v1.35.2.zip) = 5HJq/JAoT3t39PLNORcg5ey2owQFO5W5ia800lK2uvw= +SHA256 (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod) = HQqdl3m4dISvT9ubWW5mMpicgooCehbOuqTSHJvbPeo= +SHA256 (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.zip) = c65A7ZavJwP4XNTFUs9rFFUc63gjSL6Bhbcw9EyEKrk= +SHA256 (go_modules/github.com/imdario/mergo/@v/v0.3.12.mod) = MbvTydizkAk78fEJlCB8v1wVh5coORGvXa1yijROOvk= +SHA256 (go_modules/github.com/imdario/mergo/@v/v0.3.12.zip) = qJ+sC+k0AHA3dtfcFkQzwvHs1/H+ncAwhYTa9glUXH4= +SHA256 (go_modules/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.mod) = 4+87N7MKDkMiuzbTB2k2Og1Dv0YszdpGT6Y4YtFpT5c= +SHA256 (go_modules/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.zip) = TNCVWr7qQ9xLWgi4dp5pYQngN28qETqbjv8TzJDKwcc= +SHA256 (go_modules/github.com/jessevdk/go-flags/@v/v1.5.0.mod) = diFB8mquOK84YY9/UPtIZyw5q64Qj5Kyi9OwAvK/h28= +SHA256 (go_modules/github.com/jessevdk/go-flags/@v/v1.5.0.zip) = mIY3mowx+QIc5oSQ4qIb2+p+X+lVMyKWUOGsFXHc14o= +SHA256 (go_modules/github.com/jhump/protoreflect/@v/v1.6.0.mod) = Wl7LRkMuAF+HhTwMSWHR/qGohGKiJvdAy5MwUjs6LmU= +SHA256 (go_modules/github.com/jhump/protoreflect/@v/v1.6.0.zip) = S+ODOPftkAblmh7wIjU7B0iRLAAULjZjaZWy459DTWQ= +SHA256 (go_modules/github.com/jpillora/backoff/@v/v1.0.0.mod) = vVTHrC9+ZiFhIBdJ1ig6I0ZcrnO6o4+lp86WJ3EDxns= +SHA256 (go_modules/github.com/jpillora/backoff/@v/v1.0.0.zip) = +FZpLHJRQ8SbnM6r+8qLyT09vehKCqpT+ybtN3TCIMw= +SHA256 (go_modules/github.com/json-iterator/go/@v/v1.1.10.mod) = Rbyd4qBfM3j3qd5QsjsPQGg+wQzp5euTM281ftqtejI= +SHA256 (go_modules/github.com/json-iterator/go/@v/v1.1.11.mod) = Rbyd4qBfM3j3qd5QsjsPQGg+wQzp5euTM281ftqtejI= +SHA256 (go_modules/github.com/json-iterator/go/@v/v1.1.12.mod) = UY5Xwi0XgcWaszeIyan8LtxDWD73yfyIkqNJDBLWEiY= +SHA256 (go_modules/github.com/json-iterator/go/@v/v1.1.12.zip) = 0AHqVwga/Q43hGfI9Km2pRJZmWu4u3Y/eBB+rxL5lQE= +SHA256 (go_modules/github.com/json-iterator/go/@v/v1.1.6.mod) = sZoih2lmTBK/Jd0Y1RxcU/2vRcIpcalzVF8LAhNQTk8= +SHA256 (go_modules/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod) = +E886tahBRiWNVMSLbn+L9MvIaiy7iEDfwPF0+eT7LY= +SHA256 (go_modules/github.com/jstemmer/go-junit-report/@v/v0.9.1.mod) = qVsAI+NBppIF01BpfuGMtRGPloGZ0ssGr1yD7XP5e9Q= +SHA256 (go_modules/github.com/jstemmer/go-junit-report/@v/v0.9.1.zip) = +9IZbkpQqI+MNS92Ml9LpyM47Ox7bLdTUxfOnjqkAoQ= +SHA256 (go_modules/github.com/julienschmidt/httprouter/@v/v1.2.0.mod) = kUGdftg66O11TybbFXDwW5f/amFfvJHLf+gUivVn+yU= +SHA256 (go_modules/github.com/julienschmidt/httprouter/@v/v1.3.0.mod) = an1sxZcYSgyz/a/is1XYRMeHmjdRt/gd7I/wIWzHu30= +SHA256 (go_modules/github.com/julienschmidt/httprouter/@v/v1.3.0.zip) = 5FfczXAV80BmTjuM/UGZdHE4LaL0p0PuVb5Tmrxsofk= +SHA256 (go_modules/github.com/kevinburke/ssh_config/@v/v0.0.0-20201106050909-4977a11b4351.mod) = 2yQHDzYdFcUiAaC7wPRxbgz1QOSb1/uzaETFkS+Xk88= +SHA256 (go_modules/github.com/kevinburke/ssh_config/@v/v0.0.0-20201106050909-4977a11b4351.zip) = 2V4IqB/oR0DTKxpoxvypF2dZF/83pWWG7q5CaLF6C/U= +SHA256 (go_modules/github.com/kisielk/gotool/@v/v1.0.0.mod) = d6ynv/wOwp/J8IjVliqzEo9AXXsQx865aT/3oIlYlV0= +SHA256 (go_modules/github.com/kisielk/gotool/@v/v1.0.0.zip) = CJ27puOqCZRP20DXKsyGaU6L3eAc/A9A/gJIMJ64Cj8= +SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod) = a2na/Tz2TXtX6XiEin4nGivgoE2aJWTdJVZJHSfQoDQ= +SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod) = a2na/Tz2TXtX6XiEin4nGivgoE2aJWTdJVZJHSfQoDQ= +SHA256 (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.zip) = QpsBQTuXKxCOqGu949XmYJE/PoCZGQ0HzPsvGGvG2Dc= +SHA256 (go_modules/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod) = 7qRnFT2AM29hdNQNHKAiYYxPO5NhD9YgQJKf/gCbqaY= +SHA256 (go_modules/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.zip) = 69lWU6rKYYIYShubMJpl1V60x8gzxeeQruEe/XPUciw= +SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo= +SHA256 (go_modules/github.com/kr/pretty/@v/v0.2.1.mod) = wq4ovVu46PkHaVUSZ2irehR5Ut7qn9vLNzxTzBiHD4I= +SHA256 (go_modules/github.com/kr/pretty/@v/v0.2.1.zip) = gK8EUgggUtGzJl18uJhdRk1L4iLCfhRljpVjLCInYeU= +SHA256 (go_modules/github.com/kr/pty/@v/v1.1.1.mod) = baTJxzZERolOXvh34Z+YXNUdZxzm6PTKh4YrRJ9t1/Y= +SHA256 (go_modules/github.com/kr/pty/@v/v1.1.1.zip) = EEdNeodcvSuddMm7j7mSZLeGPyBMdhBgd5f/GNWAvwA= +SHA256 (go_modules/github.com/kr/text/@v/v0.1.0.mod) = L7qVKeXBPd5i83Hvc4O68E1xMlAdrGqgjpEPnsC/hcU= +SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY= +SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q= +SHA256 (go_modules/github.com/kylelemons/godebug/@v/v0.0.0-20170820004349-d65d576e9348.mod) = 7/nRMre5Lc4Gh1hWGKDQzFynBz1pqx0Ybkas0FcSZ20= +SHA256 (go_modules/github.com/kylelemons/godebug/@v/v1.1.0.mod) = FgWHHolTMaOfWVJVnrvJEijYa4EANU+Fe1YoZuyluxM= +SHA256 (go_modules/github.com/kylelemons/godebug/@v/v1.1.0.zip) = 270M6ML0kyuwNwTXMCayGvEr1o1bj0eY2/EKSHorbRM= +SHA256 (go_modules/github.com/matryer/is/@v/v1.2.0.mod) = 2a8iSocLWuyiA59835Etavuh9KTj4RkQi8QiZo8S5VM= +SHA256 (go_modules/github.com/matryer/is/@v/v1.2.0.zip) = rf2fTu7Rw98NU1mnOIvOdstjmJGe00lwSGoacMlpxxU= +SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.12.mod) = MBtO/MadpAuRzMjSzFjohZXorYcSrKAUA/EAhtlrGBM= +SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.mod) = 1nQ64urmVxYSLxK0LJ8/g6gFwK4yvTxVPUpvG8uSQ6U= +SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.zip) = CL4yLcxYSp/P3lyvDPh4tOEc2Y8lLjK8cE6SxaS6nRU= +SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.4.mod) = oRYeaUrDvf6/hVCzTYJz+v3b52/aDGLoVED3F5nla50= +SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.9.mod) = rf8+JDhLzS7PDG1qGp5OMQZUAem10pzmoSAlWrPAIxM= +SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.10.mod) = 6m9w/n49ohYs2qhoCXQIXqSTEdfdaNhs+OihIk6oeX4= +SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.12.mod) = GgYuVsAmbQBL6lERWs+MK1l9FAfKVa1WzOAel62j2ks= +SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.14.mod) = 6SmRM81yQ+wmZ6oloEstrGAJI0rkwc2k7bRXSZcNrp8= +SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.16.mod) = cUdm7ILWfbiVreiva4BUrUMMPOpeFbOoiPI+0vPhuGM= +SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.16.zip) = PV/xnEsqKhZP64T1zDivNJOAwMSgPQRD3OQLvW7D/Ss= +SHA256 (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod) = XJwAhrmy623J8nuh0zsopmRj/jDC+Hb/BbfISOd56nc= +SHA256 (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.zip) = 5k3FgCP0uMRHLQWkTycZuE1sLMNkzGgoIMn3KyM8nNw= +SHA256 (go_modules/github.com/mitchellh/copystructure/@v/v1.2.0.mod) = BG9hgK5PslgRxHw7SfH4OdfKg4OWQbZAfp85sF4Mi8M= +SHA256 (go_modules/github.com/mitchellh/copystructure/@v/v1.2.0.zip) = Shzh88Zr+ZiD5V2lD+GzEiKZt5rR0RxUB6u9dKzhJVA= +SHA256 (go_modules/github.com/mitchellh/go-homedir/@v/v1.1.0.mod) = 7CxA4qyGvdktZKJVid3u9lIneJqPQovt6GvcQgZPYPE= +SHA256 (go_modules/github.com/mitchellh/go-homedir/@v/v1.1.0.zip) = //7DYfx+d2u3FDNWDChe4pgtLBQLj1v7oNtgM8Ct4YQ= +SHA256 (go_modules/github.com/mitchellh/go-testing-interface/@v/v0.0.0-20171004221916-a61a99592b77.mod) = gEA4Rclw13nKJGYdVv8rq+r1ZaNZziM/xwiWInA49e4= +SHA256 (go_modules/github.com/mitchellh/go-testing-interface/@v/v1.14.1.mod) = FHz9cTwI5FND/hJlpI8E+bWUm/FTd7LTtk1h4Y4PZug= +SHA256 (go_modules/github.com/mitchellh/go-testing-interface/@v/v1.14.1.zip) = wXivu50EG37K6/QNP+4bFp8vEfkprMynZC+bV/gB/0w= +SHA256 (go_modules/github.com/mitchellh/go-wordwrap/@v/v0.0.0-20150314170334-ad45545899c7.mod) = kWJOeFTcWkDr4+tr6BTMkoyoIpkWxpSQnqyGzlLkq60= +SHA256 (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.0.mod) = kWJOeFTcWkDr4+tr6BTMkoyoIpkWxpSQnqyGzlLkq60= +SHA256 (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.1.mod) = TyI5UUwd5y4vWw9US2HYxATrLwQFfWuhRBh116yDEfA= +SHA256 (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.1.zip) = X5ZCbEs7PpCpt0cVaMsdYdajBnRPXUdlow+oph4cC0c= +SHA256 (go_modules/github.com/mitchellh/mapstructure/@v/v1.5.0.mod) = 0SvfCVDElAiP2TYEreFZaXQFS6Flcp1roTNjPCfa/+M= +SHA256 (go_modules/github.com/mitchellh/mapstructure/@v/v1.5.0.zip) = EY1bLLZcUNupZ/ttcI9FCpyvk/Mh+PyZCAZ1su43QZk= +SHA256 (go_modules/github.com/mitchellh/reflectwalk/@v/v1.0.2.mod) = el/v06+2ownJw4tRpUSOAc3Jz/B74GbinVNgnzKQ8rs= +SHA256 (go_modules/github.com/mitchellh/reflectwalk/@v/v1.0.2.zip) = yW7ta1DwCxrNx5Ik6OVfZu8+mOP3xjc6+j47jG70QNE= +SHA256 (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod) = J6Xp8FxxCJtv1eEZ/ByM6B8MFtpOwzVxV7HYXiuoWuI= +SHA256 (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod) = J6Xp8FxxCJtv1eEZ/ByM6B8MFtpOwzVxV7HYXiuoWuI= +SHA256 (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.zip) = ke9JWZvsRZhp2U/z3sEohxq2a9LfphBB8eEWn5tKgHM= +SHA256 (go_modules/github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod) = tFVSGtQtFvqwjvHXSIwi7yQMlKhoRzYK06FnGaCHEys= +SHA256 (go_modules/github.com/modern-go/reflect2/@v/v1.0.1.mod) = tFVSGtQtFvqwjvHXSIwi7yQMlKhoRzYK06FnGaCHEys= +SHA256 (go_modules/github.com/modern-go/reflect2/@v/v1.0.2.mod) = CZ7ljsIQFVKAaS+eI2D1IycuUl8GJydUvnoqRNv6BiM= +SHA256 (go_modules/github.com/modern-go/reflect2/@v/v1.0.2.zip) = 9G9BQJwudCk/gs/mxwtdWCv/itoBBqfT/1cGUgxQwhw= +SHA256 (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod) = PxWlGPNyKPLQjGtDdi1DhppauK57o7USS/lhA15xzBg= +SHA256 (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod) = PxWlGPNyKPLQjGtDdi1DhppauK57o7USS/lhA15xzBg= +SHA256 (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.zip) = 1vxRNJDVxz4/ZO3jzxi6lzpPjvTDnJgWzGCA45yMSAo= +SHA256 (go_modules/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod) = jxQBiQgBFlu9PaF1jGyWQ48SqjJIZmrBWBwYqGQkTUc= +SHA256 (go_modules/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.zip) = LctwU/rxHCjK19hPz6Pdf5Pj0jaznYPP8JNPaR+GDXo= +SHA256 (go_modules/github.com/nsf/jsondiff/@v/v0.0.0-20200515183724-f29ed568f4ce.mod) = b4ZJ/mV6u7q3PUnUN24TG10HLf+6qUtSLtMKRHbyAmg= +SHA256 (go_modules/github.com/nsf/jsondiff/@v/v0.0.0-20200515183724-f29ed568f4ce.zip) = dF5UefPSSfXn7CxCyHaj6jyUUr5tClbbspYSGEBNXHU= +SHA256 (go_modules/github.com/oklog/run/@v/v1.0.0.mod) = bbuNNNjebnWX7+ekIRq4lN+BwyLJlpSn3NS6h4YDlPA= +SHA256 (go_modules/github.com/oklog/run/@v/v1.1.0.mod) = qwjvXqgHEpno5kt7MP5WxYLC/PEY1VZdWoe78WXjrnk= +SHA256 (go_modules/github.com/oklog/run/@v/v1.1.0.zip) = 1vafxxqhVQQ/kmwqmPweWzqOurQi8vNteFz7o4p+vuQ= +SHA256 (go_modules/github.com/pkg/errors/@v/v0.8.0.mod) = 3yjGqCPxgddheWlxd8DFlDxv+zjzwQstxTvjYO59RYk= +SHA256 (go_modules/github.com/pkg/errors/@v/v0.8.1.mod) = 3yjGqCPxgddheWlxd8DFlDxv+zjzwQstxTvjYO59RYk= +SHA256 (go_modules/github.com/pkg/errors/@v/v0.9.1.mod) = 3yjGqCPxgddheWlxd8DFlDxv+zjzwQstxTvjYO59RYk= +SHA256 (go_modules/github.com/pkg/errors/@v/v0.9.1.zip) = 1MNri80GFikKORMhXg9TuTG9bgBnBZbylg3xtEryvQc= +SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = dLLnZushU3eGTVh7rfV+lVIfaS0qeGCzx3WQk/nJvsI= +SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 3gTOzBpLjVPkNXBRAmeUvLxU8uaiYM+sUIzmnV1kV6A= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v0.9.1.mod) = qnj8mhMBrpT0RwOEbd3fJU3v7DA1bj8TALu02w6z22U= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.0.0.mod) = xA3hgA2XUdMtfSWT2Yvxo5hNyUcNgodF4iv1Fsuv2MA= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.11.0.mod) = Os7HkBon7xx+KaEqJZK5wirm7VmB0pL39CinNMQ2c3E= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.12.1.mod) = XkDxnWtdjHF6xGD+1bBkJ78njnBi0Kejd3tkWRRx15M= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.13.0.mod) = PfHvwTneAmz8vP2WozDo5ImcOVHs+214514rRyH7o7k= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.13.0.zip) = b6fnVbUZtbDoxBEfBNrs8PpfvkxwR7uyk6YiCpQlraY= +SHA256 (go_modules/github.com/prometheus/client_golang/@v/v1.7.1.mod) = POvvla6lQpobvdX7F5UWex9PJQ2I69HKFF3r9Jy0xvQ= +SHA256 (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod) = ns1IHRDj87hroHVZhqhYUgKLhvK6WXll09NnKy8vtzg= +SHA256 (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod) = iuJH+LHO10L7xKp+vGtsk1Fy6q+mGivlK6C9QShtsDE= +SHA256 (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod) = iuJH+LHO10L7xKp+vGtsk1Fy6q+mGivlK6C9QShtsDE= +SHA256 (go_modules/github.com/prometheus/client_model/@v/v0.2.0.mod) = iuJH+LHO10L7xKp+vGtsk1Fy6q+mGivlK6C9QShtsDE= +SHA256 (go_modules/github.com/prometheus/client_model/@v/v0.2.0.zip) = w+DEjoeGqMxP8t49D+MJfwfw44gvgnmBxjcb+ctEm10= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.10.0.mod) = IRZ1uBoKFirN98CwTgDhlvNXwl6MVqTvlxpr8TCCP4Y= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.26.0.mod) = pyutRdDA7hTbAZsYtdZ51PpvdyST8mV00NEhfFe4+7M= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.32.1.mod) = JS26TYmzI6lzQPXtadohtk+2acOOZ/lKAZlm47yW0cA= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.37.0.mod) = zT1Xkf3krnksT/GxOaLTs2bFFNxP9PLCwtVHica8tIU= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.37.0.zip) = OejV5JXjNjpOZLFNw0nQIDnNpRfatOqXl2FVQWBeSkc= +SHA256 (go_modules/github.com/prometheus/common/@v/v0.4.1.mod) = qthQO4W+JhYAi6QPPmMnf8llO9nBSMPVEAAPFzoWvbo= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod) = Ut7XCWB1iCAO/0vPvWH84yuww/Dv3TLYRuPqFQsZY1I= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.0.2.mod) = KCGMLlBj10+rtbYtFgsTOxY0dhki7XoOc3IUSqtLf3U= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.1.3.mod) = iownAe/+zgn0Qa3vlBkW2EIW6iWhKVKLGbpzYOBem70= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.6.0.mod) = Vbqx6PL4ZTlph4Q7N+MFREO+eqCZHiqdeLO4mrmZ5x8= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.7.3.mod) = Vbqx6PL4ZTlph4Q7N+MFREO+eqCZHiqdeLO4mrmZ5x8= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.8.0.mod) = ROOSWOxVG0EFtAvVG5DNoMFaNoahwr4hIlZUADJeAEQ= +SHA256 (go_modules/github.com/prometheus/procfs/@v/v0.8.0.zip) = 66fy+C3Mhitrgw1qftTh6kjZLXzvHUj7NJR4bYBGzug= +SHA256 (go_modules/github.com/rogpeppe/go-internal/@v/v1.3.0.mod) = M7Veg5sHVCg8Pu7B8z4WzGZDLf+4uKltJPU20B5RSVs= +SHA256 (go_modules/github.com/rogpeppe/go-internal/@v/v1.3.0.zip) = GRuVw12FpWg87m4wOgi00QO/nens7NxpBPIe2QwJSwo= +SHA256 (go_modules/github.com/sebdah/goldie/@v/v1.0.0.mod) = 2x8lyz8Dx42mCU/ERksZmyHXoEXk0tCxikP9D10Z5b4= +SHA256 (go_modules/github.com/sebdah/goldie/@v/v1.0.0.zip) = dQyoi/1oZYEfY8fVCVONl4CEcuPSalBpCkkh1Zj7LWs= +SHA256 (go_modules/github.com/sergi/go-diff/@v/v1.0.0.mod) = PDPKbDS1VZeHbhs+xVtxf4mdlNZq141vCEtI5uGbQG4= +SHA256 (go_modules/github.com/sergi/go-diff/@v/v1.1.0.mod) = IObs3/d7hGk4Nbl4uKFvbCK3hVlisjQQPV63SBi+RB8= +SHA256 (go_modules/github.com/sergi/go-diff/@v/v1.2.0.mod) = IObs3/d7hGk4Nbl4uKFvbCK3hVlisjQQPV63SBi+RB8= +SHA256 (go_modules/github.com/sergi/go-diff/@v/v1.2.0.zip) = 2hrMtz6awwSoBetZ+6LFDQCJ+SBqJXS4gSr3516OwQU= +SHA256 (go_modules/github.com/sirupsen/logrus/@v/v1.2.0.mod) = 1nBJZSdJq8ZWDyLe46J6q3laMu4sfgeKVGFaYberuZs= +SHA256 (go_modules/github.com/sirupsen/logrus/@v/v1.4.1.mod) = IZhVqH+9xtsFniEEB1V/JGIZgbHxdQWpJKVYMqxwkRM= +SHA256 (go_modules/github.com/sirupsen/logrus/@v/v1.4.2.mod) = bGu7yl+tfqm4Y9nsmcMMqneAV4VAWyHnDXV4O1GUxng= +SHA256 (go_modules/github.com/sirupsen/logrus/@v/v1.6.0.mod) = vqztqNyv7CWp+P7EeN4s0t9pZYtkPg/fyACYDy45V/M= +SHA256 (go_modules/github.com/sirupsen/logrus/@v/v1.6.0.zip) = dJNcaO4lZ+S2ZeG0swh/Wk74YVYvODuOgX6Vsxx5jtY= +SHA256 (go_modules/github.com/spf13/pflag/@v/v1.0.2.mod) = wBGbXfu/PAywKxaM4PzBnn7e+nPJhExGCevLV/Q5TRQ= +SHA256 (go_modules/github.com/spf13/pflag/@v/v1.0.2.zip) = fKEnFOGpqYpFmvSmrPSSVvyG4QKjIU7DiB7t7jgNCT8= +SHA256 (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = E1A1TVLSKHpiM27MDVYjLUxHaZr5u6ScZ8K0glTamPE= +SHA256 (go_modules/github.com/stretchr/objx/@v/v0.1.1.mod) = E1A1TVLSKHpiM27MDVYjLUxHaZr5u6ScZ8K0glTamPE= +SHA256 (go_modules/github.com/stretchr/objx/@v/v0.4.0.mod) = MbL9ze6HDw9hv/r6+5YiCWflvKCKdqkg1XQhb8H5E1U= +SHA256 (go_modules/github.com/stretchr/objx/@v/v0.4.0.zip) = +1x0NztDheV+kAsqnd7Huh7aLA2T+rTTB8FQl9yqB2U= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.2.2.mod) = SrRj9ow3AEH5UMEMq1EEkD1FmMUM+CT5qtG3t/aSVa8= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = qwY9UVSo6HMLztTFJpjldw61C/rjR768NeykiLjj9uM= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.4.0.mod) = awx7cQMNT8VdTm5uJMC/wCViE0H3YUHjrsAETEzomVA= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.0.mod) = //gWjZjmoHFWxFShtuklUJ8xd+lsFVUW1/lrQHnMo78= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.1.mod) = //gWjZjmoHFWxFShtuklUJ8xd+lsFVUW1/lrQHnMo78= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.2.mod) = Fga1DJYNpWMIkSwtbiYYhcNpeIlP9Aew4g7oeZGCtAI= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.8.0.mod) = 4HYHTBVgrR3amLiwD+pjCMS2zNBt3QiNIttGJu1o9zg= +SHA256 (go_modules/github.com/stretchr/testify/@v/v1.8.0.zip) = 2ICt9ElEkSC0WaIiD1OcaWSP15fe1bdFzzrdYOyECB4= +SHA256 (go_modules/github.com/vmihailenco/msgpack/@v/v3.3.3+incompatible.mod) = fw11NeStceA+JOPHnX4Sd+0HZF+MS9gST+H9q30X/Bs= +SHA256 (go_modules/github.com/vmihailenco/msgpack/@v/v4.0.4+incompatible.mod) = fw11NeStceA+JOPHnX4Sd+0HZF+MS9gST+H9q30X/Bs= +SHA256 (go_modules/github.com/vmihailenco/msgpack/@v/v4.0.4+incompatible.zip) = kY9914gxBbnFVyjHBKO8VMgFaLKwlYOJC1FQjAM5E1Y= +SHA256 (go_modules/github.com/vmihailenco/msgpack/v4/@v/v4.3.12.mod) = LIDah2TON8JwC2yT3I7lPROceagqQKB1mAD3k4O8/cY= +SHA256 (go_modules/github.com/vmihailenco/msgpack/v4/@v/v4.3.12.zip) = 9VGlOg+jJVwHt6WnvGf/EnpH8mSoxgip7QsYRov8KUg= +SHA256 (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.1.mod) = gdxu7Zwizo4UPucO9B7Zo0rgDd5Z9LPN9Njh+WS0e9A= +SHA256 (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.2.mod) = gdxu7Zwizo4UPucO9B7Zo0rgDd5Z9LPN9Njh+WS0e9A= +SHA256 (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.2.zip) = ie1Lw+A5Z0XX02LO0dwOOJg78OkgmV1n4mg6de6RSdE= +SHA256 (go_modules/github.com/xanzy/ssh-agent/@v/v0.3.0.mod) = lNTDseFEZ+FSJjb6RHlJZRPfzNZtKdyqqOYZOySPYvA= +SHA256 (go_modules/github.com/xanzy/ssh-agent/@v/v0.3.0.zip) = yxxLiOgrOtHaKCaNCz+dqdkJrSFm2O3+gYoScikExfA= +SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.25.mod) = 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= +SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.27.mod) = 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= +SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.32.mod) = 4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc= +SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.32.zip) = Li9H0QyRJ6hS/jDK5IHh45C1wXGlt+a9vZyt75/msvs= +SHA256 (go_modules/github.com/zclconf/go-cty-debug/@v/v0.0.0-20191215020915-b22d67c1ba0b.mod) = /tSTJ1Ly1Ve0SnwQP6wopqSkYNn5uALUQqXP/wFs8mQ= +SHA256 (go_modules/github.com/zclconf/go-cty-debug/@v/v0.0.0-20191215020915-b22d67c1ba0b.zip) = IsFalSeHJuejdP910TfUaxgNjhACW1FFC8VLcRPs9O8= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.1.0.mod) = GX5I510+0r6IJ+SFbEHFp8BV+hJT0AkHYL3O8ktNE5M= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.10.0.mod) = 7L1mA5NbOFHNk2KhPVkN81FOheXSdN/QNj4JSh4pz+Y= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.11.0.mod) = +l0Ju/FrPaAoIaX83ZaBuC/FhkuIkr+CEKJhnOAQu8s= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.11.0.zip) = AV8JOEVQyWSXujEnKdxeF+wPNZVzdABC6yiE284PBc0= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.2.0.mod) = N3olwwoP5QJJQSY8gOCHFMHuyHp60aiU3mIdVZUaSls= +SHA256 (go_modules/github.com/zclconf/go-cty/@v/v1.8.0.mod) = 7L1mA5NbOFHNk2KhPVkN81FOheXSdN/QNj4JSh4pz+Y= +SHA256 (go_modules/go.opencensus.io/@v/v0.21.0.mod) = ieCSXaA6WvmIebPPtdlps3ZFVLKe3LQ4ROy/EtYVxUI= +SHA256 (go_modules/go.opencensus.io/@v/v0.22.0.mod) = k4BXagrLOyivqJbSzETL289WZ/m9zY1Z7fy7ZRpxPg8= +SHA256 (go_modules/go.opencensus.io/@v/v0.22.2.mod) = 4EL962hfCby193jU9jlT86anD0wQBPvRqSyZzbgfw5w= +SHA256 (go_modules/go.opencensus.io/@v/v0.22.3.mod) = 4EL962hfCby193jU9jlT86anD0wQBPvRqSyZzbgfw5w= +SHA256 (go_modules/go.opencensus.io/@v/v0.22.4.mod) = 4EL962hfCby193jU9jlT86anD0wQBPvRqSyZzbgfw5w= +SHA256 (go_modules/go.opencensus.io/@v/v0.22.4.zip) = v9DBcbA5HH6WgRSe770v6l+tdR5FjJbk/eabWp5D83A= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod) = XQEUTZSEElkdjxHUn3p0+trOWOEtc2bPCvmSFH5SSG0= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20190219172222-a4c6cb3142f2.mod) = XQEUTZSEElkdjxHUn3p0+trOWOEtc2bPCvmSFH5SSG0= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod) = M+0HClpm4JYGhaxThkQOG1mJnnTYo4oRgGhecqIZXe0= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod) = OrnwH0YQ/ns5vYXWjo2XglNR5+KCw5zaQUV8KidvO+M= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod) = OrnwH0YQ/ns5vYXWjo2XglNR5+KCw5zaQUV8KidvO+M= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod) = OrnwH0YQ/ns5vYXWjo2XglNR5+KCw5zaQUV8KidvO+M= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod) = srEtCfgZFfvPQiYAnlD579qL03V9IFXY7AeXfmW8Zhg= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.mod) = 3aGNGfup9HvKgmnPSu9YDgzpksc+KqVKvyJiFrHjpyk= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20210421170649-83a5a9bb288b.mod) = 3aGNGfup9HvKgmnPSu9YDgzpksc+KqVKvyJiFrHjpyk= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20210616213533-5ff15b29337e.mod) = zWMRYSoqpNDX4DxBs6ofvC1fiVqz9hCJ+rgL/p+PVIU= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20220517005047-85d78b3ac167.mod) = ryyI7r/wPjoq/ssbA2afxU6dEiyI97Ls/tBR7F28i7s= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20220817201139-bc19a97f63c8.mod) = ryyI7r/wPjoq/ssbA2afxU6dEiyI97Ls/tBR7F28i7s= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20220817201139-bc19a97f63c8.zip) = 6HFiYGI5xlmZFe9qk4w5eu8l9bxYcXq3ScoXgO54MQE= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod) = n/HQfKjAlFhFDrX0B2qgOQ71x9sMepQhUOiCWKeLU4M= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod) = n/HQfKjAlFhFDrX0B2qgOQ71x9sMepQhUOiCWKeLU4M= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod) = ek5Zmvq0IQ2nxD5mNEEfLjs0WPkJhpB201EKjkS6JHw= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod) = pEVZVru4dnNQ0tErjYC9xFZRYY8+x1OGk4XjUWb90hE= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod) = IWUV1GZWo0ioMbSNgLB7d+ihvI0O/qK4ChoW/7Q5eCE= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20191129062945-2f5052295587.mod) = PAXnC2ytKwdby5tSXmZaKLC090GcUNCsyNjNtyE9PKo= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod) = PAXnC2ytKwdby5tSXmZaKLC090GcUNCsyNjNtyE9PKo= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod) = PAXnC2ytKwdby5tSXmZaKLC090GcUNCsyNjNtyE9PKo= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod) = m/nnztYKgDJ80gtcTiNSHBbA/ysoFu2ESbxFNCOz3ws= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod) = jJftz44e+Rf3e+ZfyBtbVtnsk5fSJQ+/x6PUSuYxuRg= +SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.zip) = 032AWmTDoUx+YIVrLZ8ddz6m/+5TYjcsc2Oq8gmeOwI= +SHA256 (go_modules/golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod) = m5BaeoyEzp4WR2DAkHG5UwHo09QC7ZYhc/EvkritYvw= +SHA256 (go_modules/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod) = T6lK1B2cSwlwRLC3/CHKA9eOBw6ewQpsnDEfBdDVHQA= +SHA256 (go_modules/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip) = SkS0mJNKlej4ToN0Uw3gyrONgfzVWImNSIDDxc4e/kc= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod) = FpsFIlyOJylyfgZ5rjkRkY3+HEsYvtXuD64p+e13sgc= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod) = joa1hp21inZZ5IWwfbzjvrEXChU2MVeeUPTL9US7E0I= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod) = FpsFIlyOJylyfgZ5rjkRkY3+HEsYvtXuD64p+e13sgc= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod) = ed9DULkiqNGTeC5WAPiCgKK51BeBv7N2DAm/Uq0wI78= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod) = ed9DULkiqNGTeC5WAPiCgKK51BeBv7N2DAm/Uq0wI78= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod) = ed9DULkiqNGTeC5WAPiCgKK51BeBv7N2DAm/Uq0wI78= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod) = ed9DULkiqNGTeC5WAPiCgKK51BeBv7N2DAm/Uq0wI78= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod) = 6ywcIrIlg8vdiXqLWsn5v0iIzXrD+gAIECIh4SjA5nk= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod) = S+dDwsItY8xoXWBBFLCrkxKrHxw1JmRB5QMxe3i3z1A= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod) = S+dDwsItY8xoXWBBFLCrkxKrHxw1JmRB5QMxe3i3z1A= +SHA256 (go_modules/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.zip) = i//s8RDaou5jAvaSBSKTt3mSYgAyevIRjgNMnE0aocI= +SHA256 (go_modules/golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod) = sptiufzLCCcqeie6jLbEyOun5tBg7nqzNyJneQLyLBg= +SHA256 (go_modules/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod) = a7hpcjdVA6dIIvB1DxTY5g6C7XO/B5UiuPVkrSB36u0= +SHA256 (go_modules/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip) = a5RsfaR6zzthlTNv0HG/xz1UPO+rc/LSdSjF3B3IKew= +SHA256 (go_modules/golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod) = rCIWR2R7C1lhiy4xK6JS/DbW5c8z0PLKZPH6xlodYDQ= +SHA256 (go_modules/golang.org/x/mod/@v/v0.1.0.mod) = FCRLYa1tRv//xCuQorVwxJ2Zqj2xdTBiKE19z31NPko= +SHA256 (go_modules/golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod) = 12u96oHRltCYWJZ6Z6yAXazs3R+zDFABoYfSTBKbFZc= +SHA256 (go_modules/golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod) = 12u96oHRltCYWJZ6Z6yAXazs3R+zDFABoYfSTBKbFZc= +SHA256 (go_modules/golang.org/x/mod/@v/v0.2.0.mod) = sojwiP2FGIWm00gzni9YjlipTmx25eY0rh1nwnSetBM= +SHA256 (go_modules/golang.org/x/mod/@v/v0.3.0.mod) = sojwiP2FGIWm00gzni9YjlipTmx25eY0rh1nwnSetBM= +SHA256 (go_modules/golang.org/x/mod/@v/v0.3.0.zip) = CxJa4h66DuwNhXzQZB2fx/BxaFdfBiwOHfG6wCvsBE8= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20180811021610-c39426892332.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod) = Pgj0h93aGFG4kd9bHQS7GgG4TW1wKqgtnvvM3gqn34E= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod) = 9wRnadqsAr61fLzEgSgN9Z+0A8lv6CYigquoWMf3+k0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 9wRnadqsAr61fLzEgSgN9Z+0A8lv6CYigquoWMf3+k0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod) = 9wRnadqsAr61fLzEgSgN9Z+0A8lv6CYigquoWMf3+k0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod) = 9wRnadqsAr61fLzEgSgN9Z+0A8lv6CYigquoWMf3+k0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod) = br6z+vsJYS0+8f8EE9+qwFu6+PIpq94K4OASKY3+ZwI= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20191009170851-d66e71096ffb.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod) = 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod) = iyAUhqEQj0hZQ7+btnx4zemv9Ny6UzI70+KPKIUEHgk= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod) = iyAUhqEQj0hZQ7+btnx4zemv9Ny6UzI70+KPKIUEHgk= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod) = iyAUhqEQj0hZQ7+btnx4zemv9Ny6UzI70+KPKIUEHgk= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod) = iyAUhqEQj0hZQ7+btnx4zemv9Ny6UzI70+KPKIUEHgk= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200520182314-0ba52f642ac2.mod) = iyAUhqEQj0hZQ7+btnx4zemv9Ny6UzI70+KPKIUEHgk= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200625001655-4c5254603344.mod) = 2Mnbvf1Z9KsIDGIZn5Nk0QtGPk79upGlgvuu9CznUS8= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod) = 2Mnbvf1Z9KsIDGIZn5Nk0QtGPk79upGlgvuu9CznUS8= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod) = 2Mnbvf1Z9KsIDGIZn5Nk0QtGPk79upGlgvuu9CznUS8= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod) = ZvxEoGRKUG2ngPeiKl1z3QJdRKblh0C2LSf3TXw6SUg= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20210119194325-5f4716e94777.mod) = /vWJbRA6C85QVf216W6DCUQzR5JDeGU0dxjtzrYzNIo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod) = /vWJbRA6C85QVf216W6DCUQzR5JDeGU0dxjtzrYzNIo= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20210326060303-6b1517762897.mod) = EV3iO/SN+HUyEROAw4S+vCe4/r1/+eVbWDv2c8X3eH0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20210405180319-a5a99cb37ef4.mod) = 9rD5lo9afZhvy1fr4qFAlRGLvRy/Z4XQA/ev1xHcsb0= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod) = +pFfXQIs+wy4Zaou4306d0G0BvhOtKg3hi4pzGmrTvQ= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod) = +pFfXQIs+wy4Zaou4306d0G0BvhOtKg3hi4pzGmrTvQ= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220127200216-cd36cc0744dd.mod) = q58hDgTR/37XvDHV6gn0xXfNXtz9gYQKuKV4oIJDS3Q= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.mod) = q58hDgTR/37XvDHV6gn0xXfNXtz9gYQKuKV4oIJDS3Q= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220822230855-b0a4917ee28c.mod) = RchlScbaiI0Gy5B2u6/uyZ9PtWwlnLbilO0+gEM9vKA= +SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220822230855-b0a4917ee28c.zip) = NlHdzHFp4Ow1NVS4i7Ucf9TizzI5+aS91XVZa64EK70= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod) = y7thjah9T5Q7VL/U9NOi//NhApjwT77rPbOIywdfNRo= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod) = hp9E5OzVzaUxZVEKMIUVZw3X7ckgBegHnKClyGRSmys= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod) = hp9E5OzVzaUxZVEKMIUVZw3X7ckgBegHnKClyGRSmys= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod) = hp9E5OzVzaUxZVEKMIUVZw3X7ckgBegHnKClyGRSmys= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod) = hp9E5OzVzaUxZVEKMIUVZw3X7ckgBegHnKClyGRSmys= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod) = za+QVQWwIB3g6jOqvSK/UzAXReMXoE6srZZmHhscP8o= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.mod) = da0AdOnWkqY6oFV4AoIZi3X8z/g0QKeriJgqvJdV2TM= +SHA256 (go_modules/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.zip) = cny94xGBmAGoNZDXC4DWl3GwMDFInelaZ0/XvjLRISI= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20200317015054-43a5402ce75a.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20200625203802-6e8e738ad208.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20201207232520-09787c993a3a.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw= +SHA256 (go_modules/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.zip) = LqnuShUOzuqUMOuxJYMP0esr/YNhEnAyg471kHrZPzM= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod) = iWkRXko5EIhIMk55ob2KhEUjDm46rMvp+AV/tQ//yME= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod) = iWkRXko5EIhIMk55ob2KhEUjDm46rMvp+AV/tQ//yME= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod) = iWkRXko5EIhIMk55ob2KhEUjDm46rMvp+AV/tQ//yME= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod) = iWkRXko5EIhIMk55ob2KhEUjDm46rMvp+AV/tQ//yME= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190422165155-953cdadca894.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20191001151750-bb3f8db39f24.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20191008105621-543471e840be.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20191228213918-04cbcbbfeed8.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200212091648-12a6c2dcc1e4.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200331124033-c3d80250170d.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200523222454-059865788121.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210320140829-1e4c9ba3b0c4.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210324051608-47abb6519492.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210502180810-71e4cd670f79.mod) = GBl56L1X0tngZBgtqGyaYRGqaXVeiI8IQx7OR0Kuw0M= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210510120138-977fb7262007.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210603081109-ebe580a85c40.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20210927094055-39ccf1dd6fa6.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220503163025-988cb79eb6c6.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220520151302-bc2c85ada10a.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220823224334-20c2bfdbfe24.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220823224334-20c2bfdbfe24.zip) = 1Mn2Tamtd82HYG4+AjCG2eTld+Kr0yGiWUxEiaF0xEs= +SHA256 (go_modules/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod) = TLqxT3cGdxsnHZlaGzzBMf5aJGqtx+5tG6bwvYlHgfo= +SHA256 (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod) = dAeU4pFPXMh+JWVsWEMiKyxlZlghIF9FYyoEd8jT95s= +SHA256 (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip) = Ot9xOvpJ/iZYD/5K2x9PsvSSHJRTAapan7bTQDH6MM0= +SHA256 (go_modules/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.0.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.2.mod) = bDx63ysK1xQ9kT9GmNGQhCI2ml5vGYYg+X8+UvmhuN0= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.3.mod) = +7eojtFAUV55Dsp6EP/TGcl4axHGpsfln4D3+ze7RUI= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.5.mod) = +7eojtFAUV55Dsp6EP/TGcl4axHGpsfln4D3+ze7RUI= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.6.mod) = +7eojtFAUV55Dsp6EP/TGcl4axHGpsfln4D3+ze7RUI= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.7.mod) = xF1mkIlCe8RjXQexhfm5aAMy0cSMdbPEnLcVuBoEpbA= +SHA256 (go_modules/golang.org/x/text/@v/v0.3.7.zip) = 4akRXmGjjai9yJPQuoO2X4nMERTxUqmOtXLF6mVR6NQ= +SHA256 (go_modules/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod) = OOK8+aj1Y6FcL7pX5MIqWWOjipV2ZSGtK288nPhxj8w= +SHA256 (go_modules/golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod) = OOK8+aj1Y6FcL7pX5MIqWWOjipV2ZSGtK288nPhxj8w= +SHA256 (go_modules/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod) = OOK8+aj1Y6FcL7pX5MIqWWOjipV2ZSGtK288nPhxj8w= +SHA256 (go_modules/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.zip) = 4MpezrSEC8wmQjdAj/iUIEThm1A9bo5VRu2ffh9L+C4= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod) = oOAvBnj+Ytw8S0vHf6kSybcN4Q+p988veq0DNzkrUq8= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod) = oOAvBnj+Ytw8S0vHf6kSybcN4Q+p988veq0DNzkrUq8= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod) = JQOCOGkSVVDT+Ive9yggAk/iexQfRLgfw7T1nveDcOs= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod) = ApY4Z0vfT850N+vCXNoMgXJnTsU0sdLt6wtHTH1hjwA= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190312151545-0bb0c0a6e846.mod) = ApY4Z0vfT850N+vCXNoMgXJnTsU0sdLt6wtHTH1hjwA= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod) = ApY4Z0vfT850N+vCXNoMgXJnTsU0sdLt6wtHTH1hjwA= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod) = E1GJ3wIxXXXWLidVHRrMrR21vTwaKodW9jpp9zsbUhc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod) = E1GJ3wIxXXXWLidVHRrMrR21vTwaKodW9jpp9zsbUhc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod) = E1GJ3wIxXXXWLidVHRrMrR21vTwaKodW9jpp9zsbUhc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod) = fuzNASUrComDCT5bkFqsWgQVKEd+E0j1S4qjW2uzQG8= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod) = fuzNASUrComDCT5bkFqsWgQVKEd+E0j1S4qjW2uzQG8= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod) = fuzNASUrComDCT5bkFqsWgQVKEd+E0j1S4qjW2uzQG8= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod) = iNR5Jl+Ib15ZjXbAA9DyV7QtvxuJXYIKErWrCzUBrKE= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191216173652-a0e659d51361.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20191227053925-7b8e75db28f4.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200117161641-43d50277825c.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200122220014-bf1340f18c4a.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200130002326-2f3ba24bd6e7.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200204074204-1cc6d1ef6c74.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200207183749-b753a1ba74fa.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200212150539-ea181f53ac56.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200224181240-023911ca70b2.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200227222343-706bc42d1f0d.mod) = XqRpyAO2741B0VYbnjAaAD/dk5dkaL2lV0smsFbqf0k= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod) = VA3+qVdo1lNXAEqcu7/GITdm7wPIsUjNh4ok/nSMrNM= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod) = VA3+qVdo1lNXAEqcu7/GITdm7wPIsUjNh4ok/nSMrNM= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod) = Qa+q9l2FZXRBgbZA5Bd0EGp9dzs9aPVdcnL1RGUA1Cs= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod) = 724vlCRCFJcXgPm6MdkIBpKK1BDIKwTYiI+BU0H3pmc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod) = 724vlCRCFJcXgPm6MdkIBpKK1BDIKwTYiI+BU0H3pmc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod) = 724vlCRCFJcXgPm6MdkIBpKK1BDIKwTYiI+BU0H3pmc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod) = 724vlCRCFJcXgPm6MdkIBpKK1BDIKwTYiI+BU0H3pmc= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200713011307-fd294ab11aed.mod) = yMGsNdKrh+KvTe8DmSaLFkP5QOo1+jxGAYUtuZsjY8w= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod) = yMGsNdKrh+KvTe8DmSaLFkP5QOo1+jxGAYUtuZsjY8w= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod) = yMGsNdKrh+KvTe8DmSaLFkP5QOo1+jxGAYUtuZsjY8w= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod) = yMGsNdKrh+KvTe8DmSaLFkP5QOo1+jxGAYUtuZsjY8w= +SHA256 (go_modules/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.zip) = uVREnr4UBKTEXWWUrxWmBJ8Cf+OS0g2HOFPkEaJR65k= +SHA256 (go_modules/golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod) = ql4+ybt7n2gWCe+sAZ2d4ae6dxkkj/Hqon54iC2z1/U= +SHA256 (go_modules/golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod) = ql4+ybt7n2gWCe+sAZ2d4ae6dxkkj/Hqon54iC2z1/U= +SHA256 (go_modules/golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod) = ql4+ybt7n2gWCe+sAZ2d4ae6dxkkj/Hqon54iC2z1/U= +SHA256 (go_modules/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod) = ql4+ybt7n2gWCe+sAZ2d4ae6dxkkj/Hqon54iC2z1/U= +SHA256 (go_modules/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.zip) = OAqqM2iuFlYou0h89OaVpVwUIAcri3pvWcEi9qI7slU= +SHA256 (go_modules/google.golang.org/api/@v/v0.13.0.mod) = lzzHYyImeLodycuZX4h4RS6i1vI7P6kyH56ull1+C+M= +SHA256 (go_modules/google.golang.org/api/@v/v0.14.0.mod) = lzzHYyImeLodycuZX4h4RS6i1vI7P6kyH56ull1+C+M= +SHA256 (go_modules/google.golang.org/api/@v/v0.15.0.mod) = lzzHYyImeLodycuZX4h4RS6i1vI7P6kyH56ull1+C+M= +SHA256 (go_modules/google.golang.org/api/@v/v0.17.0.mod) = h9mht4VvKJTtmH120eg63RpLT4E8M1UMxEZSgJExgH4= +SHA256 (go_modules/google.golang.org/api/@v/v0.18.0.mod) = h9mht4VvKJTtmH120eg63RpLT4E8M1UMxEZSgJExgH4= +SHA256 (go_modules/google.golang.org/api/@v/v0.19.0.mod) = h9mht4VvKJTtmH120eg63RpLT4E8M1UMxEZSgJExgH4= +SHA256 (go_modules/google.golang.org/api/@v/v0.20.0.mod) = h9mht4VvKJTtmH120eg63RpLT4E8M1UMxEZSgJExgH4= +SHA256 (go_modules/google.golang.org/api/@v/v0.22.0.mod) = h9mht4VvKJTtmH120eg63RpLT4E8M1UMxEZSgJExgH4= +SHA256 (go_modules/google.golang.org/api/@v/v0.24.0.mod) = fasGMG2oUM2uI3WwPcSmdaGX9X+sUxpzo4mM56FgmvA= +SHA256 (go_modules/google.golang.org/api/@v/v0.28.0.mod) = fasGMG2oUM2uI3WwPcSmdaGX9X+sUxpzo4mM56FgmvA= +SHA256 (go_modules/google.golang.org/api/@v/v0.29.0.mod) = /oHS171FuJbGgcWcgawXGM7g0AVV8NR3uvdCqLjKbgg= +SHA256 (go_modules/google.golang.org/api/@v/v0.30.0.mod) = 7EvLjkgUAO68RkGlgwnAEE1wbVHshW2iyhxItUbkTOY= +SHA256 (go_modules/google.golang.org/api/@v/v0.30.0.zip) = +IPHEf1GCaJD3FKa31PV0xZ2tT7/HcBP17nIiNTiD+g= +SHA256 (go_modules/google.golang.org/api/@v/v0.4.0.mod) = ALxKTzJjdEDsvO9P5/Y1CmsiQn8OWylaSg/fMbRzOhY= +SHA256 (go_modules/google.golang.org/api/@v/v0.7.0.mod) = OHEYHve6KNAhXlqdc3WdXemSXZKn9a+QScBvC8GGnRk= +SHA256 (go_modules/google.golang.org/api/@v/v0.8.0.mod) = 4USXpWZwXdDx4Y+Dt0NSihAS7ASxPa+kQtKiJTTIIAc= +SHA256 (go_modules/google.golang.org/api/@v/v0.9.0.mod) = 4USXpWZwXdDx4Y+Dt0NSihAS7ASxPa+kQtKiJTTIIAc= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.1.0.mod) = 0Ps/MoqVJZ3e6375NPKrrgMnxqBS/xqwWiuIIXipU7g= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.4.0.mod) = +VuAj+0sb+uyOo0R6SdDWDs3hhWE0wI0mtpa4Co4dN0= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.5.0.mod) = +VuAj+0sb+uyOo0R6SdDWDs3hhWE0wI0mtpa4Co4dN0= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.6.1.mod) = 6xL/nHUxt83PcfYd6ICBS9hPAi9XQm6xLOoEDrDM8RY= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.6.5.mod) = R2/HdtKQbDK21vMGkd8JjNSnCtV5Z7OBj6pEQxnNkpQ= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.6.6.mod) = R2/HdtKQbDK21vMGkd8JjNSnCtV5Z7OBj6pEQxnNkpQ= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.6.7.mod) = R2/HdtKQbDK21vMGkd8JjNSnCtV5Z7OBj6pEQxnNkpQ= +SHA256 (go_modules/google.golang.org/appengine/@v/v1.6.7.zip) = efgN+sGGgXiPFBTiGkp3NO/0zfmSBwvpFjED642fks0= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod) = Q3mmQxJmA1Oy2tsg/VXZloZ0u8K7zwnVDAq6gBEaZLI= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod) = AjkaJYVovMUrB3Y6xGeBsUlSVfLtql8ovh5DLaAya0c= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod) = AjkaJYVovMUrB3Y6xGeBsUlSVfLtql8ovh5DLaAya0c= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod) = AjkaJYVovMUrB3Y6xGeBsUlSVfLtql8ovh5DLaAya0c= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod) = AjkaJYVovMUrB3Y6xGeBsUlSVfLtql8ovh5DLaAya0c= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod) = S47blVRDnGZaKeWE7agYcMu2mQkiJ9l7qPqWQVONVB0= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod) = S47blVRDnGZaKeWE7agYcMu2mQkiJ9l7qPqWQVONVB0= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod) = iNQQ3F/R0YOfxUYBiD5CMklmy4cZqu7N8VquBPStuiE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20191115194625-c23dd37a84c9.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20191216164720-4f79533eabd1.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20191230161307-f3c370f40bfb.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200115191322-ca5a22157cba.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200122232147-0452cf42e150.mod) = GzZDNlo8neNRue6fbgLC85vK71bivC9SvaA2njRACCE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200204135345-fa8e72b47b90.mod) = Z4N85FVAqlBfCnRH4gXqM8ffZyd6ybs1M5xGiIbd6G0= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200212174721-66ed5ce911ce.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200224152610-e50cd9704f63.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a383.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod) = +9BYFsm3sPjk76g3pCVe6oSijlL/GBD4Bykjh4/s9wM= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod) = 2Lgbi/zdkhBmkVkuunV/Wt10K4GYsUqognVtU1pcz7g= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod) = TsOU0+ynNofREaPg6IgIsQBocwK0Y7F4abzQJgFnSL0= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod) = 6unRlrxXtMCWlUn7q7F2xOMKxA8FOIYrUdgw+zGnDVk= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200711021454-869866162049.mod) = /nTXT3abMde6jlyIWRx3imt+eTlTAibQzItJAAG6vPE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod) = /nTXT3abMde6jlyIWRx3imt+eTlTAibQzItJAAG6vPE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod) = /nTXT3abMde6jlyIWRx3imt+eTlTAibQzItJAAG6vPE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod) = /nTXT3abMde6jlyIWRx3imt+eTlTAibQzItJAAG6vPE= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20220822174746-9e6da59bd2fc.mod) = HzTwhCHw4oClVNg/9eWu9SbjPLMf9W7E4HgAvPxJW1I= +SHA256 (go_modules/google.golang.org/genproto/@v/v0.0.0-20220822174746-9e6da59bd2fc.zip) = 1AZfHyUpdxGlYlMtXONZOUowiQnGyZ/nVoEcOlHUVM4= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.19.0.mod) = cd4ll/0ILogu8Illugw+4Z048t8lkgczzUNM+AonrDU= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.20.1.mod) = XtCzXjBKPysKdjzCPzDV91C88z2pozqnlZpIKa36iG0= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.21.1.mod) = VlMouS9XLSyRBj/70vDYBjB3m2mwodoqk0MZRZeX4/4= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.23.0.mod) = WHybhU1/XwGBSHyFSiT8TAGYLlZB0wLOHQ89BBlRy4s= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.25.1.mod) = PEaQF5lFdE7FsBJ535m+hhU/04bW+muO+YiKzkKMsYI= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.26.0.mod) = iti5eipDwsdlcsQ6AcRppujsOwSec5qNM1PJwu5M09Y= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.27.0.mod) = iti5eipDwsdlcsQ6AcRppujsOwSec5qNM1PJwu5M09Y= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.27.1.mod) = iti5eipDwsdlcsQ6AcRppujsOwSec5qNM1PJwu5M09Y= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.28.0.mod) = 6lpnIvXGUokSqCHKIhDZl56I65TklmZis7eyYF1wtRk= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.29.1.mod) = k0THc9LM8UyL/34vnFXwf8LB4NkOuawvzL5tx+bd4Q0= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.30.0.mod) = WTU/BVNkyhx4KfL2e9dh1SoSqFut2q968UBohrsoGdg= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.31.0.mod) = WTU/BVNkyhx4KfL2e9dh1SoSqFut2q968UBohrsoGdg= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.48.0.mod) = L6/g986iLo8ZP+tY1e1bpoxkXrkhBUPPzf4wf/0iVLs= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.49.0.mod) = 5Bz25kIRU7AxYQXG6DX6ou5E6vUqj1Q6D1brAPo47SY= +SHA256 (go_modules/google.golang.org/grpc/@v/v1.49.0.zip) = vQfodnIY9nNC/m5nN1TbAi2FpiFnY4eR2kd/rT9Kho8= +SHA256 (go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.2.0.mod) = XmVL6ar/S1XPnPLBgb6rR2eH2RfxpV7Sz5VkJF4r20s= +SHA256 (go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.2.0.zip) = vAzorENOrZ0nhonOP3XCtMQTLx4JXceiE8lY7a7fUqk= +SHA256 (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod) = ojmQ77Z+4QuxbR0ZNhCc76TkJirj2o0HSO+2kWFNu3g= +SHA256 (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod) = ptlQ3Sp+uC5Rz0WdP2H2FLCdcwrbnoCU1b+WsEPzgXQ= +SHA256 (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod) = O4CNGZR/sp5Nsk7Vy4iUGvwZJ/U42ArW+ICuRmSl0BY= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod) = Qg7J+6d5O5bf8cWumYNlbnLhwL0dFN2iOYrsGylHgP8= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.21.0.mod) = pTLUiP8Ql7Mw/y4pKfOez/jC+gncdlC2bKVDDC2DA/s= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.22.0.mod) = OUpJRiy/bcpN2G888Ojdy7mtyTl/c+gv7K5Ux56eTVM= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.23.0.mod) = OUpJRiy/bcpN2G888Ojdy7mtyTl/c+gv7K5Ux56eTVM= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod) = OUpJRiy/bcpN2G888Ojdy7mtyTl/c+gv7K5Ux56eTVM= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.24.0.mod) = 7zKp68gHoIxPX0yWZE8rH80DXJ3DUucSLjWh59sdQLc= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.25.0.mod) = beqAhz0nWKgd5tFrz2p/RaJ/KtTAR7e02h6ISBqXSQM= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.26.0-rc.1.mod) = ssT+Gmb/W+brfAxTiPCA0IghwyesXPl13uUdiw+0np8= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.26.0.mod) = COwuIPOO/LZRRigABp7OSJHiUqJhAH+p1aGxV/UW7l8= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.27.1.mod) = COwuIPOO/LZRRigABp7OSJHiUqJhAH+p1aGxV/UW7l8= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.28.1.mod) = P3xyYKmH3OL9+0jOKvi082SHNQfSGrzM66sKJ0N2Hic= +SHA256 (go_modules/google.golang.org/protobuf/@v/v1.28.1.zip) = vzhrzTaYf4mOcMgzDG962gPlESkJ8KkrdRCWFAO/Ydo= +SHA256 (go_modules/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod) = byLclCZkdTE6LIp1hQzqQTRapeM4EZMC/KV2i0GYs+w= +SHA256 (go_modules/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.zip) = Y4CAWRrv59JkLyV1tifVNMaSYG8C6lS6ifQtsRK6iDk= +SHA256 (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8= +SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8= +SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8= +SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8= +SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.mod) = bm4vykDrj+FFXmoIzTmDPHwumiNBqB+xgbidCxxyX0g= +SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.zip) = 9VVoTlxdrMKFDd2zRf7xuPk/VGtyaFWJeJ2m0rBicQ4= +SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 4wUgQkglZieWb/hcfcWRzy0OfeIJTQ9GWEnxtioQJ0g= +SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = a4lUgZog7FKYKiBv0+uUYp/1PFeQqndTTm2Nr33gG+4= +SHA256 (go_modules/gopkg.in/warnings.v0/@v/v0.1.2.mod) = zObCNr51DTUMuRJsW0xN/gOZRf3gMer4NgGSO/EXvrw= +SHA256 (go_modules/gopkg.in/warnings.v0/@v/v0.1.2.zip) = xBKx9wTB6LpZts/bEHL4voR8A/d9ZQfGkpE9bZRU5Rw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.2.1.mod) = iNl50vCT0jl/dWvIbvosoD9zpg1mjOs5GzUQAp8/fPw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.2.2.mod) = iNl50vCT0jl/dWvIbvosoD9zpg1mjOs5GzUQAp8/fPw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.2.4.mod) = iNl50vCT0jl/dWvIbvosoD9zpg1mjOs5GzUQAp8/fPw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.2.5.mod) = iNl50vCT0jl/dWvIbvosoD9zpg1mjOs5GzUQAp8/fPw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.3.0.mod) = iNl50vCT0jl/dWvIbvosoD9zpg1mjOs5GzUQAp8/fPw= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.4.0.mod) = w7EbqaB3X/m8bxHbtYoeSMweaLrDeKjNxiC+zGYdTDM= +SHA256 (go_modules/gopkg.in/yaml.v2/@v/v2.4.0.zip) = 7eSeJ8TMps3S7HGa7Y6k02NxDM6z1BHnp4b73sDTkf0= +SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk= +SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk= +SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = qrj7xOYwDqCOav4crqGKIckMefSJ9SxT4vIEMfGpoBU= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod) = scYIN+phM18U32TzGUw82S4PYo9gZIBnGJUPDXodvp4= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod) = scYIN+phM18U32TzGUw82S4PYo9gZIBnGJUPDXodvp4= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod) = scYIN+phM18U32TzGUw82S4PYo9gZIBnGJUPDXodvp4= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod) = scYIN+phM18U32TzGUw82S4PYo9gZIBnGJUPDXodvp4= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod) = WS6cVbsnJSWkaQDFVGn+uXra5QfnZJvqtNwTUNc19k8= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod) = tiK1Ky2Qhbyk/LoBGmt19WWcucVAnoMNtVvxx0NkyaI= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod) = tiK1Ky2Qhbyk/LoBGmt19WWcucVAnoMNtVvxx0NkyaI= +SHA256 (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.4.zip) = Ngn2sHCCB7WJ0DbvLItpjWudHWUZO1yqGltO5mLJtMY= +SHA256 (go_modules/rsc.io/binaryregexp/@v/v0.2.0.mod) = AyRzu+VUpUpEX6hVu7K/piNNeG9h8ZJt6WtaqF6R8T0= +SHA256 (go_modules/rsc.io/binaryregexp/@v/v0.2.0.zip) = s+cGqiePp/iA0y+hzEDvgoLR/H1uADVlee0NuI87AEc= +SHA256 (go_modules/rsc.io/quote/v3/@v/v3.1.0.mod) = shHZ8WtVQpcPA6LmJJ30UDgwSjehoMQdbr0a6xQWqSM= +SHA256 (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = tDTLv8MsF7UijQsO3erqib707JvZC1yPxVtk+M4T7rk= +SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = oq5uhUCkC4XldwPMYYuZxbEHU4bZWOiZmg4tTALzpwU= +SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo= +SHA256 (terraform-provider-hcloud-v1.35.2.zip) = 733xZWrZ+I5lR+QPEEgn6SFsB0cQQ9W61Yi2qHNVTNQ= +SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27 +SIZE (go_modules/cloud.google.com/go/@v/v0.34.0.mod) = 27 +SIZE (go_modules/cloud.google.com/go/@v/v0.38.0.mod) = 1006 +SIZE (go_modules/cloud.google.com/go/@v/v0.44.1.mod) = 1150 +SIZE (go_modules/cloud.google.com/go/@v/v0.44.2.mod) = 1075 +SIZE (go_modules/cloud.google.com/go/@v/v0.45.1.mod) = 998 +SIZE (go_modules/cloud.google.com/go/@v/v0.46.3.mod) = 960 +SIZE (go_modules/cloud.google.com/go/@v/v0.50.0.mod) = 1129 +SIZE (go_modules/cloud.google.com/go/@v/v0.52.0.mod) = 1226 +SIZE (go_modules/cloud.google.com/go/@v/v0.53.0.mod) = 1149 +SIZE (go_modules/cloud.google.com/go/@v/v0.54.0.mod) = 982 +SIZE (go_modules/cloud.google.com/go/@v/v0.56.0.mod) = 1048 +SIZE (go_modules/cloud.google.com/go/@v/v0.57.0.mod) = 1096 +SIZE (go_modules/cloud.google.com/go/@v/v0.62.0.mod) = 810 +SIZE (go_modules/cloud.google.com/go/@v/v0.65.0.mod) = 831 +SIZE (go_modules/cloud.google.com/go/@v/v0.65.0.zip) = 1557489 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.0.1.mod) = 319 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.3.0.mod) = 555 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.4.0.mod) = 631 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.5.0.mod) = 489 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.7.0.mod) = 649 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.mod) = 639 +SIZE (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.zip) = 435519 +SIZE (go_modules/cloud.google.com/go/datastore/@v/v1.0.0.mod) = 433 +SIZE (go_modules/cloud.google.com/go/datastore/@v/v1.1.0.mod) = 566 +SIZE (go_modules/cloud.google.com/go/datastore/@v/v1.1.0.zip) = 279892 +SIZE (go_modules/cloud.google.com/go/pubsub/@v/v1.0.1.mod) = 508 +SIZE (go_modules/cloud.google.com/go/pubsub/@v/v1.1.0.mod) = 755 +SIZE (go_modules/cloud.google.com/go/pubsub/@v/v1.2.0.mod) = 858 +SIZE (go_modules/cloud.google.com/go/pubsub/@v/v1.3.1.mod) = 625 +SIZE (go_modules/cloud.google.com/go/pubsub/@v/v1.3.1.zip) = 155284 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.0.0.mod) = 374 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.10.0.mod) = 622 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.10.0.zip) = 435484 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.5.0.mod) = 953 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.6.0.mod) = 736 +SIZE (go_modules/cloud.google.com/go/storage/@v/v1.8.0.mod) = 622 +SIZE (go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod) = 36 +SIZE (go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip) = 33828 +SIZE (go_modules/github.com/!burnt!sushi/toml/@v/v0.3.1.mod) = 34 +SIZE (go_modules/github.com/!burnt!sushi/toml/@v/v0.3.1.zip) = 56132 +SIZE (go_modules/github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod) = 33 +SIZE (go_modules/github.com/!burnt!sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.zip) = 254689 +SIZE (go_modules/github.com/!microsoft/go-winio/@v/v0.4.14.mod) = 177 +SIZE (go_modules/github.com/!microsoft/go-winio/@v/v0.4.16.mod) = 177 +SIZE (go_modules/github.com/!microsoft/go-winio/@v/v0.4.16.zip) = 111695 +SIZE (go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20210428141323-04723f9f07d7.mod) = 112 +SIZE (go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20210428141323-04723f9f07d7.zip) = 352529 +SIZE (go_modules/github.com/acomagu/bufpipe/@v/v1.0.3.mod) = 81 +SIZE (go_modules/github.com/acomagu/bufpipe/@v/v1.0.3.zip) = 4586 +SIZE (go_modules/github.com/agext/levenshtein/@v/v1.2.1.mod) = 36 +SIZE (go_modules/github.com/agext/levenshtein/@v/v1.2.2.mod) = 36 +SIZE (go_modules/github.com/agext/levenshtein/@v/v1.2.3.mod) = 36 +SIZE (go_modules/github.com/agext/levenshtein/@v/v1.2.3.zip) = 18170 +SIZE (go_modules/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod) = 38 +SIZE (go_modules/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod) = 38 +SIZE (go_modules/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.zip) = 66303 +SIZE (go_modules/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod) = 35 +SIZE (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190717042225-c3de453c63f4.mod) = 35 +SIZE (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.mod) = 79 +SIZE (go_modules/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.zip) = 7096 +SIZE (go_modules/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.mod) = 35 +SIZE (go_modules/github.com/anmitsu/go-shlex/@v/v0.0.0-20161002113705-648efa622239.zip) = 5273 +SIZE (go_modules/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod) = 41 +SIZE (go_modules/github.com/apparentlymart/go-cidr/@v/v1.1.0.zip) = 7362 +SIZE (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20180507223929-23540a00eaa3.mod) = 41 +SIZE (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20190214190832-042adf3cf4a0.mod) = 41 +SIZE (go_modules/github.com/apparentlymart/go-dump/@v/v0.0.0-20190214190832-042adf3cf4a0.zip) = 7971 +SIZE (go_modules/github.com/apparentlymart/go-textseg/@v/v1.0.0.mod) = 44 +SIZE (go_modules/github.com/apparentlymart/go-textseg/@v/v1.0.0.zip) = 133293 +SIZE (go_modules/github.com/apparentlymart/go-textseg/v12/@v/v12.0.0.mod) = 57 +SIZE (go_modules/github.com/apparentlymart/go-textseg/v12/@v/v12.0.0.zip) = 128469 +SIZE (go_modules/github.com/apparentlymart/go-textseg/v13/@v/v13.0.0.mod) = 57 +SIZE (go_modules/github.com/apparentlymart/go-textseg/v13/@v/v13.0.0.zip) = 134637 +SIZE (go_modules/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.mod) = 34 +SIZE (go_modules/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.zip) = 14665 +SIZE (go_modules/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod) = 31 +SIZE (go_modules/github.com/beorn7/perks/@v/v1.0.0.mod) = 40 +SIZE (go_modules/github.com/beorn7/perks/@v/v1.0.1.mod) = 40 +SIZE (go_modules/github.com/beorn7/perks/@v/v1.0.1.zip) = 14678 +SIZE (go_modules/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod) = 58 +SIZE (go_modules/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.zip) = 210929 +SIZE (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.1.mod) = 45 +SIZE (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.2.mod) = 45 +SIZE (go_modules/github.com/cespare/xxhash/v2/@v/v2.1.2.zip) = 15284 +SIZE (go_modules/github.com/chzyer/logex/@v/v1.1.10.mod) = 31 +SIZE (go_modules/github.com/chzyer/logex/@v/v1.1.10.zip) = 5802 +SIZE (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod) = 34 +SIZE (go_modules/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.zip) = 56640 +SIZE (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod) = 30 +SIZE (go_modules/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.zip) = 5024 +SIZE (go_modules/github.com/client9/misspell/@v/v0.3.4.mod) = 35 +SIZE (go_modules/github.com/client9/misspell/@v/v0.3.4.zip) = 246908 +SIZE (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod) = 170 +SIZE (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod) = 158 +SIZE (go_modules/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.zip) = 7602 +SIZE (go_modules/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod) = 169 +SIZE (go_modules/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.zip) = 109136 +SIZE (go_modules/github.com/creack/pty/@v/v1.1.9.mod) = 39 +SIZE (go_modules/github.com/creack/pty/@v/v1.1.9.zip) = 19440 +SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = 34 +SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 34 +SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 60320 +SIZE (go_modules/github.com/emirpasic/gods/@v/v1.12.0.mod) = 33 +SIZE (go_modules/github.com/emirpasic/gods/@v/v1.12.0.zip) = 148704 +SIZE (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.mod) = 711 +SIZE (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.zip) = 3531077 +SIZE (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod) = 378 +SIZE (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod) = 378 +SIZE (go_modules/github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod) = 471 +SIZE (go_modules/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod) = 49 +SIZE (go_modules/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.zip) = 194391 +SIZE (go_modules/github.com/fatih/color/@v/v1.13.0.mod) = 126 +SIZE (go_modules/github.com/fatih/color/@v/v1.13.0.zip) = 12921 +SIZE (go_modules/github.com/fatih/color/@v/v1.7.0.mod) = 30 +SIZE (go_modules/github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.mod) = 33 +SIZE (go_modules/github.com/flynn/go-shlex/@v/v0.0.0-20150515145356-3f9db97f8568.zip) = 9718 +SIZE (go_modules/github.com/gliderlabs/ssh/@v/v0.2.2.mod) = 33 +SIZE (go_modules/github.com/gliderlabs/ssh/@v/v0.2.2.zip) = 32647 +SIZE (go_modules/github.com/go-git/gcfg/@v/v1.5.0.mod) = 30 +SIZE (go_modules/github.com/go-git/gcfg/@v/v1.5.0.zip) = 38691 +SIZE (go_modules/github.com/go-git/go-billy/v5/@v/v5.2.0.mod) = 280 +SIZE (go_modules/github.com/go-git/go-billy/v5/@v/v5.3.1.mod) = 280 +SIZE (go_modules/github.com/go-git/go-billy/v5/@v/v5.3.1.zip) = 45897 +SIZE (go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.2.1.mod) = 206 +SIZE (go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.2.1.zip) = 97960390 +SIZE (go_modules/github.com/go-git/go-git/v5/@v/v5.4.2.mod) = 1236 +SIZE (go_modules/github.com/go-git/go-git/v5/@v/v5.4.2.zip) = 648253 +SIZE (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod) = 29 +SIZE (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip) = 810677 +SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod) = 48 +SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod) = 48 +SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip) = 646118 +SIZE (go_modules/github.com/go-kit/kit/@v/v0.8.0.mod) = 29 +SIZE (go_modules/github.com/go-kit/kit/@v/v0.9.0.mod) = 29 +SIZE (go_modules/github.com/go-kit/kit/@v/v0.9.0.zip) = 438465 +SIZE (go_modules/github.com/go-kit/log/@v/v0.1.0.mod) = 121 +SIZE (go_modules/github.com/go-kit/log/@v/v0.2.0.mod) = 82 +SIZE (go_modules/github.com/go-kit/log/@v/v0.2.0.zip) = 45218 +SIZE (go_modules/github.com/go-logfmt/logfmt/@v/v0.3.0.mod) = 35 +SIZE (go_modules/github.com/go-logfmt/logfmt/@v/v0.4.0.mod) = 100 +SIZE (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.0.mod) = 44 +SIZE (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.1.mod) = 44 +SIZE (go_modules/github.com/go-logfmt/logfmt/@v/v0.5.1.zip) = 16312 +SIZE (go_modules/github.com/go-stack/stack/@v/v1.8.0.mod) = 33 +SIZE (go_modules/github.com/go-stack/stack/@v/v1.8.0.zip) = 10204 +SIZE (go_modules/github.com/go-test/deep/@v/v1.0.3.mod) = 31 +SIZE (go_modules/github.com/go-test/deep/@v/v1.0.3.zip) = 10264 +SIZE (go_modules/github.com/gogo/protobuf/@v/v1.1.1.mod) = 32 +SIZE (go_modules/github.com/gogo/protobuf/@v/v1.1.1.zip) = 2461758 +SIZE (go_modules/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod) = 30 +SIZE (go_modules/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.zip) = 22449 +SIZE (go_modules/github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod) = 36 +SIZE (go_modules/github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod) = 36 +SIZE (go_modules/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod) = 36 +SIZE (go_modules/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.zip) = 39701 +SIZE (go_modules/github.com/golang/mock/@v/v1.1.1.mod) = 30 +SIZE (go_modules/github.com/golang/mock/@v/v1.2.0.mod) = 30 +SIZE (go_modules/github.com/golang/mock/@v/v1.3.1.mod) = 93 +SIZE (go_modules/github.com/golang/mock/@v/v1.4.0.mod) = 131 +SIZE (go_modules/github.com/golang/mock/@v/v1.4.1.mod) = 131 +SIZE (go_modules/github.com/golang/mock/@v/v1.4.3.mod) = 131 +SIZE (go_modules/github.com/golang/mock/@v/v1.4.4.mod) = 102 +SIZE (go_modules/github.com/golang/mock/@v/v1.4.4.zip) = 95367 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.1.0.mod) = 34 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.2.0.mod) = 34 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.3.1.mod) = 34 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.3.2.mod) = 34 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.3.3.mod) = 43 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.3.4.mod) = 43 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.3.5.mod) = 42 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod) = 151 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.1.mod) = 151 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.2.mod) = 151 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod) = 154 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.0.mod) = 124 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.1.mod) = 124 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.2.mod) = 124 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.4.3.mod) = 124 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.5.0.mod) = 129 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.5.2.mod) = 192 +SIZE (go_modules/github.com/golang/protobuf/@v/v1.5.2.zip) = 206858 +SIZE (go_modules/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod) = 31 +SIZE (go_modules/github.com/google/btree/@v/v1.0.0.mod) = 31 +SIZE (go_modules/github.com/google/btree/@v/v1.0.0.zip) = 17644 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.2.0.mod) = 32 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.3.0.mod) = 40 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.3.1.mod) = 40 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.4.0.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.4.1.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.0.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.1.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.4.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.5.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.6.mod) = 105 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.8.mod) = 41 +SIZE (go_modules/github.com/google/go-cmp/@v/v0.5.8.zip) = 131550 +SIZE (go_modules/github.com/google/gofuzz/@v/v1.0.0.mod) = 41 +SIZE (go_modules/github.com/google/gofuzz/@v/v1.0.0.zip) = 16584 +SIZE (go_modules/github.com/google/martian/@v/v2.1.0+incompatible.mod) = 33 +SIZE (go_modules/github.com/google/martian/@v/v2.1.0+incompatible.zip) = 259222 +SIZE (go_modules/github.com/google/martian/v3/@v/v3.0.0.mod) = 106 +SIZE (go_modules/github.com/google/martian/v3/@v/v3.0.0.zip) = 261081 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod) = 31 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod) = 31 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod) = 368 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12.mod) = 368 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod) = 368 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod) = 368 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod) = 368 +SIZE (go_modules/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.zip) = 1732240 +SIZE (go_modules/github.com/google/renameio/@v/v0.1.0.mod) = 34 +SIZE (go_modules/github.com/google/renameio/@v/v0.1.0.zip) = 14941 +SIZE (go_modules/github.com/google/uuid/@v/v1.1.2.mod) = 30 +SIZE (go_modules/github.com/google/uuid/@v/v1.1.2.zip) = 21638 +SIZE (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod) = 88 +SIZE (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.5.mod) = 79 +SIZE (go_modules/github.com/googleapis/gax-go/v2/@v/v2.0.5.zip) = 16077 +SIZE (go_modules/github.com/hashicorp/errwrap/@v/v1.0.0.mod) = 36 +SIZE (go_modules/github.com/hashicorp/errwrap/@v/v1.1.0.mod) = 36 +SIZE (go_modules/github.com/hashicorp/errwrap/@v/v1.1.0.zip) = 9497 +SIZE (go_modules/github.com/hashicorp/go-checkpoint/@v/v0.5.0.mod) = 134 +SIZE (go_modules/github.com/hashicorp/go-checkpoint/@v/v0.5.0.zip) = 15916 +SIZE (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod) = 41 +SIZE (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod) = 41 +SIZE (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.mod) = 50 +SIZE (go_modules/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.zip) = 9586 +SIZE (go_modules/github.com/hashicorp/go-cty/@v/v1.4.1-0.20200414143053-d3edf31b6320.mod) = 551 +SIZE (go_modules/github.com/hashicorp/go-cty/@v/v1.4.1-0.20200414143053-d3edf31b6320.zip) = 255432 +SIZE (go_modules/github.com/hashicorp/go-hclog/@v/v0.14.1.mod) = 297 +SIZE (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.1.mod) = 314 +SIZE (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.2.mod) = 314 +SIZE (go_modules/github.com/hashicorp/go-hclog/@v/v1.2.2.zip) = 35288 +SIZE (go_modules/github.com/hashicorp/go-multierror/@v/v1.1.1.mod) = 96 +SIZE (go_modules/github.com/hashicorp/go-multierror/@v/v1.1.1.zip) = 19419 +SIZE (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.4.mod) = 807 +SIZE (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.5.mod) = 807 +SIZE (go_modules/github.com/hashicorp/go-plugin/@v/v1.4.5.zip) = 127596 +SIZE (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.0.mod) = 36 +SIZE (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.3.mod) = 36 +SIZE (go_modules/github.com/hashicorp/go-uuid/@v/v1.0.3.zip) = 8078 +SIZE (go_modules/github.com/hashicorp/go-version/@v/v1.2.0.mod) = 39 +SIZE (go_modules/github.com/hashicorp/go-version/@v/v1.5.0.mod) = 39 +SIZE (go_modules/github.com/hashicorp/go-version/@v/v1.6.0.mod) = 39 +SIZE (go_modules/github.com/hashicorp/go-version/@v/v1.6.0.zip) = 19227 +SIZE (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.0.mod) = 39 +SIZE (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.1.mod) = 39 +SIZE (go_modules/github.com/hashicorp/golang-lru/@v/v0.5.1.zip) = 19548 +SIZE (go_modules/github.com/hashicorp/hc-install/@v/v0.4.0.mod) = 354 +SIZE (go_modules/github.com/hashicorp/hc-install/@v/v0.4.0.zip) = 11786858 +SIZE (go_modules/github.com/hashicorp/hcl/v2/@v/v2.13.0.mod) = 1019 +SIZE (go_modules/github.com/hashicorp/hcl/v2/@v/v2.13.0.zip) = 549500 +SIZE (go_modules/github.com/hashicorp/logutils/@v/v1.0.0.mod) = 37 +SIZE (go_modules/github.com/hashicorp/logutils/@v/v1.0.0.zip) = 9174 +SIZE (go_modules/github.com/hashicorp/terraform-exec/@v/v0.17.2.mod) = 1384 +SIZE (go_modules/github.com/hashicorp/terraform-exec/@v/v0.17.2.zip) = 148389 +SIZE (go_modules/github.com/hashicorp/terraform-json/@v/v0.14.0.mod) = 352 +SIZE (go_modules/github.com/hashicorp/terraform-json/@v/v0.14.0.zip) = 618355 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-go/@v/v0.14.0.mod) = 1377 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-go/@v/v0.14.0.zip) = 289933 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-log/@v/v0.7.0.mod) = 414 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-log/@v/v0.7.0.zip) = 106739 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-sdk/v2/@v/v2.21.0.mod) = 2680 +SIZE (go_modules/github.com/hashicorp/terraform-plugin-sdk/v2/@v/v2.21.0.zip) = 581867 +SIZE (go_modules/github.com/hashicorp/terraform-registry-address/@v/v0.0.0-20220623143253-7d51757b572c.mod) = 238 +SIZE (go_modules/github.com/hashicorp/terraform-registry-address/@v/v0.0.0-20220623143253-7d51757b572c.zip) = 27558 +SIZE (go_modules/github.com/hashicorp/terraform-svchost/@v/v0.0.0-20200729002733-f050f53b9734.mod) = 326 +SIZE (go_modules/github.com/hashicorp/terraform-svchost/@v/v0.0.0-20200729002733-f050f53b9734.zip) = 39444 +SIZE (go_modules/github.com/hashicorp/yamux/@v/v0.0.0-20180604194846-3520598351bb.mod) = 34 +SIZE (go_modules/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.mod) = 34 +SIZE (go_modules/github.com/hashicorp/yamux/@v/v0.1.1.mod) = 43 +SIZE (go_modules/github.com/hashicorp/yamux/@v/v0.1.1.zip) = 30881 +SIZE (go_modules/github.com/hetznercloud/hcloud-go/@v/v1.35.2.mod) = 924 +SIZE (go_modules/github.com/hetznercloud/hcloud-go/@v/v1.35.2.zip) = 160538 +SIZE (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod) = 42 +SIZE (go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.zip) = 63221 +SIZE (go_modules/github.com/imdario/mergo/@v/v0.3.12.mod) = 74 +SIZE (go_modules/github.com/imdario/mergo/@v/v0.3.12.zip) = 39947 +SIZE (go_modules/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.mod) = 36 +SIZE (go_modules/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.zip) = 8654 +SIZE (go_modules/github.com/jessevdk/go-flags/@v/v1.5.0.mod) = 106 +SIZE (go_modules/github.com/jessevdk/go-flags/@v/v1.5.0.zip) = 77449 +SIZE (go_modules/github.com/jhump/protoreflect/@v/v1.6.0.mod) = 270 +SIZE (go_modules/github.com/jhump/protoreflect/@v/v1.6.0.zip) = 643347 +SIZE (go_modules/github.com/jpillora/backoff/@v/v1.0.0.mod) = 44 +SIZE (go_modules/github.com/jpillora/backoff/@v/v1.0.0.zip) = 4359 +SIZE (go_modules/github.com/json-iterator/go/@v/v1.1.10.mod) = 295 +SIZE (go_modules/github.com/json-iterator/go/@v/v1.1.11.mod) = 295 +SIZE (go_modules/github.com/json-iterator/go/@v/v1.1.12.mod) = 267 +SIZE (go_modules/github.com/json-iterator/go/@v/v1.1.12.zip) = 139706 +SIZE (go_modules/github.com/json-iterator/go/@v/v1.1.6.mod) = 35 +SIZE (go_modules/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod) = 43 +SIZE (go_modules/github.com/jstemmer/go-junit-report/@v/v0.9.1.mod) = 51 +SIZE (go_modules/github.com/jstemmer/go-junit-report/@v/v0.9.1.zip) = 42083 +SIZE (go_modules/github.com/julienschmidt/httprouter/@v/v1.2.0.mod) = 43 +SIZE (go_modules/github.com/julienschmidt/httprouter/@v/v1.3.0.mod) = 51 +SIZE (go_modules/github.com/julienschmidt/httprouter/@v/v1.3.0.zip) = 28212 +SIZE (go_modules/github.com/kevinburke/ssh_config/@v/v0.0.0-20201106050909-4977a11b4351.mod) = 40 +SIZE (go_modules/github.com/kevinburke/ssh_config/@v/v0.0.0-20201106050909-4977a11b4351.zip) = 28244 +SIZE (go_modules/github.com/kisielk/gotool/@v/v1.0.0.mod) = 35 +SIZE (go_modules/github.com/kisielk/gotool/@v/v1.0.0.zip) = 18981 +SIZE (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod) = 58 +SIZE (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod) = 58 +SIZE (go_modules/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.zip) = 3966 +SIZE (go_modules/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod) = 28 +SIZE (go_modules/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.zip) = 9142 +SIZE (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 67 +SIZE (go_modules/github.com/kr/pretty/@v/v0.2.1.mod) = 72 +SIZE (go_modules/github.com/kr/pretty/@v/v0.2.1.zip) = 11508 +SIZE (go_modules/github.com/kr/pty/@v/v1.1.1.mod) = 25 +SIZE (go_modules/github.com/kr/pty/@v/v1.1.1.zip) = 14199 +SIZE (go_modules/github.com/kr/text/@v/v0.1.0.mod) = 64 +SIZE (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 68 +SIZE (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 12607 +SIZE (go_modules/github.com/kylelemons/godebug/@v/v0.0.0-20170820004349-d65d576e9348.mod) = 37 +SIZE (go_modules/github.com/kylelemons/godebug/@v/v1.1.0.mod) = 46 +SIZE (go_modules/github.com/kylelemons/godebug/@v/v1.1.0.zip) = 25634 +SIZE (go_modules/github.com/matryer/is/@v/v1.2.0.mod) = 29 +SIZE (go_modules/github.com/matryer/is/@v/v1.2.0.zip) = 253080 +SIZE (go_modules/github.com/mattn/go-colorable/@v/v0.1.12.mod) = 160 +SIZE (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.mod) = 90 +SIZE (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.zip) = 13909 +SIZE (go_modules/github.com/mattn/go-colorable/@v/v0.1.4.mod) = 80 +SIZE (go_modules/github.com/mattn/go-colorable/@v/v0.1.9.mod) = 160 +SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.10.mod) = 104 +SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.12.mod) = 104 +SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.14.mod) = 104 +SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.16.mod) = 104 +SIZE (go_modules/github.com/mattn/go-isatty/@v/v0.0.16.zip) = 8927 +SIZE (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod) = 56 +SIZE (go_modules/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.zip) = 44378 +SIZE (go_modules/github.com/mitchellh/copystructure/@v/v1.2.0.mod) = 100 +SIZE (go_modules/github.com/mitchellh/copystructure/@v/v1.2.0.zip) = 12351 +SIZE (go_modules/github.com/mitchellh/go-homedir/@v/v1.1.0.mod) = 39 +SIZE (go_modules/github.com/mitchellh/go-homedir/@v/v1.1.0.zip) = 4163 +SIZE (go_modules/github.com/mitchellh/go-testing-interface/@v/v0.0.0-20171004221916-a61a99592b77.mod) = 49 +SIZE (go_modules/github.com/mitchellh/go-testing-interface/@v/v1.14.1.mod) = 58 +SIZE (go_modules/github.com/mitchellh/go-testing-interface/@v/v1.14.1.zip) = 3866 +SIZE (go_modules/github.com/mitchellh/go-wordwrap/@v/v0.0.0-20150314170334-ad45545899c7.mod) = 40 +SIZE (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.0.mod) = 40 +SIZE (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.1.mod) = 49 +SIZE (go_modules/github.com/mitchellh/go-wordwrap/@v/v1.0.1.zip) = 3740 +SIZE (go_modules/github.com/mitchellh/mapstructure/@v/v1.5.0.mod) = 50 +SIZE (go_modules/github.com/mitchellh/mapstructure/@v/v1.5.0.zip) = 35272 +SIZE (go_modules/github.com/mitchellh/reflectwalk/@v/v1.0.2.mod) = 40 +SIZE (go_modules/github.com/mitchellh/reflectwalk/@v/v1.0.2.zip) = 8412 +SIZE (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod) = 39 +SIZE (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod) = 39 +SIZE (go_modules/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.zip) = 10936 +SIZE (go_modules/github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod) = 37 +SIZE (go_modules/github.com/modern-go/reflect2/@v/v1.0.1.mod) = 37 +SIZE (go_modules/github.com/modern-go/reflect2/@v/v1.0.2.mod) = 46 +SIZE (go_modules/github.com/modern-go/reflect2/@v/v1.0.2.zip) = 25186 +SIZE (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod) = 39 +SIZE (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod) = 39 +SIZE (go_modules/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.zip) = 24595 +SIZE (go_modules/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod) = 78 +SIZE (go_modules/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.zip) = 13281 +SIZE (go_modules/github.com/nsf/jsondiff/@v/v0.0.0-20200515183724-f29ed568f4ce.mod) = 31 +SIZE (go_modules/github.com/nsf/jsondiff/@v/v0.0.0-20200515183724-f29ed568f4ce.zip) = 7825 +SIZE (go_modules/github.com/oklog/run/@v/v1.0.0.mod) = 28 +SIZE (go_modules/github.com/oklog/run/@v/v1.1.0.mod) = 37 +SIZE (go_modules/github.com/oklog/run/@v/v1.1.0.zip) = 9834 +SIZE (go_modules/github.com/pkg/errors/@v/v0.8.0.mod) = 29 +SIZE (go_modules/github.com/pkg/errors/@v/v0.8.1.mod) = 29 +SIZE (go_modules/github.com/pkg/errors/@v/v0.9.1.mod) = 29 +SIZE (go_modules/github.com/pkg/errors/@v/v0.9.1.zip) = 17866 +SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = 37 +SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 12433 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v0.9.1.mod) = 43 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.0.0.mod) = 535 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.11.0.mod) = 468 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.12.1.mod) = 413 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.13.0.mod) = 1097 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.13.0.zip) = 310709 +SIZE (go_modules/github.com/prometheus/client_golang/@v/v1.7.1.mod) = 569 +SIZE (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod) = 42 +SIZE (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod) = 164 +SIZE (go_modules/github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod) = 164 +SIZE (go_modules/github.com/prometheus/client_model/@v/v0.2.0.mod) = 164 +SIZE (go_modules/github.com/prometheus/client_model/@v/v0.2.0.zip) = 13785 +SIZE (go_modules/github.com/prometheus/common/@v/v0.10.0.mod) = 817 +SIZE (go_modules/github.com/prometheus/common/@v/v0.26.0.mod) = 794 +SIZE (go_modules/github.com/prometheus/common/@v/v0.32.1.mod) = 583 +SIZE (go_modules/github.com/prometheus/common/@v/v0.37.0.mod) = 553 +SIZE (go_modules/github.com/prometheus/common/@v/v0.37.0.zip) = 181541 +SIZE (go_modules/github.com/prometheus/common/@v/v0.4.1.mod) = 1223 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod) = 36 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.0.2.mod) = 98 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.1.3.mod) = 198 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.6.0.mod) = 198 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.7.3.mod) = 198 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.8.0.mod) = 198 +SIZE (go_modules/github.com/prometheus/procfs/@v/v0.8.0.zip) = 328525 +SIZE (go_modules/github.com/rogpeppe/go-internal/@v/v1.3.0.mod) = 73 +SIZE (go_modules/github.com/rogpeppe/go-internal/@v/v1.3.0.zip) = 180679 +SIZE (go_modules/github.com/sebdah/goldie/@v/v1.0.0.mod) = 85 +SIZE (go_modules/github.com/sebdah/goldie/@v/v1.0.0.zip) = 8956 +SIZE (go_modules/github.com/sergi/go-diff/@v/v1.0.0.mod) = 32 +SIZE (go_modules/github.com/sergi/go-diff/@v/v1.1.0.mod) = 281 +SIZE (go_modules/github.com/sergi/go-diff/@v/v1.2.0.mod) = 281 +SIZE (go_modules/github.com/sergi/go-diff/@v/v1.2.0.zip) = 1350381 +SIZE (go_modules/github.com/sirupsen/logrus/@v/v1.2.0.mod) = 393 +SIZE (go_modules/github.com/sirupsen/logrus/@v/v1.4.1.mod) = 337 +SIZE (go_modules/github.com/sirupsen/logrus/@v/v1.4.2.mod) = 337 +SIZE (go_modules/github.com/sirupsen/logrus/@v/v1.6.0.mod) = 301 +SIZE (go_modules/github.com/sirupsen/logrus/@v/v1.6.0.zip) = 65802 +SIZE (go_modules/github.com/spf13/pflag/@v/v1.0.2.mod) = 30 +SIZE (go_modules/github.com/spf13/pflag/@v/v1.0.2.zip) = 69513 +SIZE (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = 32 +SIZE (go_modules/github.com/stretchr/objx/@v/v0.1.1.mod) = 32 +SIZE (go_modules/github.com/stretchr/objx/@v/v0.4.0.mod) = 137 +SIZE (go_modules/github.com/stretchr/objx/@v/v0.4.0.zip) = 44330 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.2.2.mod) = 35 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = 154 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.4.0.mod) = 179 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.0.mod) = 216 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.1.mod) = 216 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.2.mod) = 188 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.8.0.mod) = 188 +SIZE (go_modules/github.com/stretchr/testify/@v/v1.8.0.zip) = 113507 +SIZE (go_modules/github.com/vmihailenco/msgpack/@v/v3.3.3+incompatible.mod) = 38 +SIZE (go_modules/github.com/vmihailenco/msgpack/@v/v4.0.4+incompatible.mod) = 38 +SIZE (go_modules/github.com/vmihailenco/msgpack/@v/v4.0.4+incompatible.zip) = 40050 +SIZE (go_modules/github.com/vmihailenco/msgpack/v4/@v/v4.3.12.mod) = 382 +SIZE (go_modules/github.com/vmihailenco/msgpack/v4/@v/v4.3.12.zip) = 45567 +SIZE (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.1.mod) = 49 +SIZE (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.2.mod) = 49 +SIZE (go_modules/github.com/vmihailenco/tagparser/@v/v0.1.2.zip) = 6078 +SIZE (go_modules/github.com/xanzy/ssh-agent/@v/v0.3.0.mod) = 142 +SIZE (go_modules/github.com/xanzy/ssh-agent/@v/v0.3.0.zip) = 11062 +SIZE (go_modules/github.com/yuin/goldmark/@v/v1.1.25.mod) = 41 +SIZE (go_modules/github.com/yuin/goldmark/@v/v1.1.27.mod) = 41 +SIZE (go_modules/github.com/yuin/goldmark/@v/v1.1.32.mod) = 41 +SIZE (go_modules/github.com/yuin/goldmark/@v/v1.1.32.zip) = 261243 +SIZE (go_modules/github.com/zclconf/go-cty-debug/@v/v0.0.0-20191215020915-b22d67c1ba0b.mod) = 128 +SIZE (go_modules/github.com/zclconf/go-cty-debug/@v/v0.0.0-20191215020915-b22d67c1ba0b.zip) = 11821 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.1.0.mod) = 568 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.10.0.mod) = 207 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.11.0.mod) = 433 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.11.0.zip) = 271515 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.2.0.mod) = 601 +SIZE (go_modules/github.com/zclconf/go-cty/@v/v1.8.0.mod) = 207 +SIZE (go_modules/go.opencensus.io/@v/v0.21.0.mod) = 305 +SIZE (go_modules/go.opencensus.io/@v/v0.22.0.mod) = 408 +SIZE (go_modules/go.opencensus.io/@v/v0.22.2.mod) = 478 +SIZE (go_modules/go.opencensus.io/@v/v0.22.3.mod) = 478 +SIZE (go_modules/go.opencensus.io/@v/v0.22.4.mod) = 478 +SIZE (go_modules/go.opencensus.io/@v/v0.22.4.zip) = 303399 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod) = 27 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20190219172222-a4c6cb3142f2.mod) = 27 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod) = 88 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod) = 146 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod) = 146 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod) = 146 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod) = 155 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20210322153248-0c34fe9e7dc2.mod) = 209 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20210421170649-83a5a9bb288b.mod) = 209 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20210616213533-5ff15b29337e.mod) = 247 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20220517005047-85d78b3ac167.mod) = 255 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20220817201139-bc19a97f63c8.mod) = 255 +SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20220817201139-bc19a97f63c8.zip) = 1777976 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod) = 24 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod) = 24 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod) = 327 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod) = 352 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod) = 475 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20191129062945-2f5052295587.mod) = 485 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod) = 485 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod) = 485 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod) = 515 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod) = 572 +SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.zip) = 1564884 +SIZE (go_modules/golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod) = 60 +SIZE (go_modules/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod) = 69 +SIZE (go_modules/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.zip) = 5087021 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod) = 25 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod) = 88 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod) = 25 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod) = 88 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod) = 88 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod) = 88 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod) = 88 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod) = 97 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod) = 97 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod) = 97 +SIZE (go_modules/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.zip) = 46076 +SIZE (go_modules/golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod) = 27 +SIZE (go_modules/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod) = 222 +SIZE (go_modules/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.zip) = 1415491 +SIZE (go_modules/golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod) = 97 +SIZE (go_modules/golang.org/x/mod/@v/v0.1.0.mod) = 97 +SIZE (go_modules/golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod) = 159 +SIZE (go_modules/golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod) = 159 +SIZE (go_modules/golang.org/x/mod/@v/v0.2.0.mod) = 214 +SIZE (go_modules/golang.org/x/mod/@v/v0.3.0.mod) = 214 +SIZE (go_modules/golang.org/x/mod/@v/v0.3.0.zip) = 128895 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20180811021610-c39426892332.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod) = 24 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod) = 119 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 119 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod) = 119 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod) = 119 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod) = 172 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20191009170851-d66e71096ffb.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200520182314-0ba52f642ac2.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200625001655-4c5254603344.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod) = 181 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20210119194325-5f4716e94777.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20210326060303-6b1517762897.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20210405180319-a5a99cb37ef4.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220127200216-cd36cc0744dd.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220822230855-b0a4917ee28c.mod) = 179 +SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220822230855-b0a4917ee28c.zip) = 1578274 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod) = 27 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod) = 233 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod) = 233 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod) = 233 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod) = 233 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod) = 167 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.mod) = 167 +SIZE (go_modules/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.zip) = 140232 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20200317015054-43a5402ce75a.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20200625203802-6e8e738ad208.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20201207232520-09787c993a3a.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.mod) = 25 +SIZE (go_modules/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.zip) = 29696 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod) = 24 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod) = 24 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod) = 24 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190422165155-953cdadca894.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20191001151750-bb3f8db39f24.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20191008105621-543471e840be.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20191228213918-04cbcbbfeed8.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200212091648-12a6c2dcc1e4.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200331124033-c3d80250170d.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200523222454-059865788121.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210320140829-1e4c9ba3b0c4.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210324051608-47abb6519492.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210502180810-71e4cd670f79.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210510120138-977fb7262007.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210603081109-ebe580a85c40.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20210927094055-39ccf1dd6fa6.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220503163025-988cb79eb6c6.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220520151302-bc2c85ada10a.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220728004956-3c1f35247d10.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220823224334-20c2bfdbfe24.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220823224334-20c2bfdbfe24.zip) = 1818954 +SIZE (go_modules/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod) = 95 +SIZE (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod) = 95 +SIZE (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.zip) = 21653 +SIZE (go_modules/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod) = 25 +SIZE (go_modules/golang.org/x/text/@v/v0.3.0.mod) = 25 +SIZE (go_modules/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod) = 25 +SIZE (go_modules/golang.org/x/text/@v/v0.3.2.mod) = 88 +SIZE (go_modules/golang.org/x/text/@v/v0.3.3.mod) = 97 +SIZE (go_modules/golang.org/x/text/@v/v0.3.5.mod) = 97 +SIZE (go_modules/golang.org/x/text/@v/v0.3.6.mod) = 97 +SIZE (go_modules/golang.org/x/text/@v/v0.3.7.mod) = 97 +SIZE (go_modules/golang.org/x/text/@v/v0.3.7.zip) = 8610883 +SIZE (go_modules/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod) = 25 +SIZE (go_modules/golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod) = 25 +SIZE (go_modules/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod) = 25 +SIZE (go_modules/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.zip) = 11971 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod) = 26 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod) = 194 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod) = 87 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190312151545-0bb0c0a6e846.mod) = 87 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod) = 87 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod) = 146 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod) = 146 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod) = 146 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod) = 155 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod) = 155 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod) = 155 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod) = 212 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191216173652-a0e659d51361.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20191227053925-7b8e75db28f4.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200117161641-43d50277825c.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200122220014-bf1340f18c4a.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200130002326-2f3ba24bd6e7.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200204074204-1cc6d1ef6c74.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200207183749-b753a1ba74fa.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200212150539-ea181f53ac56.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200224181240-023911ca70b2.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200227222343-706bc42d1f0d.mod) = 267 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod) = 237 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod) = 237 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200713011307-fd294ab11aed.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod) = 271 +SIZE (go_modules/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.zip) = 3290447 +SIZE (go_modules/golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod) = 37 +SIZE (go_modules/golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod) = 37 +SIZE (go_modules/golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod) = 37 +SIZE (go_modules/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod) = 37 +SIZE (go_modules/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.zip) = 22295 +SIZE (go_modules/google.golang.org/api/@v/v0.13.0.mod) = 851 +SIZE (go_modules/google.golang.org/api/@v/v0.14.0.mod) = 851 +SIZE (go_modules/google.golang.org/api/@v/v0.15.0.mod) = 851 +SIZE (go_modules/google.golang.org/api/@v/v0.17.0.mod) = 804 +SIZE (go_modules/google.golang.org/api/@v/v0.18.0.mod) = 804 +SIZE (go_modules/google.golang.org/api/@v/v0.19.0.mod) = 804 +SIZE (go_modules/google.golang.org/api/@v/v0.20.0.mod) = 804 +SIZE (go_modules/google.golang.org/api/@v/v0.22.0.mod) = 804 +SIZE (go_modules/google.golang.org/api/@v/v0.24.0.mod) = 618 +SIZE (go_modules/google.golang.org/api/@v/v0.28.0.mod) = 618 +SIZE (go_modules/google.golang.org/api/@v/v0.29.0.mod) = 582 +SIZE (go_modules/google.golang.org/api/@v/v0.30.0.mod) = 582 +SIZE (go_modules/google.golang.org/api/@v/v0.30.0.zip) = 16883639 +SIZE (go_modules/google.golang.org/api/@v/v0.4.0.mod) = 506 +SIZE (go_modules/google.golang.org/api/@v/v0.7.0.mod) = 802 +SIZE (go_modules/google.golang.org/api/@v/v0.8.0.mod) = 850 +SIZE (go_modules/google.golang.org/api/@v/v0.9.0.mod) = 850 +SIZE (go_modules/google.golang.org/appengine/@v/v1.1.0.mod) = 35 +SIZE (go_modules/google.golang.org/appengine/@v/v1.4.0.mod) = 162 +SIZE (go_modules/google.golang.org/appengine/@v/v1.5.0.mod) = 162 +SIZE (go_modules/google.golang.org/appengine/@v/v1.6.1.mod) = 362 +SIZE (go_modules/google.golang.org/appengine/@v/v1.6.5.mod) = 171 +SIZE (go_modules/google.golang.org/appengine/@v/v1.6.6.mod) = 171 +SIZE (go_modules/google.golang.org/appengine/@v/v1.6.7.mod) = 171 +SIZE (go_modules/google.golang.org/appengine/@v/v1.6.7.zip) = 417823 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod) = 34 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod) = 450 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod) = 450 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod) = 450 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod) = 450 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod) = 331 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod) = 331 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod) = 339 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20191115194625-c23dd37a84c9.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20191216164720-4f79533eabd1.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20191230161307-f3c370f40bfb.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200115191322-ca5a22157cba.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200122232147-0452cf42e150.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200204135345-fa8e72b47b90.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200212174721-66ed5ce911ce.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200224152610-e50cd9704f63.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a383.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod) = 287 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod) = 323 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod) = 353 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod) = 323 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200711021454-869866162049.mod) = 268 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod) = 268 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod) = 268 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod) = 268 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20220822174746-9e6da59bd2fc.mod) = 340 +SIZE (go_modules/google.golang.org/genproto/@v/v0.0.0-20220822174746-9e6da59bd2fc.zip) = 16975180 +SIZE (go_modules/google.golang.org/grpc/@v/v1.19.0.mod) = 833 +SIZE (go_modules/google.golang.org/grpc/@v/v1.20.1.mod) = 795 +SIZE (go_modules/google.golang.org/grpc/@v/v1.21.1.mod) = 828 +SIZE (go_modules/google.golang.org/grpc/@v/v1.23.0.mod) = 762 +SIZE (go_modules/google.golang.org/grpc/@v/v1.25.1.mod) = 532 +SIZE (go_modules/google.golang.org/grpc/@v/v1.26.0.mod) = 562 +SIZE (go_modules/google.golang.org/grpc/@v/v1.27.0.mod) = 562 +SIZE (go_modules/google.golang.org/grpc/@v/v1.27.1.mod) = 562 +SIZE (go_modules/google.golang.org/grpc/@v/v1.28.0.mod) = 532 +SIZE (go_modules/google.golang.org/grpc/@v/v1.29.1.mod) = 542 +SIZE (go_modules/google.golang.org/grpc/@v/v1.30.0.mod) = 511 +SIZE (go_modules/google.golang.org/grpc/@v/v1.31.0.mod) = 511 +SIZE (go_modules/google.golang.org/grpc/@v/v1.48.0.mod) = 705 +SIZE (go_modules/google.golang.org/grpc/@v/v1.49.0.mod) = 1047 +SIZE (go_modules/google.golang.org/grpc/@v/v1.49.0.zip) = 1865263 +SIZE (go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.2.0.mod) = 105 +SIZE (go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc/@v/v1.2.0.zip) = 10995 +SIZE (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod) = 83 +SIZE (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod) = 128 +SIZE (go_modules/google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod) = 158 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod) = 128 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.21.0.mod) = 158 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.22.0.mod) = 123 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.23.0.mod) = 123 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod) = 123 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.24.0.mod) = 186 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.25.0.mod) = 186 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.26.0-rc.1.mod) = 83 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.26.0.mod) = 123 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.27.1.mod) = 123 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.28.1.mod) = 124 +SIZE (go_modules/google.golang.org/protobuf/@v/v1.28.1.zip) = 1574540 +SIZE (go_modules/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod) = 38 +SIZE (go_modules/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.zip) = 59626 +SIZE (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = 25 +SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod) = 25 +SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod) = 25 +SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod) = 25 +SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.mod) = 71 +SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.zip) = 42835 +SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 133 +SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = 15087 +SIZE (go_modules/gopkg.in/warnings.v0/@v/v0.1.2.mod) = 28 +SIZE (go_modules/gopkg.in/warnings.v0/@v/v0.1.2.zip) = 4950 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.2.1.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.2.2.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.2.4.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.2.5.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.3.0.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.4.0.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v2/@v/v2.4.0.zip) = 81183 +SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.mod) = 95 +SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.1.zip) = 104623 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod) = 26 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod) = 26 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod) = 26 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod) = 26 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod) = 300 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod) = 300 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod) = 300 +SIZE (go_modules/honnef.co/go/tools/@v/v0.0.1-2020.1.4.zip) = 561290 +SIZE (go_modules/rsc.io/binaryregexp/@v/v0.2.0.mod) = 36 +SIZE (go_modules/rsc.io/binaryregexp/@v/v0.2.0.zip) = 450232 +SIZE (go_modules/rsc.io/quote/v3/@v/v3.1.0.mod) = 55 +SIZE (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 2223 +SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 88 +SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308 +SIZE (terraform-provider-hcloud-v1.35.2.zip) = 300663 diff --git a/net/terraform-provider-hcloud/modules.inc b/net/terraform-provider-hcloud/modules.inc new file mode 100644 index 0000000..bb4445b --- /dev/null +++ b/net/terraform-provider-hcloud/modules.inc @@ -0,0 +1,631 @@ +MODGO_MODULES = \ + cloud.google.com/go v0.65.0 \ + cloud.google.com/go/bigquery v1.8.0 \ + cloud.google.com/go/datastore v1.1.0 \ + cloud.google.com/go/pubsub v1.3.1 \ + cloud.google.com/go/storage v1.10.0 \ + dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 \ + github.com/!burnt!sushi/toml v0.3.1 \ + github.com/!burnt!sushi/xgb v0.0.0-20160522181843-27f122750802 \ + github.com/!microsoft/go-winio v0.4.16 \ + github.com/!proton!mail/go-crypto v0.0.0-20210428141323-04723f9f07d7 \ + github.com/acomagu/bufpipe v1.0.3 \ + github.com/agext/levenshtein v1.2.3 \ + github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 \ + github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d \ + github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 \ + github.com/apparentlymart/go-cidr v1.1.0 \ + github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 \ + github.com/apparentlymart/go-textseg v1.0.0 \ + github.com/apparentlymart/go-textseg/v12 v12.0.0 \ + github.com/apparentlymart/go-textseg/v13 v13.0.0 \ + github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 \ + github.com/beorn7/perks v1.0.1 \ + github.com/census-instrumentation/opencensus-proto v0.2.1 \ + github.com/cespare/xxhash/v2 v2.1.2 \ + github.com/chzyer/logex v1.1.10 \ + github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e \ + github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 \ + github.com/client9/misspell v0.3.4 \ + github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 \ + github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 \ + github.com/creack/pty v1.1.9 \ + github.com/davecgh/go-spew v1.1.1 \ + github.com/emirpasic/gods v1.12.0 \ + github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 \ + github.com/envoyproxy/protoc-gen-validate v0.1.0 \ + github.com/fatih/color v1.13.0 \ + github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 \ + github.com/gliderlabs/ssh v0.2.2 \ + github.com/go-git/gcfg v1.5.0 \ + github.com/go-git/go-billy/v5 v5.3.1 \ + github.com/go-git/go-git-fixtures/v4 v4.2.1 \ + github.com/go-git/go-git/v5 v5.4.2 \ + github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 \ + github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 \ + github.com/go-kit/kit v0.9.0 \ + github.com/go-kit/log v0.2.0 \ + github.com/go-logfmt/logfmt v0.5.1 \ + github.com/go-stack/stack v1.8.0 \ + github.com/go-test/deep v1.0.3 \ + github.com/gogo/protobuf v1.1.1 \ + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b \ + github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e \ + github.com/golang/mock v1.4.4 \ + github.com/golang/protobuf v1.5.2 \ + github.com/google/btree v1.0.0 \ + github.com/google/go-cmp v0.5.8 \ + github.com/google/gofuzz v1.0.0 \ + github.com/google/martian v2.1.0+incompatible \ + github.com/google/martian/v3 v3.0.0 \ + github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99 \ + github.com/google/renameio v0.1.0 \ + github.com/google/uuid v1.1.2 \ + github.com/googleapis/gax-go/v2 v2.0.5 \ + github.com/hashicorp/errwrap v1.1.0 \ + github.com/hashicorp/go-checkpoint v0.5.0 \ + github.com/hashicorp/go-cleanhttp v0.5.2 \ + github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 \ + github.com/hashicorp/go-hclog v1.2.2 \ + github.com/hashicorp/go-multierror v1.1.1 \ + github.com/hashicorp/go-plugin v1.4.5 \ + github.com/hashicorp/go-uuid v1.0.3 \ + github.com/hashicorp/go-version v1.6.0 \ + github.com/hashicorp/golang-lru v0.5.1 \ + github.com/hashicorp/hc-install v0.4.0 \ + github.com/hashicorp/hcl/v2 v2.13.0 \ + github.com/hashicorp/logutils v1.0.0 \ + github.com/hashicorp/terraform-exec v0.17.2 \ + github.com/hashicorp/terraform-json v0.14.0 \ + github.com/hashicorp/terraform-plugin-go v0.14.0 \ + github.com/hashicorp/terraform-plugin-log v0.7.0 \ + github.com/hashicorp/terraform-plugin-sdk/v2 v2.21.0 \ + github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c \ + github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 \ + github.com/hashicorp/yamux v0.1.1 \ + github.com/hetznercloud/hcloud-go v1.35.2 \ + github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 \ + github.com/imdario/mergo v0.3.12 \ + github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 \ + github.com/jessevdk/go-flags v1.5.0 \ + github.com/jhump/protoreflect v1.6.0 \ + github.com/jpillora/backoff v1.0.0 \ + github.com/json-iterator/go v1.1.12 \ + github.com/jstemmer/go-junit-report v0.9.1 \ + github.com/julienschmidt/httprouter v1.3.0 \ + github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 \ + github.com/kisielk/gotool v1.0.0 \ + github.com/konsorten/go-windows-terminal-sequences v1.0.3 \ + github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 \ + github.com/kr/pretty v0.2.1 \ + github.com/kr/pty v1.1.1 \ + github.com/kr/text v0.2.0 \ + github.com/kylelemons/godebug v1.1.0 \ + github.com/matryer/is v1.2.0 \ + github.com/mattn/go-colorable v0.1.13 \ + github.com/mattn/go-isatty v0.0.16 \ + github.com/matttproud/golang_protobuf_extensions v1.0.1 \ + github.com/mitchellh/copystructure v1.2.0 \ + github.com/mitchellh/go-homedir v1.1.0 \ + github.com/mitchellh/go-testing-interface v1.14.1 \ + github.com/mitchellh/go-wordwrap v1.0.1 \ + github.com/mitchellh/mapstructure v1.5.0 \ + github.com/mitchellh/reflectwalk v1.0.2 \ + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd \ + github.com/modern-go/reflect2 v1.0.2 \ + github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f \ + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e \ + github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce \ + github.com/oklog/run v1.1.0 \ + github.com/pkg/errors v0.9.1 \ + github.com/pmezard/go-difflib v1.0.0 \ + github.com/prometheus/client_golang v1.13.0 \ + github.com/prometheus/client_model v0.2.0 \ + github.com/prometheus/common v0.37.0 \ + github.com/prometheus/procfs v0.8.0 \ + github.com/rogpeppe/go-internal v1.3.0 \ + github.com/sebdah/goldie v1.0.0 \ + github.com/sergi/go-diff v1.2.0 \ + github.com/sirupsen/logrus v1.6.0 \ + github.com/spf13/pflag v1.0.2 \ + github.com/stretchr/objx v0.4.0 \ + github.com/stretchr/testify v1.8.0 \ + github.com/vmihailenco/msgpack v4.0.4+incompatible \ + github.com/vmihailenco/msgpack/v4 v4.3.12 \ + github.com/vmihailenco/tagparser v0.1.2 \ + github.com/xanzy/ssh-agent v0.3.0 \ + github.com/yuin/goldmark v1.1.32 \ + github.com/zclconf/go-cty v1.11.0 \ + github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b \ + go.opencensus.io v0.22.4 \ + golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 \ + golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 \ + golang.org/x/image v0.0.0-20190802002840-cff245a6509b \ + golang.org/x/lint v0.0.0-20200302205851-738671d3881b \ + golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 \ + golang.org/x/mod v0.3.0 \ + golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c \ + golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b \ + golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f \ + golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 \ + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \ + golang.org/x/text v0.3.7 \ + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 \ + golang.org/x/tools v0.0.0-20200825202427-b303f430e36d \ + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 \ + google.golang.org/api v0.30.0 \ + google.golang.org/appengine v1.6.7 \ + google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc \ + google.golang.org/grpc v1.49.0 \ + google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 \ + google.golang.org/protobuf v1.28.1 \ + gopkg.in/alecthomas/kingpin.v2 v2.2.6 \ + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c \ + gopkg.in/errgo.v2 v2.1.0 \ + gopkg.in/warnings.v0 v0.1.2 \ + gopkg.in/yaml.v2 v2.4.0 \ + gopkg.in/yaml.v3 v3.0.1 \ + honnef.co/go/tools v0.0.1-2020.1.4 \ + rsc.io/binaryregexp v0.2.0 \ + rsc.io/quote/v3 v3.1.0 \ + rsc.io/sampler v1.3.0 +MODGO_MODFILES = \ + cloud.google.com/go v0.26.0 \ + cloud.google.com/go v0.34.0 \ + cloud.google.com/go v0.38.0 \ + cloud.google.com/go v0.44.1 \ + cloud.google.com/go v0.44.2 \ + cloud.google.com/go v0.45.1 \ + cloud.google.com/go v0.46.3 \ + cloud.google.com/go v0.50.0 \ + cloud.google.com/go v0.52.0 \ + cloud.google.com/go v0.53.0 \ + cloud.google.com/go v0.54.0 \ + cloud.google.com/go v0.56.0 \ + cloud.google.com/go v0.57.0 \ + cloud.google.com/go v0.62.0 \ + cloud.google.com/go/bigquery v1.0.1 \ + cloud.google.com/go/bigquery v1.3.0 \ + cloud.google.com/go/bigquery v1.4.0 \ + cloud.google.com/go/bigquery v1.5.0 \ + cloud.google.com/go/bigquery v1.7.0 \ + cloud.google.com/go/datastore v1.0.0 \ + cloud.google.com/go/pubsub v1.0.1 \ + cloud.google.com/go/pubsub v1.1.0 \ + cloud.google.com/go/pubsub v1.2.0 \ + cloud.google.com/go/storage v1.0.0 \ + cloud.google.com/go/storage v1.5.0 \ + cloud.google.com/go/storage v1.6.0 \ + cloud.google.com/go/storage v1.8.0 \ + github.com/!microsoft/go-winio v0.4.14 \ + github.com/agext/levenshtein v1.2.1 \ + github.com/agext/levenshtein v1.2.2 \ + github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc \ + github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf \ + github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 \ + github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3 \ + github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 \ + github.com/beorn7/perks v1.0.0 \ + github.com/cespare/xxhash/v2 v2.1.1 \ + github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f \ + github.com/davecgh/go-spew v1.1.0 \ + github.com/envoyproxy/go-control-plane v0.9.0 \ + github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 \ + github.com/envoyproxy/go-control-plane v0.9.4 \ + github.com/fatih/color v1.7.0 \ + github.com/go-git/go-billy/v5 v5.2.0 \ + github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 \ + github.com/go-kit/kit v0.8.0 \ + github.com/go-kit/log v0.1.0 \ + github.com/go-logfmt/logfmt v0.3.0 \ + github.com/go-logfmt/logfmt v0.4.0 \ + github.com/go-logfmt/logfmt v0.5.0 \ + github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 \ + github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 \ + github.com/golang/mock v1.1.1 \ + github.com/golang/mock v1.2.0 \ + github.com/golang/mock v1.3.1 \ + github.com/golang/mock v1.4.0 \ + github.com/golang/mock v1.4.1 \ + github.com/golang/mock v1.4.3 \ + github.com/golang/protobuf v1.1.0 \ + github.com/golang/protobuf v1.2.0 \ + github.com/golang/protobuf v1.3.1 \ + github.com/golang/protobuf v1.3.2 \ + github.com/golang/protobuf v1.3.3 \ + github.com/golang/protobuf v1.3.4 \ + github.com/golang/protobuf v1.3.5 \ + github.com/golang/protobuf v1.4.0 \ + github.com/golang/protobuf v1.4.0-rc.1 \ + github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208 \ + github.com/golang/protobuf v1.4.0-rc.2 \ + github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0 \ + github.com/golang/protobuf v1.4.1 \ + github.com/golang/protobuf v1.4.2 \ + github.com/golang/protobuf v1.4.3 \ + github.com/golang/protobuf v1.5.0 \ + github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c \ + github.com/google/go-cmp v0.2.0 \ + github.com/google/go-cmp v0.3.0 \ + github.com/google/go-cmp v0.3.1 \ + github.com/google/go-cmp v0.4.0 \ + github.com/google/go-cmp v0.4.1 \ + github.com/google/go-cmp v0.5.0 \ + github.com/google/go-cmp v0.5.1 \ + github.com/google/go-cmp v0.5.4 \ + github.com/google/go-cmp v0.5.5 \ + github.com/google/go-cmp v0.5.6 \ + github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 \ + github.com/google/pprof v0.0.0-20190515194954-54271f7e092f \ + github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc \ + github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12 \ + github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 \ + github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d \ + github.com/googleapis/gax-go/v2 v2.0.4 \ + github.com/hashicorp/errwrap v1.0.0 \ + github.com/hashicorp/go-cleanhttp v0.5.0 \ + github.com/hashicorp/go-cleanhttp v0.5.1 \ + github.com/hashicorp/go-hclog v0.14.1 \ + github.com/hashicorp/go-hclog v1.2.1 \ + github.com/hashicorp/go-plugin v1.4.4 \ + github.com/hashicorp/go-uuid v1.0.0 \ + github.com/hashicorp/go-version v1.2.0 \ + github.com/hashicorp/go-version v1.5.0 \ + github.com/hashicorp/golang-lru v0.5.0 \ + github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb \ + github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d \ + github.com/json-iterator/go v1.1.10 \ + github.com/json-iterator/go v1.1.11 \ + github.com/json-iterator/go v1.1.6 \ + github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 \ + github.com/julienschmidt/httprouter v1.2.0 \ + github.com/konsorten/go-windows-terminal-sequences v1.0.1 \ + github.com/kr/pretty v0.1.0 \ + github.com/kr/text v0.1.0 \ + github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 \ + github.com/mattn/go-colorable v0.1.12 \ + github.com/mattn/go-colorable v0.1.4 \ + github.com/mattn/go-colorable v0.1.9 \ + github.com/mattn/go-isatty v0.0.10 \ + github.com/mattn/go-isatty v0.0.12 \ + github.com/mattn/go-isatty v0.0.14 \ + github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 \ + github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 \ + github.com/mitchellh/go-wordwrap v1.0.0 \ + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 \ + github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 \ + github.com/modern-go/reflect2 v1.0.1 \ + github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 \ + github.com/oklog/run v1.0.0 \ + github.com/pkg/errors v0.8.0 \ + github.com/pkg/errors v0.8.1 \ + github.com/prometheus/client_golang v0.9.1 \ + github.com/prometheus/client_golang v1.0.0 \ + github.com/prometheus/client_golang v1.11.0 \ + github.com/prometheus/client_golang v1.12.1 \ + github.com/prometheus/client_golang v1.7.1 \ + github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 \ + github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 \ + github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 \ + github.com/prometheus/common v0.10.0 \ + github.com/prometheus/common v0.26.0 \ + github.com/prometheus/common v0.32.1 \ + github.com/prometheus/common v0.4.1 \ + github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d \ + github.com/prometheus/procfs v0.0.2 \ + github.com/prometheus/procfs v0.1.3 \ + github.com/prometheus/procfs v0.6.0 \ + github.com/prometheus/procfs v0.7.3 \ + github.com/sergi/go-diff v1.0.0 \ + github.com/sergi/go-diff v1.1.0 \ + github.com/sirupsen/logrus v1.2.0 \ + github.com/sirupsen/logrus v1.4.1 \ + github.com/sirupsen/logrus v1.4.2 \ + github.com/stretchr/objx v0.1.0 \ + github.com/stretchr/objx v0.1.1 \ + github.com/stretchr/testify v1.2.2 \ + github.com/stretchr/testify v1.3.0 \ + github.com/stretchr/testify v1.4.0 \ + github.com/stretchr/testify v1.7.0 \ + github.com/stretchr/testify v1.7.1 \ + github.com/stretchr/testify v1.7.2 \ + github.com/vmihailenco/msgpack v3.3.3+incompatible \ + github.com/vmihailenco/tagparser v0.1.1 \ + github.com/yuin/goldmark v1.1.25 \ + github.com/yuin/goldmark v1.1.27 \ + github.com/zclconf/go-cty v1.1.0 \ + github.com/zclconf/go-cty v1.10.0 \ + github.com/zclconf/go-cty v1.2.0 \ + github.com/zclconf/go-cty v1.8.0 \ + go.opencensus.io v0.21.0 \ + go.opencensus.io v0.22.0 \ + go.opencensus.io v0.22.2 \ + go.opencensus.io v0.22.3 \ + golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 \ + golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 \ + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 \ + golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 \ + golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 \ + golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 \ + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 \ + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 \ + golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b \ + golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e \ + golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 \ + golang.org/x/exp v0.0.0-20190121172915-509febef88a4 \ + golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 \ + golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 \ + golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 \ + golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 \ + golang.org/x/exp v0.0.0-20191129062945-2f5052295587 \ + golang.org/x/exp v0.0.0-20191227195350-da58074b4299 \ + golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a \ + golang.org/x/exp v0.0.0-20200207192155-f17229e696bd \ + golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 \ + golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 \ + golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 \ + golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f \ + golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 \ + golang.org/x/lint v0.0.0-20190409202823-959b441ac422 \ + golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac \ + golang.org/x/lint v0.0.0-20190930215403-16217165b5de \ + golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f \ + golang.org/x/lint v0.0.0-20200130185559-910be7a94367 \ + golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6 \ + golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e \ + golang.org/x/mod v0.1.0 \ + golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee \ + golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b \ + golang.org/x/mod v0.2.0 \ + golang.org/x/net v0.0.0-20180724234803-3673e40ba225 \ + golang.org/x/net v0.0.0-20180811021610-c39426892332 \ + golang.org/x/net v0.0.0-20180826012351-8a410e7b638d \ + golang.org/x/net v0.0.0-20181114220301-adae6a3d119a \ + golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e \ + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd \ + golang.org/x/net v0.0.0-20190311183353-d8887717615a \ + golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 \ + golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 \ + golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c \ + golang.org/x/net v0.0.0-20190603091049-60506f45cf65 \ + golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 \ + golang.org/x/net v0.0.0-20190620200207-3b0461eec859 \ + golang.org/x/net v0.0.0-20190628185345-da137c7871d7 \ + golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 \ + golang.org/x/net v0.0.0-20191009170851-d66e71096ffb \ + golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 \ + golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa \ + golang.org/x/net v0.0.0-20200202094626-16171245cfb2 \ + golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 \ + golang.org/x/net v0.0.0-20200226121028-0de0cce0169b \ + golang.org/x/net v0.0.0-20200301022130-244492dfa37a \ + golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e \ + golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 \ + golang.org/x/net v0.0.0-20200506145744-7e3656a0809f \ + golang.org/x/net v0.0.0-20200513185701-a91f0712d120 \ + golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 \ + golang.org/x/net v0.0.0-20200625001655-4c5254603344 \ + golang.org/x/net v0.0.0-20200707034311-ab3426394381 \ + golang.org/x/net v0.0.0-20200822124328-c89045814202 \ + golang.org/x/net v0.0.0-20201021035429-f5854403a974 \ + golang.org/x/net v0.0.0-20210119194325-5f4716e94777 \ + golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \ + golang.org/x/net v0.0.0-20210326060303-6b1517762897 \ + golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 \ + golang.org/x/net v0.0.0-20210525063256-abc453219eb5 \ + golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 \ + golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd \ + golang.org/x/net v0.0.0-20220225172249-27dd8689420f \ + golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be \ + golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 \ + golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 \ + golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 \ + golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d \ + golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c \ + golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f \ + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f \ + golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 \ + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 \ + golang.org/x/sync v0.0.0-20190423024810-112230192c58 \ + golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e \ + golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a \ + golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 \ + golang.org/x/sync v0.0.0-20201207232520-09787c993a3a \ + golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 \ + golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 \ + golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 \ + golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a \ + golang.org/x/sys v0.0.0-20190312061237-fead79001313 \ + golang.org/x/sys v0.0.0-20190412213103-97732733099d \ + golang.org/x/sys v0.0.0-20190422165155-953cdadca894 \ + golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd \ + golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b \ + golang.org/x/sys v0.0.0-20190606165138-5da285871e9c \ + golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 \ + golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e \ + golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 \ + golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 \ + golang.org/x/sys v0.0.0-20191008105621-543471e840be \ + golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e \ + golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 \ + golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e \ + golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 \ + golang.org/x/sys v0.0.0-20200116001909-b77594299b42 \ + golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 \ + golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 \ + golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 \ + golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae \ + golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 \ + golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd \ + golang.org/x/sys v0.0.0-20200331124033-c3d80250170d \ + golang.org/x/sys v0.0.0-20200501052902-10377860bb8e \ + golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 \ + golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 \ + golang.org/x/sys v0.0.0-20200523222454-059865788121 \ + golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 \ + golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae \ + golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 \ + golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 \ + golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 \ + golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c \ + golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 \ + golang.org/x/sys v0.0.0-20210324051608-47abb6519492 \ + golang.org/x/sys v0.0.0-20210423082822-04245dca01da \ + golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 \ + golang.org/x/sys v0.0.0-20210510120138-977fb7262007 \ + golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 \ + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \ + golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c \ + golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 \ + golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e \ + golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 \ + golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 \ + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a \ + golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 \ + golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab \ + golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \ + golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c \ + golang.org/x/text v0.3.0 \ + golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 \ + golang.org/x/text v0.3.2 \ + golang.org/x/text v0.3.3 \ + golang.org/x/text v0.3.5 \ + golang.org/x/text v0.3.6 \ + golang.org/x/time v0.0.0-20181108054448-85acf8d2951c \ + golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 \ + golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e \ + golang.org/x/tools v0.0.0-20190114222345-bf090417da8b \ + golang.org/x/tools v0.0.0-20190226205152-f727befe758c \ + golang.org/x/tools v0.0.0-20190311212946-11955173bddd \ + golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846 \ + golang.org/x/tools v0.0.0-20190312170243-e65039ee4138 \ + golang.org/x/tools v0.0.0-20190425150028-36563e24a262 \ + golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c \ + golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 \ + golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b \ + golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac \ + golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0 \ + golang.org/x/tools v0.0.0-20190816200558-6889da9d5479 \ + golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff \ + golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a \ + golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7 \ + golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2 \ + golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e \ + golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f \ + golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d \ + golang.org/x/tools v0.0.0-20191216173652-a0e659d51361 \ + golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4 \ + golang.org/x/tools v0.0.0-20200117161641-43d50277825c \ + golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a \ + golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7 \ + golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74 \ + golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa \ + golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56 \ + golang.org/x/tools v0.0.0-20200224181240-023911ca70b2 \ + golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d \ + golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb \ + golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d \ + golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4 \ + golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d \ + golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88 \ + golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d \ + golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2 \ + golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed \ + golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7 \ + golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d \ + golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 \ + golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 \ + golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 \ + google.golang.org/api v0.13.0 \ + google.golang.org/api v0.14.0 \ + google.golang.org/api v0.15.0 \ + google.golang.org/api v0.17.0 \ + google.golang.org/api v0.18.0 \ + google.golang.org/api v0.19.0 \ + google.golang.org/api v0.20.0 \ + google.golang.org/api v0.22.0 \ + google.golang.org/api v0.24.0 \ + google.golang.org/api v0.28.0 \ + google.golang.org/api v0.29.0 \ + google.golang.org/api v0.4.0 \ + google.golang.org/api v0.7.0 \ + google.golang.org/api v0.8.0 \ + google.golang.org/api v0.9.0 \ + google.golang.org/appengine v1.1.0 \ + google.golang.org/appengine v1.4.0 \ + google.golang.org/appengine v1.5.0 \ + google.golang.org/appengine v1.6.1 \ + google.golang.org/appengine v1.6.5 \ + google.golang.org/appengine v1.6.6 \ + google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 \ + google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 \ + google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7 \ + google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb \ + google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 \ + google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 \ + google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 \ + google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 \ + google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a \ + google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9 \ + google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1 \ + google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb \ + google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba \ + google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150 \ + google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 \ + google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce \ + google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 \ + google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383 \ + google.golang.org/genproto v0.0.0-20200305110556-506484158171 \ + google.golang.org/genproto v0.0.0-20200312145019-da6875a35672 \ + google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940 \ + google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84 \ + google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380 \ + google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587 \ + google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 \ + google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790 \ + google.golang.org/genproto v0.0.0-20200711021454-869866162049 \ + google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f \ + google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c \ + google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 \ + google.golang.org/grpc v1.19.0 \ + google.golang.org/grpc v1.20.1 \ + google.golang.org/grpc v1.21.1 \ + google.golang.org/grpc v1.23.0 \ + google.golang.org/grpc v1.25.1 \ + google.golang.org/grpc v1.26.0 \ + google.golang.org/grpc v1.27.0 \ + google.golang.org/grpc v1.27.1 \ + google.golang.org/grpc v1.28.0 \ + google.golang.org/grpc v1.29.1 \ + google.golang.org/grpc v1.30.0 \ + google.golang.org/grpc v1.31.0 \ + google.golang.org/grpc v1.48.0 \ + google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd \ + google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64 \ + google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60 \ + google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967 \ + google.golang.org/protobuf v1.21.0 \ + google.golang.org/protobuf v1.22.0 \ + google.golang.org/protobuf v1.23.0 \ + google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc \ + google.golang.org/protobuf v1.24.0 \ + google.golang.org/protobuf v1.25.0 \ + google.golang.org/protobuf v1.26.0 \ + google.golang.org/protobuf v1.26.0-rc.1 \ + google.golang.org/protobuf v1.27.1 \ + gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \ + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \ + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 \ + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f \ + gopkg.in/yaml.v2 v2.2.1 \ + gopkg.in/yaml.v2 v2.2.2 \ + gopkg.in/yaml.v2 v2.2.4 \ + gopkg.in/yaml.v2 v2.2.5 \ + gopkg.in/yaml.v2 v2.3.0 \ + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c \ + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 \ + honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a \ + honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a \ + honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc \ + honnef.co/go/tools v0.0.1-2019.2.3 \ + honnef.co/go/tools v0.0.1-2020.1.3 diff --git a/net/terraform-provider-hcloud/pkg/DESCR b/net/terraform-provider-hcloud/pkg/DESCR new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/net/terraform-provider-hcloud/pkg/DESCR @@ -0,0 +1 @@ +TODO diff --git a/net/terraform-provider-hcloud/pkg/PLIST b/net/terraform-provider-hcloud/pkg/PLIST new file mode 100644 index 0000000..13a22c7 --- /dev/null +++ b/net/terraform-provider-hcloud/pkg/PLIST @@ -0,0 +1,9 @@ +@bin bin/terraform-provider-hcloud +share/terraform/ +share/terraform/plugins/ +share/terraform/plugins/local/ +share/terraform/plugins/local/hetznercloud/ +share/terraform/plugins/local/hetznercloud/hcloud/ +share/terraform/plugins/local/hetznercloud/hcloud/1.35.2/ +share/terraform/plugins/local/hetznercloud/hcloud/1.35.2/openbsd_amd64/ +@bin share/terraform/plugins/local/hetznercloud/hcloud/1.35.2/openbsd_amd64/terraform-provider-hcloud_v1.35.2 diff --git a/net/terraform-provider-hcloud/pkg/PLIST.orig b/net/terraform-provider-hcloud/pkg/PLIST.orig new file mode 100644 index 0000000..a13fd71 --- /dev/null +++ b/net/terraform-provider-hcloud/pkg/PLIST.orig @@ -0,0 +1,4 @@ +@bin bin/terraform-provider-hcloud +share/terraform/ +share/terraform/plugins/ +@bin share/terraform/plugins/terraform-provider-hcloud diff --git a/net/websocat/Makefile b/net/websocat/Makefile new file mode 100644 index 0000000..be40e4e --- /dev/null +++ b/net/websocat/Makefile @@ -0,0 +1,188 @@ +# $OpenBSD: Makefile,v 1.10 2020/10/28 18:34:34 sthen Exp $ + +#FIX_EXTRACT_PERMISSIONS = Yes + +COMMENT = Command-line client for WebSockets, like netcat ws:// + +GH_ACCOUNT = vi +GH_PROJECT = websocat +GH_TAGNAME = v1.6.0 + +CATEGORIES = net + +MAINTAINER = Stefan Hagen + +# BSD +PERMIT_PACKAGE = Yes + +MODULES = devel/cargo +BUILD_DEPENDS = lang/rust>=1.34 + +#SEPARATE_BUILD = Yes +NO_TEST = Yes + +CONFIGURE_STYLE = cargo + +DISTFILES += ${DISTNAME}${EXTRACT_SUFX} + +MODCARGO_CRATES += anymap 0.12.1 +MODCARGO_CRATES += arc-swap 0.4.3 +MODCARGO_CRATES += autocfg 0.1.7 +MODCARGO_CRATES += base64 0.9.3 +MODCARGO_CRATES += base64 0.10.1 +MODCARGO_CRATES += bitflags 1.2.1 +MODCARGO_CRATES += block-buffer 0.7.3 +MODCARGO_CRATES += block-padding 0.1.5 +MODCARGO_CRATES += byte-tools 0.3.1 +MODCARGO_CRATES += byteorder 1.3.2 +MODCARGO_CRATES += bytes 0.4.12 +MODCARGO_CRATES += c2-chacha 0.2.3 +MODCARGO_CRATES += cc 1.0.41 +MODCARGO_CRATES += cfg-if 0.1.9 +MODCARGO_CRATES += clap 2.33.0 +MODCARGO_CRATES += cloudabi 0.0.3 +MODCARGO_CRATES += core-foundation 0.6.4 +MODCARGO_CRATES += core-foundation-sys 0.6.2 +MODCARGO_CRATES += crossbeam-deque 0.7.2 +MODCARGO_CRATES += crossbeam-epoch 0.8.0 +MODCARGO_CRATES += crossbeam-queue 0.1.2 +MODCARGO_CRATES += crossbeam-utils 0.6.6 +MODCARGO_CRATES += crossbeam-utils 0.7.0 +MODCARGO_CRATES += derivative 1.0.3 +MODCARGO_CRATES += digest 0.8.1 +MODCARGO_CRATES += env_logger 0.6.2 +MODCARGO_CRATES += fake-simd 0.1.2 +MODCARGO_CRATES += fnv 1.0.6 +MODCARGO_CRATES += foreign-types 0.3.2 +MODCARGO_CRATES += foreign-types-shared 0.1.1 +MODCARGO_CRATES += fuchsia-cprng 0.1.1 +MODCARGO_CRATES += fuchsia-zircon 0.3.3 +MODCARGO_CRATES += fuchsia-zircon-sys 0.3.3 +MODCARGO_CRATES += futures 0.1.29 +MODCARGO_CRATES += generic-array 0.12.3 +MODCARGO_CRATES += getrandom 0.1.13 +MODCARGO_CRATES += heck 0.3.1 +MODCARGO_CRATES += hermit-abi 0.1.3 +MODCARGO_CRATES += http 0.1.19 +MODCARGO_CRATES += http-bytes 0.1.0 +MODCARGO_CRATES += httparse 1.3.4 +MODCARGO_CRATES += hyper 0.10.16 +MODCARGO_CRATES += idna 0.1.5 +MODCARGO_CRATES += iovec 0.1.4 +MODCARGO_CRATES += itoa 0.4.4 +MODCARGO_CRATES += kernel32-sys 0.2.2 +MODCARGO_CRATES += language-tags 0.2.2 +MODCARGO_CRATES += lazy_static 1.4.0 +MODCARGO_CRATES += libc 0.2.65 +MODCARGO_CRATES += lock_api 0.1.5 +MODCARGO_CRATES += log 0.3.9 +MODCARGO_CRATES += log 0.4.8 +MODCARGO_CRATES += matches 0.1.8 +MODCARGO_CRATES += maybe-uninit 2.0.0 +MODCARGO_CRATES += memoffset 0.5.3 +MODCARGO_CRATES += mime 0.2.6 +MODCARGO_CRATES += mio 0.6.19 +MODCARGO_CRATES += mio-named-pipes 0.1.6 +MODCARGO_CRATES += mio-uds 0.6.7 +MODCARGO_CRATES += miow 0.2.1 +MODCARGO_CRATES += miow 0.3.3 +MODCARGO_CRATES += native-tls 0.2.3 +MODCARGO_CRATES += net2 0.2.33 +MODCARGO_CRATES += num_cpus 1.11.0 +MODCARGO_CRATES += opaque-debug 0.2.3 +MODCARGO_CRATES += openssl 0.10.25 +MODCARGO_CRATES += openssl-probe 0.1.2 +MODCARGO_CRATES += openssl-sys 0.9.52 +MODCARGO_CRATES += owning_ref 0.4.0 +MODCARGO_CRATES += parking_lot 0.7.1 +MODCARGO_CRATES += parking_lot_core 0.4.0 +MODCARGO_CRATES += percent-encoding 1.0.1 +MODCARGO_CRATES += pkg-config 0.3.17 +MODCARGO_CRATES += ppv-lite86 0.2.6 +MODCARGO_CRATES += proc-macro2 0.4.30 +MODCARGO_CRATES += quote 0.6.13 +MODCARGO_CRATES += rand 0.6.5 +MODCARGO_CRATES += rand 0.7.2 +MODCARGO_CRATES += rand_chacha 0.1.1 +MODCARGO_CRATES += rand_chacha 0.2.1 +MODCARGO_CRATES += rand_core 0.3.1 +MODCARGO_CRATES += rand_core 0.4.2 +MODCARGO_CRATES += rand_core 0.5.1 +MODCARGO_CRATES += rand_hc 0.1.0 +MODCARGO_CRATES += rand_hc 0.2.0 +MODCARGO_CRATES += rand_isaac 0.1.1 +MODCARGO_CRATES += rand_jitter 0.1.4 +MODCARGO_CRATES += rand_os 0.1.3 +MODCARGO_CRATES += rand_pcg 0.1.2 +MODCARGO_CRATES += rand_xorshift 0.1.1 +MODCARGO_CRATES += rdrand 0.4.0 +MODCARGO_CRATES += readwrite 0.1.1 +MODCARGO_CRATES += redox_syscall 0.1.56 +MODCARGO_CRATES += remove_dir_all 0.5.2 +MODCARGO_CRATES += rustc_version 0.2.3 +MODCARGO_CRATES += safemem 0.3.3 +MODCARGO_CRATES += schannel 0.1.16 +MODCARGO_CRATES += scopeguard 0.3.3 +MODCARGO_CRATES += scopeguard 1.0.0 +MODCARGO_CRATES += security-framework 0.3.3 +MODCARGO_CRATES += security-framework-sys 0.3.3 +MODCARGO_CRATES += semver 0.9.0 +MODCARGO_CRATES += semver-parser 0.7.0 +MODCARGO_CRATES += sha-1 0.8.2 +MODCARGO_CRATES += signal-hook 0.1.11 +MODCARGO_CRATES += signal-hook-registry 1.1.1 +MODCARGO_CRATES += slab 0.4.2 +MODCARGO_CRATES += slab_typesafe 0.1.3 +MODCARGO_CRATES += smallvec 0.6.13 +MODCARGO_CRATES += smart-default 0.3.0 +MODCARGO_CRATES += socket2 0.3.11 +MODCARGO_CRATES += stable_deref_trait 1.1.1 +MODCARGO_CRATES += structopt 0.2.16 +MODCARGO_CRATES += structopt-derive 0.2.16 +MODCARGO_CRATES += syn 0.15.44 +MODCARGO_CRATES += tempfile 3.1.0 +MODCARGO_CRATES += textwrap 0.11.0 +MODCARGO_CRATES += time 0.1.42 +MODCARGO_CRATES += tk-listen 0.2.1 +MODCARGO_CRATES += tokio 0.1.22 +MODCARGO_CRATES += tokio-codec 0.1.1 +MODCARGO_CRATES += tokio-current-thread 0.1.6 +MODCARGO_CRATES += tokio-executor 0.1.8 +MODCARGO_CRATES += tokio-file-unix 0.5.1 +MODCARGO_CRATES += tokio-fs 0.1.6 +MODCARGO_CRATES += tokio-io 0.1.12 +MODCARGO_CRATES += tokio-process 0.2.4 +MODCARGO_CRATES += tokio-reactor 0.1.9 +MODCARGO_CRATES += tokio-signal 0.2.7 +MODCARGO_CRATES += tokio-stdin-stdout 0.1.5 +MODCARGO_CRATES += tokio-sync 0.1.7 +MODCARGO_CRATES += tokio-tcp 0.1.3 +MODCARGO_CRATES += tokio-threadpool 0.1.16 +MODCARGO_CRATES += tokio-timer 0.2.11 +MODCARGO_CRATES += tokio-tls 0.2.1 +MODCARGO_CRATES += tokio-udp 0.1.5 +MODCARGO_CRATES += tokio-uds 0.2.5 +MODCARGO_CRATES += traitobject 0.1.0 +MODCARGO_CRATES += typeable 0.1.2 +MODCARGO_CRATES += typenum 1.12.0 +MODCARGO_CRATES += unicase 1.4.2 +MODCARGO_CRATES += unicode-bidi 0.3.4 +MODCARGO_CRATES += unicode-normalization 0.1.9 +MODCARGO_CRATES += unicode-segmentation 1.5.0 +MODCARGO_CRATES += unicode-width 0.1.5 +MODCARGO_CRATES += unicode-xid 0.1.0 +MODCARGO_CRATES += url 1.7.2 +MODCARGO_CRATES += vcpkg 0.2.7 +MODCARGO_CRATES += version_check 0.1.5 +MODCARGO_CRATES += wasi 0.7.0 +MODCARGO_CRATES += websocat 1.6.0 +MODCARGO_CRATES += websocket 0.26.2 +MODCARGO_CRATES += websocket-base 0.26.2 +MODCARGO_CRATES += winapi 0.2.8 +MODCARGO_CRATES += winapi 0.3.8 +MODCARGO_CRATES += winapi-build 0.1.1 +MODCARGO_CRATES += winapi-i686-pc-windows-gnu 0.4.0 +MODCARGO_CRATES += winapi-x86_64-pc-windows-gnu 0.4.0 +MODCARGO_CRATES += ws2_32-sys 0.2.1 + +.include diff --git a/net/websocat/distinfo b/net/websocat/distinfo new file mode 100644 index 0000000..8a96dff --- /dev/null +++ b/net/websocat/distinfo @@ -0,0 +1,320 @@ +SHA256 (cargo/anymap-0.12.1.tar.gz) = M5VCQ715BXwt5zOIULhZg6RFiAIfil/uV0qIiMbeQ0Q= +SHA256 (cargo/arc-swap-0.4.3.tar.gz) = 8aHsoxlbcpu9ZOKS7y9f/2scKFBP7XYs4rEBPd5NjpI= +SHA256 (cargo/autocfg-0.1.7.tar.gz) = HUnZABWzw2Fnog/igQxc2HWtUEs5z/PU6ueXfmt8HLI= +SHA256 (cargo/base64-0.10.1.tar.gz) = CyXZkjVtLrDtghcvUkiHPbVWDEch9WSxPLUZO9peZo4= +SHA256 (cargo/base64-0.9.3.tar.gz) = SJ1sDtIbEdA4wxts7Mypc+Zdc7o72Oy5orq/VUYWRkM= +SHA256 (cargo/bitflags-1.2.1.tar.gz) = zx3i/ox1vBRaL1d63ZUfgTSIm0eV1HRmpUpchG1pFpM= +SHA256 (cargo/block-buffer-0.7.3.tar.gz) = wJQNxEHzFokmnhCscOsQAqOh060TkOAwBDZi63/kaIs= +SHA256 (cargo/block-padding-0.1.5.tar.gz) = +nne27CR9Enx855T7fiNXb6V+JXa5hNajXuIH7Wvc/U= +SHA256 (cargo/byte-tools-0.3.1.tar.gz) = 47XKegSJitS81ByQxShURf9beRiZuxsKvdKiqnkSEdc= +SHA256 (cargo/byteorder-1.3.2.tar.gz) = p8PdiYWnER78XIC0TiPs3YwAfeit47lllTh+gSuVfPU= +SHA256 (cargo/bytes-0.4.12.tar.gz) = IG/f/Pot98vhVgHvRsgT/OCWXrMobba1bFg7gUtRyBw= +SHA256 (cargo/c2-chacha-0.2.3.tar.gz) = IUI4yqG/OkluwzkpaJacq4VJ+W/zBlLJ5WiFMpMV9rs= +SHA256 (cargo/cc-1.0.41.tar.gz) = ja6cS4/tyuhVkrpiPE/QjP2rPjty1t94DG6tlkppv/8= +SHA256 (cargo/cfg-if-0.1.9.tar.gz) = tIbOPM9//Xn962eOrAap5sCfyI0zg2NAvsuP/+h8XjM= +SHA256 (cargo/clap-2.33.0.tar.gz) = UGf1uy2A711otMh9uBYB8LdbymJ7wu92sUHXuEajxtk= +SHA256 (cargo/cloudabi-0.0.3.tar.gz) = 3fxbmqXUUHrK+HLecQUd/Q4wmGDoiWbhBR5GKgd6rE8= +SHA256 (cargo/core-foundation-0.6.4.tar.gz) = JbngPxRf1PK/cF4HuQDNQfxjZZj+XcRS/Q2xRBw/SW0= +SHA256 (cargo/core-foundation-sys-0.6.2.tar.gz) = 58qKUiE2TvFc4gHo7S9gn8MSaCqPTg49SqWHl2Tg+js= +SHA256 (cargo/crossbeam-deque-0.7.2.tar.gz) = w6qUXWOGG/5iS1XRU6OWhNoejAvI+6ky9+46PBbOo8o= +SHA256 (cargo/crossbeam-epoch-0.8.0.tar.gz) = UGTr2/Bc48uV5FyLCG9yJj9BZrKbl/a6/373/gR7Vaw= +SHA256 (cargo/crossbeam-queue-0.1.2.tar.gz) = fJec1s/nIzWJZXXGtWiNpInkINNqJ6C56wxz21dLSks= +SHA256 (cargo/crossbeam-utils-0.6.6.tar.gz) = BJc/qW6WV5JYpQka9gA6veZK94a4YPGGIrguAmzKYOY= +SHA256 (cargo/crossbeam-utils-0.7.0.tar.gz) = zkRtsCzcMWW5SucxEeVweTQA0HlORhJcxAVsgcuwOfQ= +SHA256 (cargo/derivative-1.0.3.tar.gz) = lCykMO73o4BllaZze8OIv1GtuIjT/A3RtQ8cFwFn7jo= +SHA256 (cargo/digest-0.8.1.tar.gz) = 89DIyHUjEvlxPv05f/Y6y5+FWFr78XkoLnIOdwSVTdU= +SHA256 (cargo/env_logger-0.6.2.tar.gz) = qvzeBOkKUiamRDt6q9sBa6L4MHyEfVJHJL2bNG3RotM= +SHA256 (cargo/fake-simd-0.1.2.tar.gz) = 6IqKzykdr7WcLZbo9Zgo84OLsacDmII63lGoTeam3u0= +SHA256 (cargo/fnv-1.0.6.tar.gz) = L62FVT4JpviB9znCnwsAsPATV8dDJm1Hi2iVHOIyhfM= +SHA256 (cargo/foreign-types-0.3.2.tar.gz) = 9vM564rcBSzSyniRD9qGmu+jjSLVy2SOZIXk0/wG87E= +SHA256 (cargo/foreign-types-shared-0.1.1.tar.gz) = ALAihBGQjKhoXbp/ws3XDsmZCm51Pom2rJGoTED7r0s= +SHA256 (cargo/fuchsia-cprng-0.1.1.tar.gz) = oG931SbBpgG3xM3Zj1S16qv/wU1fLwKW/r3H81fG07o= +SHA256 (cargo/fuchsia-zircon-0.3.3.tar.gz) = Lpdjxp66rmMLo190iI20ZeSeJZuhvA7afQb0oGdhXYI= +SHA256 (cargo/fuchsia-zircon-sys-0.3.3.tar.gz) = Pcqprncl0SzbhbOtmaQ023C0aMCd7RfgEthrXBAQ96c= +SHA256 (cargo/futures-0.1.29.tar.gz) = G5gPKBbW7oZztlF7UssOgIoYDvyS5cGdAs3aeQZnA+8= +SHA256 (cargo/generic-array-0.12.3.tar.gz) = xo8CdK4OAj+sw8l7LgDwdr5w4lS8hR2XJQOzKNt5suw= +SHA256 (cargo/getrandom-0.1.13.tar.gz) = 59t8qU7UzQEZDO7g2KgFLwiiR6obRpp/aMajtxr89Ac= +SHA256 (cargo/heck-0.3.1.tar.gz) = IFZOeNU9K7E1w0Oz9HcUpWryBh8cko/bVB3Huf3ZQgU= +SHA256 (cargo/hermit-abi-0.1.3.tar.gz) = MHw8n5N/OONTSx1kR+zwkMr8yXROSmNg6LA3ss9a8SA= +SHA256 (cargo/http-0.1.19.tar.gz) = 1+BuM2FQsXggavCYoFXjYh6DNgJ+K00Sa9oLxkgkuq8= +SHA256 (cargo/http-bytes-0.1.0.tar.gz) = MzKYayREDUhajDHlqCPAmPnBYW58YJReCdvGyNRb7VU= +SHA256 (cargo/httparse-1.3.4.tar.gz) = zRea6GHwwuU9pw2JL18wKflZS+DEHcUmnNNxaRsdwvk= +SHA256 (cargo/hyper-0.10.16.tar.gz) = CgZS2aJgmpaMFL4anqAL9LHWTi4fU6G1G2//Om6CknM= +SHA256 (cargo/idna-0.1.5.tar.gz) = OPCeDwsftV/e4fF0cK2ADad69RhqGnbAJrZ5NYt+hE4= +SHA256 (cargo/iovec-0.1.4.tar.gz) = srPqb/leF1Rz+P/mp+t8ANBUJAMhuExXBRF1/jweB14= +SHA256 (cargo/itoa-0.4.4.tar.gz) = UBJmt+3QF0+FMCSPh/mciPvmDKTvPdSGg1uNjVMTb38= +SHA256 (cargo/kernel32-sys-0.2.2.tar.gz) = dQdiSylINDHAui2Crs6Mps26k4K/9N3Q90kFYMBWCY0= +SHA256 (cargo/language-tags-0.2.2.tar.gz) = qR2IS2ZnzWBrtaaaoMmbqBGhFfxokV5wVuwIpG6TGZo= +SHA256 (cargo/lazy_static-1.4.0.tar.gz) = 4qutI/vEKzcA8vJ5hE3IMq2ysusGmy35GPRVxOGMxkY= +SHA256 (cargo/libc-0.2.65.tar.gz) = GjGgYn/fH2o57A3Vd+EBRAt9siZywJAf4Aqab7tcJOg= +SHA256 (cargo/lock_api-0.1.5.tar.gz) = YuvxOR9qytYOXItDcG3eRYLfdcBmmKtEUR0VAWvCRCw= +SHA256 (cargo/log-0.3.9.tar.gz) = 4Z6NXDSj4OIiPbjgYPnoJkrutcX8ZKTumWXAYiEcAks= +SHA256 (cargo/log-0.4.8.tar.gz) = FLYFK+hOa3GrF+3/wu6r9cLDrh/bRkquNaxQxnpE4fc= +SHA256 (cargo/matches-0.1.8.tar.gz) = f/xcUzhGnU0+oX0mn6jqNRKtJHJHwwvS32nmgwntCgg= +SHA256 (cargo/maybe-uninit-2.0.0.tar.gz) = YDAuTbOmHacMDLeZGXYkg2LzAxnoiFDEh7m5W78FngA= +SHA256 (cargo/memoffset-0.5.3.tar.gz) = dRieuFhx6lwuLBWrvdVBGF9jtAhBXlBR9crBItjHdLk= +SHA256 (cargo/mime-0.2.6.tar.gz) = umJrim3l2mguHKoGvbQqM1ruWoTbjlBGo+irF7oKOuA= +SHA256 (cargo/mio-0.6.19.tar.gz) = g/UZlqPtAE7xhOFoGO3FH63/6OfKaL5n+d7mfYTQ/yM= +SHA256 (cargo/mio-named-pipes-0.1.6.tar.gz) = 9eN07/UlzhxbdofEzvY5Q+doZSSjh5M60nyn7EN3nLM= +SHA256 (cargo/mio-uds-0.6.7.tar.gz) = lmJXqU4ZaxG7Q6ykI3VNh0KZYKdo3pQU82kdaVer8SU= +SHA256 (cargo/miow-0.2.1.tar.gz) = jB8vOxzzMd5olqq/bp1V3KkDVsyZYMyn6q9AijVa6Rk= +SHA256 (cargo/miow-0.3.3.tar.gz) = OWqg8gA9ffg5XLk+CYcVYczD54XwrLNpFw6Mx03fkiY= +SHA256 (cargo/native-tls-0.2.3.tar.gz) = Sy3xpMIv1EpiFH/Y8T3Q+VydjKeyYQKZsqL5z4lkJ04= +SHA256 (cargo/net2-0.2.33.tar.gz) = QlUNn7e2aEptQE2fpyUMLrJkbfcx0cBq/Abc7p4bz4g= +SHA256 (cargo/num_cpus-1.11.0.tar.gz) = FVOU+STN3fCBSdolv7ky0ia0pZPKdGiwgZH/YzWUGvU= +SHA256 (cargo/opaque-debug-0.2.3.tar.gz) = KDnnlmXxMb21eC5R8sbJWZwTPGCYmCpUx5Q1i/QyUpw= +SHA256 (cargo/openssl-0.10.25.tar.gz) = LzcrK1POEPuCOjN6qmdOOn0HK5V8YmTQ9P8L2G5ldEk= +SHA256 (cargo/openssl-probe-0.1.2.tar.gz) = d68k2mn52TQQOOupOgc7H9qqG3iCIbAKabzp52LLMt4= +SHA256 (cargo/openssl-sys-0.9.52.tar.gz) = yXfQjhMS4vfkuG+euqDtOxnR2v91+uiLu4gQivvYAfw= +SHA256 (cargo/owning_ref-0.4.0.tar.gz) = SaS46iF55qLidBHTvKCcpt1jCCHPaJTGx8hGeo7n7xM= +SHA256 (cargo/parking_lot-0.7.1.tar.gz) = q0G0rtCCcF0QVkFq5EaLbqmdUlmezzFpsACI1DET4zc= +SHA256 (cargo/parking_lot_core-0.4.0.tar.gz) = lMjHkjk2so1Ubf0U1EcurzTJmxThyXOjKz5tTrBCmMk= +SHA256 (cargo/percent-encoding-1.0.1.tar.gz) = MQEN0uGsM9W0altBNJUjmIKBPgNp+O2KXiZvFzYC+DE= +SHA256 (cargo/pkg-config-0.3.17.tar.gz) = BdpUitaGWQDmDqun9YnMB4NZCpLpQMJpU/+B3bqy1nc= +SHA256 (cargo/ppv-lite86-0.2.6.tar.gz) = dEkLULn75WGsMw30fAjz8zBz0tAMFQ9xkUfXxUUi+hs= +SHA256 (cargo/proc-macro2-0.4.30.tar.gz) = zz0gEatckJM494h/T8iW01ky4pFGwSyNAdprIqgLp1k= +SHA256 (cargo/quote-0.6.13.tar.gz) = bOI7a4cOj5T4H7CjY9ZdhmdYhLNKCQQ8geVWLxHB+OE= +SHA256 (cargo/rand-0.6.5.tar.gz) = bXHazcPIjB/eOIWjvj+6ufNXJObOmUZ/fZxQJhMhhMo= +SHA256 (cargo/rand-0.7.2.tar.gz) = OuGxaSQ+r2F1m4R1qZjwo4XkIEI3Dzp9uvNSRurMhBI= +SHA256 (cargo/rand_chacha-0.1.1.tar.gz) = VW06HKZgC/y6t8fJHMsIWsf7vNcOAIqYdC54R/T3vO8= +SHA256 (cargo/rand_chacha-0.2.1.tar.gz) = A6KpDajHUj9VQ0T5IaqXKD6t9qxISm0qfQIS+n+NaFM= +SHA256 (cargo/rand_core-0.3.1.tar.gz) = em/euDsHXoJm3Mh2LCJ3b2h3pjEREh9fjHQR5b5+7Us= +SHA256 (cargo/rand_core-0.4.2.tar.gz) = nDOjxEygX6bxgH2OZ0Pzgk6FCb7KYlZpYzvgrL31Cdw= +SHA256 (cargo/rand_core-0.5.1.tar.gz) = kL3lKW/IkbDO8SptA93MwWLOeyr/VBYK+TOPjUDfbRk= +SHA256 (cargo/rand_hc-0.1.0.tar.gz) = e0BnfHvgmudiGNxiPvv3sY40vO0/OIg68Hu3VjCiG8Q= +SHA256 (cargo/rand_hc-0.2.0.tar.gz) = yjEpr3uSoXES1ZrUmMb4Hq9GMlN2a5A5bTnqejnWYTw= +SHA256 (cargo/rand_isaac-0.1.1.tar.gz) = 3tmXydXxOSW+Km/X5mvxhyWX91n9ndk1E91+kuWl7gg= +SHA256 (cargo/rand_jitter-0.1.4.tar.gz) = EWbVyR3Je4jR3swyhbsKme2EsFz9C8I0G98tQ/xB45s= +SHA256 (cargo/rand_os-0.1.3.tar.gz) = e3X2dqHgU/xWLq+7R4ONZ8hIAeOPwbpFno8YDeq9UHE= +SHA256 (cargo/rand_pcg-0.1.2.tar.gz) = q/mwmwF5DP4DZPUr8ymV6jw59NLdAR6sJB0pFBRtC0Q= +SHA256 (cargo/rand_xorshift-0.1.1.tar.gz) = y/fp5iNUmw4h9ul8+OzyR8Go/S6KmSriZTFDALJFXVw= +SHA256 (cargo/rdrand-0.4.0.tar.gz) = Z4BU63coa1FYG6Q2IMyRGr8CdYyR+T9Hl2eu0PkEWLI= +SHA256 (cargo/readwrite-0.1.1.tar.gz) = VxjEcA2aZ6qKc7LAiNwD5mhacip7G27tlz64H98vfxo= +SHA256 (cargo/redox_syscall-0.1.56.tar.gz) = JDnGPz9hOdG1dSnRa8O4u4VSMMjvzF06iWyL6nw7HoQ= +SHA256 (cargo/remove_dir_all-0.5.2.tar.gz) = SoP6NwKmiLk1nsy6ktFTrDP9LoRi+eDj/fFVI56neS4= +SHA256 (cargo/rustc_version-0.2.3.tar.gz) = E44+Cstsn7JYsZtny4q9Y8AGedKFGAXqFRRlRk/pAwo= +SHA256 (cargo/safemem-0.3.3.tar.gz) = 73A7fLWTNeri65POtmTA636mv1ZwedhD4JQgIZZo4HI= +SHA256 (cargo/schannel-0.1.16.tar.gz) = h/VQsGtsupyLi+Puc/ORmQEWv1J0UNJVbpuc4mO5oCE= +SHA256 (cargo/scopeguard-0.3.3.tar.gz) = lCWPU2Aa8R5qSfciQi9uNCXFKwYkWlz5vAmQixdPXic= +SHA256 (cargo/scopeguard-1.0.0.tar.gz) = tC4V5ZsYqCi79cWOoB3rs2ubCWNG3jXZQdy4kAnySg0= +SHA256 (cargo/security-framework-0.3.3.tar.gz) = MByGKm0O548STF4XECBZZfxcVTEA3NptmPE++Hp2PwQ= +SHA256 (cargo/security-framework-sys-0.3.3.tar.gz) = 4xST/DdhXeu4xQkKeutKlzC8Yed6sQua9Z8aICKE+JU= +SHA256 (cargo/semver-0.9.0.tar.gz) = HX657ywYZhkCzEflNfm8UbeKzSVNpx03XC9nINmkBAM= +SHA256 (cargo/semver-parser-0.7.0.tar.gz) = OIod8lPsoIVQvvbHI5LP58MJFL9B31Jptoy9b/j1cKM= +SHA256 (cargo/sha-1-0.8.2.tar.gz) = 99lNC+3pI7POph8/H/V/+M39d7QA+4+ZmJSeDPBBY98= +SHA256 (cargo/signal-hook-0.1.11.tar.gz) = y1Q67OxLqLhn9BKEcp3f236PzXDsPX03/KMAektTZ18= +SHA256 (cargo/signal-hook-registry-1.1.1.tar.gz) = F5fUjzj5FkOQi7FONeeZKPn0s877JCClZN3gmRtDWNw= +SHA256 (cargo/slab-0.4.2.tar.gz) = wRG1vVaV5Wz/5RKYVKojCznJOjBTcv27JmjKI5Tuqfg= +SHA256 (cargo/slab_typesafe-0.1.3.tar.gz) = VuGiBiUmq9pBKDBGoxSdxYnLdgyMZnLdiOIJ9/ugwME= +SHA256 (cargo/smallvec-0.6.13.tar.gz) = 97B1jFLhWoteNpHq5sxVnwju6UBuVIpEd7pOZ3cKgrY= +SHA256 (cargo/smart-default-0.3.0.tar.gz) = cOXALdraSUgJ02Yj04BQ871jRGdQq9IefhPAGqOnm2k= +SHA256 (cargo/socket2-0.3.11.tar.gz) = 6LdN5RciGiywGlM0nPVBgqzcMaB0cn0weQaESMBnbYU= +SHA256 (cargo/stable_deref_trait-1.1.1.tar.gz) = 26GifT765DUcgFEHLWGeOt4oIGNcOVjYJr/qOdWbVMg= +SHA256 (cargo/structopt-0.2.16.tar.gz) = +hmlpwjiK7W+McG2EIoqkC+QnEubqFy6RMBmMjhrwP8= +SHA256 (cargo/structopt-derive-0.2.16.tar.gz) = xtWdCujvjeFuSePKevoWAko+Df2XSnXvk/3FRk40Uj8= +SHA256 (cargo/syn-0.15.44.tar.gz) = nKSztpp3y+H/yeGYeBt6ywxzZaiDZw6PHBvGb7p5pcU= +SHA256 (cargo/tempfile-3.1.0.tar.gz) = em4k2TOKClvnlZPi+hWmSK3WE4yqgD4tW8eCw3FzLKk= +SHA256 (cargo/textwrap-0.11.0.tar.gz) = 0yZhD0CMek629Rw3wzDklrCFBslFfJ00KH7MOICfsGA= +SHA256 (cargo/time-0.1.42.tar.gz) = 243PyghsEUPJJwrEKiu9in7kd7eKyORbGav7DL7eS28= +SHA256 (cargo/tk-listen-0.2.1.tar.gz) = VGKw+WjARX7+OPzS335IcJa5kkGeT1M3sGd1phS72ks= +SHA256 (cargo/tokio-0.1.22.tar.gz) = WgnAtbtYiHKrLwmvoT7m6drBHhCg7J6OO6OaWl1TCvY= +SHA256 (cargo/tokio-codec-0.1.1.tar.gz) = XFAezq+W8OF5PPJr62PaPRHHOMSpQ/3zdG2B1kaEw58= +SHA256 (cargo/tokio-current-thread-0.1.6.tar.gz) = 0WIXytfxuEDFqX37PEOwyHH+9COm6NIRjGBOhDZipEM= +SHA256 (cargo/tokio-executor-0.1.8.tar.gz) = DyfuDm2wHF8LKXOCRUfOfmN7LtebiRqWd7Dem9Uytqw= +SHA256 (cargo/tokio-file-unix-0.5.1.tar.gz) = d0LipCE3lHJgfUbiZB5m7i0TX1J00SrQq6HB+7zqLow= +SHA256 (cargo/tokio-fs-0.1.6.tar.gz) = P+bcIrCNaZORZkfRCKGn0Vuc0pxPRJbGK5LEW1BBt68= +SHA256 (cargo/tokio-io-0.1.12.tar.gz) = UJDbRo2tFuGnpUyMZygMXktUTz0+AY8LkTtAAmH4WSY= +SHA256 (cargo/tokio-process-0.2.4.tar.gz) = r71u8bjMK9LCtYDYgndNRD67HGzu/jW6nqSrWGyJ2+g= +SHA256 (cargo/tokio-reactor-0.1.9.tar.gz) = avFr+sfhEr6osEQlQhYb/EHL+kRmtYC92n0Yy4i5Ec4= +SHA256 (cargo/tokio-signal-0.2.7.tar.gz) = 3W3FJ26gXON5oW3pAIPsgINkQNXvimo5VFoyBzc7gpY= +SHA256 (cargo/tokio-stdin-stdout-0.1.5.tar.gz) = H8SA0gUxD6UvjqZef5RDVotrNC8yboZDHSrrF21yDBc= +SHA256 (cargo/tokio-sync-0.1.7.tar.gz) = 0GVUzOGuSlD0L7qAI5GK+pMUE63tcFtWDilgDM98bXY= +SHA256 (cargo/tokio-tcp-0.1.3.tar.gz) = HRSxBlS+aCrEPv7idAHXklB+MP2NJjieHaOxhd4uQRk= +SHA256 (cargo/tokio-threadpool-0.1.16.tar.gz) = K9LGo4hTAlgfRAHIKvcNeSu53xcA50N7CutK2pTVOIw= +SHA256 (cargo/tokio-timer-0.2.11.tar.gz) = 8hBoEtUA7SWk84I1ucro94oJ7fQyA+FuWcO3aaNCpg4= +SHA256 (cargo/tokio-tls-0.2.1.tar.gz) = NUuM2Dgls8ICF6ncF01qDGdEGi+uXEG8sepmefauD3w= +SHA256 (cargo/tokio-udp-0.1.5.tar.gz) = 8CKYUFVH9z5g9Wg1nvDQFtWs1ugwq5vHxKWzQDRAEhs= +SHA256 (cargo/tokio-uds-0.2.5.tar.gz) = A3/8O6DhKgq0rKkuUjTg3t60j932zNJg8fFQo2qfJEU= +SHA256 (cargo/traitobject-0.1.0.tar.gz) = 79H4LFY0D98W8qlT172k+P3/uhPZOwCETCVXIRCyYHk= +SHA256 (cargo/typeable-0.1.2.tar.gz) = FBD2+R8h0WEmVOfMaRk7AzT5Cdzyx5DEgmJU+7hviIc= +SHA256 (cargo/typenum-1.12.0.tar.gz) = NzyKIA+eZ6DJXmKk9S+/gMI7Q4HAWheEVTGYL6meazM= +SHA256 (cargo/unicase-1.4.2.tar.gz) = f0dl+DFjt0+VfHl62SU8r5fxA/sGTTmZrqlWjQn8ijM= +SHA256 (cargo/unicode-bidi-0.3.4.tar.gz) = SfK9DGRoqCMOHbIpz/gCkhfPYjx2fqXWC/vUJynqVNU= +SHA256 (cargo/unicode-normalization-0.1.9.tar.gz) = CcgHCplC9efPzNk/SQ/evSMO48PJ8QfLJbrVNR72cc8= +SHA256 (cargo/unicode-segmentation-1.5.0.tar.gz) = SfVSYiX9i3c0LVmGq19gVVUunAd2GTtbY/1TtG3r+tc= +SHA256 (cargo/unicode-width-0.1.5.tar.gz) = iCOGIxxF30cAsnXH/1W282mHgKZQAmOA5y2r52+kZSY= +SHA256 (cargo/unicode-xid-0.1.0.tar.gz) = /HIwR5bQgY41fq1OAA0ZycF0qyPcEQk6yRkFTSCmp/w= +SHA256 (cargo/url-1.7.2.tar.gz) = 3U58DVMSZjaVGaSqTzmddIvTcEOwC94eT/H2ChILNVo= +SHA256 (cargo/vcpkg-0.2.7.tar.gz) = M91FXQ+W6Qp1gDz+t/lIdowI1wpt6ajSNiRhk1aYv5U= +SHA256 (cargo/version_check-0.1.5.tar.gz) = kUsaZ3bEySmmAvr9i8dC4GNl1Ly+SMMPnMpYJPcNyd0= +SHA256 (cargo/wasi-0.7.0.tar.gz) = uJw85M4Uvcb7a+r57HkoyjMd5d9+XqJ4N1ZCovR4Vw0= +SHA256 (cargo/websocat-1.6.0.tar.gz) = c0/cjvNr7L5k1OiZ+/lDlbp8chX46FtOTLXqiwsSXxA= +SHA256 (cargo/websocket-0.26.2.tar.gz) = cjq+a3UobtxR2Oyrs4ojU/YqnpsFiJmLWREUdPHc1jc= +SHA256 (cargo/websocket-base-0.26.2.tar.gz) = QD8/1QX/kw2oQVY4ljmTKVX7CXBbPczRo9YMjn/2J3Y= +SHA256 (cargo/winapi-0.2.8.tar.gz) = Fn3J1pSam4V/NFEnXpEcP0QlWELB96dvM8VRA6kJCHo= +SHA256 (cargo/winapi-0.3.8.tar.gz) = gJMJHusmCQahg+auGr26LvXvIleiGAESiJnD/GmSKcY= +SHA256 (cargo/winapi-build-0.1.1.tar.gz) = LTFe7js0rKR5ey2msT7Ygmbm1hJWKgxGOQr4KZ/Gmbw= +SHA256 (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = rDuHxjYgQm3ZuZHlzgMp7/VFvMu7NPO+Cf9vtqtRt7Y= +SHA256 (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = cS4ieEHQV8HuHNL7Ivp+WlRhro5I+iynnsQs/BkxGD8= +SHA256 (cargo/ws2_32-sys-0.2.1.tar.gz) = 1Zzv69DIkvot1t5YHpNzAdhVLLREic3/A1xhh8tj+l4= +SHA256 (websocat-1.6.0.tar.gz) = P35emddms4cpKvVsjks5zpp/DaVP9VimCA3cECSjOJY= +SIZE (cargo/anymap-0.12.1.tar.gz) = 14298 +SIZE (cargo/arc-swap-0.4.3.tar.gz) = 48193 +SIZE (cargo/autocfg-0.1.7.tar.gz) = 12158 +SIZE (cargo/base64-0.10.1.tar.gz) = 41988 +SIZE (cargo/base64-0.9.3.tar.gz) = 37993 +SIZE (cargo/bitflags-1.2.1.tar.gz) = 16745 +SIZE (cargo/block-buffer-0.7.3.tar.gz) = 7179 +SIZE (cargo/block-padding-0.1.5.tar.gz) = 7342 +SIZE (cargo/byte-tools-0.3.1.tar.gz) = 5526 +SIZE (cargo/byteorder-1.3.2.tar.gz) = 21596 +SIZE (cargo/bytes-0.4.12.tar.gz) = 46361 +SIZE (cargo/c2-chacha-0.2.3.tar.gz) = 13336 +SIZE (cargo/cc-1.0.41.tar.gz) = 48185 +SIZE (cargo/cfg-if-0.1.9.tar.gz) = 7353 +SIZE (cargo/clap-2.33.0.tar.gz) = 196458 +SIZE (cargo/cloudabi-0.0.3.tar.gz) = 22156 +SIZE (cargo/core-foundation-0.6.4.tar.gz) = 25233 +SIZE (cargo/core-foundation-sys-0.6.2.tar.gz) = 16204 +SIZE (cargo/crossbeam-deque-0.7.2.tar.gz) = 19557 +SIZE (cargo/crossbeam-epoch-0.8.0.tar.gz) = 38711 +SIZE (cargo/crossbeam-queue-0.1.2.tar.gz) = 14104 +SIZE (cargo/crossbeam-utils-0.6.6.tar.gz) = 32836 +SIZE (cargo/crossbeam-utils-0.7.0.tar.gz) = 34202 +SIZE (cargo/derivative-1.0.3.tar.gz) = 39909 +SIZE (cargo/digest-0.8.1.tar.gz) = 9449 +SIZE (cargo/env_logger-0.6.2.tar.gz) = 31078 +SIZE (cargo/fake-simd-0.1.2.tar.gz) = 5398 +SIZE (cargo/fnv-1.0.6.tar.gz) = 11131 +SIZE (cargo/foreign-types-0.3.2.tar.gz) = 7504 +SIZE (cargo/foreign-types-shared-0.1.1.tar.gz) = 5672 +SIZE (cargo/fuchsia-cprng-0.1.1.tar.gz) = 2950 +SIZE (cargo/fuchsia-zircon-0.3.3.tar.gz) = 22565 +SIZE (cargo/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 +SIZE (cargo/futures-0.1.29.tar.gz) = 158346 +SIZE (cargo/generic-array-0.12.3.tar.gz) = 18017 +SIZE (cargo/getrandom-0.1.13.tar.gz) = 24581 +SIZE (cargo/heck-0.3.1.tar.gz) = 54666 +SIZE (cargo/hermit-abi-0.1.3.tar.gz) = 6741 +SIZE (cargo/http-0.1.19.tar.gz) = 101834 +SIZE (cargo/http-bytes-0.1.0.tar.gz) = 11513 +SIZE (cargo/httparse-1.3.4.tar.gz) = 23739 +SIZE (cargo/hyper-0.10.16.tar.gz) = 113115 +SIZE (cargo/idna-0.1.5.tar.gz) = 258735 +SIZE (cargo/iovec-0.1.4.tar.gz) = 8720 +SIZE (cargo/itoa-0.4.4.tar.gz) = 11147 +SIZE (cargo/kernel32-sys-0.2.2.tar.gz) = 24537 +SIZE (cargo/language-tags-0.2.2.tar.gz) = 12754 +SIZE (cargo/lazy_static-1.4.0.tar.gz) = 10443 +SIZE (cargo/libc-0.2.65.tar.gz) = 439610 +SIZE (cargo/lock_api-0.1.5.tar.gz) = 16967 +SIZE (cargo/log-0.3.9.tar.gz) = 16686 +SIZE (cargo/log-0.4.8.tar.gz) = 31297 +SIZE (cargo/matches-0.1.8.tar.gz) = 2216 +SIZE (cargo/maybe-uninit-2.0.0.tar.gz) = 11809 +SIZE (cargo/memoffset-0.5.3.tar.gz) = 6107 +SIZE (cargo/mime-0.2.6.tar.gz) = 6719 +SIZE (cargo/mio-0.6.19.tar.gz) = 128192 +SIZE (cargo/mio-named-pipes-0.1.6.tar.gz) = 14766 +SIZE (cargo/mio-uds-0.6.7.tar.gz) = 14389 +SIZE (cargo/miow-0.2.1.tar.gz) = 21133 +SIZE (cargo/miow-0.3.3.tar.gz) = 22850 +SIZE (cargo/native-tls-0.2.3.tar.gz) = 29087 +SIZE (cargo/net2-0.2.33.tar.gz) = 20936 +SIZE (cargo/num_cpus-1.11.0.tar.gz) = 11776 +SIZE (cargo/opaque-debug-0.2.3.tar.gz) = 5643 +SIZE (cargo/openssl-0.10.25.tar.gz) = 185164 +SIZE (cargo/openssl-probe-0.1.2.tar.gz) = 6427 +SIZE (cargo/openssl-sys-0.9.52.tar.gz) = 45059 +SIZE (cargo/owning_ref-0.4.0.tar.gz) = 12233 +SIZE (cargo/parking_lot-0.7.1.tar.gz) = 32670 +SIZE (cargo/parking_lot_core-0.4.0.tar.gz) = 26817 +SIZE (cargo/percent-encoding-1.0.1.tar.gz) = 10057 +SIZE (cargo/pkg-config-0.3.17.tar.gz) = 14533 +SIZE (cargo/ppv-lite86-0.2.6.tar.gz) = 20522 +SIZE (cargo/proc-macro2-0.4.30.tar.gz) = 34731 +SIZE (cargo/quote-0.6.13.tar.gz) = 17475 +SIZE (cargo/rand-0.6.5.tar.gz) = 104814 +SIZE (cargo/rand-0.7.2.tar.gz) = 111438 +SIZE (cargo/rand_chacha-0.1.1.tar.gz) = 11703 +SIZE (cargo/rand_chacha-0.2.1.tar.gz) = 11475 +SIZE (cargo/rand_core-0.3.1.tar.gz) = 15483 +SIZE (cargo/rand_core-0.4.2.tar.gz) = 20243 +SIZE (cargo/rand_core-0.5.1.tar.gz) = 21116 +SIZE (cargo/rand_hc-0.1.0.tar.gz) = 11644 +SIZE (cargo/rand_hc-0.2.0.tar.gz) = 11670 +SIZE (cargo/rand_isaac-0.1.1.tar.gz) = 16020 +SIZE (cargo/rand_jitter-0.1.4.tar.gz) = 18409 +SIZE (cargo/rand_os-0.1.3.tar.gz) = 18965 +SIZE (cargo/rand_pcg-0.1.2.tar.gz) = 10844 +SIZE (cargo/rand_xorshift-0.1.1.tar.gz) = 8997 +SIZE (cargo/rdrand-0.4.0.tar.gz) = 6456 +SIZE (cargo/readwrite-0.1.1.tar.gz) = 2307 +SIZE (cargo/redox_syscall-0.1.56.tar.gz) = 17117 +SIZE (cargo/remove_dir_all-0.5.2.tar.gz) = 8907 +SIZE (cargo/rustc_version-0.2.3.tar.gz) = 10210 +SIZE (cargo/safemem-0.3.3.tar.gz) = 7778 +SIZE (cargo/schannel-0.1.16.tar.gz) = 39153 +SIZE (cargo/scopeguard-0.3.3.tar.gz) = 9605 +SIZE (cargo/scopeguard-1.0.0.tar.gz) = 11304 +SIZE (cargo/security-framework-0.3.3.tar.gz) = 49844 +SIZE (cargo/security-framework-sys-0.3.3.tar.gz) = 9554 +SIZE (cargo/semver-0.9.0.tar.gz) = 17344 +SIZE (cargo/semver-parser-0.7.0.tar.gz) = 10268 +SIZE (cargo/sha-1-0.8.2.tar.gz) = 12338 +SIZE (cargo/signal-hook-0.1.11.tar.gz) = 22255 +SIZE (cargo/signal-hook-registry-1.1.1.tar.gz) = 13795 +SIZE (cargo/slab-0.4.2.tar.gz) = 10136 +SIZE (cargo/slab_typesafe-0.1.3.tar.gz) = 5980 +SIZE (cargo/smallvec-0.6.13.tar.gz) = 22760 +SIZE (cargo/smart-default-0.3.0.tar.gz) = 6297 +SIZE (cargo/socket2-0.3.11.tar.gz) = 27725 +SIZE (cargo/stable_deref_trait-1.1.1.tar.gz) = 8007 +SIZE (cargo/structopt-0.2.16.tar.gz) = 26165 +SIZE (cargo/structopt-derive-0.2.16.tar.gz) = 12951 +SIZE (cargo/syn-0.15.44.tar.gz) = 184212 +SIZE (cargo/tempfile-3.1.0.tar.gz) = 25823 +SIZE (cargo/textwrap-0.11.0.tar.gz) = 17322 +SIZE (cargo/time-0.1.42.tar.gz) = 30005 +SIZE (cargo/tk-listen-0.2.1.tar.gz) = 14268 +SIZE (cargo/tokio-0.1.22.tar.gz) = 70031 +SIZE (cargo/tokio-codec-0.1.1.tar.gz) = 7617 +SIZE (cargo/tokio-current-thread-0.1.6.tar.gz) = 19339 +SIZE (cargo/tokio-executor-0.1.8.tar.gz) = 11775 +SIZE (cargo/tokio-file-unix-0.5.1.tar.gz) = 11181 +SIZE (cargo/tokio-fs-0.1.6.tar.gz) = 16102 +SIZE (cargo/tokio-io-0.1.12.tar.gz) = 33555 +SIZE (cargo/tokio-process-0.2.4.tar.gz) = 24856 +SIZE (cargo/tokio-reactor-0.1.9.tar.gz) = 20657 +SIZE (cargo/tokio-signal-0.2.7.tar.gz) = 15122 +SIZE (cargo/tokio-stdin-stdout-0.1.5.tar.gz) = 6661 +SIZE (cargo/tokio-sync-0.1.7.tar.gz) = 41666 +SIZE (cargo/tokio-tcp-0.1.3.tar.gz) = 12629 +SIZE (cargo/tokio-threadpool-0.1.16.tar.gz) = 53347 +SIZE (cargo/tokio-timer-0.2.11.tar.gz) = 37578 +SIZE (cargo/tokio-tls-0.2.1.tar.gz) = 16354 +SIZE (cargo/tokio-udp-0.1.5.tar.gz) = 11529 +SIZE (cargo/tokio-uds-0.2.5.tar.gz) = 11808 +SIZE (cargo/traitobject-0.1.0.tar.gz) = 1957 +SIZE (cargo/typeable-0.1.2.tar.gz) = 901 +SIZE (cargo/typenum-1.12.0.tar.gz) = 36037 +SIZE (cargo/unicase-1.4.2.tar.gz) = 3907 +SIZE (cargo/unicode-bidi-0.3.4.tar.gz) = 32228 +SIZE (cargo/unicode-normalization-0.1.9.tar.gz) = 89492 +SIZE (cargo/unicode-segmentation-1.5.0.tar.gz) = 90262 +SIZE (cargo/unicode-width-0.1.5.tar.gz) = 15761 +SIZE (cargo/unicode-xid-0.1.0.tar.gz) = 16000 +SIZE (cargo/url-1.7.2.tar.gz) = 68597 +SIZE (cargo/vcpkg-0.2.7.tar.gz) = 11012 +SIZE (cargo/version_check-0.1.5.tar.gz) = 8173 +SIZE (cargo/wasi-0.7.0.tar.gz) = 33941 +SIZE (cargo/websocat-1.6.0.tar.gz) = 100266 +SIZE (cargo/websocket-0.26.2.tar.gz) = 63281 +SIZE (cargo/websocket-base-0.26.2.tar.gz) = 18804 +SIZE (cargo/winapi-0.2.8.tar.gz) = 455145 +SIZE (cargo/winapi-0.3.8.tar.gz) = 1128308 +SIZE (cargo/winapi-build-0.1.1.tar.gz) = 669 +SIZE (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SIZE (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SIZE (cargo/ws2_32-sys-0.2.1.tar.gz) = 4697 +SIZE (websocat-1.6.0.tar.gz) = 106033 diff --git a/net/websocat/pkg/DESCR b/net/websocat/pkg/DESCR new file mode 100644 index 0000000..fc39436 --- /dev/null +++ b/net/websocat/pkg/DESCR @@ -0,0 +1,2 @@ +Command-line client for WebSockets, like netcat (or curl) +for ws:// with advanced socat-like functions diff --git a/net/websocat/pkg/PLIST b/net/websocat/pkg/PLIST new file mode 100644 index 0000000..a0dcb66 --- /dev/null +++ b/net/websocat/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2019/11/25 11:07:54 sthen Exp $ +@bin bin/ncspot diff --git a/net/youtube-viewer/Makefile b/net/youtube-viewer/Makefile new file mode 100644 index 0000000..d8c218f --- /dev/null +++ b/net/youtube-viewer/Makefile @@ -0,0 +1,55 @@ +COMMENT = cli youtube browser + +V = 3.10.2 +GH_ACCOUNT = trizen +GH_PROJECT = youtube-viewer +GH_TAGNAME = ${V} + +CATEGORIES = net + +HOMEPAGE = https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html + +MAINTAINER = Stefan Hagen + +# LICENSE +PERMIT_PACKAGE = Yes + +MODULES = perl + +## ?uses pledge()? +#WANTLIB = +# +#LIB_DEPENDS = +# +RUN_DEPENDS = devel/p5-Data-Dump \ + converters/p5-JSON \ + converters/p5-JSON-XS \ + devel/p5-Term-ReadLine-Gnu \ + converters/p5-Unicode-LineBreak +# +BUILD_DEPENDS = devel/p5-Module-Build \ + devel/p5-Data-Dump \ + converters/p5-JSON \ + converters/p5-JSON-XS \ + devel/p5-Term-ReadLine-Gnu \ + converters/p5-Unicode-LineBreak + +USE_GMAKE = yes + +##TEST_DEPENDS = +# +##CONFIGURE_STYLE = +# +##MAKE_FLAGS = +# +##NO_TEST = Yes +##TEST_TARGET = + +do-configure: + cd ${WRKSRC} && perl Build.PL +pre-build: + cd ${WRKSRC} && perl Makefile.PL +do-build: + cd ${WRKSRC} && gmake + +.include diff --git a/net/youtube-viewer/distinfo b/net/youtube-viewer/distinfo new file mode 100644 index 0000000..659f9a1 --- /dev/null +++ b/net/youtube-viewer/distinfo @@ -0,0 +1,2 @@ +SHA256 (youtube-viewer-3.10.2.tar.gz) = u5gdQEYMafeK95jzrHdCRHyenae/3Zv4blj+aPM/G/g= +SIZE (youtube-viewer-3.10.2.tar.gz) = 263895 diff --git a/net/youtube-viewer/pkg/DESCR b/net/youtube-viewer/pkg/DESCR new file mode 100644 index 0000000..e69de29 diff --git a/net/youtube-viewer/pkg/PLIST b/net/youtube-viewer/pkg/PLIST new file mode 100644 index 0000000..7cd3c40 --- /dev/null +++ b/net/youtube-viewer/pkg/PLIST @@ -0,0 +1,39 @@ +bin/youtube-viewer +${P5SITE}/WWW/YoutubeViewer/ +${P5SITE}/WWW/YoutubeViewer.pm +${P5SITE}/WWW/YoutubeViewer/Activities.pm +${P5SITE}/WWW/YoutubeViewer/Authentication.pm +${P5SITE}/WWW/YoutubeViewer/Channels.pm +${P5SITE}/WWW/YoutubeViewer/CommentThreads.pm +${P5SITE}/WWW/YoutubeViewer/GetCaption.pm +${P5SITE}/WWW/YoutubeViewer/GuideCategories.pm +${P5SITE}/WWW/YoutubeViewer/Itags.pm +${P5SITE}/WWW/YoutubeViewer/ParseJSON.pm +${P5SITE}/WWW/YoutubeViewer/ParseXML.pm +${P5SITE}/WWW/YoutubeViewer/PlaylistItems.pm +${P5SITE}/WWW/YoutubeViewer/Playlists.pm +${P5SITE}/WWW/YoutubeViewer/RegularExpressions.pm +${P5SITE}/WWW/YoutubeViewer/Search.pm +${P5SITE}/WWW/YoutubeViewer/Subscriptions.pm +${P5SITE}/WWW/YoutubeViewer/Utils.pm +${P5SITE}/WWW/YoutubeViewer/VideoCategories.pm +${P5SITE}/WWW/YoutubeViewer/Videos.pm +@man man/man1/youtube-viewer.1 +@man man/man3p/WWW::YoutubeViewer.3p +@man man/man3p/WWW::YoutubeViewer::Activities.3p +@man man/man3p/WWW::YoutubeViewer::Authentication.3p +@man man/man3p/WWW::YoutubeViewer::Channels.3p +@man man/man3p/WWW::YoutubeViewer::CommentThreads.3p +@man man/man3p/WWW::YoutubeViewer::GetCaption.3p +@man man/man3p/WWW::YoutubeViewer::GuideCategories.3p +@man man/man3p/WWW::YoutubeViewer::Itags.3p +@man man/man3p/WWW::YoutubeViewer::ParseJSON.3p +@man man/man3p/WWW::YoutubeViewer::ParseXML.3p +@man man/man3p/WWW::YoutubeViewer::PlaylistItems.3p +@man man/man3p/WWW::YoutubeViewer::Playlists.3p +@man man/man3p/WWW::YoutubeViewer::RegularExpressions.3p +@man man/man3p/WWW::YoutubeViewer::Search.3p +@man man/man3p/WWW::YoutubeViewer::Subscriptions.3p +@man man/man3p/WWW::YoutubeViewer::Utils.3p +@man man/man3p/WWW::YoutubeViewer::VideoCategories.3p +@man man/man3p/WWW::YoutubeViewer::Videos.3p diff --git a/ruby/ruby-airplay/Makefile b/ruby/ruby-airplay/Makefile new file mode 100644 index 0000000..bf95bfa --- /dev/null +++ b/ruby/ruby-airplay/Makefile @@ -0,0 +1,17 @@ + +COMMENT = Airplay client + +DISTNAME = airplay-1.0.5 + +CATEGORIES = ruby + +HOMEPAGE = http://github.com/elcuervo/airplay + +# MIT +PERMIT_PACKAGE = Yes + +MODULES = lang/ruby + +CONFIGURE_STYLE = ruby gem + +.include diff --git a/ruby/ruby-airplay/distinfo b/ruby/ruby-airplay/distinfo new file mode 100644 index 0000000..0e312fb --- /dev/null +++ b/ruby/ruby-airplay/distinfo @@ -0,0 +1,2 @@ +SHA256 (airplay-1.0.5.gem) = f+CI/OR3jUFFTAJcy09OwUxCQB6LtAubCbc38knZz30= +SIZE (airplay-1.0.5.gem) = 287744 diff --git a/ruby/ruby-airstream/Makefile b/ruby/ruby-airstream/Makefile new file mode 100644 index 0000000..ab50206 --- /dev/null +++ b/ruby/ruby-airstream/Makefile @@ -0,0 +1,20 @@ + +COMMENT = command line tool for streaming to airplay-devices + +DISTNAME = airstream-0.4.10 + +CATEGORIES = ruby + +HOMEPAGE = https://github.com/unused/airstream + +# license field not set, consider bugging module's author +PERMIT_PACKAGE = unknown license +PERMIT_DISTFILES = unknown license + +MODULES = lang/ruby + +BUILD_DEPENDS = www/ruby-webrick,${MODRUBY_FLAVOR} + +CONFIGURE_STYLE = ruby gem + +.include diff --git a/ruby/ruby-airstream/data.tar.gz b/ruby/ruby-airstream/data.tar.gz new file mode 100644 index 0000000..3581651 Binary files /dev/null and b/ruby/ruby-airstream/data.tar.gz differ diff --git a/ruby/ruby-airstream/distinfo b/ruby/ruby-airstream/distinfo new file mode 100644 index 0000000..47c1d6a --- /dev/null +++ b/ruby/ruby-airstream/distinfo @@ -0,0 +1,2 @@ +SHA256 (airstream-0.4.10.gem) = MnkwpHIOqcP+5flqRt5AvP6Tx7siT44ybL1f74CV2gs= +SIZE (airstream-0.4.10.gem) = 7680 diff --git a/ruby/ruby-airstream/metadata.gz b/ruby/ruby-airstream/metadata.gz new file mode 100644 index 0000000..3b34e64 Binary files /dev/null and b/ruby/ruby-airstream/metadata.gz differ diff --git a/ruby/ruby-celluloid/Makefile b/ruby/ruby-celluloid/Makefile new file mode 100644 index 0000000..9b12434 --- /dev/null +++ b/ruby/ruby-celluloid/Makefile @@ -0,0 +1,17 @@ + +COMMENT = Actor-based concurrent object framework for Ruby + +DISTNAME = celluloid-0.18.0 + +CATEGORIES = ruby + +HOMEPAGE = https://celluloid.io/ + +# MIT +PERMIT_PACKAGE = Yes + +MODULES = lang/ruby + +CONFIGURE_STYLE = ruby gem + +.include diff --git a/ruby/ruby-celluloid/distinfo b/ruby/ruby-celluloid/distinfo new file mode 100644 index 0000000..6b5942d --- /dev/null +++ b/ruby/ruby-celluloid/distinfo @@ -0,0 +1,2 @@ +SHA256 (celluloid-0.18.0.gem) = QuWheJrq0zJbkcyeNDL4xP75vQQ9TQvxD4/yZ/1iLiU= +SIZE (celluloid-0.18.0.gem) = 84992 diff --git a/security/otptool/Makefile b/security/otptool/Makefile new file mode 100644 index 0000000..daa7707 --- /dev/null +++ b/security/otptool/Makefile @@ -0,0 +1,33 @@ +COMMENT = + +GH_ACCOUNT = SciresM +GH_PROJECT = otptool +GH_COMMIT = 5ed22856538f8a3352482c24268ba42f70a2193d +DISTNAME = ${GH_PROJECT}-0.0.0p20221228 + +CATEGORIES = security + +MAINTAINER = Stefan Hagen + +# LICENSE +PERMIT_PACKAGE = Yes + +## ?uses pledge()? +#WANTLIB = +# +LIB_DEPENDS = security/libgcrypt +# +#RUN_DEPENDS = +# +#BUILD_DEPENDS = + +#TEST_DEPENDS = + +#CONFIGURE_STYLE = + +MAKE_FLAGS = CFLAGS=-I${LOCALBASE}/include + +#NO_TEST = Yes +#TEST_TARGET = + +.include diff --git a/security/otptool/distinfo b/security/otptool/distinfo new file mode 100644 index 0000000..7039f43 --- /dev/null +++ b/security/otptool/distinfo @@ -0,0 +1,3 @@ +SHA256 (-5ed22856.tar.gz) = k5rQ8y8nigmwNvEA30I16CLC70wTb+EpS2RWC6GQfIY= +SHA256 (otptool-0.0.0p20221228-5ed22856.tar.gz) = k5rQ8y8nigmwNvEA30I16CLC70wTb+EpS2RWC6GQfIY= +SIZE (otptool-0.0.0p20221228-5ed22856.tar.gz) = 14543 diff --git a/security/pass-otp/Makefile b/security/pass-otp/Makefile new file mode 100644 index 0000000..01d379f --- /dev/null +++ b/security/pass-otp/Makefile @@ -0,0 +1,18 @@ +COMMENT = pass extension for managing OTP tokens + +GH_ACCOUNT = tadfisher +GH_PROJECT = pass-otp +GH_TAGNAME = v1.2.0 + +CATEGORIES = security + +MAINTAINER = Stefan Hagen + +# GPL-3.0 +PERMIT_PACKAGE = Yes + +USE_GMAKE = Yes + +NO_BUILD = Yes + +.include diff --git a/security/pass-otp/distinfo b/security/pass-otp/distinfo new file mode 100644 index 0000000..dcc6a42 --- /dev/null +++ b/security/pass-otp/distinfo @@ -0,0 +1,2 @@ +SHA256 (pass-otp-1.2.0.tar.gz) = VyCmSSZ6JApPe6WmRFGTSBBwBJwdCLo4sA0g/FUcOmc= +SIZE (pass-otp-1.2.0.tar.gz) = 46789 diff --git a/security/pass-otp/patches/patch-Makefile b/security/pass-otp/patches/patch-Makefile new file mode 100644 index 0000000..12d56fd --- /dev/null +++ b/security/pass-otp/patches/patch-Makefile @@ -0,0 +1,21 @@ +We don't know -v. +Index: Makefile +--- Makefile.orig ++++ Makefile +@@ -15,11 +15,11 @@ all: + @echo " password store" + + install: +- @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" +- @install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/" +- @install -v -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" +- @install -v -d "$(DESTDIR)$(BASHCOMPDIR)/" +- @install -v -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" ++ @install -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" ++ @install -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/" ++ @install -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" ++ @install -d "$(DESTDIR)$(BASHCOMPDIR)/" ++ @install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" + @echo + @echo "pass-$(PROG) is installed succesfully" + @echo diff --git a/security/pass-otp/pkg/PLIST b/security/pass-otp/pkg/PLIST new file mode 100644 index 0000000..e69de29 diff --git a/security/qtpass/Makefile b/security/qtpass/Makefile new file mode 100644 index 0000000..d380bca --- /dev/null +++ b/security/qtpass/Makefile @@ -0,0 +1,33 @@ +# $OpenBSD: $ + +COMMENT= Multi-platform GUI for password-store (pass). + +GH_ACCOUNT= IJHack +GH_PROJECT= QtPass +GH_TAGNAME= v1.3.2 + +CATEGORIES= security + +HOMEPAGE= https://qtpass.org/ + +MAINTAINER= Stefan Hagen + +# GPLv3+ +PERMIT_PACKAGE= Yes + +WANTLIB+= ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Widgets +WANTLIB+= c m + +RUN_DEPENDS= devel/git \ + security/gnupg2 \ + security/password-store \ + security/pwgen + +MODULES= devel/qmake \ + x11/qt5 + +QT= qt5 + +TEST_TARGET= check + +.include diff --git a/security/qtpass/distinfo b/security/qtpass/distinfo new file mode 100644 index 0000000..162566f --- /dev/null +++ b/security/qtpass/distinfo @@ -0,0 +1,2 @@ +SHA256 (QtPass-1.3.2.tar.gz) = emjhr+aEYsh4whKnnECt5boUtycQxeYkUM9Ux7ViElQ= +SIZE (QtPass-1.3.2.tar.gz) = 310316 diff --git a/security/qtpass/files/hsetroot.1 b/security/qtpass/files/hsetroot.1 new file mode 100644 index 0000000..b9f040e --- /dev/null +++ b/security/qtpass/files/hsetroot.1 @@ -0,0 +1,121 @@ +.\" Original author: Hyriand (2003) +.\" Updated by Martin Hradil (2019) +.\" License: GPL version 2 +.TH HSETROOT 1 "2019-11-18" "1.0.5" "imlib2-based wallpaper changer" + +.SH NAME +hsetroot \- imlib2-based wallpaper changer + +.SH SYNOPSIS +.B hsetroot +.RI [command1 [arg1..]] [command2 [arg1..]]... + +.SH DESCRIPTION +.B hsetroot +is a tool which allows you to compose wallpapers ("root pixmaps") +for X. It has a lot of options like rendering gradients, solids and images +and manipulate these in various ways. hsetroot also supports alpha-channels. + +.B hsetroot +is using XSetWindowBackgroundPixmap instead of XSetWindowBackground also for +solid colors. This makes it a good +.B xsetroot +replacement when a compositor (compton, xcompmgr, ...) is in use. + +Colors are in the #rgb, #rrggbb, #rrggbbaa, rgb:1/2/3 formats or a X color name. + +.SH GENERIC OPTIONS +.TP +.B \-root +Treat multiple displays as one big screen (ignore xrandr outputs) +.TP +.B \-screens +Set a screenmask to use + +.SH GRADIENTS +.TP +.B \-add +Add color to range using distance 1 +.TP +.B \-addd +Add color to range using custom distance +.TP +.B \-gradient +Render gradient using specified angle +.TP +.B \-clear +Clear the color range + +.SH SOLID COLOR +.TP +.B \-solid +Render a solid using the specified color + +.SH IMAGE FILES +.TP +.B \-center +Render an image centered on screen +.TP +.B \-cover +Render an image centered on screen scaled to fill the screen fully +.TP +.B \-tile +Render an image tiled +.TP +.B \-full +Render an image maximum aspect +.TP +.B \-extend +Render an image max aspect and fill borders +.TP +.B \-fill +Render an image stretched + +.SH IMAGE MANIPULATION: +.TP +.B \-tint +Tint the current image +.TP +.B \-blur +Blur the current image +.TP +.B \-sharpen +Sharpen the current image +.TP +.B \-contrast +Adjust contrast of current image +.TP +.B \-brightness +Adjust brightness of current image +.TP +.B \-gamma +Adjust gamma level of current image +.TP +.B \-flipv +Flip the current image vertically +.TP +.B \-fliph +Flip the current image horizontally +.TP +.B \-flipd +Flip the current image diagonally + +.SH MISC +.TP +.B \-alpha +Adjust alpha level for colors and images +.TP +.B \-write +Write current image to file + +.SH SEE ALSO +.BR xsetroot (1) +.BR XSetWindowBackgroundPixmap (3) +.BR xcompmgr (1) + +.SH AUTHOR +hsetroot was written by Hyriand in 2003. +Martin Hradil updated it in 2019. +.PP +This manual page was written by Stefan Hagen +, for the OpenBSD project (but may be used by others). diff --git a/security/qtpass/pkg/DESCR b/security/qtpass/pkg/DESCR new file mode 100644 index 0000000..bc38cb6 --- /dev/null +++ b/security/qtpass/pkg/DESCR @@ -0,0 +1,10 @@ +QtPass is a GUI for pass, the standard unix password manager. + +Password management should be simple and follow the Unix philosophy. +With pass, each password lives inside of a gpg encrypted file whose +filename is the title of the website or resource that requires the +password. + +QtPass is a GUI client which allows easy restructuring of your +password-store. It can also sit in the system tray, so your passwords +are right at hand when you need them. diff --git a/security/qtpass/pkg/MESSAGE b/security/qtpass/pkg/MESSAGE new file mode 100644 index 0000000..12c8166 --- /dev/null +++ b/security/qtpass/pkg/MESSAGE @@ -0,0 +1 @@ +Make sure to configure a graphical pinentry before using QtPass. diff --git a/security/qtpass/pkg/PLIST b/security/qtpass/pkg/PLIST new file mode 100644 index 0000000..b63a1d9 --- /dev/null +++ b/security/qtpass/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/qtpass diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile new file mode 100644 index 0000000..fcca638 --- /dev/null +++ b/sysutils/prelink/Makefile @@ -0,0 +1,41 @@ +COMMENT = prelink tool + +V = 20130503 +DISTNAME = prelink-${V} + +CATEGORIES = sysutils + +HOMEPAGE = https://people.redhat.com/jakub + +MAINTAINER = Stefan Hagen + +# LICENSE +PERMIT_PACKAGE = Yes + +MASTER_SITES = ${HOMEPAGE}/prelink/ +DISTFILES = prelink-${V}.tar.bz2 + +# ?uses pledge()? +#WANTLIB = + +#LIB_DEPENDS = + +#RUN_DEPENDS = + +BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} ${MODGNU_AUTOMAKE_DEPENDS} devel/libtool + +#TEST_DEPENDS = + +AUTOCONF_VERSION = 2.52 +#AUTOMAKE_VERSION = ?.?? + +CONFIGURE_STYLE = autoconf + +#MAKE_FLAGS = + +#NO_TEST = Yes +#TEST_TARGET = + +WRKSRC = ${WRKDIR}/prelink + +.include diff --git a/sysutils/prelink/distinfo b/sysutils/prelink/distinfo new file mode 100644 index 0000000..1f76850 --- /dev/null +++ b/sysutils/prelink/distinfo @@ -0,0 +1,2 @@ +SHA256 (prelink-20130503.tar.bz2) = YznHYF6bb0FNG+MlMMnIAR84gg02QxyKYuhnTKNxQPA= +SIZE (prelink-20130503.tar.bz2) = 928040 diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile new file mode 100644 index 0000000..f75f3df --- /dev/null +++ b/www/forgejo/Makefile @@ -0,0 +1,55 @@ +COMMENT = compact self-hosted Git service + +VERSION = 1.18.0-1 +DISTNAME = v${VERSION} +PKGNAME = forgejo-${VERSION} + +MASTER_SITES = https://codeberg.org/forgejo/forgejo/archive/ + +CATEGORIES = www devel + +HOMEPAGE = https://forgejo.org + +MAINTAINER = Stefan Hagen +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB += c pthread + +MODULES = lang/go + +GO_TAGS = sqlite sqlite_unlock_notify +MODGO_FLAGS += -tags "${GO_TAGS}" +MODGO_LDFLAGS += -X code.forgejo.io/forgejo/modules/setting.AppWorkPath=${LOCALBASE}/share/forgejo +MODGO_LDFLAGS += -X code.forgejo.io/forgejo/modules/setting.CustomConf=${SYSCONFDIR}/forgejo/app.ini +MODGO_LDFLAGS += -X code.forgejo.io/forgejo/modules/setting.CustomPath=${LOCALSTATEDIR}/forgejo/custom +MODGO_LDFLAGS += -X code.forgejo.io/forgejo/modules/setting.StaticRootPath=${LOCALBASE}/share/forgejo +MODGO_LDFLAGS += -X main.Version=${VERSION} +MODGO_LDFLAGS += -X 'main.Tags=${GO_TAGS}' + +RUN_DEPENDS = devel/git \ + shells/bash + +ALL_TARGET = code.forgejo.io/forgejo +WRKSRC = ${MODGO_WORKSPACE}/forgejo/${ALL_TARGET} + +SUBST_VARS = VARBASE + +pre-configure: + ${SUBST_CMD} ${WRKDIST}/custom/conf/app.example.ini + +do-install: + ${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/forgejo ${PREFIX}/sbin + ${INSTALL_DATA_DIR} ${PREFIX}/share/forgejo +.for _d in custom/conf options templates + cp -Rp ${WRKSRC}/${_d} ${PREFIX}/share/forgejo +.endfor + ${INSTALL_DATA_DIR} ${WRKINST}${VARBASE}/www/forgejo + cp -Rp ${WRKSRC}/public ${WRKINST}${VARBASE}/www/forgejo + ln -s ${VARBASE}/www/forgejo/public ${PREFIX}/share/forgejo/public + +post-install: + @find ${WRKINST}/ -type f \ + \( -name '*.beforesubst' -o -name '*${PATCHORIG}' \) -delete + +.include diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo new file mode 100644 index 0000000..f04829a --- /dev/null +++ b/www/forgejo/distinfo @@ -0,0 +1,2 @@ +SHA256 (v1.18.0-1.tar.gz) = DDHPbViH9KHGh8aLEdN4XY1Y0rCrbMvQxHx++UPLuwM= +SIZE (v1.18.0-1.tar.gz) = 11052348 diff --git a/www/forgejo/patches/CVS/Entries b/www/forgejo/patches/CVS/Entries new file mode 100644 index 0000000..70b1a78 --- /dev/null +++ b/www/forgejo/patches/CVS/Entries @@ -0,0 +1,3 @@ +/patch-custom_conf_app_example_ini/1.11/Fri Aug 19 18:20:10 2022// +/patch-go_syscalls/1.1/Mon Aug 8 20:56:06 2022// +D diff --git a/www/forgejo/patches/CVS/Repository b/www/forgejo/patches/CVS/Repository new file mode 100644 index 0000000..3f5b466 --- /dev/null +++ b/www/forgejo/patches/CVS/Repository @@ -0,0 +1 @@ +ports/www/forgejo/patches diff --git a/www/forgejo/patches/CVS/Root b/www/forgejo/patches/CVS/Root new file mode 100644 index 0000000..d935e40 --- /dev/null +++ b/www/forgejo/patches/CVS/Root @@ -0,0 +1 @@ +sdk@cvs.openbsd.org:/cvs diff --git a/www/forgejo/patches/patch-custom_conf_app_example_ini b/www/forgejo/patches/patch-custom_conf_app_example_ini new file mode 100644 index 0000000..b05fa9e --- /dev/null +++ b/www/forgejo/patches/patch-custom_conf_app_example_ini @@ -0,0 +1,508 @@ +Index: custom/conf/app.example.ini +--- custom/conf/app.example.ini.orig ++++ custom/conf/app.example.ini +@@ -15,7 +15,7 @@ + APP_NAME = ; Gitea: Git with a cup of tea + ;; + ;; RUN_USER will automatically detect the current user - but you can set it here change it if you run locally +-RUN_USER = ; git ++RUN_USER = _forgejo + ;; + ;; Application run mode, affects performance and debugging. Either "dev", "prod" or "test", default is "prod" + RUN_MODE = ; prod +@@ -95,7 +95,7 @@ RUN_MODE = ; prod + ;SSH_LISTEN_HOST = + ;; + ;; Port number to be exposed in clone URL +-;SSH_PORT = 22 ++SSH_PORT = + ;; + ;; The port number the builtin SSH server should listen on + ;SSH_LISTEN_PORT = %(SSH_PORT)s +@@ -224,7 +224,7 @@ RUN_MODE = ; prod + ;STATIC_ROOT_PATH = + ;; + ;; Default path for App data +-;APP_DATA_PATH = data ++APP_DATA_PATH = ${LOCALSTATEDIR}/forgejo/data + ;; + ;; Enable gzip compression for runtime-generated content, static resources excluded + ;ENABLE_GZIP = false +@@ -235,7 +235,7 @@ RUN_MODE = ; prod + ;ENABLE_PPROF = false + ;; + ;; PPROF_DATA_PATH, use an absolute path when you start forgejo as service +-;PPROF_DATA_PATH = data/tmp/pprof ++PPROF_DATA_PATH = ${LOCALSTATEDIR}/forgejo/data/tmp/pprof + ;; + ;; Landing page, can be "home", "explore", "organizations", "login", or any URL such as "/org/repo" or even "https://anotherwebsite.com" + ;; The "login" choice is not a security measure but just a UI flow change, use REQUIRE_SIGNIN_VIEW to force users to log in. +@@ -284,10 +284,10 @@ LFS_JWT_SECRET = + ;; + ;; MySQL Configuration + ;; +-DB_TYPE = mysql +-HOST = 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock +-NAME = forgejo +-USER = root ++;DB_TYPE = mysql ++;HOST = 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock ++;NAME = forgejo ++;USER = root + ;PASSWD = ;Use PASSWD = `your password` for quoting if you use special characters in the password. + ;SSL_MODE = false ; either "false" (default), "true", or "skip-verify" + ;CHARSET = utf8mb4 ;either "utf8" or "utf8mb4", default is "utf8mb4". +@@ -299,9 +299,9 @@ USER = root + ;; Postgres Configuration + ;; + ;DB_TYPE = postgres +-;HOST = 127.0.0.1:5432 ; can use socket e.g. /var/run/postgresql/ ++;HOST = /tmp + ;NAME = forgejo +-;USER = root ++;USER = %(RUN_USER)s + ;PASSWD = + ;SCHEMA = + ;SSL_MODE=disable ;either "disable" (default), "require", or "verify-full" +@@ -310,8 +310,8 @@ USER = root + ;; + ;; SQLite Configuration + ;; +-;DB_TYPE = sqlite3 +-;PATH= ; defaults to data/forgejo.db ++DB_TYPE = sqlite3 ++PATH = ${LOCALSTATEDIR}/forgejo/data/forgejo.db + ;SQLITE_TIMEOUT = ; Query timeout defaults to: 500 + ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +@@ -362,7 +362,7 @@ INSTALL_LOCK = false + SECRET_KEY = + ;; + ;; Secret used to validate communication within Gitea binary. +-INTERNAL_TOKEN= ++INTERNAL_TOKEN = + ;; + ;; Instead of defining internal token in the configuration, this configuration option can be used to give Gitea a path to a file that contains the internal token (example value: file:/etc/forgejo/internal_token) + ;INTERNAL_TOKEN_URI = ;e.g. /etc/forgejo/internal_token +@@ -397,7 +397,7 @@ INTERNAL_TOKEN= + ;; This enables the users to access and modify this config file and the Gitea database and interrupt the Gitea service. + ;; By modifying the Gitea database, users can gain Gitea administrator privileges. + ;; It also enables them to access other resources available to the user on the operating system that is running the Gitea instance and perform arbitrary actions in the name of the Gitea OS user. +-;; WARNING: This maybe harmful to you website or your operating system. ++;; WARNING: This maybe harmful to your website or your operating system. + ;; WARNING: Setting this to true does not change existing hooks in git repos; adjust it before if necessary. + ;DISABLE_GIT_HOOKS = true + ;; +@@ -457,7 +457,7 @@ ENABLE = true + ;; Private key file path used to sign OAuth2 tokens. The path is relative to APP_DATA_PATH. + ;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to RS256, RS384, RS512, ES256, ES384 or ES512. + ;; The file must contain a RSA or ECDSA private key in the PKCS8 format. If no key exists a 4096 bit key will be created for you. +-;JWT_SIGNING_PRIVATE_KEY_FILE = jwt/private.pem ++JWT_SIGNING_PRIVATE_KEY_FILE = ${LOCALSTATEDIR}/forgejo/jwt/private.pem + ;; + ;; OAuth2 authentication secret for access and refresh tokens, change this yourself to a unique string. CLI generate option is helpful in this case. https://docs.forgejo.io/en-us/command-line/#generate + ;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to HS256, HS384 or HS512. +@@ -477,7 +477,7 @@ ENABLE = true + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-[U2F] ++;[U2F] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -486,7 +486,7 @@ ENABLE = true + ;; https://developers.yubico.com/U2F/App_ID.html + ;; + ;; DEPRECATED - this only applies to previously registered security keys using the U2F standard +-APP_ID = ; e.g. http://localhost:3000/ ++;APP_ID = ; e.g. http://localhost:3000/ + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +@@ -495,14 +495,14 @@ APP_ID = ; e.g. http://localhost:3000/ + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; Root path for the log files - defaults to %(GITEA_WORK_DIR)/log +-;ROOT_PATH = ++ROOT_PATH = ${LOCALSTATEDIR}/log/forgejo + ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; Main Logger + ;; + ;; Either "console", "file", "conn", "smtp" or "database", default is "console" + ;; Use comma to separate multiple modes, e.g. "console, file" +-MODE = console ++MODE = file + ;; + ;; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical" or "None", default is "Info" + LEVEL = Info +@@ -683,7 +683,7 @@ ROUTER = console + ;EMAIL_DOMAIN_BLOCKLIST = + ;; + ;; Disallow registration, only allow admins to create accounts. +-;DISABLE_REGISTRATION = false ++DISABLE_REGISTRATION = true + ;; + ;; Allow registration only using forgejo itself, it works only when DISABLE_REGISTRATION is false + ;ALLOW_ONLY_INTERNAL_REGISTRATION = false +@@ -692,7 +692,7 @@ ROUTER = console + ;ALLOW_ONLY_EXTERNAL_REGISTRATION = false + ;; + ;; User must sign in to view anything. +-;REQUIRE_SIGNIN_VIEW = false ++REQUIRE_SIGNIN_VIEW = true + ;; + ;; Mail notification + ;ENABLE_NOTIFY_MAIL = false +@@ -727,11 +727,11 @@ ROUTER = console + ;; + ;; Default value for KeepEmailPrivate + ;; Each new user will get the value of this setting copied into their profile +-;DEFAULT_KEEP_EMAIL_PRIVATE = false ++DEFAULT_KEEP_EMAIL_PRIVATE = true + ;; + ;; Default value for AllowCreateOrganization + ;; Every new user will have rights set to create organizations depending on this setting +-;DEFAULT_ALLOW_CREATE_ORGANIZATION = true ++DEFAULT_ALLOW_CREATE_ORGANIZATION = false + ;; Default value for IsRestricted + ;; Every new user will have restricted permissions depending on this setting + ;DEFAULT_USER_IS_RESTRICTED = false +@@ -740,7 +740,7 @@ ROUTER = console + ;; Limited is for users visible only to signed users + ;; Private is for users visible only to members of their organizations + ;; Public is for users visible for everyone +-;DEFAULT_USER_VISIBILITY = public ++DEFAULT_USER_VISIBILITY = private + ;; + ;; Set which visibility modes a user can have + ;ALLOWED_USER_VISIBILITY_MODES = public,limited,private +@@ -749,7 +749,7 @@ ROUTER = console + ;; Limited is for organizations visible only to signed users + ;; Private is for organizations visible only to members of the organization + ;; Public is for organizations visible to everyone +-;DEFAULT_ORG_VISIBILITY = public ++DEFAULT_ORG_VISIBILITY = private + ;; + ;; Default value for DefaultOrgMemberVisible + ;; True will make the membership of the users visible when added to the organisation +@@ -818,10 +818,10 @@ ROUTER = console + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; Root path for storing all repository data. By default, it is set to %(APP_DATA_PATH)/forgejo-repositories. + ;; A relative path is interpreted as %(GITEA_WORK_DIR)/%(ROOT) +-;ROOT = ++ROOT = ${LOCALSTATEDIR}/forgejo/forgejo-repositories + ;; + ;; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available. +-;SCRIPT_TYPE = bash ++SCRIPT_TYPE = sh + ;; + ;; DETECTED_CHARSETS_ORDER tie-break order for detected charsets. + ;; If the charsets have equal confidence, tie-breaking will be done by order in this list +@@ -836,7 +836,7 @@ ROUTER = console + ;FORCE_PRIVATE = false + ;; + ;; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used. +-;DEFAULT_PRIVATE = last ++DEFAULT_PRIVATE = private + ;; + ;; Default private when using push-to-create + ;DEFAULT_PUSH_CREATE_PRIVATE = true +@@ -852,7 +852,7 @@ ROUTER = console + ;; + ;; Preferred Licenses to place at the top of the List + ;; The name here must match the filename in options/license or custom/options/license +-;PREFERRED_LICENSES = Apache License 2.0,MIT License ++PREFERRED_LICENSES = BSD-2-Clause,ISC ; Apache License 2.0,MIT License + ;; + ;; Disable the ability to interact with repositories using the HTTP protocol + ;DISABLE_HTTP_GIT = false +@@ -911,16 +911,16 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[repository.local] ++[repository.local] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; + ;; Path for local repository copy. Defaults to `tmp/local-repo` (content gets deleted on forgejo restart) +-;LOCAL_COPY_PATH = tmp/local-repo ++LOCAL_COPY_PATH = ${LOCALSTATEDIR}/forgejo/tmp/local-repo + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[repository.upload] ++[repository.upload] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -928,7 +928,7 @@ ROUTER = console + ;ENABLED = true + ;; + ;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on forgejo restart) +-;TEMP_PATH = data/tmp/uploads ++TEMP_PATH = ${LOCALSTATEDIR}/forgejo/data/tmp/uploads + ;; + ;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types. + ;ALLOWED_TYPES = +@@ -1087,7 +1087,7 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[ui] ++[ui] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -1118,7 +1118,7 @@ ROUTER = console + ;MAX_DISPLAY_FILE_SIZE = 8388608 + ;; + ;; Whether the email of the user should be shown in the Explore Users page +-;SHOW_USER_EMAIL = true ++SHOW_USER_EMAIL = false + ;; + ;; Set the default theme for the Gitea install + ;DEFAULT_THEME = auto +@@ -1253,7 +1253,7 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[indexer] ++[indexer] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -1264,7 +1264,7 @@ ROUTER = console + ;ISSUE_INDEXER_TYPE = bleve + ;; + ;; Issue indexer storage path, available when ISSUE_INDEXER_TYPE is bleve +-;ISSUE_INDEXER_PATH = indexers/issues.bleve ++ISSUE_INDEXER_PATH = ${LOCALSTATEDIR}/forgejo/indexers/issues.bleve + ;; + ;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch + ;ISSUE_INDEXER_CONN_STR = http://elastic:changeme@localhost:9200 +@@ -1282,7 +1282,7 @@ ROUTER = console + ;; When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the path where the queue will be saved. + ;; This can be overridden by `ISSUE_INDEXER_QUEUE_CONN_STR`. + ;; default is queues/common +-;ISSUE_INDEXER_QUEUE_DIR = queues/common; **DEPRECATED** use settings in `[queue.issue_indexer]`. ++ISSUE_INDEXER_QUEUE_DIR = ${LOCALSTATEDIR}/forgejo/indexers/issues.queue; **DEPRECATED** use settings in `[queue.issue_indexer]`. + ;; + ;; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string. + ;; When `ISSUE_INDEXER_QUEUE_TYPE` is `levelqueue`, this is a directory or additional options of +@@ -1303,7 +1303,7 @@ ROUTER = console + ;REPO_INDEXER_TYPE = bleve + ;; + ;; Index file used for code search. available when `REPO_INDEXER_TYPE` is bleve +-;REPO_INDEXER_PATH = indexers/repos.bleve ++REPO_INDEXER_PATH = ${LOCALSTATEDIR}/forgejo/indexers/repos.bleve + ;; + ;; Code indexer connection string, available when `REPO_INDEXER_TYPE` is elasticsearch. i.e. http://elastic:changeme@localhost:9200 + ;REPO_INDEXER_CONN_STR = +@@ -1383,19 +1383,19 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[admin] ++[admin] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; + ;; Disallow regular (non-admin) users from creating organizations. +-;DISABLE_REGULAR_ORG_CREATION = false ++DISABLE_REGULAR_ORG_CREATION = true + ;; + ;; Default configuration for email notifications for users (user configurable). Options: enabled, onmention, disabled + ;DEFAULT_EMAIL_NOTIFICATIONS = enabled + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[openid] ++[openid] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -1416,7 +1416,7 @@ ROUTER = console + ;; - .livejournal.com + ;; + ;; Whether to allow signin in via OpenID +-;ENABLE_OPENID_SIGNIN = true ++ENABLE_OPENID_SIGNIN = false + ;; + ;; Whether to allow registering via OpenID + ;; Do not include to rely on rhw DISABLE_REGISTRATION setting +@@ -1501,7 +1501,7 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[mailer] ++[mailer] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -1518,7 +1518,7 @@ ROUTER = console + ;; QQ: smtp.qq.com:465 + ;; As per RFC 8314 using Implicit TLS/SMTPS on port 465 (if supported) is recommended, + ;; otherwise STARTTLS on port 587 should be used. +-;HOST = ++HOST = localhost:25 + ;; + ;; Disable HELO operation when hostnames are different. + ;DISABLE_HELO = +@@ -1531,15 +1531,15 @@ ROUTER = console + ;; + ;; Use client certificate + ;USE_CERTIFICATE = false +-;CERT_FILE = custom/mailer/cert.pem +-;KEY_FILE = custom/mailer/key.pem ++CERT_FILE = ${LOCALSTATEDIR}/forgejo/custom/mailer/cert.pem ++KEY_FILE = ${LOCALSTATEDIR}/forgejo/custom/mailer/key.pem + ;; + ;; Should SMTP connect with TLS, (if port ends with 465 TLS will always be used.) + ;; If this is false but STARTTLS is supported the connection will be upgraded to TLS opportunistically. + ;IS_TLS_ENABLED = false + ;; + ;; Mail from address, RFC 5322. This can be just an email address, or the `"Name" ` format +-;FROM = ++FROM = forgejo@%(DOMAIN)s + ;; + ;; Sometimes it is helpful to use a different address on the envelope. Set this to use ENVELOPE_FROM as the from on the envelope. Set to `<>` to send an empty address. + ;ENVELOPE_FROM = +@@ -1552,13 +1552,13 @@ ROUTER = console + ;PASSWD = + ;; + ;; Send mails as plain text +-;SEND_AS_PLAIN_TEXT = false ++SEND_AS_PLAIN_TEXT = true + ;; + ;; Set Mailer Type (either SMTP, sendmail or dummy to just send to the log) + ;MAILER_TYPE = smtp + ;; + ;; Specify an alternative sendmail binary +-;SENDMAIL_PATH = sendmail ++SENDMAIL_PATH = /usr/sbin/sendmail + ;; + ;; Specify any extra sendmail arguments + ;; WARNING: if your sendmail program interprets options you should set this to "--" or terminate these args with "--" +@@ -1614,20 +1614,20 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[session] ++[session] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; + ;; Either "memory", "file", "redis", "db", "mysql", "couchbase", "memcache" or "postgres" + ;; Default is "memory". "db" will reuse the configuration in [database] +-;PROVIDER = memory ++PROVIDER = file + ;; + ;; Provider config options + ;; memory: doesn't have any config yet + ;; file: session file path, e.g. `data/sessions` + ;; redis: network=tcp,addr=:6379,password=macaron,db=0,pool_size=100,idle_timeout=180 + ;; mysql: go-sql-driver/mysql dsn config string, e.g. `root:password@/session_table` +-;PROVIDER_CONFIG = data/sessions ++PROVIDER_CONFIG = ${LOCALSTATEDIR}/forgejo/data/sessions + ;; + ;; Session cookie name + ;COOKIE_NAME = i_like_forgejo +@@ -1646,12 +1646,12 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[picture] ++[picture] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +-;AVATAR_UPLOAD_PATH = data/avatars +-;REPOSITORY_AVATAR_UPLOAD_PATH = data/repo-avatars ++AVATAR_UPLOAD_PATH = ${LOCALSTATEDIR}/forgejo/data/avatars ++REPOSITORY_AVATAR_UPLOAD_PATH = ${LOCALSTATEDIR}/forgejo/data/repo-avatars + ;; + ;; How Gitea deals with missing repository avatars + ;; none = no avatar will be displayed; random = random avatar will be displayed; image = default image will be used +@@ -1676,7 +1676,7 @@ ROUTER = console + ;GRAVATAR_SOURCE = gravatar + ;; + ;; This value will always be true in offline mode. +-;DISABLE_GRAVATAR = false ++DISABLE_GRAVATAR = true + ;; + ;; Federated avatar lookup uses DNS to discover avatar associated + ;; with emails, see https://www.libravatar.org +@@ -1685,7 +1685,7 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[attachment] ++[attachment] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; +@@ -1710,7 +1710,7 @@ ROUTER = console + ;SERVE_DIRECT = false + ;; + ;; Path for attachments. Defaults to `data/attachments` only available when STORAGE_TYPE is `local` +-;PATH = data/attachments ++PATH = ${LOCALSTATEDIR}/forgejo/data/attachments + ;; + ;; Minio endpoint to connect only available when STORAGE_TYPE is `minio` + ;MINIO_ENDPOINT = localhost:9000 +@@ -1735,14 +1735,14 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[time] ++[time] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; + ;; Specifies the format for fully outputted dates. Defaults to RFC1123 + ;; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano + ;; For more information about the format see http://golang.org/pkg/time/#pkg-constants +-;FORMAT = ++FORMAT = RFC1123Z + ;; + ;; Location the UI time display i.e. Asia/Shanghai + ;; Empty means server's location setting +@@ -2143,14 +2143,14 @@ ROUTER = console + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +-;[other] ++[other] + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;SHOW_FOOTER_BRANDING = false + ;; Show version information about Gitea and Go in the footer +-;SHOW_FOOTER_VERSION = true ++SHOW_FOOTER_VERSION = false + ;; Show template execution time in the footer +-;SHOW_FOOTER_TEMPLATE_LOAD_TIME = true ++SHOW_FOOTER_TEMPLATE_LOAD_TIME = false + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +@@ -2268,7 +2268,7 @@ ROUTER = console + ;ENABLED = true + ;; + ;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload` +-;CHUNKED_UPLOAD_PATH = tmp/package-upload ++CHUNKED_UPLOAD_PATH = ${LOCALSTATEDIR}/forgejo/data/tmp/package-upload + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +@@ -2298,7 +2298,7 @@ ROUTER = console + ;STORAGE_TYPE = local + ;; + ;; Where your lfs files reside, default is data/lfs. +-;PATH = data/lfs ++;PATH = ${LOCALSTATEDIR}/forgejo/data/lfs + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/www/forgejo/patches/patch-go_syscalls b/www/forgejo/patches/patch-go_syscalls new file mode 100644 index 0000000..7e1e8ab --- /dev/null +++ b/www/forgejo/patches/patch-go_syscalls @@ -0,0 +1,4283 @@ +From https://github.com/golang/sys/pull/129 + +From 028157e4a580ebfc9e9a39cb1d043845c3c549d2 Mon Sep 17 00:00:00 2001 +From: Lucas Raab +Date: Thu, 28 Jul 2022 23:44:24 +0000 +Subject: [PATCH] unix: update openbsd/{386,amd64,arm,arm64,mips64} to OpenBSD 7.1 + +Index: vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go +--- vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go.orig ++++ vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go +@@ -46,6 +46,7 @@ const ( + AF_SNA = 0xb + AF_UNIX = 0x1 + AF_UNSPEC = 0x0 ++ ALTWERASE = 0x200 + ARPHRD_ETHER = 0x1 + ARPHRD_FRELAY = 0xf + ARPHRD_IEEE1394 = 0x18 +@@ -108,6 +109,15 @@ const ( + BPF_DIRECTION_IN = 0x1 + BPF_DIRECTION_OUT = 0x2 + BPF_DIV = 0x30 ++ BPF_FILDROP_CAPTURE = 0x1 ++ BPF_FILDROP_DROP = 0x2 ++ BPF_FILDROP_PASS = 0x0 ++ BPF_F_DIR_IN = 0x10 ++ BPF_F_DIR_MASK = 0x30 ++ BPF_F_DIR_OUT = 0x20 ++ BPF_F_DIR_SHIFT = 0x4 ++ BPF_F_FLOWID = 0x8 ++ BPF_F_PRI_MASK = 0x7 + BPF_H = 0x8 + BPF_IMM = 0x0 + BPF_IND = 0x40 +@@ -136,6 +146,7 @@ const ( + BPF_OR = 0x40 + BPF_RELEASE = 0x30bb6 + BPF_RET = 0x6 ++ BPF_RND = 0xc0 + BPF_RSH = 0x70 + BPF_ST = 0x2 + BPF_STX = 0x3 +@@ -147,6 +158,12 @@ const ( + BRKINT = 0x2 + CFLUSH = 0xf + CLOCAL = 0x8000 ++ CLOCK_BOOTTIME = 0x6 ++ CLOCK_MONOTONIC = 0x3 ++ CLOCK_PROCESS_CPUTIME_ID = 0x2 ++ CLOCK_REALTIME = 0x0 ++ CLOCK_THREAD_CPUTIME_ID = 0x4 ++ CLOCK_UPTIME = 0x5 + CPUSTATES = 0x6 + CP_IDLE = 0x5 + CP_INTR = 0x4 +@@ -170,7 +187,65 @@ const ( + CTL_KERN = 0x1 + CTL_MAXNAME = 0xc + CTL_NET = 0x4 ++ DIOCADDQUEUE = 0xc100445d ++ DIOCADDRULE = 0xccc84404 ++ DIOCADDSTATE = 0xc1084425 ++ DIOCCHANGERULE = 0xccc8441a ++ DIOCCLRIFFLAG = 0xc024445a ++ DIOCCLRSRCNODES = 0x20004455 ++ DIOCCLRSTATES = 0xc0d04412 ++ DIOCCLRSTATUS = 0xc0244416 ++ DIOCGETLIMIT = 0xc0084427 ++ DIOCGETQSTATS = 0xc1084460 ++ DIOCGETQUEUE = 0xc100445f ++ DIOCGETQUEUES = 0xc100445e ++ DIOCGETRULE = 0xccc84407 ++ DIOCGETRULES = 0xccc84406 ++ DIOCGETRULESET = 0xc444443b ++ DIOCGETRULESETS = 0xc444443a ++ DIOCGETSRCNODES = 0xc0084454 ++ DIOCGETSTATE = 0xc1084413 ++ DIOCGETSTATES = 0xc0084419 ++ DIOCGETSTATUS = 0xc1e84415 ++ DIOCGETSYNFLWATS = 0xc0084463 ++ DIOCGETTIMEOUT = 0xc008441e ++ DIOCIGETIFACES = 0xc0244457 ++ DIOCKILLSRCNODES = 0xc068445b ++ DIOCKILLSTATES = 0xc0d04429 ++ DIOCNATLOOK = 0xc0504417 ++ DIOCOSFPADD = 0xc084444f + DIOCOSFPFLUSH = 0x2000444e ++ DIOCOSFPGET = 0xc0844450 ++ DIOCRADDADDRS = 0xc44c4443 ++ DIOCRADDTABLES = 0xc44c443d ++ DIOCRCLRADDRS = 0xc44c4442 ++ DIOCRCLRASTATS = 0xc44c4448 ++ DIOCRCLRTABLES = 0xc44c443c ++ DIOCRCLRTSTATS = 0xc44c4441 ++ DIOCRDELADDRS = 0xc44c4444 ++ DIOCRDELTABLES = 0xc44c443e ++ DIOCRGETADDRS = 0xc44c4446 ++ DIOCRGETASTATS = 0xc44c4447 ++ DIOCRGETTABLES = 0xc44c443f ++ DIOCRGETTSTATS = 0xc44c4440 ++ DIOCRINADEFINE = 0xc44c444d ++ DIOCRSETADDRS = 0xc44c4445 ++ DIOCRSETTFLAGS = 0xc44c444a ++ DIOCRTSTADDRS = 0xc44c4449 ++ DIOCSETDEBUG = 0xc0044418 ++ DIOCSETHOSTID = 0xc0044456 ++ DIOCSETIFFLAG = 0xc0244459 ++ DIOCSETLIMIT = 0xc0084428 ++ DIOCSETREASS = 0xc004445c ++ DIOCSETSTATUSIF = 0xc0244414 ++ DIOCSETSYNCOOKIES = 0xc0014462 ++ DIOCSETSYNFLWATS = 0xc0084461 ++ DIOCSETTIMEOUT = 0xc008441d ++ DIOCSTART = 0x20004401 ++ DIOCSTOP = 0x20004402 ++ DIOCXBEGIN = 0xc00c4451 ++ DIOCXCOMMIT = 0xc00c4452 ++ DIOCXROLLBACK = 0xc00c4453 + DLT_ARCNET = 0x7 + DLT_ATM_RFC1483 = 0xb + DLT_AX25 = 0x3 +@@ -186,6 +261,7 @@ const ( + DLT_LOOP = 0xc + DLT_MPLS = 0xdb + DLT_NULL = 0x0 ++ DLT_OPENFLOW = 0x10b + DLT_PFLOG = 0x75 + DLT_PFSYNC = 0x12 + DLT_PPP = 0x9 +@@ -196,6 +272,23 @@ const ( + DLT_RAW = 0xe + DLT_SLIP = 0x8 + DLT_SLIP_BSDOS = 0xf ++ DLT_USBPCAP = 0xf9 ++ DLT_USER0 = 0x93 ++ DLT_USER1 = 0x94 ++ DLT_USER10 = 0x9d ++ DLT_USER11 = 0x9e ++ DLT_USER12 = 0x9f ++ DLT_USER13 = 0xa0 ++ DLT_USER14 = 0xa1 ++ DLT_USER15 = 0xa2 ++ DLT_USER2 = 0x95 ++ DLT_USER3 = 0x96 ++ DLT_USER4 = 0x97 ++ DLT_USER5 = 0x98 ++ DLT_USER6 = 0x99 ++ DLT_USER7 = 0x9a ++ DLT_USER8 = 0x9b ++ DLT_USER9 = 0x9c + DT_BLK = 0x6 + DT_CHR = 0x2 + DT_DIR = 0x4 +@@ -215,6 +308,8 @@ const ( + EMUL_ENABLED = 0x1 + EMUL_NATIVE = 0x2 + ENDRUNDISC = 0x9 ++ ETH64_8021_RSVD_MASK = 0xfffffffffff0 ++ ETH64_8021_RSVD_PREFIX = 0x180c2000000 + ETHERMIN = 0x2e + ETHERMTU = 0x5dc + ETHERTYPE_8023 = 0x4 +@@ -267,6 +362,7 @@ const ( + ETHERTYPE_DN = 0x6003 + ETHERTYPE_DOGFIGHT = 0x1989 + ETHERTYPE_DSMD = 0x8039 ++ ETHERTYPE_EAPOL = 0x888e + ETHERTYPE_ECMA = 0x803 + ETHERTYPE_ENCRYPT = 0x803d + ETHERTYPE_ES = 0x805d +@@ -298,6 +394,7 @@ const ( + ETHERTYPE_LLDP = 0x88cc + ETHERTYPE_LOGICRAFT = 0x8148 + ETHERTYPE_LOOPBACK = 0x9000 ++ ETHERTYPE_MACSEC = 0x88e5 + ETHERTYPE_MATRA = 0x807a + ETHERTYPE_MAX = 0xffff + ETHERTYPE_MERIT = 0x807c +@@ -326,15 +423,17 @@ const ( + ETHERTYPE_NCD = 0x8149 + ETHERTYPE_NESTAR = 0x8006 + ETHERTYPE_NETBEUI = 0x8191 ++ ETHERTYPE_NHRP = 0x2001 + ETHERTYPE_NOVELL = 0x8138 + ETHERTYPE_NS = 0x600 + ETHERTYPE_NSAT = 0x601 + ETHERTYPE_NSCOMPAT = 0x807 ++ ETHERTYPE_NSH = 0x984f + ETHERTYPE_NTRAILER = 0x10 + ETHERTYPE_OS9 = 0x7007 + ETHERTYPE_OS9NET = 0x7009 + ETHERTYPE_PACER = 0x80c6 +- ETHERTYPE_PAE = 0x888e ++ ETHERTYPE_PBB = 0x88e7 + ETHERTYPE_PCS = 0x4242 + ETHERTYPE_PLANNING = 0x8044 + ETHERTYPE_PPP = 0x880b +@@ -409,28 +508,40 @@ const ( + ETHER_CRC_POLY_LE = 0xedb88320 + ETHER_HDR_LEN = 0xe + ETHER_MAX_DIX_LEN = 0x600 ++ ETHER_MAX_HARDMTU_LEN = 0xff9b + ETHER_MAX_LEN = 0x5ee + ETHER_MIN_LEN = 0x40 + ETHER_TYPE_LEN = 0x2 + ETHER_VLAN_ENCAP_LEN = 0x4 + EVFILT_AIO = -0x3 ++ EVFILT_DEVICE = -0x8 ++ EVFILT_EXCEPT = -0x9 + EVFILT_PROC = -0x5 + EVFILT_READ = -0x1 + EVFILT_SIGNAL = -0x6 +- EVFILT_SYSCOUNT = 0x7 ++ EVFILT_SYSCOUNT = 0x9 + EVFILT_TIMER = -0x7 + EVFILT_VNODE = -0x4 + EVFILT_WRITE = -0x2 ++ EVL_ENCAPLEN = 0x4 ++ EVL_PRIO_BITS = 0xd ++ EVL_PRIO_MAX = 0x7 ++ EVL_VLID_MASK = 0xfff ++ EVL_VLID_MAX = 0xffe ++ EVL_VLID_MIN = 0x1 ++ EVL_VLID_NULL = 0x0 + EV_ADD = 0x1 + EV_CLEAR = 0x20 + EV_DELETE = 0x2 + EV_DISABLE = 0x8 ++ EV_DISPATCH = 0x80 + EV_ENABLE = 0x4 + EV_EOF = 0x8000 + EV_ERROR = 0x4000 + EV_FLAG1 = 0x2000 + EV_ONESHOT = 0x10 +- EV_SYSFLAGS = 0xf000 ++ EV_RECEIPT = 0x40 ++ EV_SYSFLAGS = 0xf800 + EXTA = 0x4b00 + EXTB = 0x9600 + EXTPROC = 0x800 +@@ -443,6 +554,7 @@ const ( + F_GETFL = 0x3 + F_GETLK = 0x7 + F_GETOWN = 0x5 ++ F_ISATTY = 0xb + F_OK = 0x0 + F_RDLCK = 0x1 + F_SETFD = 0x2 +@@ -460,7 +572,6 @@ const ( + IEXTEN = 0x400 + IFAN_ARRIVAL = 0x0 + IFAN_DEPARTURE = 0x1 +- IFA_ROUTE = 0x1 + IFF_ALLMULTI = 0x200 + IFF_BROADCAST = 0x2 + IFF_CANTCHANGE = 0x8e52 +@@ -471,12 +582,12 @@ const ( + IFF_LOOPBACK = 0x8 + IFF_MULTICAST = 0x8000 + IFF_NOARP = 0x80 +- IFF_NOTRAILERS = 0x20 + IFF_OACTIVE = 0x400 + IFF_POINTOPOINT = 0x10 + IFF_PROMISC = 0x100 + IFF_RUNNING = 0x40 + IFF_SIMPLEX = 0x800 ++ IFF_STATICARP = 0x20 + IFF_UP = 0x1 + IFNAMSIZ = 0x10 + IFT_1822 = 0x2 +@@ -605,6 +716,7 @@ const ( + IFT_LINEGROUP = 0xd2 + IFT_LOCALTALK = 0x2a + IFT_LOOP = 0x18 ++ IFT_MBIM = 0xfa + IFT_MEDIAMAILOVERIP = 0x8b + IFT_MFSIGLINK = 0xa7 + IFT_MIOX25 = 0x26 +@@ -695,6 +807,7 @@ const ( + IFT_VOICEOVERCABLE = 0xc6 + IFT_VOICEOVERFRAMERELAY = 0x99 + IFT_VOICEOVERIP = 0x68 ++ IFT_WIREGUARD = 0xfb + IFT_X213 = 0x5d + IFT_X25 = 0x5 + IFT_X25DDN = 0x4 +@@ -729,8 +842,6 @@ const ( + IPPROTO_AH = 0x33 + IPPROTO_CARP = 0x70 + IPPROTO_DIVERT = 0x102 +- IPPROTO_DIVERT_INIT = 0x2 +- IPPROTO_DIVERT_RESP = 0x1 + IPPROTO_DONE = 0x101 + IPPROTO_DSTOPTS = 0x3c + IPPROTO_EGP = 0x8 +@@ -762,9 +873,11 @@ const ( + IPPROTO_RAW = 0xff + IPPROTO_ROUTING = 0x2b + IPPROTO_RSVP = 0x2e ++ IPPROTO_SCTP = 0x84 + IPPROTO_TCP = 0x6 + IPPROTO_TP = 0x1d + IPPROTO_UDP = 0x11 ++ IPPROTO_UDPLITE = 0x88 + IPV6_AUTH_LEVEL = 0x35 + IPV6_AUTOFLOWLABEL = 0x3b + IPV6_CHECKSUM = 0x1a +@@ -787,6 +900,7 @@ const ( + IPV6_LEAVE_GROUP = 0xd + IPV6_MAXHLIM = 0xff + IPV6_MAXPACKET = 0xffff ++ IPV6_MINHOPCOUNT = 0x41 + IPV6_MMTU = 0x500 + IPV6_MULTICAST_HOPS = 0xa + IPV6_MULTICAST_IF = 0x9 +@@ -826,12 +940,12 @@ const ( + IP_DEFAULT_MULTICAST_LOOP = 0x1 + IP_DEFAULT_MULTICAST_TTL = 0x1 + IP_DF = 0x4000 +- IP_DIVERTFL = 0x1022 + IP_DROP_MEMBERSHIP = 0xd + IP_ESP_NETWORK_LEVEL = 0x16 + IP_ESP_TRANS_LEVEL = 0x15 + IP_HDRINCL = 0x2 + IP_IPCOMP_LEVEL = 0x1d ++ IP_IPDEFTTL = 0x25 + IP_IPSECFLOWINFO = 0x24 + IP_IPSEC_LOCAL_AUTH = 0x1b + IP_IPSEC_LOCAL_CRED = 0x19 +@@ -865,10 +979,15 @@ const ( + IP_RETOPTS = 0x8 + IP_RF = 0x8000 + IP_RTABLE = 0x1021 ++ IP_SENDSRCADDR = 0x7 + IP_TOS = 0x3 + IP_TTL = 0x4 + ISIG = 0x80 + ISTRIP = 0x20 ++ ITIMER_PROF = 0x2 ++ ITIMER_REAL = 0x0 ++ ITIMER_VIRTUAL = 0x1 ++ IUCLC = 0x1000 + IXANY = 0x800 + IXOFF = 0x400 + IXON = 0x200 +@@ -900,10 +1019,11 @@ const ( + MAP_INHERIT_COPY = 0x1 + MAP_INHERIT_NONE = 0x2 + MAP_INHERIT_SHARE = 0x0 +- MAP_NOEXTEND = 0x100 +- MAP_NORESERVE = 0x40 ++ MAP_INHERIT_ZERO = 0x3 ++ MAP_NOEXTEND = 0x0 ++ MAP_NORESERVE = 0x0 + MAP_PRIVATE = 0x2 +- MAP_RENAME = 0x20 ++ MAP_RENAME = 0x0 + MAP_SHARED = 0x1 + MAP_STACK = 0x4000 + MAP_TRYFIXED = 0x0 +@@ -922,6 +1042,7 @@ const ( + MNT_NOATIME = 0x8000 + MNT_NODEV = 0x10 + MNT_NOEXEC = 0x4 ++ MNT_NOPERM = 0x20 + MNT_NOSUID = 0x8 + MNT_NOWAIT = 0x2 + MNT_QUOTA = 0x2000 +@@ -929,13 +1050,29 @@ const ( + MNT_RELOAD = 0x40000 + MNT_ROOTFS = 0x4000 + MNT_SOFTDEP = 0x4000000 ++ MNT_STALLED = 0x100000 ++ MNT_SWAPPABLE = 0x200000 + MNT_SYNCHRONOUS = 0x2 + MNT_UPDATE = 0x10000 + MNT_VISFLAGMASK = 0x400ffff + MNT_WAIT = 0x1 + MNT_WANTRDWR = 0x2000000 + MNT_WXALLOWED = 0x800 ++ MOUNT_AFS = "afs" ++ MOUNT_CD9660 = "cd9660" ++ MOUNT_EXT2FS = "ext2fs" ++ MOUNT_FFS = "ffs" ++ MOUNT_FUSEFS = "fuse" ++ MOUNT_MFS = "mfs" ++ MOUNT_MSDOS = "msdos" ++ MOUNT_NCPFS = "ncpfs" ++ MOUNT_NFS = "nfs" ++ MOUNT_NTFS = "ntfs" ++ MOUNT_TMPFS = "tmpfs" ++ MOUNT_UDF = "udf" ++ MOUNT_UFS = "ffs" + MSG_BCAST = 0x100 ++ MSG_CMSG_CLOEXEC = 0x800 + MSG_CTRUNC = 0x20 + MSG_DONTROUTE = 0x4 + MSG_DONTWAIT = 0x80 +@@ -953,12 +1090,16 @@ const ( + NET_RT_DUMP = 0x1 + NET_RT_FLAGS = 0x2 + NET_RT_IFLIST = 0x3 +- NET_RT_MAXID = 0x6 ++ NET_RT_IFNAMES = 0x6 ++ NET_RT_MAXID = 0x8 ++ NET_RT_SOURCE = 0x7 + NET_RT_STATS = 0x4 + NET_RT_TABLE = 0x5 + NFDBITS = 0x20 + NOFLSH = 0x80000000 ++ NOKERNINFO = 0x2000000 + NOTE_ATTRIB = 0x8 ++ NOTE_CHANGE = 0x1 + NOTE_CHILD = 0x4 + NOTE_DELETE = 0x1 + NOTE_EOF = 0x2 +@@ -968,6 +1109,7 @@ const ( + NOTE_FORK = 0x40000000 + NOTE_LINK = 0x10 + NOTE_LOWAT = 0x1 ++ NOTE_OOB = 0x4 + NOTE_PCTRLMASK = 0xf0000000 + NOTE_PDATAMASK = 0xfffff + NOTE_RENAME = 0x20 +@@ -977,11 +1119,13 @@ const ( + NOTE_TRUNCATE = 0x80 + NOTE_WRITE = 0x2 + OCRNL = 0x10 ++ OLCUC = 0x20 + ONLCR = 0x2 + ONLRET = 0x80 + ONOCR = 0x40 + ONOEOT = 0x8 + OPOST = 0x1 ++ OXTABS = 0x4 + O_ACCMODE = 0x3 + O_APPEND = 0x8 + O_ASYNC = 0x40 +@@ -1015,7 +1159,6 @@ const ( + PROT_NONE = 0x0 + PROT_READ = 0x1 + PROT_WRITE = 0x2 +- PT_MASK = 0x3ff000 + RLIMIT_CORE = 0x4 + RLIMIT_CPU = 0x0 + RLIMIT_DATA = 0x2 +@@ -1027,19 +1170,25 @@ const ( + RLIMIT_STACK = 0x3 + RLIM_INFINITY = 0x7fffffffffffffff + RTAX_AUTHOR = 0x6 ++ RTAX_BFD = 0xb + RTAX_BRD = 0x7 ++ RTAX_DNS = 0xc + RTAX_DST = 0x0 + RTAX_GATEWAY = 0x1 + RTAX_GENMASK = 0x3 + RTAX_IFA = 0x5 + RTAX_IFP = 0x4 + RTAX_LABEL = 0xa +- RTAX_MAX = 0xb ++ RTAX_MAX = 0xf + RTAX_NETMASK = 0x2 ++ RTAX_SEARCH = 0xe + RTAX_SRC = 0x8 + RTAX_SRCMASK = 0x9 ++ RTAX_STATIC = 0xd + RTA_AUTHOR = 0x40 ++ RTA_BFD = 0x800 + RTA_BRD = 0x80 ++ RTA_DNS = 0x1000 + RTA_DST = 0x1 + RTA_GATEWAY = 0x2 + RTA_GENMASK = 0x8 +@@ -1047,49 +1196,57 @@ const ( + RTA_IFP = 0x10 + RTA_LABEL = 0x400 + RTA_NETMASK = 0x4 ++ RTA_SEARCH = 0x4000 + RTA_SRC = 0x100 + RTA_SRCMASK = 0x200 ++ RTA_STATIC = 0x2000 + RTF_ANNOUNCE = 0x4000 ++ RTF_BFD = 0x1000000 + RTF_BLACKHOLE = 0x1000 ++ RTF_BROADCAST = 0x400000 ++ RTF_CACHED = 0x20000 + RTF_CLONED = 0x10000 + RTF_CLONING = 0x100 ++ RTF_CONNECTED = 0x800000 + RTF_DONE = 0x40 + RTF_DYNAMIC = 0x10 +- RTF_FMASK = 0x10f808 ++ RTF_FMASK = 0x110fc08 + RTF_GATEWAY = 0x2 + RTF_HOST = 0x4 + RTF_LLINFO = 0x400 +- RTF_MASK = 0x80 ++ RTF_LOCAL = 0x200000 + RTF_MODIFIED = 0x20 + RTF_MPATH = 0x40000 + RTF_MPLS = 0x100000 ++ RTF_MULTICAST = 0x200 + RTF_PERMANENT_ARP = 0x2000 + RTF_PROTO1 = 0x8000 + RTF_PROTO2 = 0x4000 + RTF_PROTO3 = 0x2000 + RTF_REJECT = 0x8 +- RTF_SOURCE = 0x20000 + RTF_STATIC = 0x800 +- RTF_TUNNEL = 0x100000 + RTF_UP = 0x1 + RTF_USETRAILERS = 0x8000 +- RTF_XRESOLVE = 0x200 ++ RTM_80211INFO = 0x15 + RTM_ADD = 0x1 ++ RTM_BFD = 0x12 + RTM_CHANGE = 0x3 ++ RTM_CHGADDRATTR = 0x14 + RTM_DELADDR = 0xd + RTM_DELETE = 0x2 + RTM_DESYNC = 0x10 + RTM_GET = 0x4 + RTM_IFANNOUNCE = 0xf + RTM_IFINFO = 0xe +- RTM_LOCK = 0x8 ++ RTM_INVALIDATE = 0x11 + RTM_LOSING = 0x5 + RTM_MAXSIZE = 0x800 + RTM_MISS = 0x7 + RTM_NEWADDR = 0xc ++ RTM_PROPOSAL = 0x13 + RTM_REDIRECT = 0x6 + RTM_RESOLVE = 0xb +- RTM_RTTUNIT = 0xf4240 ++ RTM_SOURCE = 0x16 + RTM_VERSION = 0x5 + RTV_EXPIRE = 0x4 + RTV_HOPCOUNT = 0x2 +@@ -1099,67 +1256,74 @@ const ( + RTV_RTTVAR = 0x80 + RTV_SPIPE = 0x10 + RTV_SSTHRESH = 0x20 ++ RT_TABLEID_BITS = 0x8 ++ RT_TABLEID_MASK = 0xff + RT_TABLEID_MAX = 0xff + RUSAGE_CHILDREN = -0x1 + RUSAGE_SELF = 0x0 + RUSAGE_THREAD = 0x1 + SCM_RIGHTS = 0x1 + SCM_TIMESTAMP = 0x4 ++ SEEK_CUR = 0x1 ++ SEEK_END = 0x2 ++ SEEK_SET = 0x0 + SHUT_RD = 0x0 + SHUT_RDWR = 0x2 + SHUT_WR = 0x1 + SIOCADDMULTI = 0x80206931 + SIOCAIFADDR = 0x8040691a + SIOCAIFGROUP = 0x80246987 +- SIOCALIFADDR = 0x8218691c + SIOCATMARK = 0x40047307 +- SIOCBRDGADD = 0x8054693c +- SIOCBRDGADDS = 0x80546941 +- SIOCBRDGARL = 0x806e694d ++ SIOCBRDGADD = 0x805c693c ++ SIOCBRDGADDL = 0x805c6949 ++ SIOCBRDGADDS = 0x805c6941 ++ SIOCBRDGARL = 0x808c694d + SIOCBRDGDADDR = 0x81286947 +- SIOCBRDGDEL = 0x8054693d +- SIOCBRDGDELS = 0x80546942 +- SIOCBRDGFLUSH = 0x80546948 +- SIOCBRDGFRL = 0x806e694e ++ SIOCBRDGDEL = 0x805c693d ++ SIOCBRDGDELS = 0x805c6942 ++ SIOCBRDGFLUSH = 0x805c6948 ++ SIOCBRDGFRL = 0x808c694e + SIOCBRDGGCACHE = 0xc0146941 + SIOCBRDGGFD = 0xc0146952 + SIOCBRDGGHT = 0xc0146951 +- SIOCBRDGGIFFLGS = 0xc054693e ++ SIOCBRDGGIFFLGS = 0xc05c693e + SIOCBRDGGMA = 0xc0146953 + SIOCBRDGGPARAM = 0xc03c6958 + SIOCBRDGGPRI = 0xc0146950 + SIOCBRDGGRL = 0xc028694f +- SIOCBRDGGSIFS = 0xc054693c + SIOCBRDGGTO = 0xc0146946 +- SIOCBRDGIFS = 0xc0546942 ++ SIOCBRDGIFS = 0xc05c6942 + SIOCBRDGRTS = 0xc0186943 + SIOCBRDGSADDR = 0xc1286944 + SIOCBRDGSCACHE = 0x80146940 + SIOCBRDGSFD = 0x80146952 + SIOCBRDGSHT = 0x80146951 +- SIOCBRDGSIFCOST = 0x80546955 +- SIOCBRDGSIFFLGS = 0x8054693f +- SIOCBRDGSIFPRIO = 0x80546954 ++ SIOCBRDGSIFCOST = 0x805c6955 ++ SIOCBRDGSIFFLGS = 0x805c693f ++ SIOCBRDGSIFPRIO = 0x805c6954 ++ SIOCBRDGSIFPROT = 0x805c694a + SIOCBRDGSMA = 0x80146953 + SIOCBRDGSPRI = 0x80146950 + SIOCBRDGSPROTO = 0x8014695a + SIOCBRDGSTO = 0x80146945 + SIOCBRDGSTXHC = 0x80146959 ++ SIOCDELLABEL = 0x80206997 + SIOCDELMULTI = 0x80206932 + SIOCDIFADDR = 0x80206919 + SIOCDIFGROUP = 0x80246989 ++ SIOCDIFPARENT = 0x802069b4 + SIOCDIFPHYADDR = 0x80206949 +- SIOCDLIFADDR = 0x8218691e ++ SIOCDPWE3NEIGHBOR = 0x802069de ++ SIOCDVNETID = 0x802069af + SIOCGETKALIVE = 0xc01869a4 + SIOCGETLABEL = 0x8020699a ++ SIOCGETMPWCFG = 0xc02069ae + SIOCGETPFLOW = 0xc02069fe + SIOCGETPFSYNC = 0xc02069f8 + SIOCGETSGCNT = 0xc0147534 + SIOCGETVIFCNT = 0xc0147533 + SIOCGETVLAN = 0xc0206990 +- SIOCGHIWAT = 0x40047301 + SIOCGIFADDR = 0xc0206921 +- SIOCGIFASYNCMAP = 0xc020697c + SIOCGIFBRDADDR = 0xc0206923 + SIOCGIFCONF = 0xc0086924 + SIOCGIFDATA = 0xc020691b +@@ -1168,40 +1332,53 @@ const ( + SIOCGIFFLAGS = 0xc0206911 + SIOCGIFGATTR = 0xc024698b + SIOCGIFGENERIC = 0xc020693a ++ SIOCGIFGLIST = 0xc024698d + SIOCGIFGMEMB = 0xc024698a + SIOCGIFGROUP = 0xc0246988 + SIOCGIFHARDMTU = 0xc02069a5 +- SIOCGIFMEDIA = 0xc0286936 ++ SIOCGIFLLPRIO = 0xc02069b6 ++ SIOCGIFMEDIA = 0xc0386938 + SIOCGIFMETRIC = 0xc0206917 + SIOCGIFMTU = 0xc020697e + SIOCGIFNETMASK = 0xc0206925 +- SIOCGIFPDSTADDR = 0xc0206948 ++ SIOCGIFPAIR = 0xc02069b1 ++ SIOCGIFPARENT = 0xc02069b3 + SIOCGIFPRIORITY = 0xc020699c +- SIOCGIFPSRCADDR = 0xc0206947 + SIOCGIFRDOMAIN = 0xc02069a0 + SIOCGIFRTLABEL = 0xc0206983 +- SIOCGIFTIMESLOT = 0xc0206986 ++ SIOCGIFRXR = 0x802069aa ++ SIOCGIFSFFPAGE = 0xc1126939 + SIOCGIFXFLAGS = 0xc020699e +- SIOCGLIFADDR = 0xc218691d + SIOCGLIFPHYADDR = 0xc218694b ++ SIOCGLIFPHYDF = 0xc02069c2 ++ SIOCGLIFPHYECN = 0xc02069c8 + SIOCGLIFPHYRTABLE = 0xc02069a2 + SIOCGLIFPHYTTL = 0xc02069a9 +- SIOCGLOWAT = 0x40047303 + SIOCGPGRP = 0x40047309 ++ SIOCGPWE3 = 0xc0206998 ++ SIOCGPWE3CTRLWORD = 0xc02069dc ++ SIOCGPWE3FAT = 0xc02069dd ++ SIOCGPWE3NEIGHBOR = 0xc21869de ++ SIOCGRXHPRIO = 0xc02069db + SIOCGSPPPPARAMS = 0xc0206994 ++ SIOCGTXHPRIO = 0xc02069c6 ++ SIOCGUMBINFO = 0xc02069be ++ SIOCGUMBPARAM = 0xc02069c0 + SIOCGVH = 0xc02069f6 ++ SIOCGVNETFLOWID = 0xc02069c4 + SIOCGVNETID = 0xc02069a7 ++ SIOCIFAFATTACH = 0x801169ab ++ SIOCIFAFDETACH = 0x801169ac + SIOCIFCREATE = 0x8020697a + SIOCIFDESTROY = 0x80206979 + SIOCIFGCLONERS = 0xc00c6978 + SIOCSETKALIVE = 0x801869a3 + SIOCSETLABEL = 0x80206999 ++ SIOCSETMPWCFG = 0x802069ad + SIOCSETPFLOW = 0x802069fd + SIOCSETPFSYNC = 0x802069f7 + SIOCSETVLAN = 0x8020698f +- SIOCSHIWAT = 0x80047300 + SIOCSIFADDR = 0x8020690c +- SIOCSIFASYNCMAP = 0x8020697d + SIOCSIFBRDADDR = 0x80206913 + SIOCSIFDESCR = 0x80206980 + SIOCSIFDSTADDR = 0x8020690e +@@ -1209,25 +1386,37 @@ const ( + SIOCSIFGATTR = 0x8024698c + SIOCSIFGENERIC = 0x80206939 + SIOCSIFLLADDR = 0x8020691f +- SIOCSIFMEDIA = 0xc0206935 ++ SIOCSIFLLPRIO = 0x802069b5 ++ SIOCSIFMEDIA = 0xc0206937 + SIOCSIFMETRIC = 0x80206918 + SIOCSIFMTU = 0x8020697f + SIOCSIFNETMASK = 0x80206916 +- SIOCSIFPHYADDR = 0x80406946 ++ SIOCSIFPAIR = 0x802069b0 ++ SIOCSIFPARENT = 0x802069b2 + SIOCSIFPRIORITY = 0x8020699b + SIOCSIFRDOMAIN = 0x8020699f + SIOCSIFRTLABEL = 0x80206982 +- SIOCSIFTIMESLOT = 0x80206985 + SIOCSIFXFLAGS = 0x8020699d + SIOCSLIFPHYADDR = 0x8218694a ++ SIOCSLIFPHYDF = 0x802069c1 ++ SIOCSLIFPHYECN = 0x802069c7 + SIOCSLIFPHYRTABLE = 0x802069a1 + SIOCSLIFPHYTTL = 0x802069a8 +- SIOCSLOWAT = 0x80047302 + SIOCSPGRP = 0x80047308 ++ SIOCSPWE3CTRLWORD = 0x802069dc ++ SIOCSPWE3FAT = 0x802069dd ++ SIOCSPWE3NEIGHBOR = 0x821869de ++ SIOCSRXHPRIO = 0x802069db + SIOCSSPPPPARAMS = 0x80206993 ++ SIOCSTXHPRIO = 0x802069c5 ++ SIOCSUMBPARAM = 0x802069bf + SIOCSVH = 0xc02069f5 ++ SIOCSVNETFLOWID = 0x802069c3 + SIOCSVNETID = 0x802069a6 ++ SOCK_CLOEXEC = 0x8000 + SOCK_DGRAM = 0x2 ++ SOCK_DNS = 0x1000 ++ SOCK_NONBLOCK = 0x4000 + SOCK_RAW = 0x3 + SOCK_RDM = 0x4 + SOCK_SEQPACKET = 0x5 +@@ -1238,6 +1427,7 @@ const ( + SO_BINDANY = 0x1000 + SO_BROADCAST = 0x20 + SO_DEBUG = 0x1 ++ SO_DOMAIN = 0x1024 + SO_DONTROUTE = 0x10 + SO_ERROR = 0x1007 + SO_KEEPALIVE = 0x8 +@@ -1245,6 +1435,7 @@ const ( + SO_NETPROC = 0x1020 + SO_OOBINLINE = 0x100 + SO_PEERCRED = 0x1022 ++ SO_PROTOCOL = 0x1025 + SO_RCVBUF = 0x1002 + SO_RCVLOWAT = 0x1004 + SO_RCVTIMEO = 0x1006 +@@ -1258,6 +1449,7 @@ const ( + SO_TIMESTAMP = 0x800 + SO_TYPE = 0x1008 + SO_USELOOPBACK = 0x40 ++ SO_ZEROIZE = 0x2000 + S_BLKSIZE = 0x200 + S_IEXEC = 0x40 + S_IFBLK = 0x6000 +@@ -1287,9 +1479,23 @@ const ( + S_IXOTH = 0x1 + S_IXUSR = 0x40 + TCIFLUSH = 0x1 ++ TCIOFF = 0x3 + TCIOFLUSH = 0x3 ++ TCION = 0x4 + TCOFLUSH = 0x2 +- TCP_MAXBURST = 0x4 ++ TCOOFF = 0x1 ++ TCOON = 0x2 ++ TCPOPT_EOL = 0x0 ++ TCPOPT_MAXSEG = 0x2 ++ TCPOPT_NOP = 0x1 ++ TCPOPT_SACK = 0x5 ++ TCPOPT_SACK_HDR = 0x1010500 ++ TCPOPT_SACK_PERMITTED = 0x4 ++ TCPOPT_SACK_PERMIT_HDR = 0x1010402 ++ TCPOPT_SIGNATURE = 0x13 ++ TCPOPT_TIMESTAMP = 0x8 ++ TCPOPT_TSTAMP_HDR = 0x101080a ++ TCPOPT_WINDOW = 0x3 + TCP_MAXSEG = 0x2 + TCP_MAXWIN = 0xffff + TCP_MAX_SACK = 0x3 +@@ -1298,11 +1504,15 @@ const ( + TCP_MSS = 0x200 + TCP_NODELAY = 0x1 + TCP_NOPUSH = 0x10 +- TCP_NSTATES = 0xb ++ TCP_SACKHOLE_LIMIT = 0x80 + TCP_SACK_ENABLE = 0x8 + TCSAFLUSH = 0x2 ++ TIMER_ABSTIME = 0x1 ++ TIMER_RELTIME = 0x0 + TIOCCBRK = 0x2000747a + TIOCCDTR = 0x20007478 ++ TIOCCHKVERAUTH = 0x2000741e ++ TIOCCLRVERAUTH = 0x2000741d + TIOCCONS = 0x80047462 + TIOCDRAIN = 0x2000745e + TIOCEXCL = 0x2000740d +@@ -1357,17 +1567,21 @@ const ( + TIOCSETAF = 0x802c7416 + TIOCSETAW = 0x802c7415 + TIOCSETD = 0x8004741b ++ TIOCSETVERAUTH = 0x8004741c + TIOCSFLAGS = 0x8004745c + TIOCSIG = 0x8004745f + TIOCSPGRP = 0x80047476 + TIOCSTART = 0x2000746e +- TIOCSTAT = 0x80047465 +- TIOCSTI = 0x80017472 ++ TIOCSTAT = 0x20007465 + TIOCSTOP = 0x2000746f + TIOCSTSTAMP = 0x8008745a + TIOCSWINSZ = 0x80087467 + TIOCUCNTL = 0x80047466 ++ TIOCUCNTL_CBRK = 0x7a ++ TIOCUCNTL_SBRK = 0x7b + TOSTOP = 0x400000 ++ UTIME_NOW = -0x2 ++ UTIME_OMIT = -0x1 + VDISCARD = 0xf + VDSUSP = 0xb + VEOF = 0x0 +@@ -1378,6 +1592,19 @@ const ( + VKILL = 0x5 + VLNEXT = 0xe + VMIN = 0x10 ++ VM_ANONMIN = 0x7 ++ VM_LOADAVG = 0x2 ++ VM_MALLOC_CONF = 0xc ++ VM_MAXID = 0xd ++ VM_MAXSLP = 0xa ++ VM_METER = 0x1 ++ VM_NKMEMPAGES = 0x6 ++ VM_PSSTRINGS = 0x3 ++ VM_SWAPENCRYPT = 0x5 ++ VM_USPACE = 0xb ++ VM_UVMEXP = 0x4 ++ VM_VNODEMIN = 0x9 ++ VM_VTEXTMIN = 0x8 + VQUIT = 0x9 + VREPRINT = 0x6 + VSTART = 0xc +@@ -1390,8 +1617,8 @@ const ( + WCONTINUED = 0x8 + WCOREFLAG = 0x80 + WNOHANG = 0x1 +- WSTOPPED = 0x7f + WUNTRACED = 0x2 ++ XCASE = 0x1000000 + ) + + // Errors +@@ -1405,6 +1632,7 @@ const ( + EALREADY = syscall.Errno(0x25) + EAUTH = syscall.Errno(0x50) + EBADF = syscall.Errno(0x9) ++ EBADMSG = syscall.Errno(0x5c) + EBADRPC = syscall.Errno(0x48) + EBUSY = syscall.Errno(0x10) + ECANCELED = syscall.Errno(0x58) +@@ -1431,7 +1659,7 @@ const ( + EIPSEC = syscall.Errno(0x52) + EISCONN = syscall.Errno(0x38) + EISDIR = syscall.Errno(0x15) +- ELAST = syscall.Errno(0x5b) ++ ELAST = syscall.Errno(0x5f) + ELOOP = syscall.Errno(0x3e) + EMEDIUMTYPE = syscall.Errno(0x56) + EMFILE = syscall.Errno(0x18) +@@ -1459,12 +1687,14 @@ const ( + ENOTCONN = syscall.Errno(0x39) + ENOTDIR = syscall.Errno(0x14) + ENOTEMPTY = syscall.Errno(0x42) ++ ENOTRECOVERABLE = syscall.Errno(0x5d) + ENOTSOCK = syscall.Errno(0x26) + ENOTSUP = syscall.Errno(0x5b) + ENOTTY = syscall.Errno(0x19) + ENXIO = syscall.Errno(0x6) + EOPNOTSUPP = syscall.Errno(0x2d) + EOVERFLOW = syscall.Errno(0x57) ++ EOWNERDEAD = syscall.Errno(0x5e) + EPERM = syscall.Errno(0x1) + EPFNOSUPPORT = syscall.Errno(0x2e) + EPIPE = syscall.Errno(0x20) +@@ -1472,6 +1702,7 @@ const ( + EPROCUNAVAIL = syscall.Errno(0x4c) + EPROGMISMATCH = syscall.Errno(0x4b) + EPROGUNAVAIL = syscall.Errno(0x4a) ++ EPROTO = syscall.Errno(0x5f) + EPROTONOSUPPORT = syscall.Errno(0x2b) + EPROTOTYPE = syscall.Errno(0x29) + ERANGE = syscall.Errno(0x22) +@@ -1568,7 +1799,7 @@ var errorList = [...]struct { + {32, "EPIPE", "broken pipe"}, + {33, "EDOM", "numerical argument out of domain"}, + {34, "ERANGE", "result too large"}, +- {35, "EWOULDBLOCK", "resource temporarily unavailable"}, ++ {35, "EAGAIN", "resource temporarily unavailable"}, + {36, "EINPROGRESS", "operation now in progress"}, + {37, "EALREADY", "operation already in progress"}, + {38, "ENOTSOCK", "socket operation on non-socket"}, +@@ -1624,7 +1855,11 @@ var errorList = [...]struct { + {88, "ECANCELED", "operation canceled"}, + {89, "EIDRM", "identifier removed"}, + {90, "ENOMSG", "no message of desired type"}, +- {91, "ELAST", "not supported"}, ++ {91, "ENOTSUP", "not supported"}, ++ {92, "EBADMSG", "bad message"}, ++ {93, "ENOTRECOVERABLE", "state not recoverable"}, ++ {94, "EOWNERDEAD", "previous owner died"}, ++ {95, "ELAST", "protocol error"}, + } + + // Signal table +Index: vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go +--- vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go.orig ++++ vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go +@@ -109,6 +109,15 @@ const ( + BPF_DIRECTION_IN = 0x1 + BPF_DIRECTION_OUT = 0x2 + BPF_DIV = 0x30 ++ BPF_FILDROP_CAPTURE = 0x1 ++ BPF_FILDROP_DROP = 0x2 ++ BPF_FILDROP_PASS = 0x0 ++ BPF_F_DIR_IN = 0x10 ++ BPF_F_DIR_MASK = 0x30 ++ BPF_F_DIR_OUT = 0x20 ++ BPF_F_DIR_SHIFT = 0x4 ++ BPF_F_FLOWID = 0x8 ++ BPF_F_PRI_MASK = 0x7 + BPF_H = 0x8 + BPF_IMM = 0x0 + BPF_IND = 0x40 +@@ -137,6 +146,7 @@ const ( + BPF_OR = 0x40 + BPF_RELEASE = 0x30bb6 + BPF_RET = 0x6 ++ BPF_RND = 0xc0 + BPF_RSH = 0x70 + BPF_ST = 0x2 + BPF_STX = 0x3 +@@ -177,7 +187,65 @@ const ( + CTL_KERN = 0x1 + CTL_MAXNAME = 0xc + CTL_NET = 0x4 ++ DIOCADDQUEUE = 0xc110445d ++ DIOCADDRULE = 0xcd604404 ++ DIOCADDSTATE = 0xc1084425 ++ DIOCCHANGERULE = 0xcd60441a ++ DIOCCLRIFFLAG = 0xc028445a ++ DIOCCLRSRCNODES = 0x20004455 ++ DIOCCLRSTATES = 0xc0e04412 ++ DIOCCLRSTATUS = 0xc0284416 ++ DIOCGETLIMIT = 0xc0084427 ++ DIOCGETQSTATS = 0xc1204460 ++ DIOCGETQUEUE = 0xc110445f ++ DIOCGETQUEUES = 0xc110445e ++ DIOCGETRULE = 0xcd604407 ++ DIOCGETRULES = 0xcd604406 ++ DIOCGETRULESET = 0xc444443b ++ DIOCGETRULESETS = 0xc444443a ++ DIOCGETSRCNODES = 0xc0104454 ++ DIOCGETSTATE = 0xc1084413 ++ DIOCGETSTATES = 0xc0104419 ++ DIOCGETSTATUS = 0xc1e84415 ++ DIOCGETSYNFLWATS = 0xc0084463 ++ DIOCGETTIMEOUT = 0xc008441e ++ DIOCIGETIFACES = 0xc0284457 ++ DIOCKILLSRCNODES = 0xc080445b ++ DIOCKILLSTATES = 0xc0e04429 ++ DIOCNATLOOK = 0xc0504417 ++ DIOCOSFPADD = 0xc088444f + DIOCOSFPFLUSH = 0x2000444e ++ DIOCOSFPGET = 0xc0884450 ++ DIOCRADDADDRS = 0xc4504443 ++ DIOCRADDTABLES = 0xc450443d ++ DIOCRCLRADDRS = 0xc4504442 ++ DIOCRCLRASTATS = 0xc4504448 ++ DIOCRCLRTABLES = 0xc450443c ++ DIOCRCLRTSTATS = 0xc4504441 ++ DIOCRDELADDRS = 0xc4504444 ++ DIOCRDELTABLES = 0xc450443e ++ DIOCRGETADDRS = 0xc4504446 ++ DIOCRGETASTATS = 0xc4504447 ++ DIOCRGETTABLES = 0xc450443f ++ DIOCRGETTSTATS = 0xc4504440 ++ DIOCRINADEFINE = 0xc450444d ++ DIOCRSETADDRS = 0xc4504445 ++ DIOCRSETTFLAGS = 0xc450444a ++ DIOCRTSTADDRS = 0xc4504449 ++ DIOCSETDEBUG = 0xc0044418 ++ DIOCSETHOSTID = 0xc0044456 ++ DIOCSETIFFLAG = 0xc0284459 ++ DIOCSETLIMIT = 0xc0084428 ++ DIOCSETREASS = 0xc004445c ++ DIOCSETSTATUSIF = 0xc0284414 ++ DIOCSETSYNCOOKIES = 0xc0014462 ++ DIOCSETSYNFLWATS = 0xc0084461 ++ DIOCSETTIMEOUT = 0xc008441d ++ DIOCSTART = 0x20004401 ++ DIOCSTOP = 0x20004402 ++ DIOCXBEGIN = 0xc0104451 ++ DIOCXCOMMIT = 0xc0104452 ++ DIOCXROLLBACK = 0xc0104453 + DLT_ARCNET = 0x7 + DLT_ATM_RFC1483 = 0xb + DLT_AX25 = 0x3 +@@ -240,6 +308,8 @@ const ( + EMUL_ENABLED = 0x1 + EMUL_NATIVE = 0x2 + ENDRUNDISC = 0x9 ++ ETH64_8021_RSVD_MASK = 0xfffffffffff0 ++ ETH64_8021_RSVD_PREFIX = 0x180c2000000 + ETHERMIN = 0x2e + ETHERMTU = 0x5dc + ETHERTYPE_8023 = 0x4 +@@ -292,6 +362,7 @@ const ( + ETHERTYPE_DN = 0x6003 + ETHERTYPE_DOGFIGHT = 0x1989 + ETHERTYPE_DSMD = 0x8039 ++ ETHERTYPE_EAPOL = 0x888e + ETHERTYPE_ECMA = 0x803 + ETHERTYPE_ENCRYPT = 0x803d + ETHERTYPE_ES = 0x805d +@@ -323,6 +394,7 @@ const ( + ETHERTYPE_LLDP = 0x88cc + ETHERTYPE_LOGICRAFT = 0x8148 + ETHERTYPE_LOOPBACK = 0x9000 ++ ETHERTYPE_MACSEC = 0x88e5 + ETHERTYPE_MATRA = 0x807a + ETHERTYPE_MAX = 0xffff + ETHERTYPE_MERIT = 0x807c +@@ -351,15 +423,17 @@ const ( + ETHERTYPE_NCD = 0x8149 + ETHERTYPE_NESTAR = 0x8006 + ETHERTYPE_NETBEUI = 0x8191 ++ ETHERTYPE_NHRP = 0x2001 + ETHERTYPE_NOVELL = 0x8138 + ETHERTYPE_NS = 0x600 + ETHERTYPE_NSAT = 0x601 + ETHERTYPE_NSCOMPAT = 0x807 ++ ETHERTYPE_NSH = 0x984f + ETHERTYPE_NTRAILER = 0x10 + ETHERTYPE_OS9 = 0x7007 + ETHERTYPE_OS9NET = 0x7009 + ETHERTYPE_PACER = 0x80c6 +- ETHERTYPE_PAE = 0x888e ++ ETHERTYPE_PBB = 0x88e7 + ETHERTYPE_PCS = 0x4242 + ETHERTYPE_PLANNING = 0x8044 + ETHERTYPE_PPP = 0x880b +@@ -441,10 +515,11 @@ const ( + ETHER_VLAN_ENCAP_LEN = 0x4 + EVFILT_AIO = -0x3 + EVFILT_DEVICE = -0x8 ++ EVFILT_EXCEPT = -0x9 + EVFILT_PROC = -0x5 + EVFILT_READ = -0x1 + EVFILT_SIGNAL = -0x6 +- EVFILT_SYSCOUNT = 0x8 ++ EVFILT_SYSCOUNT = 0x9 + EVFILT_TIMER = -0x7 + EVFILT_VNODE = -0x4 + EVFILT_WRITE = -0x2 +@@ -466,7 +541,7 @@ const ( + EV_FLAG1 = 0x2000 + EV_ONESHOT = 0x10 + EV_RECEIPT = 0x40 +- EV_SYSFLAGS = 0xf000 ++ EV_SYSFLAGS = 0xf800 + EXTA = 0x4b00 + EXTB = 0x9600 + EXTPROC = 0x800 +@@ -732,6 +807,7 @@ const ( + IFT_VOICEOVERCABLE = 0xc6 + IFT_VOICEOVERFRAMERELAY = 0x99 + IFT_VOICEOVERIP = 0x68 ++ IFT_WIREGUARD = 0xfb + IFT_X213 = 0x5d + IFT_X25 = 0x5 + IFT_X25DDN = 0x4 +@@ -797,9 +873,11 @@ const ( + IPPROTO_RAW = 0xff + IPPROTO_ROUTING = 0x2b + IPPROTO_RSVP = 0x2e ++ IPPROTO_SCTP = 0x84 + IPPROTO_TCP = 0x6 + IPPROTO_TP = 0x1d + IPPROTO_UDP = 0x11 ++ IPPROTO_UDPLITE = 0x88 + IPV6_AUTH_LEVEL = 0x35 + IPV6_AUTOFLOWLABEL = 0x3b + IPV6_CHECKSUM = 0x1a +@@ -906,6 +984,9 @@ const ( + IP_TTL = 0x4 + ISIG = 0x80 + ISTRIP = 0x20 ++ ITIMER_PROF = 0x2 ++ ITIMER_REAL = 0x0 ++ ITIMER_VIRTUAL = 0x1 + IUCLC = 0x1000 + IXANY = 0x800 + IXOFF = 0x400 +@@ -970,12 +1051,26 @@ const ( + MNT_ROOTFS = 0x4000 + MNT_SOFTDEP = 0x4000000 + MNT_STALLED = 0x100000 ++ MNT_SWAPPABLE = 0x200000 + MNT_SYNCHRONOUS = 0x2 + MNT_UPDATE = 0x10000 + MNT_VISFLAGMASK = 0x400ffff + MNT_WAIT = 0x1 + MNT_WANTRDWR = 0x2000000 + MNT_WXALLOWED = 0x800 ++ MOUNT_AFS = "afs" ++ MOUNT_CD9660 = "cd9660" ++ MOUNT_EXT2FS = "ext2fs" ++ MOUNT_FFS = "ffs" ++ MOUNT_FUSEFS = "fuse" ++ MOUNT_MFS = "mfs" ++ MOUNT_MSDOS = "msdos" ++ MOUNT_NCPFS = "ncpfs" ++ MOUNT_NFS = "nfs" ++ MOUNT_NTFS = "ntfs" ++ MOUNT_TMPFS = "tmpfs" ++ MOUNT_UDF = "udf" ++ MOUNT_UFS = "ffs" + MSG_BCAST = 0x100 + MSG_CMSG_CLOEXEC = 0x800 + MSG_CTRUNC = 0x20 +@@ -996,7 +1091,8 @@ const ( + NET_RT_FLAGS = 0x2 + NET_RT_IFLIST = 0x3 + NET_RT_IFNAMES = 0x6 +- NET_RT_MAXID = 0x7 ++ NET_RT_MAXID = 0x8 ++ NET_RT_SOURCE = 0x7 + NET_RT_STATS = 0x4 + NET_RT_TABLE = 0x5 + NFDBITS = 0x20 +@@ -1013,6 +1109,7 @@ const ( + NOTE_FORK = 0x40000000 + NOTE_LINK = 0x10 + NOTE_LOWAT = 0x1 ++ NOTE_OOB = 0x4 + NOTE_PCTRLMASK = 0xf0000000 + NOTE_PDATAMASK = 0xfffff + NOTE_RENAME = 0x20 +@@ -1130,9 +1227,11 @@ const ( + RTF_STATIC = 0x800 + RTF_UP = 0x1 + RTF_USETRAILERS = 0x8000 ++ RTM_80211INFO = 0x15 + RTM_ADD = 0x1 + RTM_BFD = 0x12 + RTM_CHANGE = 0x3 ++ RTM_CHGADDRATTR = 0x14 + RTM_DELADDR = 0xd + RTM_DELETE = 0x2 + RTM_DESYNC = 0x10 +@@ -1140,7 +1239,6 @@ const ( + RTM_IFANNOUNCE = 0xf + RTM_IFINFO = 0xe + RTM_INVALIDATE = 0x11 +- RTM_LOCK = 0x8 + RTM_LOSING = 0x5 + RTM_MAXSIZE = 0x800 + RTM_MISS = 0x7 +@@ -1148,7 +1246,7 @@ const ( + RTM_PROPOSAL = 0x13 + RTM_REDIRECT = 0x6 + RTM_RESOLVE = 0xb +- RTM_RTTUNIT = 0xf4240 ++ RTM_SOURCE = 0x16 + RTM_VERSION = 0x5 + RTV_EXPIRE = 0x4 + RTV_HOPCOUNT = 0x2 +@@ -1166,6 +1264,9 @@ const ( + RUSAGE_THREAD = 0x1 + SCM_RIGHTS = 0x1 + SCM_TIMESTAMP = 0x4 ++ SEEK_CUR = 0x1 ++ SEEK_END = 0x2 ++ SEEK_SET = 0x0 + SHUT_RD = 0x0 + SHUT_RDWR = 0x2 + SHUT_WR = 0x1 +@@ -1182,35 +1283,37 @@ const ( + SIOCBRDGDELS = 0x80606942 + SIOCBRDGFLUSH = 0x80606948 + SIOCBRDGFRL = 0x808c694e +- SIOCBRDGGCACHE = 0xc0186941 +- SIOCBRDGGFD = 0xc0186952 +- SIOCBRDGGHT = 0xc0186951 ++ SIOCBRDGGCACHE = 0xc0146941 ++ SIOCBRDGGFD = 0xc0146952 ++ SIOCBRDGGHT = 0xc0146951 + SIOCBRDGGIFFLGS = 0xc060693e +- SIOCBRDGGMA = 0xc0186953 ++ SIOCBRDGGMA = 0xc0146953 + SIOCBRDGGPARAM = 0xc0406958 +- SIOCBRDGGPRI = 0xc0186950 ++ SIOCBRDGGPRI = 0xc0146950 + SIOCBRDGGRL = 0xc030694f +- SIOCBRDGGTO = 0xc0186946 ++ SIOCBRDGGTO = 0xc0146946 + SIOCBRDGIFS = 0xc0606942 + SIOCBRDGRTS = 0xc0206943 + SIOCBRDGSADDR = 0xc1286944 +- SIOCBRDGSCACHE = 0x80186940 +- SIOCBRDGSFD = 0x80186952 +- SIOCBRDGSHT = 0x80186951 ++ SIOCBRDGSCACHE = 0x80146940 ++ SIOCBRDGSFD = 0x80146952 ++ SIOCBRDGSHT = 0x80146951 + SIOCBRDGSIFCOST = 0x80606955 + SIOCBRDGSIFFLGS = 0x8060693f + SIOCBRDGSIFPRIO = 0x80606954 + SIOCBRDGSIFPROT = 0x8060694a +- SIOCBRDGSMA = 0x80186953 +- SIOCBRDGSPRI = 0x80186950 +- SIOCBRDGSPROTO = 0x8018695a +- SIOCBRDGSTO = 0x80186945 +- SIOCBRDGSTXHC = 0x80186959 ++ SIOCBRDGSMA = 0x80146953 ++ SIOCBRDGSPRI = 0x80146950 ++ SIOCBRDGSPROTO = 0x8014695a ++ SIOCBRDGSTO = 0x80146945 ++ SIOCBRDGSTXHC = 0x80146959 ++ SIOCDELLABEL = 0x80206997 + SIOCDELMULTI = 0x80206932 + SIOCDIFADDR = 0x80206919 + SIOCDIFGROUP = 0x80286989 + SIOCDIFPARENT = 0x802069b4 + SIOCDIFPHYADDR = 0x80206949 ++ SIOCDPWE3NEIGHBOR = 0x802069de + SIOCDVNETID = 0x802069af + SIOCGETKALIVE = 0xc01869a4 + SIOCGETLABEL = 0x8020699a +@@ -1229,6 +1332,7 @@ const ( + SIOCGIFFLAGS = 0xc0206911 + SIOCGIFGATTR = 0xc028698b + SIOCGIFGENERIC = 0xc020693a ++ SIOCGIFGLIST = 0xc028698d + SIOCGIFGMEMB = 0xc028698a + SIOCGIFGROUP = 0xc0286988 + SIOCGIFHARDMTU = 0xc02069a5 +@@ -1243,13 +1347,21 @@ const ( + SIOCGIFRDOMAIN = 0xc02069a0 + SIOCGIFRTLABEL = 0xc0206983 + SIOCGIFRXR = 0x802069aa ++ SIOCGIFSFFPAGE = 0xc1126939 + SIOCGIFXFLAGS = 0xc020699e + SIOCGLIFPHYADDR = 0xc218694b + SIOCGLIFPHYDF = 0xc02069c2 ++ SIOCGLIFPHYECN = 0xc02069c8 + SIOCGLIFPHYRTABLE = 0xc02069a2 + SIOCGLIFPHYTTL = 0xc02069a9 + SIOCGPGRP = 0x40047309 ++ SIOCGPWE3 = 0xc0206998 ++ SIOCGPWE3CTRLWORD = 0xc02069dc ++ SIOCGPWE3FAT = 0xc02069dd ++ SIOCGPWE3NEIGHBOR = 0xc21869de ++ SIOCGRXHPRIO = 0xc02069db + SIOCGSPPPPARAMS = 0xc0206994 ++ SIOCGTXHPRIO = 0xc02069c6 + SIOCGUMBINFO = 0xc02069be + SIOCGUMBPARAM = 0xc02069c0 + SIOCGVH = 0xc02069f6 +@@ -1287,19 +1399,20 @@ const ( + SIOCSIFXFLAGS = 0x8020699d + SIOCSLIFPHYADDR = 0x8218694a + SIOCSLIFPHYDF = 0x802069c1 ++ SIOCSLIFPHYECN = 0x802069c7 + SIOCSLIFPHYRTABLE = 0x802069a1 + SIOCSLIFPHYTTL = 0x802069a8 + SIOCSPGRP = 0x80047308 ++ SIOCSPWE3CTRLWORD = 0x802069dc ++ SIOCSPWE3FAT = 0x802069dd ++ SIOCSPWE3NEIGHBOR = 0x821869de ++ SIOCSRXHPRIO = 0x802069db + SIOCSSPPPPARAMS = 0x80206993 ++ SIOCSTXHPRIO = 0x802069c5 + SIOCSUMBPARAM = 0x802069bf + SIOCSVH = 0xc02069f5 + SIOCSVNETFLOWID = 0x802069c3 + SIOCSVNETID = 0x802069a6 +- SIOCSWGDPID = 0xc018695b +- SIOCSWGMAXFLOW = 0xc0186960 +- SIOCSWGMAXGROUP = 0xc018695d +- SIOCSWSDPID = 0x8018695c +- SIOCSWSPORTNO = 0xc060695f + SOCK_CLOEXEC = 0x8000 + SOCK_DGRAM = 0x2 + SOCK_DNS = 0x1000 +@@ -1314,6 +1427,7 @@ const ( + SO_BINDANY = 0x1000 + SO_BROADCAST = 0x20 + SO_DEBUG = 0x1 ++ SO_DOMAIN = 0x1024 + SO_DONTROUTE = 0x10 + SO_ERROR = 0x1007 + SO_KEEPALIVE = 0x8 +@@ -1321,6 +1435,7 @@ const ( + SO_NETPROC = 0x1020 + SO_OOBINLINE = 0x100 + SO_PEERCRED = 0x1022 ++ SO_PROTOCOL = 0x1025 + SO_RCVBUF = 0x1002 + SO_RCVLOWAT = 0x1004 + SO_RCVTIMEO = 0x1006 +@@ -1370,7 +1485,17 @@ const ( + TCOFLUSH = 0x2 + TCOOFF = 0x1 + TCOON = 0x2 +- TCP_MAXBURST = 0x4 ++ TCPOPT_EOL = 0x0 ++ TCPOPT_MAXSEG = 0x2 ++ TCPOPT_NOP = 0x1 ++ TCPOPT_SACK = 0x5 ++ TCPOPT_SACK_HDR = 0x1010500 ++ TCPOPT_SACK_PERMITTED = 0x4 ++ TCPOPT_SACK_PERMIT_HDR = 0x1010402 ++ TCPOPT_SIGNATURE = 0x13 ++ TCPOPT_TIMESTAMP = 0x8 ++ TCPOPT_TSTAMP_HDR = 0x101080a ++ TCPOPT_WINDOW = 0x3 + TCP_MAXSEG = 0x2 + TCP_MAXWIN = 0xffff + TCP_MAX_SACK = 0x3 +@@ -1379,8 +1504,11 @@ const ( + TCP_MSS = 0x200 + TCP_NODELAY = 0x1 + TCP_NOPUSH = 0x10 ++ TCP_SACKHOLE_LIMIT = 0x80 + TCP_SACK_ENABLE = 0x8 + TCSAFLUSH = 0x2 ++ TIMER_ABSTIME = 0x1 ++ TIMER_RELTIME = 0x0 + TIOCCBRK = 0x2000747a + TIOCCDTR = 0x20007478 + TIOCCHKVERAUTH = 0x2000741e +@@ -1445,7 +1573,6 @@ const ( + TIOCSPGRP = 0x80047476 + TIOCSTART = 0x2000746e + TIOCSTAT = 0x20007465 +- TIOCSTI = 0x80017472 + TIOCSTOP = 0x2000746f + TIOCSTSTAMP = 0x8008745a + TIOCSWINSZ = 0x80087467 +@@ -1467,7 +1594,8 @@ const ( + VMIN = 0x10 + VM_ANONMIN = 0x7 + VM_LOADAVG = 0x2 +- VM_MAXID = 0xc ++ VM_MALLOC_CONF = 0xc ++ VM_MAXID = 0xd + VM_MAXSLP = 0xa + VM_METER = 0x1 + VM_NKMEMPAGES = 0x6 +Index: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go +--- vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go.orig ++++ vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go +@@ -112,6 +112,12 @@ const ( + BPF_FILDROP_CAPTURE = 0x1 + BPF_FILDROP_DROP = 0x2 + BPF_FILDROP_PASS = 0x0 ++ BPF_F_DIR_IN = 0x10 ++ BPF_F_DIR_MASK = 0x30 ++ BPF_F_DIR_OUT = 0x20 ++ BPF_F_DIR_SHIFT = 0x4 ++ BPF_F_FLOWID = 0x8 ++ BPF_F_PRI_MASK = 0x7 + BPF_H = 0x8 + BPF_IMM = 0x0 + BPF_IND = 0x40 +@@ -140,6 +146,7 @@ const ( + BPF_OR = 0x40 + BPF_RELEASE = 0x30bb6 + BPF_RET = 0x6 ++ BPF_RND = 0xc0 + BPF_RSH = 0x70 + BPF_ST = 0x2 + BPF_STX = 0x3 +@@ -180,7 +187,65 @@ const ( + CTL_KERN = 0x1 + CTL_MAXNAME = 0xc + CTL_NET = 0x4 ++ DIOCADDQUEUE = 0xc110445d ++ DIOCADDRULE = 0xcd604404 ++ DIOCADDSTATE = 0xc1084425 ++ DIOCCHANGERULE = 0xcd60441a ++ DIOCCLRIFFLAG = 0xc028445a ++ DIOCCLRSRCNODES = 0x20004455 ++ DIOCCLRSTATES = 0xc0e04412 ++ DIOCCLRSTATUS = 0xc0284416 ++ DIOCGETLIMIT = 0xc0084427 ++ DIOCGETQSTATS = 0xc1204460 ++ DIOCGETQUEUE = 0xc110445f ++ DIOCGETQUEUES = 0xc110445e ++ DIOCGETRULE = 0xcd604407 ++ DIOCGETRULES = 0xcd604406 ++ DIOCGETRULESET = 0xc444443b ++ DIOCGETRULESETS = 0xc444443a ++ DIOCGETSRCNODES = 0xc0104454 ++ DIOCGETSTATE = 0xc1084413 ++ DIOCGETSTATES = 0xc0104419 ++ DIOCGETSTATUS = 0xc1e84415 ++ DIOCGETSYNFLWATS = 0xc0084463 ++ DIOCGETTIMEOUT = 0xc008441e ++ DIOCIGETIFACES = 0xc0284457 ++ DIOCKILLSRCNODES = 0xc080445b ++ DIOCKILLSTATES = 0xc0e04429 ++ DIOCNATLOOK = 0xc0504417 ++ DIOCOSFPADD = 0xc088444f + DIOCOSFPFLUSH = 0x2000444e ++ DIOCOSFPGET = 0xc0884450 ++ DIOCRADDADDRS = 0xc4504443 ++ DIOCRADDTABLES = 0xc450443d ++ DIOCRCLRADDRS = 0xc4504442 ++ DIOCRCLRASTATS = 0xc4504448 ++ DIOCRCLRTABLES = 0xc450443c ++ DIOCRCLRTSTATS = 0xc4504441 ++ DIOCRDELADDRS = 0xc4504444 ++ DIOCRDELTABLES = 0xc450443e ++ DIOCRGETADDRS = 0xc4504446 ++ DIOCRGETASTATS = 0xc4504447 ++ DIOCRGETTABLES = 0xc450443f ++ DIOCRGETTSTATS = 0xc4504440 ++ DIOCRINADEFINE = 0xc450444d ++ DIOCRSETADDRS = 0xc4504445 ++ DIOCRSETTFLAGS = 0xc450444a ++ DIOCRTSTADDRS = 0xc4504449 ++ DIOCSETDEBUG = 0xc0044418 ++ DIOCSETHOSTID = 0xc0044456 ++ DIOCSETIFFLAG = 0xc0284459 ++ DIOCSETLIMIT = 0xc0084428 ++ DIOCSETREASS = 0xc004445c ++ DIOCSETSTATUSIF = 0xc0284414 ++ DIOCSETSYNCOOKIES = 0xc0014462 ++ DIOCSETSYNFLWATS = 0xc0084461 ++ DIOCSETTIMEOUT = 0xc008441d ++ DIOCSTART = 0x20004401 ++ DIOCSTOP = 0x20004402 ++ DIOCXBEGIN = 0xc0104451 ++ DIOCXCOMMIT = 0xc0104452 ++ DIOCXROLLBACK = 0xc0104453 + DLT_ARCNET = 0x7 + DLT_ATM_RFC1483 = 0xb + DLT_AX25 = 0x3 +@@ -243,6 +308,8 @@ const ( + EMUL_ENABLED = 0x1 + EMUL_NATIVE = 0x2 + ENDRUNDISC = 0x9 ++ ETH64_8021_RSVD_MASK = 0xfffffffffff0 ++ ETH64_8021_RSVD_PREFIX = 0x180c2000000 + ETHERMIN = 0x2e + ETHERMTU = 0x5dc + ETHERTYPE_8023 = 0x4 +@@ -295,6 +362,7 @@ const ( + ETHERTYPE_DN = 0x6003 + ETHERTYPE_DOGFIGHT = 0x1989 + ETHERTYPE_DSMD = 0x8039 ++ ETHERTYPE_EAPOL = 0x888e + ETHERTYPE_ECMA = 0x803 + ETHERTYPE_ENCRYPT = 0x803d + ETHERTYPE_ES = 0x805d +@@ -326,6 +394,7 @@ const ( + ETHERTYPE_LLDP = 0x88cc + ETHERTYPE_LOGICRAFT = 0x8148 + ETHERTYPE_LOOPBACK = 0x9000 ++ ETHERTYPE_MACSEC = 0x88e5 + ETHERTYPE_MATRA = 0x807a + ETHERTYPE_MAX = 0xffff + ETHERTYPE_MERIT = 0x807c +@@ -354,15 +423,16 @@ const ( + ETHERTYPE_NCD = 0x8149 + ETHERTYPE_NESTAR = 0x8006 + ETHERTYPE_NETBEUI = 0x8191 ++ ETHERTYPE_NHRP = 0x2001 + ETHERTYPE_NOVELL = 0x8138 + ETHERTYPE_NS = 0x600 + ETHERTYPE_NSAT = 0x601 + ETHERTYPE_NSCOMPAT = 0x807 ++ ETHERTYPE_NSH = 0x984f + ETHERTYPE_NTRAILER = 0x10 + ETHERTYPE_OS9 = 0x7007 + ETHERTYPE_OS9NET = 0x7009 + ETHERTYPE_PACER = 0x80c6 +- ETHERTYPE_PAE = 0x888e + ETHERTYPE_PBB = 0x88e7 + ETHERTYPE_PCS = 0x4242 + ETHERTYPE_PLANNING = 0x8044 +@@ -445,10 +515,11 @@ const ( + ETHER_VLAN_ENCAP_LEN = 0x4 + EVFILT_AIO = -0x3 + EVFILT_DEVICE = -0x8 ++ EVFILT_EXCEPT = -0x9 + EVFILT_PROC = -0x5 + EVFILT_READ = -0x1 + EVFILT_SIGNAL = -0x6 +- EVFILT_SYSCOUNT = 0x8 ++ EVFILT_SYSCOUNT = 0x9 + EVFILT_TIMER = -0x7 + EVFILT_VNODE = -0x4 + EVFILT_WRITE = -0x2 +@@ -470,7 +541,7 @@ const ( + EV_FLAG1 = 0x2000 + EV_ONESHOT = 0x10 + EV_RECEIPT = 0x40 +- EV_SYSFLAGS = 0xf000 ++ EV_SYSFLAGS = 0xf800 + EXTA = 0x4b00 + EXTB = 0x9600 + EXTPROC = 0x800 +@@ -736,6 +807,7 @@ const ( + IFT_VOICEOVERCABLE = 0xc6 + IFT_VOICEOVERFRAMERELAY = 0x99 + IFT_VOICEOVERIP = 0x68 ++ IFT_WIREGUARD = 0xfb + IFT_X213 = 0x5d + IFT_X25 = 0x5 + IFT_X25DDN = 0x4 +@@ -801,9 +873,11 @@ const ( + IPPROTO_RAW = 0xff + IPPROTO_ROUTING = 0x2b + IPPROTO_RSVP = 0x2e ++ IPPROTO_SCTP = 0x84 + IPPROTO_TCP = 0x6 + IPPROTO_TP = 0x1d + IPPROTO_UDP = 0x11 ++ IPPROTO_UDPLITE = 0x88 + IPV6_AUTH_LEVEL = 0x35 + IPV6_AUTOFLOWLABEL = 0x3b + IPV6_CHECKSUM = 0x1a +@@ -910,6 +984,9 @@ const ( + IP_TTL = 0x4 + ISIG = 0x80 + ISTRIP = 0x20 ++ ITIMER_PROF = 0x2 ++ ITIMER_REAL = 0x0 ++ ITIMER_VIRTUAL = 0x1 + IUCLC = 0x1000 + IXANY = 0x800 + IXOFF = 0x400 +@@ -981,6 +1058,19 @@ const ( + MNT_WAIT = 0x1 + MNT_WANTRDWR = 0x2000000 + MNT_WXALLOWED = 0x800 ++ MOUNT_AFS = "afs" ++ MOUNT_CD9660 = "cd9660" ++ MOUNT_EXT2FS = "ext2fs" ++ MOUNT_FFS = "ffs" ++ MOUNT_FUSEFS = "fuse" ++ MOUNT_MFS = "mfs" ++ MOUNT_MSDOS = "msdos" ++ MOUNT_NCPFS = "ncpfs" ++ MOUNT_NFS = "nfs" ++ MOUNT_NTFS = "ntfs" ++ MOUNT_TMPFS = "tmpfs" ++ MOUNT_UDF = "udf" ++ MOUNT_UFS = "ffs" + MSG_BCAST = 0x100 + MSG_CMSG_CLOEXEC = 0x800 + MSG_CTRUNC = 0x20 +@@ -1001,7 +1091,8 @@ const ( + NET_RT_FLAGS = 0x2 + NET_RT_IFLIST = 0x3 + NET_RT_IFNAMES = 0x6 +- NET_RT_MAXID = 0x7 ++ NET_RT_MAXID = 0x8 ++ NET_RT_SOURCE = 0x7 + NET_RT_STATS = 0x4 + NET_RT_TABLE = 0x5 + NFDBITS = 0x20 +@@ -1018,6 +1109,7 @@ const ( + NOTE_FORK = 0x40000000 + NOTE_LINK = 0x10 + NOTE_LOWAT = 0x1 ++ NOTE_OOB = 0x4 + NOTE_PCTRLMASK = 0xf0000000 + NOTE_PDATAMASK = 0xfffff + NOTE_RENAME = 0x20 +@@ -1154,7 +1246,7 @@ const ( + RTM_PROPOSAL = 0x13 + RTM_REDIRECT = 0x6 + RTM_RESOLVE = 0xb +- RTM_RTTUNIT = 0xf4240 ++ RTM_SOURCE = 0x16 + RTM_VERSION = 0x5 + RTV_EXPIRE = 0x4 + RTV_HOPCOUNT = 0x2 +@@ -1172,6 +1264,9 @@ const ( + RUSAGE_THREAD = 0x1 + SCM_RIGHTS = 0x1 + SCM_TIMESTAMP = 0x4 ++ SEEK_CUR = 0x1 ++ SEEK_END = 0x2 ++ SEEK_SET = 0x0 + SHUT_RD = 0x0 + SHUT_RDWR = 0x2 + SHUT_WR = 0x1 +@@ -1188,30 +1283,30 @@ const ( + SIOCBRDGDELS = 0x80606942 + SIOCBRDGFLUSH = 0x80606948 + SIOCBRDGFRL = 0x808c694e +- SIOCBRDGGCACHE = 0xc0186941 +- SIOCBRDGGFD = 0xc0186952 +- SIOCBRDGGHT = 0xc0186951 ++ SIOCBRDGGCACHE = 0xc0146941 ++ SIOCBRDGGFD = 0xc0146952 ++ SIOCBRDGGHT = 0xc0146951 + SIOCBRDGGIFFLGS = 0xc060693e +- SIOCBRDGGMA = 0xc0186953 ++ SIOCBRDGGMA = 0xc0146953 + SIOCBRDGGPARAM = 0xc0406958 +- SIOCBRDGGPRI = 0xc0186950 ++ SIOCBRDGGPRI = 0xc0146950 + SIOCBRDGGRL = 0xc030694f +- SIOCBRDGGTO = 0xc0186946 ++ SIOCBRDGGTO = 0xc0146946 + SIOCBRDGIFS = 0xc0606942 + SIOCBRDGRTS = 0xc0206943 + SIOCBRDGSADDR = 0xc1286944 +- SIOCBRDGSCACHE = 0x80186940 +- SIOCBRDGSFD = 0x80186952 +- SIOCBRDGSHT = 0x80186951 ++ SIOCBRDGSCACHE = 0x80146940 ++ SIOCBRDGSFD = 0x80146952 ++ SIOCBRDGSHT = 0x80146951 + SIOCBRDGSIFCOST = 0x80606955 + SIOCBRDGSIFFLGS = 0x8060693f + SIOCBRDGSIFPRIO = 0x80606954 + SIOCBRDGSIFPROT = 0x8060694a +- SIOCBRDGSMA = 0x80186953 +- SIOCBRDGSPRI = 0x80186950 +- SIOCBRDGSPROTO = 0x8018695a +- SIOCBRDGSTO = 0x80186945 +- SIOCBRDGSTXHC = 0x80186959 ++ SIOCBRDGSMA = 0x80146953 ++ SIOCBRDGSPRI = 0x80146950 ++ SIOCBRDGSPROTO = 0x8014695a ++ SIOCBRDGSTO = 0x80146945 ++ SIOCBRDGSTXHC = 0x80146959 + SIOCDELLABEL = 0x80206997 + SIOCDELMULTI = 0x80206932 + SIOCDIFADDR = 0x80206919 +@@ -1264,6 +1359,7 @@ const ( + SIOCGPWE3CTRLWORD = 0xc02069dc + SIOCGPWE3FAT = 0xc02069dd + SIOCGPWE3NEIGHBOR = 0xc21869de ++ SIOCGRXHPRIO = 0xc02069db + SIOCGSPPPPARAMS = 0xc0206994 + SIOCGTXHPRIO = 0xc02069c6 + SIOCGUMBINFO = 0xc02069be +@@ -1310,17 +1406,13 @@ const ( + SIOCSPWE3CTRLWORD = 0x802069dc + SIOCSPWE3FAT = 0x802069dd + SIOCSPWE3NEIGHBOR = 0x821869de ++ SIOCSRXHPRIO = 0x802069db + SIOCSSPPPPARAMS = 0x80206993 + SIOCSTXHPRIO = 0x802069c5 + SIOCSUMBPARAM = 0x802069bf + SIOCSVH = 0xc02069f5 + SIOCSVNETFLOWID = 0x802069c3 + SIOCSVNETID = 0x802069a6 +- SIOCSWGDPID = 0xc018695b +- SIOCSWGMAXFLOW = 0xc0186960 +- SIOCSWGMAXGROUP = 0xc018695d +- SIOCSWSDPID = 0x8018695c +- SIOCSWSPORTNO = 0xc060695f + SOCK_CLOEXEC = 0x8000 + SOCK_DGRAM = 0x2 + SOCK_DNS = 0x1000 +@@ -1335,6 +1427,7 @@ const ( + SO_BINDANY = 0x1000 + SO_BROADCAST = 0x20 + SO_DEBUG = 0x1 ++ SO_DOMAIN = 0x1024 + SO_DONTROUTE = 0x10 + SO_ERROR = 0x1007 + SO_KEEPALIVE = 0x8 +@@ -1342,6 +1435,7 @@ const ( + SO_NETPROC = 0x1020 + SO_OOBINLINE = 0x100 + SO_PEERCRED = 0x1022 ++ SO_PROTOCOL = 0x1025 + SO_RCVBUF = 0x1002 + SO_RCVLOWAT = 0x1004 + SO_RCVTIMEO = 0x1006 +@@ -1391,7 +1485,17 @@ const ( + TCOFLUSH = 0x2 + TCOOFF = 0x1 + TCOON = 0x2 +- TCP_MAXBURST = 0x4 ++ TCPOPT_EOL = 0x0 ++ TCPOPT_MAXSEG = 0x2 ++ TCPOPT_NOP = 0x1 ++ TCPOPT_SACK = 0x5 ++ TCPOPT_SACK_HDR = 0x1010500 ++ TCPOPT_SACK_PERMITTED = 0x4 ++ TCPOPT_SACK_PERMIT_HDR = 0x1010402 ++ TCPOPT_SIGNATURE = 0x13 ++ TCPOPT_TIMESTAMP = 0x8 ++ TCPOPT_TSTAMP_HDR = 0x101080a ++ TCPOPT_WINDOW = 0x3 + TCP_MAXSEG = 0x2 + TCP_MAXWIN = 0xffff + TCP_MAX_SACK = 0x3 +@@ -1400,6 +1504,7 @@ const ( + TCP_MSS = 0x200 + TCP_NODELAY = 0x1 + TCP_NOPUSH = 0x10 ++ TCP_SACKHOLE_LIMIT = 0x80 + TCP_SACK_ENABLE = 0x8 + TCSAFLUSH = 0x2 + TIMER_ABSTIME = 0x1 +Index: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go +--- vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go.orig ++++ vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go +@@ -46,6 +46,7 @@ const ( + AF_SNA = 0xb + AF_UNIX = 0x1 + AF_UNSPEC = 0x0 ++ ALTWERASE = 0x200 + ARPHRD_ETHER = 0x1 + ARPHRD_FRELAY = 0xf + ARPHRD_IEEE1394 = 0x18 +@@ -82,7 +83,7 @@ const ( + BIOCGFILDROP = 0x40044278 + BIOCGHDRCMPLT = 0x40044274 + BIOCGRSIG = 0x40044273 +- BIOCGRTIMEOUT = 0x400c426e ++ BIOCGRTIMEOUT = 0x4010426e + BIOCGSTATS = 0x4008426f + BIOCIMMEDIATE = 0x80044270 + BIOCLOCK = 0x20004276 +@@ -96,7 +97,7 @@ const ( + BIOCSFILDROP = 0x80044279 + BIOCSHDRCMPLT = 0x80044275 + BIOCSRSIG = 0x80044272 +- BIOCSRTIMEOUT = 0x800c426d ++ BIOCSRTIMEOUT = 0x8010426d + BIOCVERSION = 0x40044271 + BPF_A = 0x10 + BPF_ABS = 0x20 +@@ -108,6 +109,15 @@ const ( + BPF_DIRECTION_IN = 0x1 + BPF_DIRECTION_OUT = 0x2 + BPF_DIV = 0x30 ++ BPF_FILDROP_CAPTURE = 0x1 ++ BPF_FILDROP_DROP = 0x2 ++ BPF_FILDROP_PASS = 0x0 ++ BPF_F_DIR_IN = 0x10 ++ BPF_F_DIR_MASK = 0x30 ++ BPF_F_DIR_OUT = 0x20 ++ BPF_F_DIR_SHIFT = 0x4 ++ BPF_F_FLOWID = 0x8 ++ BPF_F_PRI_MASK = 0x7 + BPF_H = 0x8 + BPF_IMM = 0x0 + BPF_IND = 0x40 +@@ -136,6 +146,7 @@ const ( + BPF_OR = 0x40 + BPF_RELEASE = 0x30bb6 + BPF_RET = 0x6 ++ BPF_RND = 0xc0 + BPF_RSH = 0x70 + BPF_ST = 0x2 + BPF_STX = 0x3 +@@ -147,6 +158,12 @@ const ( + BRKINT = 0x2 + CFLUSH = 0xf + CLOCAL = 0x8000 ++ CLOCK_BOOTTIME = 0x6 ++ CLOCK_MONOTONIC = 0x3 ++ CLOCK_PROCESS_CPUTIME_ID = 0x2 ++ CLOCK_REALTIME = 0x0 ++ CLOCK_THREAD_CPUTIME_ID = 0x4 ++ CLOCK_UPTIME = 0x5 + CPUSTATES = 0x6 + CP_IDLE = 0x5 + CP_INTR = 0x4 +@@ -170,7 +187,65 @@ const ( + CTL_KERN = 0x1 + CTL_MAXNAME = 0xc + CTL_NET = 0x4 ++ DIOCADDQUEUE = 0xc100445d ++ DIOCADDRULE = 0xcce04404 ++ DIOCADDSTATE = 0xc1084425 ++ DIOCCHANGERULE = 0xcce0441a ++ DIOCCLRIFFLAG = 0xc024445a ++ DIOCCLRSRCNODES = 0x20004455 ++ DIOCCLRSTATES = 0xc0d04412 ++ DIOCCLRSTATUS = 0xc0244416 ++ DIOCGETLIMIT = 0xc0084427 ++ DIOCGETQSTATS = 0xc1084460 ++ DIOCGETQUEUE = 0xc100445f ++ DIOCGETQUEUES = 0xc100445e ++ DIOCGETRULE = 0xcce04407 ++ DIOCGETRULES = 0xcce04406 ++ DIOCGETRULESET = 0xc444443b ++ DIOCGETRULESETS = 0xc444443a ++ DIOCGETSRCNODES = 0xc0084454 ++ DIOCGETSTATE = 0xc1084413 ++ DIOCGETSTATES = 0xc0084419 ++ DIOCGETSTATUS = 0xc1e84415 ++ DIOCGETSYNFLWATS = 0xc0084463 ++ DIOCGETTIMEOUT = 0xc008441e ++ DIOCIGETIFACES = 0xc0244457 ++ DIOCKILLSRCNODES = 0xc068445b ++ DIOCKILLSTATES = 0xc0d04429 ++ DIOCNATLOOK = 0xc0504417 ++ DIOCOSFPADD = 0xc088444f + DIOCOSFPFLUSH = 0x2000444e ++ DIOCOSFPGET = 0xc0884450 ++ DIOCRADDADDRS = 0xc44c4443 ++ DIOCRADDTABLES = 0xc44c443d ++ DIOCRCLRADDRS = 0xc44c4442 ++ DIOCRCLRASTATS = 0xc44c4448 ++ DIOCRCLRTABLES = 0xc44c443c ++ DIOCRCLRTSTATS = 0xc44c4441 ++ DIOCRDELADDRS = 0xc44c4444 ++ DIOCRDELTABLES = 0xc44c443e ++ DIOCRGETADDRS = 0xc44c4446 ++ DIOCRGETASTATS = 0xc44c4447 ++ DIOCRGETTABLES = 0xc44c443f ++ DIOCRGETTSTATS = 0xc44c4440 ++ DIOCRINADEFINE = 0xc44c444d ++ DIOCRSETADDRS = 0xc44c4445 ++ DIOCRSETTFLAGS = 0xc44c444a ++ DIOCRTSTADDRS = 0xc44c4449 ++ DIOCSETDEBUG = 0xc0044418 ++ DIOCSETHOSTID = 0xc0044456 ++ DIOCSETIFFLAG = 0xc0244459 ++ DIOCSETLIMIT = 0xc0084428 ++ DIOCSETREASS = 0xc004445c ++ DIOCSETSTATUSIF = 0xc0244414 ++ DIOCSETSYNCOOKIES = 0xc0014462 ++ DIOCSETSYNFLWATS = 0xc0084461 ++ DIOCSETTIMEOUT = 0xc008441d ++ DIOCSTART = 0x20004401 ++ DIOCSTOP = 0x20004402 ++ DIOCXBEGIN = 0xc00c4451 ++ DIOCXCOMMIT = 0xc00c4452 ++ DIOCXROLLBACK = 0xc00c4453 + DLT_ARCNET = 0x7 + DLT_ATM_RFC1483 = 0xb + DLT_AX25 = 0x3 +@@ -186,6 +261,7 @@ const ( + DLT_LOOP = 0xc + DLT_MPLS = 0xdb + DLT_NULL = 0x0 ++ DLT_OPENFLOW = 0x10b + DLT_PFLOG = 0x75 + DLT_PFSYNC = 0x12 + DLT_PPP = 0x9 +@@ -196,6 +272,23 @@ const ( + DLT_RAW = 0xe + DLT_SLIP = 0x8 + DLT_SLIP_BSDOS = 0xf ++ DLT_USBPCAP = 0xf9 ++ DLT_USER0 = 0x93 ++ DLT_USER1 = 0x94 ++ DLT_USER10 = 0x9d ++ DLT_USER11 = 0x9e ++ DLT_USER12 = 0x9f ++ DLT_USER13 = 0xa0 ++ DLT_USER14 = 0xa1 ++ DLT_USER15 = 0xa2 ++ DLT_USER2 = 0x95 ++ DLT_USER3 = 0x96 ++ DLT_USER4 = 0x97 ++ DLT_USER5 = 0x98 ++ DLT_USER6 = 0x99 ++ DLT_USER7 = 0x9a ++ DLT_USER8 = 0x9b ++ DLT_USER9 = 0x9c + DT_BLK = 0x6 + DT_CHR = 0x2 + DT_DIR = 0x4 +@@ -215,6 +308,8 @@ const ( + EMUL_ENABLED = 0x1 + EMUL_NATIVE = 0x2 + ENDRUNDISC = 0x9 ++ ETH64_8021_RSVD_MASK = 0xfffffffffff0 ++ ETH64_8021_RSVD_PREFIX = 0x180c2000000 + ETHERMIN = 0x2e + ETHERMTU = 0x5dc + ETHERTYPE_8023 = 0x4 +@@ -267,6 +362,7 @@ const ( + ETHERTYPE_DN = 0x6003 + ETHERTYPE_DOGFIGHT = 0x1989 + ETHERTYPE_DSMD = 0x8039 ++ ETHERTYPE_EAPOL = 0x888e + ETHERTYPE_ECMA = 0x803 + ETHERTYPE_ENCRYPT = 0x803d + ETHERTYPE_ES = 0x805d +@@ -298,6 +394,7 @@ const ( + ETHERTYPE_LLDP = 0x88cc + ETHERTYPE_LOGICRAFT = 0x8148 + ETHERTYPE_LOOPBACK = 0x9000 ++ ETHERTYPE_MACSEC = 0x88e5 + ETHERTYPE_MATRA = 0x807a + ETHERTYPE_MAX = 0xffff + ETHERTYPE_MERIT = 0x807c +@@ -326,15 +423,17 @@ const ( + ETHERTYPE_NCD = 0x8149 + ETHERTYPE_NESTAR = 0x8006 + ETHERTYPE_NETBEUI = 0x8191 ++ ETHERTYPE_NHRP = 0x2001 + ETHERTYPE_NOVELL = 0x8138 + ETHERTYPE_NS = 0x600 + ETHERTYPE_NSAT = 0x601 + ETHERTYPE_NSCOMPAT = 0x807 ++ ETHERTYPE_NSH = 0x984f + ETHERTYPE_NTRAILER = 0x10 + ETHERTYPE_OS9 = 0x7007 + ETHERTYPE_OS9NET = 0x7009 + ETHERTYPE_PACER = 0x80c6 +- ETHERTYPE_PAE = 0x888e ++ ETHERTYPE_PBB = 0x88e7 + ETHERTYPE_PCS = 0x4242 + ETHERTYPE_PLANNING = 0x8044 + ETHERTYPE_PPP = 0x880b +@@ -409,28 +508,40 @@ const ( + ETHER_CRC_POLY_LE = 0xedb88320 + ETHER_HDR_LEN = 0xe + ETHER_MAX_DIX_LEN = 0x600 ++ ETHER_MAX_HARDMTU_LEN = 0xff9b + ETHER_MAX_LEN = 0x5ee + ETHER_MIN_LEN = 0x40 + ETHER_TYPE_LEN = 0x2 + ETHER_VLAN_ENCAP_LEN = 0x4 + EVFILT_AIO = -0x3 ++ EVFILT_DEVICE = -0x8 ++ EVFILT_EXCEPT = -0x9 + EVFILT_PROC = -0x5 + EVFILT_READ = -0x1 + EVFILT_SIGNAL = -0x6 +- EVFILT_SYSCOUNT = 0x7 ++ EVFILT_SYSCOUNT = 0x9 + EVFILT_TIMER = -0x7 + EVFILT_VNODE = -0x4 + EVFILT_WRITE = -0x2 ++ EVL_ENCAPLEN = 0x4 ++ EVL_PRIO_BITS = 0xd ++ EVL_PRIO_MAX = 0x7 ++ EVL_VLID_MASK = 0xfff ++ EVL_VLID_MAX = 0xffe ++ EVL_VLID_MIN = 0x1 ++ EVL_VLID_NULL = 0x0 + EV_ADD = 0x1 + EV_CLEAR = 0x20 + EV_DELETE = 0x2 + EV_DISABLE = 0x8 ++ EV_DISPATCH = 0x80 + EV_ENABLE = 0x4 + EV_EOF = 0x8000 + EV_ERROR = 0x4000 + EV_FLAG1 = 0x2000 + EV_ONESHOT = 0x10 +- EV_SYSFLAGS = 0xf000 ++ EV_RECEIPT = 0x40 ++ EV_SYSFLAGS = 0xf800 + EXTA = 0x4b00 + EXTB = 0x9600 + EXTPROC = 0x800 +@@ -443,6 +554,8 @@ const ( + F_GETFL = 0x3 + F_GETLK = 0x7 + F_GETOWN = 0x5 ++ F_ISATTY = 0xb ++ F_OK = 0x0 + F_RDLCK = 0x1 + F_SETFD = 0x2 + F_SETFL = 0x4 +@@ -459,7 +572,6 @@ const ( + IEXTEN = 0x400 + IFAN_ARRIVAL = 0x0 + IFAN_DEPARTURE = 0x1 +- IFA_ROUTE = 0x1 + IFF_ALLMULTI = 0x200 + IFF_BROADCAST = 0x2 + IFF_CANTCHANGE = 0x8e52 +@@ -470,12 +582,12 @@ const ( + IFF_LOOPBACK = 0x8 + IFF_MULTICAST = 0x8000 + IFF_NOARP = 0x80 +- IFF_NOTRAILERS = 0x20 + IFF_OACTIVE = 0x400 + IFF_POINTOPOINT = 0x10 + IFF_PROMISC = 0x100 + IFF_RUNNING = 0x40 + IFF_SIMPLEX = 0x800 ++ IFF_STATICARP = 0x20 + IFF_UP = 0x1 + IFNAMSIZ = 0x10 + IFT_1822 = 0x2 +@@ -604,6 +716,7 @@ const ( + IFT_LINEGROUP = 0xd2 + IFT_LOCALTALK = 0x2a + IFT_LOOP = 0x18 ++ IFT_MBIM = 0xfa + IFT_MEDIAMAILOVERIP = 0x8b + IFT_MFSIGLINK = 0xa7 + IFT_MIOX25 = 0x26 +@@ -694,6 +807,7 @@ const ( + IFT_VOICEOVERCABLE = 0xc6 + IFT_VOICEOVERFRAMERELAY = 0x99 + IFT_VOICEOVERIP = 0x68 ++ IFT_WIREGUARD = 0xfb + IFT_X213 = 0x5d + IFT_X25 = 0x5 + IFT_X25DDN = 0x4 +@@ -728,8 +842,6 @@ const ( + IPPROTO_AH = 0x33 + IPPROTO_CARP = 0x70 + IPPROTO_DIVERT = 0x102 +- IPPROTO_DIVERT_INIT = 0x2 +- IPPROTO_DIVERT_RESP = 0x1 + IPPROTO_DONE = 0x101 + IPPROTO_DSTOPTS = 0x3c + IPPROTO_EGP = 0x8 +@@ -761,9 +873,11 @@ const ( + IPPROTO_RAW = 0xff + IPPROTO_ROUTING = 0x2b + IPPROTO_RSVP = 0x2e ++ IPPROTO_SCTP = 0x84 + IPPROTO_TCP = 0x6 + IPPROTO_TP = 0x1d + IPPROTO_UDP = 0x11 ++ IPPROTO_UDPLITE = 0x88 + IPV6_AUTH_LEVEL = 0x35 + IPV6_AUTOFLOWLABEL = 0x3b + IPV6_CHECKSUM = 0x1a +@@ -786,6 +900,7 @@ const ( + IPV6_LEAVE_GROUP = 0xd + IPV6_MAXHLIM = 0xff + IPV6_MAXPACKET = 0xffff ++ IPV6_MINHOPCOUNT = 0x41 + IPV6_MMTU = 0x500 + IPV6_MULTICAST_HOPS = 0xa + IPV6_MULTICAST_IF = 0x9 +@@ -825,12 +940,12 @@ const ( + IP_DEFAULT_MULTICAST_LOOP = 0x1 + IP_DEFAULT_MULTICAST_TTL = 0x1 + IP_DF = 0x4000 +- IP_DIVERTFL = 0x1022 + IP_DROP_MEMBERSHIP = 0xd + IP_ESP_NETWORK_LEVEL = 0x16 + IP_ESP_TRANS_LEVEL = 0x15 + IP_HDRINCL = 0x2 + IP_IPCOMP_LEVEL = 0x1d ++ IP_IPDEFTTL = 0x25 + IP_IPSECFLOWINFO = 0x24 + IP_IPSEC_LOCAL_AUTH = 0x1b + IP_IPSEC_LOCAL_CRED = 0x19 +@@ -864,10 +979,15 @@ const ( + IP_RETOPTS = 0x8 + IP_RF = 0x8000 + IP_RTABLE = 0x1021 ++ IP_SENDSRCADDR = 0x7 + IP_TOS = 0x3 + IP_TTL = 0x4 + ISIG = 0x80 + ISTRIP = 0x20 ++ ITIMER_PROF = 0x2 ++ ITIMER_REAL = 0x0 ++ ITIMER_VIRTUAL = 0x1 ++ IUCLC = 0x1000 + IXANY = 0x800 + IXOFF = 0x400 + IXON = 0x200 +@@ -922,6 +1042,7 @@ const ( + MNT_NOATIME = 0x8000 + MNT_NODEV = 0x10 + MNT_NOEXEC = 0x4 ++ MNT_NOPERM = 0x20 + MNT_NOSUID = 0x8 + MNT_NOWAIT = 0x2 + MNT_QUOTA = 0x2000 +@@ -929,12 +1050,27 @@ const ( + MNT_RELOAD = 0x40000 + MNT_ROOTFS = 0x4000 + MNT_SOFTDEP = 0x4000000 ++ MNT_STALLED = 0x100000 ++ MNT_SWAPPABLE = 0x200000 + MNT_SYNCHRONOUS = 0x2 + MNT_UPDATE = 0x10000 + MNT_VISFLAGMASK = 0x400ffff + MNT_WAIT = 0x1 + MNT_WANTRDWR = 0x2000000 + MNT_WXALLOWED = 0x800 ++ MOUNT_AFS = "afs" ++ MOUNT_CD9660 = "cd9660" ++ MOUNT_EXT2FS = "ext2fs" ++ MOUNT_FFS = "ffs" ++ MOUNT_FUSEFS = "fuse" ++ MOUNT_MFS = "mfs" ++ MOUNT_MSDOS = "msdos" ++ MOUNT_NCPFS = "ncpfs" ++ MOUNT_NFS = "nfs" ++ MOUNT_NTFS = "ntfs" ++ MOUNT_TMPFS = "tmpfs" ++ MOUNT_UDF = "udf" ++ MOUNT_UFS = "ffs" + MSG_BCAST = 0x100 + MSG_CMSG_CLOEXEC = 0x800 + MSG_CTRUNC = 0x20 +@@ -954,12 +1090,16 @@ const ( + NET_RT_DUMP = 0x1 + NET_RT_FLAGS = 0x2 + NET_RT_IFLIST = 0x3 +- NET_RT_MAXID = 0x6 ++ NET_RT_IFNAMES = 0x6 ++ NET_RT_MAXID = 0x8 ++ NET_RT_SOURCE = 0x7 + NET_RT_STATS = 0x4 + NET_RT_TABLE = 0x5 + NFDBITS = 0x20 + NOFLSH = 0x80000000 ++ NOKERNINFO = 0x2000000 + NOTE_ATTRIB = 0x8 ++ NOTE_CHANGE = 0x1 + NOTE_CHILD = 0x4 + NOTE_DELETE = 0x1 + NOTE_EOF = 0x2 +@@ -969,6 +1109,7 @@ const ( + NOTE_FORK = 0x40000000 + NOTE_LINK = 0x10 + NOTE_LOWAT = 0x1 ++ NOTE_OOB = 0x4 + NOTE_PCTRLMASK = 0xf0000000 + NOTE_PDATAMASK = 0xfffff + NOTE_RENAME = 0x20 +@@ -978,11 +1119,13 @@ const ( + NOTE_TRUNCATE = 0x80 + NOTE_WRITE = 0x2 + OCRNL = 0x10 ++ OLCUC = 0x20 + ONLCR = 0x2 + ONLRET = 0x80 + ONOCR = 0x40 + ONOEOT = 0x8 + OPOST = 0x1 ++ OXTABS = 0x4 + O_ACCMODE = 0x3 + O_APPEND = 0x8 + O_ASYNC = 0x40 +@@ -1027,19 +1170,25 @@ const ( + RLIMIT_STACK = 0x3 + RLIM_INFINITY = 0x7fffffffffffffff + RTAX_AUTHOR = 0x6 ++ RTAX_BFD = 0xb + RTAX_BRD = 0x7 ++ RTAX_DNS = 0xc + RTAX_DST = 0x0 + RTAX_GATEWAY = 0x1 + RTAX_GENMASK = 0x3 + RTAX_IFA = 0x5 + RTAX_IFP = 0x4 + RTAX_LABEL = 0xa +- RTAX_MAX = 0xb ++ RTAX_MAX = 0xf + RTAX_NETMASK = 0x2 ++ RTAX_SEARCH = 0xe + RTAX_SRC = 0x8 + RTAX_SRCMASK = 0x9 ++ RTAX_STATIC = 0xd + RTA_AUTHOR = 0x40 ++ RTA_BFD = 0x800 + RTA_BRD = 0x80 ++ RTA_DNS = 0x1000 + RTA_DST = 0x1 + RTA_GATEWAY = 0x2 + RTA_GENMASK = 0x8 +@@ -1047,24 +1196,29 @@ const ( + RTA_IFP = 0x10 + RTA_LABEL = 0x400 + RTA_NETMASK = 0x4 ++ RTA_SEARCH = 0x4000 + RTA_SRC = 0x100 + RTA_SRCMASK = 0x200 ++ RTA_STATIC = 0x2000 + RTF_ANNOUNCE = 0x4000 ++ RTF_BFD = 0x1000000 + RTF_BLACKHOLE = 0x1000 + RTF_BROADCAST = 0x400000 ++ RTF_CACHED = 0x20000 + RTF_CLONED = 0x10000 + RTF_CLONING = 0x100 ++ RTF_CONNECTED = 0x800000 + RTF_DONE = 0x40 + RTF_DYNAMIC = 0x10 +- RTF_FMASK = 0x70f808 ++ RTF_FMASK = 0x110fc08 + RTF_GATEWAY = 0x2 + RTF_HOST = 0x4 + RTF_LLINFO = 0x400 + RTF_LOCAL = 0x200000 +- RTF_MASK = 0x80 + RTF_MODIFIED = 0x20 + RTF_MPATH = 0x40000 + RTF_MPLS = 0x100000 ++ RTF_MULTICAST = 0x200 + RTF_PERMANENT_ARP = 0x2000 + RTF_PROTO1 = 0x8000 + RTF_PROTO2 = 0x4000 +@@ -1073,23 +1227,26 @@ const ( + RTF_STATIC = 0x800 + RTF_UP = 0x1 + RTF_USETRAILERS = 0x8000 +- RTF_XRESOLVE = 0x200 ++ RTM_80211INFO = 0x15 + RTM_ADD = 0x1 ++ RTM_BFD = 0x12 + RTM_CHANGE = 0x3 ++ RTM_CHGADDRATTR = 0x14 + RTM_DELADDR = 0xd + RTM_DELETE = 0x2 + RTM_DESYNC = 0x10 + RTM_GET = 0x4 + RTM_IFANNOUNCE = 0xf + RTM_IFINFO = 0xe +- RTM_LOCK = 0x8 ++ RTM_INVALIDATE = 0x11 + RTM_LOSING = 0x5 + RTM_MAXSIZE = 0x800 + RTM_MISS = 0x7 + RTM_NEWADDR = 0xc ++ RTM_PROPOSAL = 0x13 + RTM_REDIRECT = 0x6 + RTM_RESOLVE = 0xb +- RTM_RTTUNIT = 0xf4240 ++ RTM_SOURCE = 0x16 + RTM_VERSION = 0x5 + RTV_EXPIRE = 0x4 + RTV_HOPCOUNT = 0x2 +@@ -1099,67 +1256,74 @@ const ( + RTV_RTTVAR = 0x80 + RTV_SPIPE = 0x10 + RTV_SSTHRESH = 0x20 ++ RT_TABLEID_BITS = 0x8 ++ RT_TABLEID_MASK = 0xff + RT_TABLEID_MAX = 0xff + RUSAGE_CHILDREN = -0x1 + RUSAGE_SELF = 0x0 + RUSAGE_THREAD = 0x1 + SCM_RIGHTS = 0x1 + SCM_TIMESTAMP = 0x4 ++ SEEK_CUR = 0x1 ++ SEEK_END = 0x2 ++ SEEK_SET = 0x0 + SHUT_RD = 0x0 + SHUT_RDWR = 0x2 + SHUT_WR = 0x1 + SIOCADDMULTI = 0x80206931 + SIOCAIFADDR = 0x8040691a + SIOCAIFGROUP = 0x80246987 +- SIOCALIFADDR = 0x8218691c + SIOCATMARK = 0x40047307 +- SIOCBRDGADD = 0x8054693c +- SIOCBRDGADDS = 0x80546941 +- SIOCBRDGARL = 0x806e694d ++ SIOCBRDGADD = 0x8060693c ++ SIOCBRDGADDL = 0x80606949 ++ SIOCBRDGADDS = 0x80606941 ++ SIOCBRDGARL = 0x808c694d + SIOCBRDGDADDR = 0x81286947 +- SIOCBRDGDEL = 0x8054693d +- SIOCBRDGDELS = 0x80546942 +- SIOCBRDGFLUSH = 0x80546948 +- SIOCBRDGFRL = 0x806e694e ++ SIOCBRDGDEL = 0x8060693d ++ SIOCBRDGDELS = 0x80606942 ++ SIOCBRDGFLUSH = 0x80606948 ++ SIOCBRDGFRL = 0x808c694e + SIOCBRDGGCACHE = 0xc0146941 + SIOCBRDGGFD = 0xc0146952 + SIOCBRDGGHT = 0xc0146951 +- SIOCBRDGGIFFLGS = 0xc054693e ++ SIOCBRDGGIFFLGS = 0xc060693e + SIOCBRDGGMA = 0xc0146953 +- SIOCBRDGGPARAM = 0xc03c6958 ++ SIOCBRDGGPARAM = 0xc0406958 + SIOCBRDGGPRI = 0xc0146950 + SIOCBRDGGRL = 0xc028694f +- SIOCBRDGGSIFS = 0xc054693c + SIOCBRDGGTO = 0xc0146946 +- SIOCBRDGIFS = 0xc0546942 ++ SIOCBRDGIFS = 0xc0606942 + SIOCBRDGRTS = 0xc0186943 + SIOCBRDGSADDR = 0xc1286944 + SIOCBRDGSCACHE = 0x80146940 + SIOCBRDGSFD = 0x80146952 + SIOCBRDGSHT = 0x80146951 +- SIOCBRDGSIFCOST = 0x80546955 +- SIOCBRDGSIFFLGS = 0x8054693f +- SIOCBRDGSIFPRIO = 0x80546954 ++ SIOCBRDGSIFCOST = 0x80606955 ++ SIOCBRDGSIFFLGS = 0x8060693f ++ SIOCBRDGSIFPRIO = 0x80606954 ++ SIOCBRDGSIFPROT = 0x8060694a + SIOCBRDGSMA = 0x80146953 + SIOCBRDGSPRI = 0x80146950 + SIOCBRDGSPROTO = 0x8014695a + SIOCBRDGSTO = 0x80146945 + SIOCBRDGSTXHC = 0x80146959 ++ SIOCDELLABEL = 0x80206997 + SIOCDELMULTI = 0x80206932 + SIOCDIFADDR = 0x80206919 + SIOCDIFGROUP = 0x80246989 ++ SIOCDIFPARENT = 0x802069b4 + SIOCDIFPHYADDR = 0x80206949 +- SIOCDLIFADDR = 0x8218691e ++ SIOCDPWE3NEIGHBOR = 0x802069de ++ SIOCDVNETID = 0x802069af + SIOCGETKALIVE = 0xc01869a4 + SIOCGETLABEL = 0x8020699a ++ SIOCGETMPWCFG = 0xc02069ae + SIOCGETPFLOW = 0xc02069fe + SIOCGETPFSYNC = 0xc02069f8 + SIOCGETSGCNT = 0xc0147534 + SIOCGETVIFCNT = 0xc0147533 + SIOCGETVLAN = 0xc0206990 +- SIOCGHIWAT = 0x40047301 + SIOCGIFADDR = 0xc0206921 +- SIOCGIFASYNCMAP = 0xc020697c + SIOCGIFBRDADDR = 0xc0206923 + SIOCGIFCONF = 0xc0086924 + SIOCGIFDATA = 0xc020691b +@@ -1168,41 +1332,53 @@ const ( + SIOCGIFFLAGS = 0xc0206911 + SIOCGIFGATTR = 0xc024698b + SIOCGIFGENERIC = 0xc020693a ++ SIOCGIFGLIST = 0xc024698d + SIOCGIFGMEMB = 0xc024698a + SIOCGIFGROUP = 0xc0246988 + SIOCGIFHARDMTU = 0xc02069a5 +- SIOCGIFMEDIA = 0xc0286936 ++ SIOCGIFLLPRIO = 0xc02069b6 ++ SIOCGIFMEDIA = 0xc0386938 + SIOCGIFMETRIC = 0xc0206917 + SIOCGIFMTU = 0xc020697e + SIOCGIFNETMASK = 0xc0206925 +- SIOCGIFPDSTADDR = 0xc0206948 ++ SIOCGIFPAIR = 0xc02069b1 ++ SIOCGIFPARENT = 0xc02069b3 + SIOCGIFPRIORITY = 0xc020699c +- SIOCGIFPSRCADDR = 0xc0206947 + SIOCGIFRDOMAIN = 0xc02069a0 + SIOCGIFRTLABEL = 0xc0206983 + SIOCGIFRXR = 0x802069aa +- SIOCGIFTIMESLOT = 0xc0206986 ++ SIOCGIFSFFPAGE = 0xc1126939 + SIOCGIFXFLAGS = 0xc020699e +- SIOCGLIFADDR = 0xc218691d + SIOCGLIFPHYADDR = 0xc218694b ++ SIOCGLIFPHYDF = 0xc02069c2 ++ SIOCGLIFPHYECN = 0xc02069c8 + SIOCGLIFPHYRTABLE = 0xc02069a2 + SIOCGLIFPHYTTL = 0xc02069a9 +- SIOCGLOWAT = 0x40047303 + SIOCGPGRP = 0x40047309 ++ SIOCGPWE3 = 0xc0206998 ++ SIOCGPWE3CTRLWORD = 0xc02069dc ++ SIOCGPWE3FAT = 0xc02069dd ++ SIOCGPWE3NEIGHBOR = 0xc21869de ++ SIOCGRXHPRIO = 0xc02069db + SIOCGSPPPPARAMS = 0xc0206994 ++ SIOCGTXHPRIO = 0xc02069c6 ++ SIOCGUMBINFO = 0xc02069be ++ SIOCGUMBPARAM = 0xc02069c0 + SIOCGVH = 0xc02069f6 ++ SIOCGVNETFLOWID = 0xc02069c4 + SIOCGVNETID = 0xc02069a7 ++ SIOCIFAFATTACH = 0x801169ab ++ SIOCIFAFDETACH = 0x801169ac + SIOCIFCREATE = 0x8020697a + SIOCIFDESTROY = 0x80206979 + SIOCIFGCLONERS = 0xc00c6978 + SIOCSETKALIVE = 0x801869a3 + SIOCSETLABEL = 0x80206999 ++ SIOCSETMPWCFG = 0x802069ad + SIOCSETPFLOW = 0x802069fd + SIOCSETPFSYNC = 0x802069f7 + SIOCSETVLAN = 0x8020698f +- SIOCSHIWAT = 0x80047300 + SIOCSIFADDR = 0x8020690c +- SIOCSIFASYNCMAP = 0x8020697d + SIOCSIFBRDADDR = 0x80206913 + SIOCSIFDESCR = 0x80206980 + SIOCSIFDSTADDR = 0x8020690e +@@ -1210,26 +1386,36 @@ const ( + SIOCSIFGATTR = 0x8024698c + SIOCSIFGENERIC = 0x80206939 + SIOCSIFLLADDR = 0x8020691f +- SIOCSIFMEDIA = 0xc0206935 ++ SIOCSIFLLPRIO = 0x802069b5 ++ SIOCSIFMEDIA = 0xc0206937 + SIOCSIFMETRIC = 0x80206918 + SIOCSIFMTU = 0x8020697f + SIOCSIFNETMASK = 0x80206916 +- SIOCSIFPHYADDR = 0x80406946 ++ SIOCSIFPAIR = 0x802069b0 ++ SIOCSIFPARENT = 0x802069b2 + SIOCSIFPRIORITY = 0x8020699b + SIOCSIFRDOMAIN = 0x8020699f + SIOCSIFRTLABEL = 0x80206982 +- SIOCSIFTIMESLOT = 0x80206985 + SIOCSIFXFLAGS = 0x8020699d + SIOCSLIFPHYADDR = 0x8218694a ++ SIOCSLIFPHYDF = 0x802069c1 ++ SIOCSLIFPHYECN = 0x802069c7 + SIOCSLIFPHYRTABLE = 0x802069a1 + SIOCSLIFPHYTTL = 0x802069a8 +- SIOCSLOWAT = 0x80047302 + SIOCSPGRP = 0x80047308 ++ SIOCSPWE3CTRLWORD = 0x802069dc ++ SIOCSPWE3FAT = 0x802069dd ++ SIOCSPWE3NEIGHBOR = 0x821869de ++ SIOCSRXHPRIO = 0x802069db + SIOCSSPPPPARAMS = 0x80206993 ++ SIOCSTXHPRIO = 0x802069c5 ++ SIOCSUMBPARAM = 0x802069bf + SIOCSVH = 0xc02069f5 ++ SIOCSVNETFLOWID = 0x802069c3 + SIOCSVNETID = 0x802069a6 + SOCK_CLOEXEC = 0x8000 + SOCK_DGRAM = 0x2 ++ SOCK_DNS = 0x1000 + SOCK_NONBLOCK = 0x4000 + SOCK_RAW = 0x3 + SOCK_RDM = 0x4 +@@ -1241,6 +1427,7 @@ const ( + SO_BINDANY = 0x1000 + SO_BROADCAST = 0x20 + SO_DEBUG = 0x1 ++ SO_DOMAIN = 0x1024 + SO_DONTROUTE = 0x10 + SO_ERROR = 0x1007 + SO_KEEPALIVE = 0x8 +@@ -1248,6 +1435,7 @@ const ( + SO_NETPROC = 0x1020 + SO_OOBINLINE = 0x100 + SO_PEERCRED = 0x1022 ++ SO_PROTOCOL = 0x1025 + SO_RCVBUF = 0x1002 + SO_RCVLOWAT = 0x1004 + SO_RCVTIMEO = 0x1006 +@@ -1261,6 +1449,7 @@ const ( + SO_TIMESTAMP = 0x800 + SO_TYPE = 0x1008 + SO_USELOOPBACK = 0x40 ++ SO_ZEROIZE = 0x2000 + S_BLKSIZE = 0x200 + S_IEXEC = 0x40 + S_IFBLK = 0x6000 +@@ -1290,9 +1479,23 @@ const ( + S_IXOTH = 0x1 + S_IXUSR = 0x40 + TCIFLUSH = 0x1 ++ TCIOFF = 0x3 + TCIOFLUSH = 0x3 ++ TCION = 0x4 + TCOFLUSH = 0x2 +- TCP_MAXBURST = 0x4 ++ TCOOFF = 0x1 ++ TCOON = 0x2 ++ TCPOPT_EOL = 0x0 ++ TCPOPT_MAXSEG = 0x2 ++ TCPOPT_NOP = 0x1 ++ TCPOPT_SACK = 0x5 ++ TCPOPT_SACK_HDR = 0x1010500 ++ TCPOPT_SACK_PERMITTED = 0x4 ++ TCPOPT_SACK_PERMIT_HDR = 0x1010402 ++ TCPOPT_SIGNATURE = 0x13 ++ TCPOPT_TIMESTAMP = 0x8 ++ TCPOPT_TSTAMP_HDR = 0x101080a ++ TCPOPT_WINDOW = 0x3 + TCP_MAXSEG = 0x2 + TCP_MAXWIN = 0xffff + TCP_MAX_SACK = 0x3 +@@ -1301,11 +1504,15 @@ const ( + TCP_MSS = 0x200 + TCP_NODELAY = 0x1 + TCP_NOPUSH = 0x10 +- TCP_NSTATES = 0xb ++ TCP_SACKHOLE_LIMIT = 0x80 + TCP_SACK_ENABLE = 0x8 + TCSAFLUSH = 0x2 ++ TIMER_ABSTIME = 0x1 ++ TIMER_RELTIME = 0x0 + TIOCCBRK = 0x2000747a + TIOCCDTR = 0x20007478 ++ TIOCCHKVERAUTH = 0x2000741e ++ TIOCCLRVERAUTH = 0x2000741d + TIOCCONS = 0x80047462 + TIOCDRAIN = 0x2000745e + TIOCEXCL = 0x2000740d +@@ -1321,7 +1528,7 @@ const ( + TIOCGFLAGS = 0x4004745d + TIOCGPGRP = 0x40047477 + TIOCGSID = 0x40047463 +- TIOCGTSTAMP = 0x400c745b ++ TIOCGTSTAMP = 0x4010745b + TIOCGWINSZ = 0x40087468 + TIOCMBIC = 0x8004746b + TIOCMBIS = 0x8004746c +@@ -1360,17 +1567,21 @@ const ( + TIOCSETAF = 0x802c7416 + TIOCSETAW = 0x802c7415 + TIOCSETD = 0x8004741b ++ TIOCSETVERAUTH = 0x8004741c + TIOCSFLAGS = 0x8004745c + TIOCSIG = 0x8004745f + TIOCSPGRP = 0x80047476 + TIOCSTART = 0x2000746e +- TIOCSTAT = 0x80047465 +- TIOCSTI = 0x80017472 ++ TIOCSTAT = 0x20007465 + TIOCSTOP = 0x2000746f + TIOCSTSTAMP = 0x8008745a + TIOCSWINSZ = 0x80087467 + TIOCUCNTL = 0x80047466 ++ TIOCUCNTL_CBRK = 0x7a ++ TIOCUCNTL_SBRK = 0x7b + TOSTOP = 0x400000 ++ UTIME_NOW = -0x2 ++ UTIME_OMIT = -0x1 + VDISCARD = 0xf + VDSUSP = 0xb + VEOF = 0x0 +@@ -1381,6 +1592,19 @@ const ( + VKILL = 0x5 + VLNEXT = 0xe + VMIN = 0x10 ++ VM_ANONMIN = 0x7 ++ VM_LOADAVG = 0x2 ++ VM_MALLOC_CONF = 0xc ++ VM_MAXID = 0xd ++ VM_MAXSLP = 0xa ++ VM_METER = 0x1 ++ VM_NKMEMPAGES = 0x6 ++ VM_PSSTRINGS = 0x3 ++ VM_SWAPENCRYPT = 0x5 ++ VM_USPACE = 0xb ++ VM_UVMEXP = 0x4 ++ VM_VNODEMIN = 0x9 ++ VM_VTEXTMIN = 0x8 + VQUIT = 0x9 + VREPRINT = 0x6 + VSTART = 0xc +@@ -1394,6 +1618,7 @@ const ( + WCOREFLAG = 0x80 + WNOHANG = 0x1 + WUNTRACED = 0x2 ++ XCASE = 0x1000000 + ) + + // Errors +@@ -1407,6 +1632,7 @@ const ( + EALREADY = syscall.Errno(0x25) + EAUTH = syscall.Errno(0x50) + EBADF = syscall.Errno(0x9) ++ EBADMSG = syscall.Errno(0x5c) + EBADRPC = syscall.Errno(0x48) + EBUSY = syscall.Errno(0x10) + ECANCELED = syscall.Errno(0x58) +@@ -1433,7 +1659,7 @@ const ( + EIPSEC = syscall.Errno(0x52) + EISCONN = syscall.Errno(0x38) + EISDIR = syscall.Errno(0x15) +- ELAST = syscall.Errno(0x5b) ++ ELAST = syscall.Errno(0x5f) + ELOOP = syscall.Errno(0x3e) + EMEDIUMTYPE = syscall.Errno(0x56) + EMFILE = syscall.Errno(0x18) +@@ -1461,12 +1687,14 @@ const ( + ENOTCONN = syscall.Errno(0x39) + ENOTDIR = syscall.Errno(0x14) + ENOTEMPTY = syscall.Errno(0x42) ++ ENOTRECOVERABLE = syscall.Errno(0x5d) + ENOTSOCK = syscall.Errno(0x26) + ENOTSUP = syscall.Errno(0x5b) + ENOTTY = syscall.Errno(0x19) + ENXIO = syscall.Errno(0x6) + EOPNOTSUPP = syscall.Errno(0x2d) + EOVERFLOW = syscall.Errno(0x57) ++ EOWNERDEAD = syscall.Errno(0x5e) + EPERM = syscall.Errno(0x1) + EPFNOSUPPORT = syscall.Errno(0x2e) + EPIPE = syscall.Errno(0x20) +@@ -1474,6 +1702,7 @@ const ( + EPROCUNAVAIL = syscall.Errno(0x4c) + EPROGMISMATCH = syscall.Errno(0x4b) + EPROGUNAVAIL = syscall.Errno(0x4a) ++ EPROTO = syscall.Errno(0x5f) + EPROTONOSUPPORT = syscall.Errno(0x2b) + EPROTOTYPE = syscall.Errno(0x29) + ERANGE = syscall.Errno(0x22) +@@ -1570,7 +1799,7 @@ var errorList = [...]struct { + {32, "EPIPE", "broken pipe"}, + {33, "EDOM", "numerical argument out of domain"}, + {34, "ERANGE", "result too large"}, +- {35, "EWOULDBLOCK", "resource temporarily unavailable"}, ++ {35, "EAGAIN", "resource temporarily unavailable"}, + {36, "EINPROGRESS", "operation now in progress"}, + {37, "EALREADY", "operation already in progress"}, + {38, "ENOTSOCK", "socket operation on non-socket"}, +@@ -1626,7 +1855,11 @@ var errorList = [...]struct { + {88, "ECANCELED", "operation canceled"}, + {89, "EIDRM", "identifier removed"}, + {90, "ENOMSG", "no message of desired type"}, +- {91, "ELAST", "not supported"}, ++ {91, "ENOTSUP", "not supported"}, ++ {92, "EBADMSG", "bad message"}, ++ {93, "ENOTRECOVERABLE", "state not recoverable"}, ++ {94, "EOWNERDEAD", "previous owner died"}, ++ {95, "ELAST", "protocol error"}, + } + + // Signal table +Index: vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go +--- vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go.orig ++++ vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go +@@ -112,6 +112,12 @@ const ( + BPF_FILDROP_CAPTURE = 0x1 + BPF_FILDROP_DROP = 0x2 + BPF_FILDROP_PASS = 0x0 ++ BPF_F_DIR_IN = 0x10 ++ BPF_F_DIR_MASK = 0x30 ++ BPF_F_DIR_OUT = 0x20 ++ BPF_F_DIR_SHIFT = 0x4 ++ BPF_F_FLOWID = 0x8 ++ BPF_F_PRI_MASK = 0x7 + BPF_H = 0x8 + BPF_IMM = 0x0 + BPF_IND = 0x40 +@@ -140,6 +146,7 @@ const ( + BPF_OR = 0x40 + BPF_RELEASE = 0x30bb6 + BPF_RET = 0x6 ++ BPF_RND = 0xc0 + BPF_RSH = 0x70 + BPF_ST = 0x2 + BPF_STX = 0x3 +@@ -301,6 +308,8 @@ const ( + EMUL_ENABLED = 0x1 + EMUL_NATIVE = 0x2 + ENDRUNDISC = 0x9 ++ ETH64_8021_RSVD_MASK = 0xfffffffffff0 ++ ETH64_8021_RSVD_PREFIX = 0x180c2000000 + ETHERMIN = 0x2e + ETHERMTU = 0x5dc + ETHERTYPE_8023 = 0x4 +@@ -353,6 +362,7 @@ const ( + ETHERTYPE_DN = 0x6003 + ETHERTYPE_DOGFIGHT = 0x1989 + ETHERTYPE_DSMD = 0x8039 ++ ETHERTYPE_EAPOL = 0x888e + ETHERTYPE_ECMA = 0x803 + ETHERTYPE_ENCRYPT = 0x803d + ETHERTYPE_ES = 0x805d +@@ -413,15 +423,16 @@ const ( + ETHERTYPE_NCD = 0x8149 + ETHERTYPE_NESTAR = 0x8006 + ETHERTYPE_NETBEUI = 0x8191 ++ ETHERTYPE_NHRP = 0x2001 + ETHERTYPE_NOVELL = 0x8138 + ETHERTYPE_NS = 0x600 + ETHERTYPE_NSAT = 0x601 + ETHERTYPE_NSCOMPAT = 0x807 ++ ETHERTYPE_NSH = 0x984f + ETHERTYPE_NTRAILER = 0x10 + ETHERTYPE_OS9 = 0x7007 + ETHERTYPE_OS9NET = 0x7009 + ETHERTYPE_PACER = 0x80c6 +- ETHERTYPE_PAE = 0x888e + ETHERTYPE_PBB = 0x88e7 + ETHERTYPE_PCS = 0x4242 + ETHERTYPE_PLANNING = 0x8044 +@@ -504,10 +515,11 @@ const ( + ETHER_VLAN_ENCAP_LEN = 0x4 + EVFILT_AIO = -0x3 + EVFILT_DEVICE = -0x8 ++ EVFILT_EXCEPT = -0x9 + EVFILT_PROC = -0x5 + EVFILT_READ = -0x1 + EVFILT_SIGNAL = -0x6 +- EVFILT_SYSCOUNT = 0x8 ++ EVFILT_SYSCOUNT = 0x9 + EVFILT_TIMER = -0x7 + EVFILT_VNODE = -0x4 + EVFILT_WRITE = -0x2 +@@ -529,7 +541,7 @@ const ( + EV_FLAG1 = 0x2000 + EV_ONESHOT = 0x10 + EV_RECEIPT = 0x40 +- EV_SYSFLAGS = 0xf000 ++ EV_SYSFLAGS = 0xf800 + EXTA = 0x4b00 + EXTB = 0x9600 + EXTPROC = 0x800 +@@ -795,6 +807,7 @@ const ( + IFT_VOICEOVERCABLE = 0xc6 + IFT_VOICEOVERFRAMERELAY = 0x99 + IFT_VOICEOVERIP = 0x68 ++ IFT_WIREGUARD = 0xfb + IFT_X213 = 0x5d + IFT_X25 = 0x5 + IFT_X25DDN = 0x4 +@@ -860,6 +873,7 @@ const ( + IPPROTO_RAW = 0xff + IPPROTO_ROUTING = 0x2b + IPPROTO_RSVP = 0x2e ++ IPPROTO_SCTP = 0x84 + IPPROTO_TCP = 0x6 + IPPROTO_TP = 0x1d + IPPROTO_UDP = 0x11 +@@ -970,6 +984,9 @@ const ( + IP_TTL = 0x4 + ISIG = 0x80 + ISTRIP = 0x20 ++ ITIMER_PROF = 0x2 ++ ITIMER_REAL = 0x0 ++ ITIMER_VIRTUAL = 0x1 + IUCLC = 0x1000 + IXANY = 0x800 + IXOFF = 0x400 +@@ -1041,6 +1058,19 @@ const ( + MNT_WAIT = 0x1 + MNT_WANTRDWR = 0x2000000 + MNT_WXALLOWED = 0x800 ++ MOUNT_AFS = "afs" ++ MOUNT_CD9660 = "cd9660" ++ MOUNT_EXT2FS = "ext2fs" ++ MOUNT_FFS = "ffs" ++ MOUNT_FUSEFS = "fuse" ++ MOUNT_MFS = "mfs" ++ MOUNT_MSDOS = "msdos" ++ MOUNT_NCPFS = "ncpfs" ++ MOUNT_NFS = "nfs" ++ MOUNT_NTFS = "ntfs" ++ MOUNT_TMPFS = "tmpfs" ++ MOUNT_UDF = "udf" ++ MOUNT_UFS = "ffs" + MSG_BCAST = 0x100 + MSG_CMSG_CLOEXEC = 0x800 + MSG_CTRUNC = 0x20 +@@ -1061,7 +1091,8 @@ const ( + NET_RT_FLAGS = 0x2 + NET_RT_IFLIST = 0x3 + NET_RT_IFNAMES = 0x6 +- NET_RT_MAXID = 0x7 ++ NET_RT_MAXID = 0x8 ++ NET_RT_SOURCE = 0x7 + NET_RT_STATS = 0x4 + NET_RT_TABLE = 0x5 + NFDBITS = 0x20 +@@ -1078,6 +1109,7 @@ const ( + NOTE_FORK = 0x40000000 + NOTE_LINK = 0x10 + NOTE_LOWAT = 0x1 ++ NOTE_OOB = 0x4 + NOTE_PCTRLMASK = 0xf0000000 + NOTE_PDATAMASK = 0xfffff + NOTE_RENAME = 0x20 +@@ -1214,7 +1246,7 @@ const ( + RTM_PROPOSAL = 0x13 + RTM_REDIRECT = 0x6 + RTM_RESOLVE = 0xb +- RTM_RTTUNIT = 0xf4240 ++ RTM_SOURCE = 0x16 + RTM_VERSION = 0x5 + RTV_EXPIRE = 0x4 + RTV_HOPCOUNT = 0x2 +@@ -1232,6 +1264,9 @@ const ( + RUSAGE_THREAD = 0x1 + SCM_RIGHTS = 0x1 + SCM_TIMESTAMP = 0x4 ++ SEEK_CUR = 0x1 ++ SEEK_END = 0x2 ++ SEEK_SET = 0x0 + SHUT_RD = 0x0 + SHUT_RDWR = 0x2 + SHUT_WR = 0x1 +@@ -1248,30 +1283,30 @@ const ( + SIOCBRDGDELS = 0x80606942 + SIOCBRDGFLUSH = 0x80606948 + SIOCBRDGFRL = 0x808c694e +- SIOCBRDGGCACHE = 0xc0186941 +- SIOCBRDGGFD = 0xc0186952 +- SIOCBRDGGHT = 0xc0186951 ++ SIOCBRDGGCACHE = 0xc0146941 ++ SIOCBRDGGFD = 0xc0146952 ++ SIOCBRDGGHT = 0xc0146951 + SIOCBRDGGIFFLGS = 0xc060693e +- SIOCBRDGGMA = 0xc0186953 ++ SIOCBRDGGMA = 0xc0146953 + SIOCBRDGGPARAM = 0xc0406958 +- SIOCBRDGGPRI = 0xc0186950 ++ SIOCBRDGGPRI = 0xc0146950 + SIOCBRDGGRL = 0xc030694f +- SIOCBRDGGTO = 0xc0186946 ++ SIOCBRDGGTO = 0xc0146946 + SIOCBRDGIFS = 0xc0606942 + SIOCBRDGRTS = 0xc0206943 + SIOCBRDGSADDR = 0xc1286944 +- SIOCBRDGSCACHE = 0x80186940 +- SIOCBRDGSFD = 0x80186952 +- SIOCBRDGSHT = 0x80186951 ++ SIOCBRDGSCACHE = 0x80146940 ++ SIOCBRDGSFD = 0x80146952 ++ SIOCBRDGSHT = 0x80146951 + SIOCBRDGSIFCOST = 0x80606955 + SIOCBRDGSIFFLGS = 0x8060693f + SIOCBRDGSIFPRIO = 0x80606954 + SIOCBRDGSIFPROT = 0x8060694a +- SIOCBRDGSMA = 0x80186953 +- SIOCBRDGSPRI = 0x80186950 +- SIOCBRDGSPROTO = 0x8018695a +- SIOCBRDGSTO = 0x80186945 +- SIOCBRDGSTXHC = 0x80186959 ++ SIOCBRDGSMA = 0x80146953 ++ SIOCBRDGSPRI = 0x80146950 ++ SIOCBRDGSPROTO = 0x8014695a ++ SIOCBRDGSTO = 0x80146945 ++ SIOCBRDGSTXHC = 0x80146959 + SIOCDELLABEL = 0x80206997 + SIOCDELMULTI = 0x80206932 + SIOCDIFADDR = 0x80206919 +@@ -1378,11 +1413,6 @@ const ( + SIOCSVH = 0xc02069f5 + SIOCSVNETFLOWID = 0x802069c3 + SIOCSVNETID = 0x802069a6 +- SIOCSWGDPID = 0xc018695b +- SIOCSWGMAXFLOW = 0xc0186960 +- SIOCSWGMAXGROUP = 0xc018695d +- SIOCSWSDPID = 0x8018695c +- SIOCSWSPORTNO = 0xc060695f + SOCK_CLOEXEC = 0x8000 + SOCK_DGRAM = 0x2 + SOCK_DNS = 0x1000 +@@ -1455,7 +1485,17 @@ const ( + TCOFLUSH = 0x2 + TCOOFF = 0x1 + TCOON = 0x2 +- TCP_MAXBURST = 0x4 ++ TCPOPT_EOL = 0x0 ++ TCPOPT_MAXSEG = 0x2 ++ TCPOPT_NOP = 0x1 ++ TCPOPT_SACK = 0x5 ++ TCPOPT_SACK_HDR = 0x1010500 ++ TCPOPT_SACK_PERMITTED = 0x4 ++ TCPOPT_SACK_PERMIT_HDR = 0x1010402 ++ TCPOPT_SIGNATURE = 0x13 ++ TCPOPT_TIMESTAMP = 0x8 ++ TCPOPT_TSTAMP_HDR = 0x101080a ++ TCPOPT_WINDOW = 0x3 + TCP_MAXSEG = 0x2 + TCP_MAXWIN = 0xffff + TCP_MAX_SACK = 0x3 +Index: vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go +--- vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go.orig ++++ vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go +@@ -17,6 +17,7 @@ var sysctlMib = []mibentry{ + {"ddb.max_line", []_C_int{9, 3}}, + {"ddb.max_width", []_C_int{9, 2}}, + {"ddb.panic", []_C_int{9, 5}}, ++ {"ddb.profile", []_C_int{9, 9}}, + {"ddb.radix", []_C_int{9, 1}}, + {"ddb.tab_stop_width", []_C_int{9, 4}}, + {"ddb.trigger", []_C_int{9, 8}}, +@@ -33,29 +34,37 @@ var sysctlMib = []mibentry{ + {"hw.ncpufound", []_C_int{6, 21}}, + {"hw.ncpuonline", []_C_int{6, 25}}, + {"hw.pagesize", []_C_int{6, 7}}, ++ {"hw.perfpolicy", []_C_int{6, 23}}, + {"hw.physmem", []_C_int{6, 19}}, ++ {"hw.power", []_C_int{6, 26}}, + {"hw.product", []_C_int{6, 15}}, + {"hw.serialno", []_C_int{6, 17}}, + {"hw.setperf", []_C_int{6, 13}}, ++ {"hw.smt", []_C_int{6, 24}}, + {"hw.usermem", []_C_int{6, 20}}, + {"hw.uuid", []_C_int{6, 18}}, + {"hw.vendor", []_C_int{6, 14}}, + {"hw.version", []_C_int{6, 16}}, +- {"kern.arandom", []_C_int{1, 37}}, ++ {"kern.allowdt", []_C_int{1, 65}}, ++ {"kern.allowkmem", []_C_int{1, 52}}, + {"kern.argmax", []_C_int{1, 8}}, ++ {"kern.audio", []_C_int{1, 84}}, + {"kern.boottime", []_C_int{1, 21}}, + {"kern.bufcachepercent", []_C_int{1, 72}}, + {"kern.ccpu", []_C_int{1, 45}}, + {"kern.clockrate", []_C_int{1, 12}}, ++ {"kern.consbuf", []_C_int{1, 83}}, ++ {"kern.consbufsize", []_C_int{1, 82}}, + {"kern.consdev", []_C_int{1, 75}}, + {"kern.cp_time", []_C_int{1, 40}}, + {"kern.cp_time2", []_C_int{1, 71}}, +- {"kern.cryptodevallowsoft", []_C_int{1, 53}}, ++ {"kern.cpustats", []_C_int{1, 85}}, + {"kern.domainname", []_C_int{1, 22}}, + {"kern.file", []_C_int{1, 73}}, + {"kern.forkstat", []_C_int{1, 42}}, + {"kern.fscale", []_C_int{1, 46}}, + {"kern.fsync", []_C_int{1, 33}}, ++ {"kern.global_ptrace", []_C_int{1, 81}}, + {"kern.hostid", []_C_int{1, 11}}, + {"kern.hostname", []_C_int{1, 10}}, + {"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}}, +@@ -85,10 +94,10 @@ var sysctlMib = []mibentry{ + {"kern.osrevision", []_C_int{1, 3}}, + {"kern.ostype", []_C_int{1, 1}}, + {"kern.osversion", []_C_int{1, 27}}, ++ {"kern.pfstatus", []_C_int{1, 86}}, + {"kern.pool_debug", []_C_int{1, 77}}, + {"kern.posix1version", []_C_int{1, 17}}, + {"kern.proc", []_C_int{1, 66}}, +- {"kern.random", []_C_int{1, 31}}, + {"kern.rawpartition", []_C_int{1, 24}}, + {"kern.saved_ids", []_C_int{1, 20}}, + {"kern.securelevel", []_C_int{1, 9}}, +@@ -106,21 +115,20 @@ var sysctlMib = []mibentry{ + {"kern.timecounter.hardware", []_C_int{1, 69, 3}}, + {"kern.timecounter.tick", []_C_int{1, 69, 1}}, + {"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}}, +- {"kern.tty.maxptys", []_C_int{1, 44, 6}}, +- {"kern.tty.nptys", []_C_int{1, 44, 7}}, ++ {"kern.timeout_stats", []_C_int{1, 87}}, + {"kern.tty.tk_cancc", []_C_int{1, 44, 4}}, + {"kern.tty.tk_nin", []_C_int{1, 44, 1}}, + {"kern.tty.tk_nout", []_C_int{1, 44, 2}}, + {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}}, + {"kern.tty.ttyinfo", []_C_int{1, 44, 5}}, + {"kern.ttycount", []_C_int{1, 57}}, +- {"kern.userasymcrypto", []_C_int{1, 60}}, +- {"kern.usercrypto", []_C_int{1, 52}}, +- {"kern.usermount", []_C_int{1, 30}}, ++ {"kern.utc_offset", []_C_int{1, 88}}, + {"kern.version", []_C_int{1, 4}}, +- {"kern.vnode", []_C_int{1, 13}}, ++ {"kern.video", []_C_int{1, 89}}, + {"kern.watchdog.auto", []_C_int{1, 64, 2}}, + {"kern.watchdog.period", []_C_int{1, 64, 1}}, ++ {"kern.witnesswatch", []_C_int{1, 53}}, ++ {"kern.wxabort", []_C_int{1, 74}}, + {"net.bpf.bufsize", []_C_int{4, 31, 1}}, + {"net.bpf.maxbufsize", []_C_int{4, 31, 2}}, + {"net.inet.ah.enable", []_C_int{4, 2, 51, 1}}, +@@ -148,7 +156,9 @@ var sysctlMib = []mibentry{ + {"net.inet.icmp.stats", []_C_int{4, 2, 1, 7}}, + {"net.inet.icmp.tstamprepl", []_C_int{4, 2, 1, 6}}, + {"net.inet.igmp.stats", []_C_int{4, 2, 2, 1}}, ++ {"net.inet.ip.arpdown", []_C_int{4, 2, 0, 40}}, + {"net.inet.ip.arpqueued", []_C_int{4, 2, 0, 36}}, ++ {"net.inet.ip.arptimeout", []_C_int{4, 2, 0, 39}}, + {"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}}, + {"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}}, + {"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}}, +@@ -157,8 +167,10 @@ var sysctlMib = []mibentry{ + {"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}}, + {"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}}, + {"net.inet.ip.mforwarding", []_C_int{4, 2, 0, 31}}, ++ {"net.inet.ip.mrtmfc", []_C_int{4, 2, 0, 37}}, + {"net.inet.ip.mrtproto", []_C_int{4, 2, 0, 34}}, + {"net.inet.ip.mrtstats", []_C_int{4, 2, 0, 35}}, ++ {"net.inet.ip.mrtvif", []_C_int{4, 2, 0, 38}}, + {"net.inet.ip.mtu", []_C_int{4, 2, 0, 4}}, + {"net.inet.ip.mtudisc", []_C_int{4, 2, 0, 27}}, + {"net.inet.ip.mtudisctimeout", []_C_int{4, 2, 0, 28}}, +@@ -175,9 +187,7 @@ var sysctlMib = []mibentry{ + {"net.inet.ipcomp.stats", []_C_int{4, 2, 108, 2}}, + {"net.inet.ipip.allow", []_C_int{4, 2, 4, 1}}, + {"net.inet.ipip.stats", []_C_int{4, 2, 4, 2}}, +- {"net.inet.mobileip.allow", []_C_int{4, 2, 55, 1}}, + {"net.inet.pfsync.stats", []_C_int{4, 2, 240, 1}}, +- {"net.inet.pim.stats", []_C_int{4, 2, 103, 1}}, + {"net.inet.tcp.ackonpush", []_C_int{4, 2, 6, 13}}, + {"net.inet.tcp.always_keepalive", []_C_int{4, 2, 6, 22}}, + {"net.inet.tcp.baddynamic", []_C_int{4, 2, 6, 6}}, +@@ -191,6 +201,7 @@ var sysctlMib = []mibentry{ + {"net.inet.tcp.reasslimit", []_C_int{4, 2, 6, 18}}, + {"net.inet.tcp.rfc1323", []_C_int{4, 2, 6, 1}}, + {"net.inet.tcp.rfc3390", []_C_int{4, 2, 6, 17}}, ++ {"net.inet.tcp.rootonly", []_C_int{4, 2, 6, 24}}, + {"net.inet.tcp.rstppslimit", []_C_int{4, 2, 6, 12}}, + {"net.inet.tcp.sack", []_C_int{4, 2, 6, 10}}, + {"net.inet.tcp.sackholelimit", []_C_int{4, 2, 6, 20}}, +@@ -198,9 +209,12 @@ var sysctlMib = []mibentry{ + {"net.inet.tcp.stats", []_C_int{4, 2, 6, 21}}, + {"net.inet.tcp.synbucketlimit", []_C_int{4, 2, 6, 16}}, + {"net.inet.tcp.syncachelimit", []_C_int{4, 2, 6, 15}}, ++ {"net.inet.tcp.synhashsize", []_C_int{4, 2, 6, 25}}, ++ {"net.inet.tcp.synuselimit", []_C_int{4, 2, 6, 23}}, + {"net.inet.udp.baddynamic", []_C_int{4, 2, 17, 2}}, + {"net.inet.udp.checksum", []_C_int{4, 2, 17, 1}}, + {"net.inet.udp.recvspace", []_C_int{4, 2, 17, 3}}, ++ {"net.inet.udp.rootonly", []_C_int{4, 2, 17, 6}}, + {"net.inet.udp.sendspace", []_C_int{4, 2, 17, 4}}, + {"net.inet.udp.stats", []_C_int{4, 2, 17, 5}}, + {"net.inet6.divert.recvspace", []_C_int{4, 24, 86, 1}}, +@@ -213,13 +227,8 @@ var sysctlMib = []mibentry{ + {"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}}, + {"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}}, + {"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}}, +- {"net.inet6.icmp6.nd6_prune", []_C_int{4, 24, 30, 6}}, + {"net.inet6.icmp6.nd6_umaxtries", []_C_int{4, 24, 30, 9}}, +- {"net.inet6.icmp6.nd6_useloopback", []_C_int{4, 24, 30, 11}}, +- {"net.inet6.icmp6.nodeinfo", []_C_int{4, 24, 30, 13}}, +- {"net.inet6.icmp6.rediraccept", []_C_int{4, 24, 30, 2}}, + {"net.inet6.icmp6.redirtimeout", []_C_int{4, 24, 30, 3}}, +- {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}}, + {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}}, + {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}}, + {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}}, +@@ -232,20 +241,19 @@ var sysctlMib = []mibentry{ + {"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}}, + {"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}}, + {"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}}, +- {"net.inet6.ip6.maxifdefrouters", []_C_int{4, 24, 17, 47}}, +- {"net.inet6.ip6.maxifprefixes", []_C_int{4, 24, 17, 46}}, + {"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}}, ++ {"net.inet6.ip6.mrtmfc", []_C_int{4, 24, 17, 53}}, ++ {"net.inet6.ip6.mrtmif", []_C_int{4, 24, 17, 52}}, + {"net.inet6.ip6.mrtproto", []_C_int{4, 24, 17, 8}}, + {"net.inet6.ip6.mtudisctimeout", []_C_int{4, 24, 17, 50}}, + {"net.inet6.ip6.multicast_mtudisc", []_C_int{4, 24, 17, 44}}, + {"net.inet6.ip6.multipath", []_C_int{4, 24, 17, 43}}, + {"net.inet6.ip6.neighborgcthresh", []_C_int{4, 24, 17, 45}}, + {"net.inet6.ip6.redirect", []_C_int{4, 24, 17, 2}}, +- {"net.inet6.ip6.rr_prune", []_C_int{4, 24, 17, 22}}, ++ {"net.inet6.ip6.soiikey", []_C_int{4, 24, 17, 54}}, + {"net.inet6.ip6.sourcecheck", []_C_int{4, 24, 17, 10}}, + {"net.inet6.ip6.sourcecheck_logint", []_C_int{4, 24, 17, 11}}, + {"net.inet6.ip6.use_deprecated", []_C_int{4, 24, 17, 21}}, +- {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}}, + {"net.key.sadb_dump", []_C_int{4, 30, 1}}, + {"net.key.spd_dump", []_C_int{4, 30, 2}}, + {"net.mpls.ifq.congestion", []_C_int{4, 33, 3, 4}}, +@@ -254,12 +262,12 @@ var sysctlMib = []mibentry{ + {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}}, + {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}}, + {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}}, +- {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}}, + {"net.mpls.ttl", []_C_int{4, 33, 2}}, + {"net.pflow.stats", []_C_int{4, 34, 1}}, + {"net.pipex.enable", []_C_int{4, 35, 1}}, + {"vm.anonmin", []_C_int{2, 7}}, + {"vm.loadavg", []_C_int{2, 2}}, ++ {"vm.malloc_conf", []_C_int{2, 12}}, + {"vm.maxslp", []_C_int{2, 10}}, + {"vm.nkmempages", []_C_int{2, 6}}, + {"vm.psstrings", []_C_int{2, 3}}, +Index: vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go +--- vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go +@@ -36,23 +36,29 @@ var sysctlMib = []mibentry{ + {"hw.pagesize", []_C_int{6, 7}}, + {"hw.perfpolicy", []_C_int{6, 23}}, + {"hw.physmem", []_C_int{6, 19}}, ++ {"hw.power", []_C_int{6, 26}}, + {"hw.product", []_C_int{6, 15}}, + {"hw.serialno", []_C_int{6, 17}}, + {"hw.setperf", []_C_int{6, 13}}, ++ {"hw.smt", []_C_int{6, 24}}, + {"hw.usermem", []_C_int{6, 20}}, + {"hw.uuid", []_C_int{6, 18}}, + {"hw.vendor", []_C_int{6, 14}}, + {"hw.version", []_C_int{6, 16}}, ++ {"kern.allowdt", []_C_int{1, 65}}, + {"kern.allowkmem", []_C_int{1, 52}}, + {"kern.argmax", []_C_int{1, 8}}, ++ {"kern.audio", []_C_int{1, 84}}, + {"kern.boottime", []_C_int{1, 21}}, + {"kern.bufcachepercent", []_C_int{1, 72}}, + {"kern.ccpu", []_C_int{1, 45}}, + {"kern.clockrate", []_C_int{1, 12}}, ++ {"kern.consbuf", []_C_int{1, 83}}, ++ {"kern.consbufsize", []_C_int{1, 82}}, + {"kern.consdev", []_C_int{1, 75}}, + {"kern.cp_time", []_C_int{1, 40}}, + {"kern.cp_time2", []_C_int{1, 71}}, +- {"kern.dnsjackport", []_C_int{1, 13}}, ++ {"kern.cpustats", []_C_int{1, 85}}, + {"kern.domainname", []_C_int{1, 22}}, + {"kern.file", []_C_int{1, 73}}, + {"kern.forkstat", []_C_int{1, 42}}, +@@ -88,6 +94,7 @@ var sysctlMib = []mibentry{ + {"kern.osrevision", []_C_int{1, 3}}, + {"kern.ostype", []_C_int{1, 1}}, + {"kern.osversion", []_C_int{1, 27}}, ++ {"kern.pfstatus", []_C_int{1, 86}}, + {"kern.pool_debug", []_C_int{1, 77}}, + {"kern.posix1version", []_C_int{1, 17}}, + {"kern.proc", []_C_int{1, 66}}, +@@ -108,15 +115,19 @@ var sysctlMib = []mibentry{ + {"kern.timecounter.hardware", []_C_int{1, 69, 3}}, + {"kern.timecounter.tick", []_C_int{1, 69, 1}}, + {"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}}, ++ {"kern.timeout_stats", []_C_int{1, 87}}, + {"kern.tty.tk_cancc", []_C_int{1, 44, 4}}, + {"kern.tty.tk_nin", []_C_int{1, 44, 1}}, + {"kern.tty.tk_nout", []_C_int{1, 44, 2}}, + {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}}, + {"kern.tty.ttyinfo", []_C_int{1, 44, 5}}, + {"kern.ttycount", []_C_int{1, 57}}, ++ {"kern.utc_offset", []_C_int{1, 88}}, + {"kern.version", []_C_int{1, 4}}, ++ {"kern.video", []_C_int{1, 89}}, + {"kern.watchdog.auto", []_C_int{1, 64, 2}}, + {"kern.watchdog.period", []_C_int{1, 64, 1}}, ++ {"kern.witnesswatch", []_C_int{1, 53}}, + {"kern.wxabort", []_C_int{1, 74}}, + {"net.bpf.bufsize", []_C_int{4, 31, 1}}, + {"net.bpf.maxbufsize", []_C_int{4, 31, 2}}, +@@ -176,7 +187,6 @@ var sysctlMib = []mibentry{ + {"net.inet.ipcomp.stats", []_C_int{4, 2, 108, 2}}, + {"net.inet.ipip.allow", []_C_int{4, 2, 4, 1}}, + {"net.inet.ipip.stats", []_C_int{4, 2, 4, 2}}, +- {"net.inet.mobileip.allow", []_C_int{4, 2, 55, 1}}, + {"net.inet.pfsync.stats", []_C_int{4, 2, 240, 1}}, + {"net.inet.tcp.ackonpush", []_C_int{4, 2, 6, 13}}, + {"net.inet.tcp.always_keepalive", []_C_int{4, 2, 6, 22}}, +@@ -252,12 +262,12 @@ var sysctlMib = []mibentry{ + {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}}, + {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}}, + {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}}, +- {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}}, + {"net.mpls.ttl", []_C_int{4, 33, 2}}, + {"net.pflow.stats", []_C_int{4, 34, 1}}, + {"net.pipex.enable", []_C_int{4, 35, 1}}, + {"vm.anonmin", []_C_int{2, 7}}, + {"vm.loadavg", []_C_int{2, 2}}, ++ {"vm.malloc_conf", []_C_int{2, 12}}, + {"vm.maxslp", []_C_int{2, 10}}, + {"vm.nkmempages", []_C_int{2, 6}}, + {"vm.psstrings", []_C_int{2, 3}}, +Index: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go +--- vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go +@@ -36,6 +36,7 @@ var sysctlMib = []mibentry{ + {"hw.pagesize", []_C_int{6, 7}}, + {"hw.perfpolicy", []_C_int{6, 23}}, + {"hw.physmem", []_C_int{6, 19}}, ++ {"hw.power", []_C_int{6, 26}}, + {"hw.product", []_C_int{6, 15}}, + {"hw.serialno", []_C_int{6, 17}}, + {"hw.setperf", []_C_int{6, 13}}, +@@ -44,6 +45,7 @@ var sysctlMib = []mibentry{ + {"hw.uuid", []_C_int{6, 18}}, + {"hw.vendor", []_C_int{6, 14}}, + {"hw.version", []_C_int{6, 16}}, ++ {"kern.allowdt", []_C_int{1, 65}}, + {"kern.allowkmem", []_C_int{1, 52}}, + {"kern.argmax", []_C_int{1, 8}}, + {"kern.audio", []_C_int{1, 84}}, +@@ -51,6 +53,8 @@ var sysctlMib = []mibentry{ + {"kern.bufcachepercent", []_C_int{1, 72}}, + {"kern.ccpu", []_C_int{1, 45}}, + {"kern.clockrate", []_C_int{1, 12}}, ++ {"kern.consbuf", []_C_int{1, 83}}, ++ {"kern.consbufsize", []_C_int{1, 82}}, + {"kern.consdev", []_C_int{1, 75}}, + {"kern.cp_time", []_C_int{1, 40}}, + {"kern.cp_time2", []_C_int{1, 71}}, +@@ -90,6 +94,7 @@ var sysctlMib = []mibentry{ + {"kern.osrevision", []_C_int{1, 3}}, + {"kern.ostype", []_C_int{1, 1}}, + {"kern.osversion", []_C_int{1, 27}}, ++ {"kern.pfstatus", []_C_int{1, 86}}, + {"kern.pool_debug", []_C_int{1, 77}}, + {"kern.posix1version", []_C_int{1, 17}}, + {"kern.proc", []_C_int{1, 66}}, +@@ -110,13 +115,16 @@ var sysctlMib = []mibentry{ + {"kern.timecounter.hardware", []_C_int{1, 69, 3}}, + {"kern.timecounter.tick", []_C_int{1, 69, 1}}, + {"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}}, ++ {"kern.timeout_stats", []_C_int{1, 87}}, + {"kern.tty.tk_cancc", []_C_int{1, 44, 4}}, + {"kern.tty.tk_nin", []_C_int{1, 44, 1}}, + {"kern.tty.tk_nout", []_C_int{1, 44, 2}}, + {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}}, + {"kern.tty.ttyinfo", []_C_int{1, 44, 5}}, + {"kern.ttycount", []_C_int{1, 57}}, ++ {"kern.utc_offset", []_C_int{1, 88}}, + {"kern.version", []_C_int{1, 4}}, ++ {"kern.video", []_C_int{1, 89}}, + {"kern.watchdog.auto", []_C_int{1, 64, 2}}, + {"kern.watchdog.period", []_C_int{1, 64, 1}}, + {"kern.witnesswatch", []_C_int{1, 53}}, +@@ -179,7 +187,6 @@ var sysctlMib = []mibentry{ + {"net.inet.ipcomp.stats", []_C_int{4, 2, 108, 2}}, + {"net.inet.ipip.allow", []_C_int{4, 2, 4, 1}}, + {"net.inet.ipip.stats", []_C_int{4, 2, 4, 2}}, +- {"net.inet.mobileip.allow", []_C_int{4, 2, 55, 1}}, + {"net.inet.pfsync.stats", []_C_int{4, 2, 240, 1}}, + {"net.inet.tcp.ackonpush", []_C_int{4, 2, 6, 13}}, + {"net.inet.tcp.always_keepalive", []_C_int{4, 2, 6, 22}}, +@@ -255,7 +262,6 @@ var sysctlMib = []mibentry{ + {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}}, + {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}}, + {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}}, +- {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}}, + {"net.mpls.ttl", []_C_int{4, 33, 2}}, + {"net.pflow.stats", []_C_int{4, 34, 1}}, + {"net.pipex.enable", []_C_int{4, 35, 1}}, +Index: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go +--- vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go.orig ++++ vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go +@@ -17,6 +17,7 @@ var sysctlMib = []mibentry{ + {"ddb.max_line", []_C_int{9, 3}}, + {"ddb.max_width", []_C_int{9, 2}}, + {"ddb.panic", []_C_int{9, 5}}, ++ {"ddb.profile", []_C_int{9, 9}}, + {"ddb.radix", []_C_int{9, 1}}, + {"ddb.tab_stop_width", []_C_int{9, 4}}, + {"ddb.trigger", []_C_int{9, 8}}, +@@ -33,29 +34,37 @@ var sysctlMib = []mibentry{ + {"hw.ncpufound", []_C_int{6, 21}}, + {"hw.ncpuonline", []_C_int{6, 25}}, + {"hw.pagesize", []_C_int{6, 7}}, ++ {"hw.perfpolicy", []_C_int{6, 23}}, + {"hw.physmem", []_C_int{6, 19}}, ++ {"hw.power", []_C_int{6, 26}}, + {"hw.product", []_C_int{6, 15}}, + {"hw.serialno", []_C_int{6, 17}}, + {"hw.setperf", []_C_int{6, 13}}, ++ {"hw.smt", []_C_int{6, 24}}, + {"hw.usermem", []_C_int{6, 20}}, + {"hw.uuid", []_C_int{6, 18}}, + {"hw.vendor", []_C_int{6, 14}}, + {"hw.version", []_C_int{6, 16}}, +- {"kern.arandom", []_C_int{1, 37}}, ++ {"kern.allowdt", []_C_int{1, 65}}, ++ {"kern.allowkmem", []_C_int{1, 52}}, + {"kern.argmax", []_C_int{1, 8}}, ++ {"kern.audio", []_C_int{1, 84}}, + {"kern.boottime", []_C_int{1, 21}}, + {"kern.bufcachepercent", []_C_int{1, 72}}, + {"kern.ccpu", []_C_int{1, 45}}, + {"kern.clockrate", []_C_int{1, 12}}, ++ {"kern.consbuf", []_C_int{1, 83}}, ++ {"kern.consbufsize", []_C_int{1, 82}}, + {"kern.consdev", []_C_int{1, 75}}, + {"kern.cp_time", []_C_int{1, 40}}, + {"kern.cp_time2", []_C_int{1, 71}}, +- {"kern.cryptodevallowsoft", []_C_int{1, 53}}, ++ {"kern.cpustats", []_C_int{1, 85}}, + {"kern.domainname", []_C_int{1, 22}}, + {"kern.file", []_C_int{1, 73}}, + {"kern.forkstat", []_C_int{1, 42}}, + {"kern.fscale", []_C_int{1, 46}}, + {"kern.fsync", []_C_int{1, 33}}, ++ {"kern.global_ptrace", []_C_int{1, 81}}, + {"kern.hostid", []_C_int{1, 11}}, + {"kern.hostname", []_C_int{1, 10}}, + {"kern.intrcnt.nintrcnt", []_C_int{1, 63, 1}}, +@@ -85,10 +94,10 @@ var sysctlMib = []mibentry{ + {"kern.osrevision", []_C_int{1, 3}}, + {"kern.ostype", []_C_int{1, 1}}, + {"kern.osversion", []_C_int{1, 27}}, ++ {"kern.pfstatus", []_C_int{1, 86}}, + {"kern.pool_debug", []_C_int{1, 77}}, + {"kern.posix1version", []_C_int{1, 17}}, + {"kern.proc", []_C_int{1, 66}}, +- {"kern.random", []_C_int{1, 31}}, + {"kern.rawpartition", []_C_int{1, 24}}, + {"kern.saved_ids", []_C_int{1, 20}}, + {"kern.securelevel", []_C_int{1, 9}}, +@@ -106,21 +115,20 @@ var sysctlMib = []mibentry{ + {"kern.timecounter.hardware", []_C_int{1, 69, 3}}, + {"kern.timecounter.tick", []_C_int{1, 69, 1}}, + {"kern.timecounter.timestepwarnings", []_C_int{1, 69, 2}}, +- {"kern.tty.maxptys", []_C_int{1, 44, 6}}, +- {"kern.tty.nptys", []_C_int{1, 44, 7}}, ++ {"kern.timeout_stats", []_C_int{1, 87}}, + {"kern.tty.tk_cancc", []_C_int{1, 44, 4}}, + {"kern.tty.tk_nin", []_C_int{1, 44, 1}}, + {"kern.tty.tk_nout", []_C_int{1, 44, 2}}, + {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}}, + {"kern.tty.ttyinfo", []_C_int{1, 44, 5}}, + {"kern.ttycount", []_C_int{1, 57}}, +- {"kern.userasymcrypto", []_C_int{1, 60}}, +- {"kern.usercrypto", []_C_int{1, 52}}, +- {"kern.usermount", []_C_int{1, 30}}, ++ {"kern.utc_offset", []_C_int{1, 88}}, + {"kern.version", []_C_int{1, 4}}, +- {"kern.vnode", []_C_int{1, 13}}, ++ {"kern.video", []_C_int{1, 89}}, + {"kern.watchdog.auto", []_C_int{1, 64, 2}}, + {"kern.watchdog.period", []_C_int{1, 64, 1}}, ++ {"kern.witnesswatch", []_C_int{1, 53}}, ++ {"kern.wxabort", []_C_int{1, 74}}, + {"net.bpf.bufsize", []_C_int{4, 31, 1}}, + {"net.bpf.maxbufsize", []_C_int{4, 31, 2}}, + {"net.inet.ah.enable", []_C_int{4, 2, 51, 1}}, +@@ -148,7 +156,9 @@ var sysctlMib = []mibentry{ + {"net.inet.icmp.stats", []_C_int{4, 2, 1, 7}}, + {"net.inet.icmp.tstamprepl", []_C_int{4, 2, 1, 6}}, + {"net.inet.igmp.stats", []_C_int{4, 2, 2, 1}}, ++ {"net.inet.ip.arpdown", []_C_int{4, 2, 0, 40}}, + {"net.inet.ip.arpqueued", []_C_int{4, 2, 0, 36}}, ++ {"net.inet.ip.arptimeout", []_C_int{4, 2, 0, 39}}, + {"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}}, + {"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}}, + {"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}}, +@@ -157,8 +167,10 @@ var sysctlMib = []mibentry{ + {"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}}, + {"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}}, + {"net.inet.ip.mforwarding", []_C_int{4, 2, 0, 31}}, ++ {"net.inet.ip.mrtmfc", []_C_int{4, 2, 0, 37}}, + {"net.inet.ip.mrtproto", []_C_int{4, 2, 0, 34}}, + {"net.inet.ip.mrtstats", []_C_int{4, 2, 0, 35}}, ++ {"net.inet.ip.mrtvif", []_C_int{4, 2, 0, 38}}, + {"net.inet.ip.mtu", []_C_int{4, 2, 0, 4}}, + {"net.inet.ip.mtudisc", []_C_int{4, 2, 0, 27}}, + {"net.inet.ip.mtudisctimeout", []_C_int{4, 2, 0, 28}}, +@@ -175,9 +187,7 @@ var sysctlMib = []mibentry{ + {"net.inet.ipcomp.stats", []_C_int{4, 2, 108, 2}}, + {"net.inet.ipip.allow", []_C_int{4, 2, 4, 1}}, + {"net.inet.ipip.stats", []_C_int{4, 2, 4, 2}}, +- {"net.inet.mobileip.allow", []_C_int{4, 2, 55, 1}}, + {"net.inet.pfsync.stats", []_C_int{4, 2, 240, 1}}, +- {"net.inet.pim.stats", []_C_int{4, 2, 103, 1}}, + {"net.inet.tcp.ackonpush", []_C_int{4, 2, 6, 13}}, + {"net.inet.tcp.always_keepalive", []_C_int{4, 2, 6, 22}}, + {"net.inet.tcp.baddynamic", []_C_int{4, 2, 6, 6}}, +@@ -191,6 +201,7 @@ var sysctlMib = []mibentry{ + {"net.inet.tcp.reasslimit", []_C_int{4, 2, 6, 18}}, + {"net.inet.tcp.rfc1323", []_C_int{4, 2, 6, 1}}, + {"net.inet.tcp.rfc3390", []_C_int{4, 2, 6, 17}}, ++ {"net.inet.tcp.rootonly", []_C_int{4, 2, 6, 24}}, + {"net.inet.tcp.rstppslimit", []_C_int{4, 2, 6, 12}}, + {"net.inet.tcp.sack", []_C_int{4, 2, 6, 10}}, + {"net.inet.tcp.sackholelimit", []_C_int{4, 2, 6, 20}}, +@@ -198,9 +209,12 @@ var sysctlMib = []mibentry{ + {"net.inet.tcp.stats", []_C_int{4, 2, 6, 21}}, + {"net.inet.tcp.synbucketlimit", []_C_int{4, 2, 6, 16}}, + {"net.inet.tcp.syncachelimit", []_C_int{4, 2, 6, 15}}, ++ {"net.inet.tcp.synhashsize", []_C_int{4, 2, 6, 25}}, ++ {"net.inet.tcp.synuselimit", []_C_int{4, 2, 6, 23}}, + {"net.inet.udp.baddynamic", []_C_int{4, 2, 17, 2}}, + {"net.inet.udp.checksum", []_C_int{4, 2, 17, 1}}, + {"net.inet.udp.recvspace", []_C_int{4, 2, 17, 3}}, ++ {"net.inet.udp.rootonly", []_C_int{4, 2, 17, 6}}, + {"net.inet.udp.sendspace", []_C_int{4, 2, 17, 4}}, + {"net.inet.udp.stats", []_C_int{4, 2, 17, 5}}, + {"net.inet6.divert.recvspace", []_C_int{4, 24, 86, 1}}, +@@ -213,13 +227,8 @@ var sysctlMib = []mibentry{ + {"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}}, + {"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}}, + {"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}}, +- {"net.inet6.icmp6.nd6_prune", []_C_int{4, 24, 30, 6}}, + {"net.inet6.icmp6.nd6_umaxtries", []_C_int{4, 24, 30, 9}}, +- {"net.inet6.icmp6.nd6_useloopback", []_C_int{4, 24, 30, 11}}, +- {"net.inet6.icmp6.nodeinfo", []_C_int{4, 24, 30, 13}}, +- {"net.inet6.icmp6.rediraccept", []_C_int{4, 24, 30, 2}}, + {"net.inet6.icmp6.redirtimeout", []_C_int{4, 24, 30, 3}}, +- {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}}, + {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}}, + {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}}, + {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}}, +@@ -232,20 +241,19 @@ var sysctlMib = []mibentry{ + {"net.inet6.ip6.maxdynroutes", []_C_int{4, 24, 17, 48}}, + {"net.inet6.ip6.maxfragpackets", []_C_int{4, 24, 17, 9}}, + {"net.inet6.ip6.maxfrags", []_C_int{4, 24, 17, 41}}, +- {"net.inet6.ip6.maxifdefrouters", []_C_int{4, 24, 17, 47}}, +- {"net.inet6.ip6.maxifprefixes", []_C_int{4, 24, 17, 46}}, + {"net.inet6.ip6.mforwarding", []_C_int{4, 24, 17, 42}}, ++ {"net.inet6.ip6.mrtmfc", []_C_int{4, 24, 17, 53}}, ++ {"net.inet6.ip6.mrtmif", []_C_int{4, 24, 17, 52}}, + {"net.inet6.ip6.mrtproto", []_C_int{4, 24, 17, 8}}, + {"net.inet6.ip6.mtudisctimeout", []_C_int{4, 24, 17, 50}}, + {"net.inet6.ip6.multicast_mtudisc", []_C_int{4, 24, 17, 44}}, + {"net.inet6.ip6.multipath", []_C_int{4, 24, 17, 43}}, + {"net.inet6.ip6.neighborgcthresh", []_C_int{4, 24, 17, 45}}, + {"net.inet6.ip6.redirect", []_C_int{4, 24, 17, 2}}, +- {"net.inet6.ip6.rr_prune", []_C_int{4, 24, 17, 22}}, ++ {"net.inet6.ip6.soiikey", []_C_int{4, 24, 17, 54}}, + {"net.inet6.ip6.sourcecheck", []_C_int{4, 24, 17, 10}}, + {"net.inet6.ip6.sourcecheck_logint", []_C_int{4, 24, 17, 11}}, + {"net.inet6.ip6.use_deprecated", []_C_int{4, 24, 17, 21}}, +- {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}}, + {"net.key.sadb_dump", []_C_int{4, 30, 1}}, + {"net.key.spd_dump", []_C_int{4, 30, 2}}, + {"net.mpls.ifq.congestion", []_C_int{4, 33, 3, 4}}, +@@ -254,12 +262,12 @@ var sysctlMib = []mibentry{ + {"net.mpls.ifq.maxlen", []_C_int{4, 33, 3, 2}}, + {"net.mpls.mapttl_ip", []_C_int{4, 33, 5}}, + {"net.mpls.mapttl_ip6", []_C_int{4, 33, 6}}, +- {"net.mpls.maxloop_inkernel", []_C_int{4, 33, 4}}, + {"net.mpls.ttl", []_C_int{4, 33, 2}}, + {"net.pflow.stats", []_C_int{4, 34, 1}}, + {"net.pipex.enable", []_C_int{4, 35, 1}}, + {"vm.anonmin", []_C_int{2, 7}}, + {"vm.loadavg", []_C_int{2, 2}}, ++ {"vm.malloc_conf", []_C_int{2, 12}}, + {"vm.maxslp", []_C_int{2, 10}}, + {"vm.nkmempages", []_C_int{2, 6}}, + {"vm.psstrings", []_C_int{2, 3}}, +Index: vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go +--- vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go +@@ -36,6 +36,7 @@ var sysctlMib = []mibentry{ + {"hw.pagesize", []_C_int{6, 7}}, + {"hw.perfpolicy", []_C_int{6, 23}}, + {"hw.physmem", []_C_int{6, 19}}, ++ {"hw.power", []_C_int{6, 26}}, + {"hw.product", []_C_int{6, 15}}, + {"hw.serialno", []_C_int{6, 17}}, + {"hw.setperf", []_C_int{6, 13}}, +@@ -123,6 +124,7 @@ var sysctlMib = []mibentry{ + {"kern.ttycount", []_C_int{1, 57}}, + {"kern.utc_offset", []_C_int{1, 88}}, + {"kern.version", []_C_int{1, 4}}, ++ {"kern.video", []_C_int{1, 89}}, + {"kern.watchdog.auto", []_C_int{1, 64, 2}}, + {"kern.watchdog.period", []_C_int{1, 64, 1}}, + {"kern.witnesswatch", []_C_int{1, 53}}, +Index: vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go +--- vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go.orig ++++ vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go +@@ -1,4 +1,4 @@ +-// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master ++// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain + // Code generated by the command above; see README.md. DO NOT EDIT. + + //go:build 386 && openbsd +@@ -43,6 +43,7 @@ const ( + SYS_CHFLAGS = 34 // { int sys_chflags(const char *path, u_int flags); } + SYS_FCHFLAGS = 35 // { int sys_fchflags(int fd, u_int flags); } + SYS_SYNC = 36 // { void sys_sync(void); } ++ SYS_MSYSCALL = 37 // { int sys_msyscall(void *addr, size_t len); } + SYS_STAT = 38 // { int sys_stat(const char *path, struct stat *ub); } + SYS_GETPPID = 39 // { pid_t sys_getppid(void); } + SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } +@@ -54,6 +55,7 @@ const ( + SYS_SIGACTION = 46 // { int sys_sigaction(int signum, const struct sigaction *nsa, struct sigaction *osa); } + SYS_GETGID = 47 // { gid_t sys_getgid(void); } + SYS_SIGPROCMASK = 48 // { int sys_sigprocmask(int how, sigset_t mask); } ++ SYS_MMAP = 49 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_SETLOGIN = 50 // { int sys_setlogin(const char *namebuf); } + SYS_ACCT = 51 // { int sys_acct(const char *path); } + SYS_SIGPENDING = 52 // { int sys_sigpending(void); } +@@ -82,7 +84,7 @@ const ( + SYS_MADVISE = 75 // { int sys_madvise(void *addr, size_t len, int behav); } + SYS_UTIMES = 76 // { int sys_utimes(const char *path, const struct timeval *tptr); } + SYS_FUTIMES = 77 // { int sys_futimes(int fd, const struct timeval *tptr); } +- SYS_MINCORE = 78 // { int sys_mincore(void *addr, size_t len, char *vec); } ++ SYS_MQUERY = 78 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETGROUPS = 79 // { int sys_getgroups(int gidsetsize, gid_t *gidset); } + SYS_SETGROUPS = 80 // { int sys_setgroups(int gidsetsize, const gid_t *gidset); } + SYS_GETPGRP = 81 // { int sys_getpgrp(void); } +@@ -118,6 +120,7 @@ const ( + SYS_SIGSUSPEND = 111 // { int sys_sigsuspend(int mask); } + SYS_SENDSYSLOG = 112 // { int sys_sendsyslog(const char *buf, size_t nbyte, int flags); } + SYS_UNVEIL = 114 // { int sys_unveil(const char *path, const char *permissions); } ++ SYS___REALPATH = 115 // { int sys___realpath(const char *pathname, char *resolved); } + SYS_GETSOCKOPT = 118 // { int sys_getsockopt(int s, int level, int name, void *val, socklen_t *avalsize); } + SYS_THRKILL = 119 // { int sys_thrkill(pid_t tid, int signum, void *tcb); } + SYS_READV = 120 // { ssize_t sys_readv(int fd, const struct iovec *iovp, int iovcnt); } +@@ -141,9 +144,17 @@ const ( + SYS_QUOTACTL = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); } + SYS_NFSSVC = 155 // { int sys_nfssvc(int flag, void *argp); } + SYS_GETFH = 161 // { int sys_getfh(const char *fname, fhandle_t *fhp); } ++ SYS___TMPFD = 164 // { int sys___tmpfd(int flags); } + SYS_SYSARCH = 165 // { int sys_sysarch(int op, void *parms); } +- SYS_PREAD = 173 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } +- SYS_PWRITE = 174 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_LSEEK = 166 // { off_t sys_lseek(int fd, off_t offset, int whence); } ++ SYS_TRUNCATE = 167 // { int sys_truncate(const char *path, off_t length); } ++ SYS_FTRUNCATE = 168 // { int sys_ftruncate(int fd, off_t length); } ++ SYS_PREAD = 169 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, off_t offset); } ++ SYS_PWRITE = 170 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset); } ++ SYS_PREADV = 171 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PWRITEV = 172 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PAD_PREAD = 173 // { ssize_t sys_pad_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_PAD_PWRITE = 174 // { ssize_t sys_pad_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } + SYS_SETGID = 181 // { int sys_setgid(gid_t gid); } + SYS_SETEGID = 182 // { int sys_setegid(gid_t egid); } + SYS_SETEUID = 183 // { int sys_seteuid(uid_t euid); } +@@ -152,10 +163,10 @@ const ( + SYS_SWAPCTL = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); } + SYS_GETRLIMIT = 194 // { int sys_getrlimit(int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195 // { int sys_setrlimit(int which, const struct rlimit *rlp); } +- SYS_MMAP = 197 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } +- SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, int whence); } +- SYS_TRUNCATE = 200 // { int sys_truncate(const char *path, int pad, off_t length); } +- SYS_FTRUNCATE = 201 // { int sys_ftruncate(int fd, int pad, off_t length); } ++ SYS_PAD_MMAP = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_LSEEK = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, int whence); } ++ SYS_PAD_TRUNCATE = 200 // { int sys_pad_truncate(const char *path, int pad, off_t length); } ++ SYS_PAD_FTRUNCATE = 201 // { int sys_pad_ftruncate(int fd, int pad, off_t length); } + SYS_SYSCTL = 202 // { int sys_sysctl(const int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203 // { int sys_mlock(const void *addr, size_t len); } + SYS_MUNLOCK = 204 // { int sys_munlock(const void *addr, size_t len); } +@@ -175,8 +186,8 @@ const ( + SYS_MSYNC = 256 // { int sys_msync(void *addr, size_t len, int flags); } + SYS_PIPE = 263 // { int sys_pipe(int *fdp); } + SYS_FHOPEN = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); } +- SYS_PREADV = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } +- SYS_PWRITEV = 268 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PREADV = 267 // { ssize_t sys_pad_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PWRITEV = 268 // { ssize_t sys_pad_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } + SYS_KQUEUE = 269 // { int sys_kqueue(void); } + SYS_MLOCKALL = 271 // { int sys_mlockall(int flags); } + SYS_MUNLOCKALL = 272 // { int sys_munlockall(void); } +@@ -184,7 +195,7 @@ const ( + SYS_SETRESUID = 282 // { int sys_setresuid(uid_t ruid, uid_t euid, uid_t suid); } + SYS_GETRESGID = 283 // { int sys_getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } + SYS_SETRESGID = 284 // { int sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid); } +- SYS_MQUERY = 286 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_MQUERY = 286 // { void *sys_pad_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } + SYS_CLOSEFROM = 287 // { int sys_closefrom(int fd); } + SYS_SIGALTSTACK = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, struct sigaltstack *oss); } + SYS_SHMGET = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); } +Index: vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go +--- vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go +@@ -1,4 +1,4 @@ +-// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master ++// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain + // Code generated by the command above; see README.md. DO NOT EDIT. + + //go:build amd64 && openbsd +@@ -43,6 +43,7 @@ const ( + SYS_CHFLAGS = 34 // { int sys_chflags(const char *path, u_int flags); } + SYS_FCHFLAGS = 35 // { int sys_fchflags(int fd, u_int flags); } + SYS_SYNC = 36 // { void sys_sync(void); } ++ SYS_MSYSCALL = 37 // { int sys_msyscall(void *addr, size_t len); } + SYS_STAT = 38 // { int sys_stat(const char *path, struct stat *ub); } + SYS_GETPPID = 39 // { pid_t sys_getppid(void); } + SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } +@@ -54,6 +55,7 @@ const ( + SYS_SIGACTION = 46 // { int sys_sigaction(int signum, const struct sigaction *nsa, struct sigaction *osa); } + SYS_GETGID = 47 // { gid_t sys_getgid(void); } + SYS_SIGPROCMASK = 48 // { int sys_sigprocmask(int how, sigset_t mask); } ++ SYS_MMAP = 49 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_SETLOGIN = 50 // { int sys_setlogin(const char *namebuf); } + SYS_ACCT = 51 // { int sys_acct(const char *path); } + SYS_SIGPENDING = 52 // { int sys_sigpending(void); } +@@ -82,7 +84,7 @@ const ( + SYS_MADVISE = 75 // { int sys_madvise(void *addr, size_t len, int behav); } + SYS_UTIMES = 76 // { int sys_utimes(const char *path, const struct timeval *tptr); } + SYS_FUTIMES = 77 // { int sys_futimes(int fd, const struct timeval *tptr); } +- SYS_MINCORE = 78 // { int sys_mincore(void *addr, size_t len, char *vec); } ++ SYS_MQUERY = 78 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETGROUPS = 79 // { int sys_getgroups(int gidsetsize, gid_t *gidset); } + SYS_SETGROUPS = 80 // { int sys_setgroups(int gidsetsize, const gid_t *gidset); } + SYS_GETPGRP = 81 // { int sys_getpgrp(void); } +@@ -118,6 +120,7 @@ const ( + SYS_SIGSUSPEND = 111 // { int sys_sigsuspend(int mask); } + SYS_SENDSYSLOG = 112 // { int sys_sendsyslog(const char *buf, size_t nbyte, int flags); } + SYS_UNVEIL = 114 // { int sys_unveil(const char *path, const char *permissions); } ++ SYS___REALPATH = 115 // { int sys___realpath(const char *pathname, char *resolved); } + SYS_GETSOCKOPT = 118 // { int sys_getsockopt(int s, int level, int name, void *val, socklen_t *avalsize); } + SYS_THRKILL = 119 // { int sys_thrkill(pid_t tid, int signum, void *tcb); } + SYS_READV = 120 // { ssize_t sys_readv(int fd, const struct iovec *iovp, int iovcnt); } +@@ -141,9 +144,17 @@ const ( + SYS_QUOTACTL = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); } + SYS_NFSSVC = 155 // { int sys_nfssvc(int flag, void *argp); } + SYS_GETFH = 161 // { int sys_getfh(const char *fname, fhandle_t *fhp); } ++ SYS___TMPFD = 164 // { int sys___tmpfd(int flags); } + SYS_SYSARCH = 165 // { int sys_sysarch(int op, void *parms); } +- SYS_PREAD = 173 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } +- SYS_PWRITE = 174 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_LSEEK = 166 // { off_t sys_lseek(int fd, off_t offset, int whence); } ++ SYS_TRUNCATE = 167 // { int sys_truncate(const char *path, off_t length); } ++ SYS_FTRUNCATE = 168 // { int sys_ftruncate(int fd, off_t length); } ++ SYS_PREAD = 169 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, off_t offset); } ++ SYS_PWRITE = 170 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset); } ++ SYS_PREADV = 171 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PWRITEV = 172 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PAD_PREAD = 173 // { ssize_t sys_pad_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_PAD_PWRITE = 174 // { ssize_t sys_pad_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } + SYS_SETGID = 181 // { int sys_setgid(gid_t gid); } + SYS_SETEGID = 182 // { int sys_setegid(gid_t egid); } + SYS_SETEUID = 183 // { int sys_seteuid(uid_t euid); } +@@ -152,10 +163,10 @@ const ( + SYS_SWAPCTL = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); } + SYS_GETRLIMIT = 194 // { int sys_getrlimit(int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195 // { int sys_setrlimit(int which, const struct rlimit *rlp); } +- SYS_MMAP = 197 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } +- SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, int whence); } +- SYS_TRUNCATE = 200 // { int sys_truncate(const char *path, int pad, off_t length); } +- SYS_FTRUNCATE = 201 // { int sys_ftruncate(int fd, int pad, off_t length); } ++ SYS_PAD_MMAP = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_LSEEK = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, int whence); } ++ SYS_PAD_TRUNCATE = 200 // { int sys_pad_truncate(const char *path, int pad, off_t length); } ++ SYS_PAD_FTRUNCATE = 201 // { int sys_pad_ftruncate(int fd, int pad, off_t length); } + SYS_SYSCTL = 202 // { int sys_sysctl(const int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203 // { int sys_mlock(const void *addr, size_t len); } + SYS_MUNLOCK = 204 // { int sys_munlock(const void *addr, size_t len); } +@@ -175,8 +186,8 @@ const ( + SYS_MSYNC = 256 // { int sys_msync(void *addr, size_t len, int flags); } + SYS_PIPE = 263 // { int sys_pipe(int *fdp); } + SYS_FHOPEN = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); } +- SYS_PREADV = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } +- SYS_PWRITEV = 268 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PREADV = 267 // { ssize_t sys_pad_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PWRITEV = 268 // { ssize_t sys_pad_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } + SYS_KQUEUE = 269 // { int sys_kqueue(void); } + SYS_MLOCKALL = 271 // { int sys_mlockall(int flags); } + SYS_MUNLOCKALL = 272 // { int sys_munlockall(void); } +@@ -184,7 +195,7 @@ const ( + SYS_SETRESUID = 282 // { int sys_setresuid(uid_t ruid, uid_t euid, uid_t suid); } + SYS_GETRESGID = 283 // { int sys_getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } + SYS_SETRESGID = 284 // { int sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid); } +- SYS_MQUERY = 286 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_MQUERY = 286 // { void *sys_pad_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } + SYS_CLOSEFROM = 287 // { int sys_closefrom(int fd); } + SYS_SIGALTSTACK = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, struct sigaltstack *oss); } + SYS_SHMGET = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); } +Index: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go +--- vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go +@@ -1,4 +1,4 @@ +-// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master ++// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain + // Code generated by the command above; see README.md. DO NOT EDIT. + + //go:build arm64 && openbsd +@@ -43,6 +43,7 @@ const ( + SYS_CHFLAGS = 34 // { int sys_chflags(const char *path, u_int flags); } + SYS_FCHFLAGS = 35 // { int sys_fchflags(int fd, u_int flags); } + SYS_SYNC = 36 // { void sys_sync(void); } ++ SYS_MSYSCALL = 37 // { int sys_msyscall(void *addr, size_t len); } + SYS_STAT = 38 // { int sys_stat(const char *path, struct stat *ub); } + SYS_GETPPID = 39 // { pid_t sys_getppid(void); } + SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } +@@ -54,6 +55,7 @@ const ( + SYS_SIGACTION = 46 // { int sys_sigaction(int signum, const struct sigaction *nsa, struct sigaction *osa); } + SYS_GETGID = 47 // { gid_t sys_getgid(void); } + SYS_SIGPROCMASK = 48 // { int sys_sigprocmask(int how, sigset_t mask); } ++ SYS_MMAP = 49 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_SETLOGIN = 50 // { int sys_setlogin(const char *namebuf); } + SYS_ACCT = 51 // { int sys_acct(const char *path); } + SYS_SIGPENDING = 52 // { int sys_sigpending(void); } +@@ -82,6 +84,7 @@ const ( + SYS_MADVISE = 75 // { int sys_madvise(void *addr, size_t len, int behav); } + SYS_UTIMES = 76 // { int sys_utimes(const char *path, const struct timeval *tptr); } + SYS_FUTIMES = 77 // { int sys_futimes(int fd, const struct timeval *tptr); } ++ SYS_MQUERY = 78 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETGROUPS = 79 // { int sys_getgroups(int gidsetsize, gid_t *gidset); } + SYS_SETGROUPS = 80 // { int sys_setgroups(int gidsetsize, const gid_t *gidset); } + SYS_GETPGRP = 81 // { int sys_getpgrp(void); } +@@ -117,6 +120,7 @@ const ( + SYS_SIGSUSPEND = 111 // { int sys_sigsuspend(int mask); } + SYS_SENDSYSLOG = 112 // { int sys_sendsyslog(const char *buf, size_t nbyte, int flags); } + SYS_UNVEIL = 114 // { int sys_unveil(const char *path, const char *permissions); } ++ SYS___REALPATH = 115 // { int sys___realpath(const char *pathname, char *resolved); } + SYS_GETSOCKOPT = 118 // { int sys_getsockopt(int s, int level, int name, void *val, socklen_t *avalsize); } + SYS_THRKILL = 119 // { int sys_thrkill(pid_t tid, int signum, void *tcb); } + SYS_READV = 120 // { ssize_t sys_readv(int fd, const struct iovec *iovp, int iovcnt); } +@@ -140,9 +144,17 @@ const ( + SYS_QUOTACTL = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); } + SYS_NFSSVC = 155 // { int sys_nfssvc(int flag, void *argp); } + SYS_GETFH = 161 // { int sys_getfh(const char *fname, fhandle_t *fhp); } ++ SYS___TMPFD = 164 // { int sys___tmpfd(int flags); } + SYS_SYSARCH = 165 // { int sys_sysarch(int op, void *parms); } +- SYS_PREAD = 173 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } +- SYS_PWRITE = 174 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_LSEEK = 166 // { off_t sys_lseek(int fd, off_t offset, int whence); } ++ SYS_TRUNCATE = 167 // { int sys_truncate(const char *path, off_t length); } ++ SYS_FTRUNCATE = 168 // { int sys_ftruncate(int fd, off_t length); } ++ SYS_PREAD = 169 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, off_t offset); } ++ SYS_PWRITE = 170 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset); } ++ SYS_PREADV = 171 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PWRITEV = 172 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PAD_PREAD = 173 // { ssize_t sys_pad_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_PAD_PWRITE = 174 // { ssize_t sys_pad_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } + SYS_SETGID = 181 // { int sys_setgid(gid_t gid); } + SYS_SETEGID = 182 // { int sys_setegid(gid_t egid); } + SYS_SETEUID = 183 // { int sys_seteuid(uid_t euid); } +@@ -151,10 +163,10 @@ const ( + SYS_SWAPCTL = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); } + SYS_GETRLIMIT = 194 // { int sys_getrlimit(int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195 // { int sys_setrlimit(int which, const struct rlimit *rlp); } +- SYS_MMAP = 197 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } +- SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, int whence); } +- SYS_TRUNCATE = 200 // { int sys_truncate(const char *path, int pad, off_t length); } +- SYS_FTRUNCATE = 201 // { int sys_ftruncate(int fd, int pad, off_t length); } ++ SYS_PAD_MMAP = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_LSEEK = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, int whence); } ++ SYS_PAD_TRUNCATE = 200 // { int sys_pad_truncate(const char *path, int pad, off_t length); } ++ SYS_PAD_FTRUNCATE = 201 // { int sys_pad_ftruncate(int fd, int pad, off_t length); } + SYS_SYSCTL = 202 // { int sys_sysctl(const int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203 // { int sys_mlock(const void *addr, size_t len); } + SYS_MUNLOCK = 204 // { int sys_munlock(const void *addr, size_t len); } +@@ -174,8 +186,8 @@ const ( + SYS_MSYNC = 256 // { int sys_msync(void *addr, size_t len, int flags); } + SYS_PIPE = 263 // { int sys_pipe(int *fdp); } + SYS_FHOPEN = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); } +- SYS_PREADV = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } +- SYS_PWRITEV = 268 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PREADV = 267 // { ssize_t sys_pad_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PWRITEV = 268 // { ssize_t sys_pad_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } + SYS_KQUEUE = 269 // { int sys_kqueue(void); } + SYS_MLOCKALL = 271 // { int sys_mlockall(int flags); } + SYS_MUNLOCKALL = 272 // { int sys_munlockall(void); } +@@ -183,7 +195,7 @@ const ( + SYS_SETRESUID = 282 // { int sys_setresuid(uid_t ruid, uid_t euid, uid_t suid); } + SYS_GETRESGID = 283 // { int sys_getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } + SYS_SETRESGID = 284 // { int sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid); } +- SYS_MQUERY = 286 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_MQUERY = 286 // { void *sys_pad_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } + SYS_CLOSEFROM = 287 // { int sys_closefrom(int fd); } + SYS_SIGALTSTACK = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, struct sigaltstack *oss); } + SYS_SHMGET = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); } +Index: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go +--- vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go.orig ++++ vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go +@@ -1,4 +1,4 @@ +-// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master ++// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain + // Code generated by the command above; see README.md. DO NOT EDIT. + + //go:build arm && openbsd +@@ -43,6 +43,7 @@ const ( + SYS_CHFLAGS = 34 // { int sys_chflags(const char *path, u_int flags); } + SYS_FCHFLAGS = 35 // { int sys_fchflags(int fd, u_int flags); } + SYS_SYNC = 36 // { void sys_sync(void); } ++ SYS_MSYSCALL = 37 // { int sys_msyscall(void *addr, size_t len); } + SYS_STAT = 38 // { int sys_stat(const char *path, struct stat *ub); } + SYS_GETPPID = 39 // { pid_t sys_getppid(void); } + SYS_LSTAT = 40 // { int sys_lstat(const char *path, struct stat *ub); } +@@ -54,6 +55,7 @@ const ( + SYS_SIGACTION = 46 // { int sys_sigaction(int signum, const struct sigaction *nsa, struct sigaction *osa); } + SYS_GETGID = 47 // { gid_t sys_getgid(void); } + SYS_SIGPROCMASK = 48 // { int sys_sigprocmask(int how, sigset_t mask); } ++ SYS_MMAP = 49 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_SETLOGIN = 50 // { int sys_setlogin(const char *namebuf); } + SYS_ACCT = 51 // { int sys_acct(const char *path); } + SYS_SIGPENDING = 52 // { int sys_sigpending(void); } +@@ -82,7 +84,7 @@ const ( + SYS_MADVISE = 75 // { int sys_madvise(void *addr, size_t len, int behav); } + SYS_UTIMES = 76 // { int sys_utimes(const char *path, const struct timeval *tptr); } + SYS_FUTIMES = 77 // { int sys_futimes(int fd, const struct timeval *tptr); } +- SYS_MINCORE = 78 // { int sys_mincore(void *addr, size_t len, char *vec); } ++ SYS_MQUERY = 78 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETGROUPS = 79 // { int sys_getgroups(int gidsetsize, gid_t *gidset); } + SYS_SETGROUPS = 80 // { int sys_setgroups(int gidsetsize, const gid_t *gidset); } + SYS_GETPGRP = 81 // { int sys_getpgrp(void); } +@@ -118,6 +120,7 @@ const ( + SYS_SIGSUSPEND = 111 // { int sys_sigsuspend(int mask); } + SYS_SENDSYSLOG = 112 // { int sys_sendsyslog(const char *buf, size_t nbyte, int flags); } + SYS_UNVEIL = 114 // { int sys_unveil(const char *path, const char *permissions); } ++ SYS___REALPATH = 115 // { int sys___realpath(const char *pathname, char *resolved); } + SYS_GETSOCKOPT = 118 // { int sys_getsockopt(int s, int level, int name, void *val, socklen_t *avalsize); } + SYS_THRKILL = 119 // { int sys_thrkill(pid_t tid, int signum, void *tcb); } + SYS_READV = 120 // { ssize_t sys_readv(int fd, const struct iovec *iovp, int iovcnt); } +@@ -141,9 +144,17 @@ const ( + SYS_QUOTACTL = 148 // { int sys_quotactl(const char *path, int cmd, int uid, char *arg); } + SYS_NFSSVC = 155 // { int sys_nfssvc(int flag, void *argp); } + SYS_GETFH = 161 // { int sys_getfh(const char *fname, fhandle_t *fhp); } ++ SYS___TMPFD = 164 // { int sys___tmpfd(int flags); } + SYS_SYSARCH = 165 // { int sys_sysarch(int op, void *parms); } +- SYS_PREAD = 173 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } +- SYS_PWRITE = 174 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_LSEEK = 166 // { off_t sys_lseek(int fd, off_t offset, int whence); } ++ SYS_TRUNCATE = 167 // { int sys_truncate(const char *path, off_t length); } ++ SYS_FTRUNCATE = 168 // { int sys_ftruncate(int fd, off_t length); } ++ SYS_PREAD = 169 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, off_t offset); } ++ SYS_PWRITE = 170 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset); } ++ SYS_PREADV = 171 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PWRITEV = 172 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PAD_PREAD = 173 // { ssize_t sys_pad_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_PAD_PWRITE = 174 // { ssize_t sys_pad_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } + SYS_SETGID = 181 // { int sys_setgid(gid_t gid); } + SYS_SETEGID = 182 // { int sys_setegid(gid_t egid); } + SYS_SETEUID = 183 // { int sys_seteuid(uid_t euid); } +@@ -152,10 +163,10 @@ const ( + SYS_SWAPCTL = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); } + SYS_GETRLIMIT = 194 // { int sys_getrlimit(int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195 // { int sys_setrlimit(int which, const struct rlimit *rlp); } +- SYS_MMAP = 197 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } +- SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, int whence); } +- SYS_TRUNCATE = 200 // { int sys_truncate(const char *path, int pad, off_t length); } +- SYS_FTRUNCATE = 201 // { int sys_ftruncate(int fd, int pad, off_t length); } ++ SYS_PAD_MMAP = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_LSEEK = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, int whence); } ++ SYS_PAD_TRUNCATE = 200 // { int sys_pad_truncate(const char *path, int pad, off_t length); } ++ SYS_PAD_FTRUNCATE = 201 // { int sys_pad_ftruncate(int fd, int pad, off_t length); } + SYS_SYSCTL = 202 // { int sys_sysctl(const int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203 // { int sys_mlock(const void *addr, size_t len); } + SYS_MUNLOCK = 204 // { int sys_munlock(const void *addr, size_t len); } +@@ -175,8 +186,8 @@ const ( + SYS_MSYNC = 256 // { int sys_msync(void *addr, size_t len, int flags); } + SYS_PIPE = 263 // { int sys_pipe(int *fdp); } + SYS_FHOPEN = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); } +- SYS_PREADV = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } +- SYS_PWRITEV = 268 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PREADV = 267 // { ssize_t sys_pad_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PWRITEV = 268 // { ssize_t sys_pad_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } + SYS_KQUEUE = 269 // { int sys_kqueue(void); } + SYS_MLOCKALL = 271 // { int sys_mlockall(int flags); } + SYS_MUNLOCKALL = 272 // { int sys_munlockall(void); } +@@ -184,7 +195,7 @@ const ( + SYS_SETRESUID = 282 // { int sys_setresuid(uid_t ruid, uid_t euid, uid_t suid); } + SYS_GETRESGID = 283 // { int sys_getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } + SYS_SETRESGID = 284 // { int sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid); } +- SYS_MQUERY = 286 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_MQUERY = 286 // { void *sys_pad_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } + SYS_CLOSEFROM = 287 // { int sys_closefrom(int fd); } + SYS_SIGALTSTACK = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, struct sigaltstack *oss); } + SYS_SHMGET = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); } +Index: vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go +--- vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go.orig ++++ vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go +@@ -1,4 +1,4 @@ +-// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master ++// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master?rev=1.223&content-type=text/plain + // Code generated by the command above; see README.md. DO NOT EDIT. + + //go:build mips64 && openbsd +@@ -55,6 +55,7 @@ const ( + SYS_SIGACTION = 46 // { int sys_sigaction(int signum, const struct sigaction *nsa, struct sigaction *osa); } + SYS_GETGID = 47 // { gid_t sys_getgid(void); } + SYS_SIGPROCMASK = 48 // { int sys_sigprocmask(int how, sigset_t mask); } ++ SYS_MMAP = 49 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_SETLOGIN = 50 // { int sys_setlogin(const char *namebuf); } + SYS_ACCT = 51 // { int sys_acct(const char *path); } + SYS_SIGPENDING = 52 // { int sys_sigpending(void); } +@@ -83,6 +84,7 @@ const ( + SYS_MADVISE = 75 // { int sys_madvise(void *addr, size_t len, int behav); } + SYS_UTIMES = 76 // { int sys_utimes(const char *path, const struct timeval *tptr); } + SYS_FUTIMES = 77 // { int sys_futimes(int fd, const struct timeval *tptr); } ++ SYS_MQUERY = 78 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETGROUPS = 79 // { int sys_getgroups(int gidsetsize, gid_t *gidset); } + SYS_SETGROUPS = 80 // { int sys_setgroups(int gidsetsize, const gid_t *gidset); } + SYS_GETPGRP = 81 // { int sys_getpgrp(void); } +@@ -144,8 +146,15 @@ const ( + SYS_GETFH = 161 // { int sys_getfh(const char *fname, fhandle_t *fhp); } + SYS___TMPFD = 164 // { int sys___tmpfd(int flags); } + SYS_SYSARCH = 165 // { int sys_sysarch(int op, void *parms); } +- SYS_PREAD = 173 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } +- SYS_PWRITE = 174 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_LSEEK = 166 // { off_t sys_lseek(int fd, off_t offset, int whence); } ++ SYS_TRUNCATE = 167 // { int sys_truncate(const char *path, off_t length); } ++ SYS_FTRUNCATE = 168 // { int sys_ftruncate(int fd, off_t length); } ++ SYS_PREAD = 169 // { ssize_t sys_pread(int fd, void *buf, size_t nbyte, off_t offset); } ++ SYS_PWRITE = 170 // { ssize_t sys_pwrite(int fd, const void *buf, size_t nbyte, off_t offset); } ++ SYS_PREADV = 171 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PWRITEV = 172 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset); } ++ SYS_PAD_PREAD = 173 // { ssize_t sys_pad_pread(int fd, void *buf, size_t nbyte, int pad, off_t offset); } ++ SYS_PAD_PWRITE = 174 // { ssize_t sys_pad_pwrite(int fd, const void *buf, size_t nbyte, int pad, off_t offset); } + SYS_SETGID = 181 // { int sys_setgid(gid_t gid); } + SYS_SETEGID = 182 // { int sys_setegid(gid_t egid); } + SYS_SETEUID = 183 // { int sys_seteuid(uid_t euid); } +@@ -154,10 +163,10 @@ const ( + SYS_SWAPCTL = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); } + SYS_GETRLIMIT = 194 // { int sys_getrlimit(int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195 // { int sys_setrlimit(int which, const struct rlimit *rlp); } +- SYS_MMAP = 197 // { void *sys_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } +- SYS_LSEEK = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, int whence); } +- SYS_TRUNCATE = 200 // { int sys_truncate(const char *path, int pad, off_t length); } +- SYS_FTRUNCATE = 201 // { int sys_ftruncate(int fd, int pad, off_t length); } ++ SYS_PAD_MMAP = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_LSEEK = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, int whence); } ++ SYS_PAD_TRUNCATE = 200 // { int sys_pad_truncate(const char *path, int pad, off_t length); } ++ SYS_PAD_FTRUNCATE = 201 // { int sys_pad_ftruncate(int fd, int pad, off_t length); } + SYS_SYSCTL = 202 // { int sys_sysctl(const int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203 // { int sys_mlock(const void *addr, size_t len); } + SYS_MUNLOCK = 204 // { int sys_munlock(const void *addr, size_t len); } +@@ -177,8 +186,8 @@ const ( + SYS_MSYNC = 256 // { int sys_msync(void *addr, size_t len, int flags); } + SYS_PIPE = 263 // { int sys_pipe(int *fdp); } + SYS_FHOPEN = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); } +- SYS_PREADV = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } +- SYS_PWRITEV = 268 // { ssize_t sys_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PREADV = 267 // { ssize_t sys_pad_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } ++ SYS_PAD_PWRITEV = 268 // { ssize_t sys_pad_pwritev(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); } + SYS_KQUEUE = 269 // { int sys_kqueue(void); } + SYS_MLOCKALL = 271 // { int sys_mlockall(int flags); } + SYS_MUNLOCKALL = 272 // { int sys_munlockall(void); } +@@ -186,7 +195,7 @@ const ( + SYS_SETRESUID = 282 // { int sys_setresuid(uid_t ruid, uid_t euid, uid_t suid); } + SYS_GETRESGID = 283 // { int sys_getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); } + SYS_SETRESGID = 284 // { int sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid); } +- SYS_MQUERY = 286 // { void *sys_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } ++ SYS_PAD_MQUERY = 286 // { void *sys_pad_mquery(void *addr, size_t len, int prot, int flags, int fd, long pad, off_t pos); } + SYS_CLOSEFROM = 287 // { int sys_closefrom(int fd); } + SYS_SIGALTSTACK = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, struct sigaltstack *oss); } + SYS_SHMGET = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); } +Index: vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go +--- vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go.orig ++++ vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go +@@ -58,22 +58,22 @@ type Rlimit struct { + type _Gid_t uint32 + + type Stat_t struct { +- Mode uint32 +- Dev int32 +- Ino uint64 +- Nlink uint32 +- Uid uint32 +- Gid uint32 +- Rdev int32 +- Atim Timespec +- Mtim Timespec +- Ctim Timespec +- Size int64 +- Blocks int64 +- Blksize uint32 +- Flags uint32 +- Gen uint32 +- X__st_birthtim Timespec ++ Mode uint32 ++ Dev int32 ++ Ino uint64 ++ Nlink uint32 ++ Uid uint32 ++ Gid uint32 ++ Rdev int32 ++ Atim Timespec ++ Mtim Timespec ++ Ctim Timespec ++ Size int64 ++ Blocks int64 ++ Blksize int32 ++ Flags uint32 ++ Gen uint32 ++ _ Timespec + } + + type Statfs_t struct { +@@ -98,7 +98,7 @@ type Statfs_t struct { + F_mntonname [90]byte + F_mntfromname [90]byte + F_mntfromspec [90]byte +- Pad_cgo_0 [2]byte ++ _ [2]byte + Mount_info [160]byte + } + +@@ -111,13 +111,13 @@ type Flock_t struct { + } + + type Dirent struct { +- Fileno uint64 +- Off int64 +- Reclen uint16 +- Type uint8 +- Namlen uint8 +- X__d_padding [4]uint8 +- Name [256]int8 ++ Fileno uint64 ++ Off int64 ++ Reclen uint16 ++ Type uint8 ++ Namlen uint8 ++ _ [4]uint8 ++ Name [256]int8 + } + + type Fsid struct { +@@ -262,8 +262,8 @@ type FdSet struct { + } + + const ( +- SizeofIfMsghdr = 0xec +- SizeofIfData = 0xd4 ++ SizeofIfMsghdr = 0xa0 ++ SizeofIfData = 0x88 + SizeofIfaMsghdr = 0x18 + SizeofIfAnnounceMsghdr = 0x1a + SizeofRtMsghdr = 0x60 +@@ -292,7 +292,7 @@ type IfData struct { + Link_state uint8 + Mtu uint32 + Metric uint32 +- Pad uint32 ++ Rdomain uint32 + Baudrate uint64 + Ipackets uint64 + Ierrors uint64 +@@ -304,10 +304,10 @@ type IfData struct { + Imcasts uint64 + Omcasts uint64 + Iqdrops uint64 ++ Oqdrops uint64 + Noproto uint64 + Capabilities uint32 + Lastchange Timeval +- Mclpool [7]Mclpool + } + + type IfaMsghdr struct { +@@ -368,20 +368,14 @@ type RtMetrics struct { + Pad uint32 + } + +-type Mclpool struct { +- Grown int32 +- Alive uint16 +- Hwm uint16 +- Cwm uint16 +- Lwm uint16 +-} ++type Mclpool struct{} + + const ( + SizeofBpfVersion = 0x4 + SizeofBpfStat = 0x8 + SizeofBpfProgram = 0x8 + SizeofBpfInsn = 0x8 +- SizeofBpfHdr = 0x14 ++ SizeofBpfHdr = 0x18 + ) + + type BpfVersion struct { +@@ -407,11 +401,14 @@ type BpfInsn struct { + } + + type BpfHdr struct { +- Tstamp BpfTimeval +- Caplen uint32 +- Datalen uint32 +- Hdrlen uint16 +- Pad_cgo_0 [2]byte ++ Tstamp BpfTimeval ++ Caplen uint32 ++ Datalen uint32 ++ Hdrlen uint16 ++ Ifidx uint16 ++ Flowid uint16 ++ Flags uint8 ++ Drops uint8 + } + + type BpfTimeval struct { +@@ -488,7 +485,7 @@ type Uvmexp struct { + Zeropages int32 + Reserve_pagedaemon int32 + Reserve_kernel int32 +- Anonpages int32 ++ Unused01 int32 + Vnodepages int32 + Vtextpages int32 + Freemin int32 +@@ -507,8 +504,8 @@ type Uvmexp struct { + Swpgonly int32 + Nswget int32 + Nanon int32 +- Nanonneeded int32 +- Nfreeanon int32 ++ Unused05 int32 ++ Unused06 int32 + Faults int32 + Traps int32 + Intrs int32 +@@ -516,8 +513,8 @@ type Uvmexp struct { + Softs int32 + Syscalls int32 + Pageins int32 +- Obsolete_swapins int32 +- Obsolete_swapouts int32 ++ Unused07 int32 ++ Unused08 int32 + Pgswapin int32 + Pgswapout int32 + Forks int32 +@@ -525,7 +522,7 @@ type Uvmexp struct { + Forks_sharevm int32 + Pga_zerohit int32 + Pga_zeromiss int32 +- Zeroaborts int32 ++ Unused09 int32 + Fltnoram int32 + Fltnoanon int32 + Fltnoamap int32 +@@ -557,9 +554,9 @@ type Uvmexp struct { + Pdpageouts int32 + Pdpending int32 + Pddeact int32 +- Pdreanon int32 +- Pdrevnode int32 +- Pdrevtext int32 ++ Unused11 int32 ++ Unused12 int32 ++ Unused13 int32 + Fpswtch int32 + Kmapent int32 + } +Index: vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go +--- vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go.orig ++++ vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go +@@ -73,7 +73,6 @@ type Stat_t struct { + Blksize int32 + Flags uint32 + Gen uint32 +- _ [4]byte + _ Timespec + } + +@@ -81,7 +80,6 @@ type Statfs_t struct { + F_flags uint32 + F_bsize uint32 + F_iosize uint32 +- _ [4]byte + F_blocks uint64 + F_bfree uint64 + F_bavail int64 +@@ -200,10 +198,8 @@ type IPv6Mreq struct { + type Msghdr struct { + Name *byte + Namelen uint32 +- _ [4]byte + Iov *Iovec + Iovlen uint32 +- _ [4]byte + Control *byte + Controllen uint32 + Flags int32 +@@ -311,7 +307,6 @@ type IfData struct { + Oqdrops uint64 + Noproto uint64 + Capabilities uint32 +- _ [4]byte + Lastchange Timeval + } + +@@ -380,7 +375,7 @@ const ( + SizeofBpfStat = 0x8 + SizeofBpfProgram = 0x10 + SizeofBpfInsn = 0x8 +- SizeofBpfHdr = 0x14 ++ SizeofBpfHdr = 0x18 + ) + + type BpfVersion struct { +@@ -395,7 +390,6 @@ type BpfStat struct { + + type BpfProgram struct { + Len uint32 +- _ [4]byte + Insns *BpfInsn + } + +@@ -411,7 +405,10 @@ type BpfHdr struct { + Caplen uint32 + Datalen uint32 + Hdrlen uint16 +- _ [2]byte ++ Ifidx uint16 ++ Flowid uint16 ++ Flags uint8 ++ Drops uint8 + } + + type BpfTimeval struct { +@@ -488,7 +485,7 @@ type Uvmexp struct { + Zeropages int32 + Reserve_pagedaemon int32 + Reserve_kernel int32 +- Anonpages int32 ++ Unused01 int32 + Vnodepages int32 + Vtextpages int32 + Freemin int32 +@@ -507,8 +504,8 @@ type Uvmexp struct { + Swpgonly int32 + Nswget int32 + Nanon int32 +- Nanonneeded int32 +- Nfreeanon int32 ++ Unused05 int32 ++ Unused06 int32 + Faults int32 + Traps int32 + Intrs int32 +@@ -516,8 +513,8 @@ type Uvmexp struct { + Softs int32 + Syscalls int32 + Pageins int32 +- Obsolete_swapins int32 +- Obsolete_swapouts int32 ++ Unused07 int32 ++ Unused08 int32 + Pgswapin int32 + Pgswapout int32 + Forks int32 +@@ -525,7 +522,7 @@ type Uvmexp struct { + Forks_sharevm int32 + Pga_zerohit int32 + Pga_zeromiss int32 +- Zeroaborts int32 ++ Unused09 int32 + Fltnoram int32 + Fltnoanon int32 + Fltnoamap int32 +@@ -557,9 +554,9 @@ type Uvmexp struct { + Pdpageouts int32 + Pdpending int32 + Pddeact int32 +- Pdreanon int32 +- Pdrevnode int32 +- Pdrevtext int32 ++ Unused11 int32 ++ Unused12 int32 ++ Unused13 int32 + Fpswtch int32 + Kmapent int32 + } +Index: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go +--- vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go.orig ++++ vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go +@@ -375,7 +375,7 @@ const ( + SizeofBpfStat = 0x8 + SizeofBpfProgram = 0x10 + SizeofBpfInsn = 0x8 +- SizeofBpfHdr = 0x14 ++ SizeofBpfHdr = 0x18 + ) + + type BpfVersion struct { +@@ -405,7 +405,10 @@ type BpfHdr struct { + Caplen uint32 + Datalen uint32 + Hdrlen uint16 +- _ [2]byte ++ Ifidx uint16 ++ Flowid uint16 ++ Flags uint8 ++ Drops uint8 + } + + type BpfTimeval struct { +Index: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go +--- vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go.orig ++++ vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go +@@ -382,7 +382,7 @@ const ( + SizeofBpfStat = 0x8 + SizeofBpfProgram = 0x8 + SizeofBpfInsn = 0x8 +- SizeofBpfHdr = 0x14 ++ SizeofBpfHdr = 0x18 + ) + + type BpfVersion struct { +@@ -412,7 +412,10 @@ type BpfHdr struct { + Caplen uint32 + Datalen uint32 + Hdrlen uint16 +- _ [2]byte ++ Ifidx uint16 ++ Flowid uint16 ++ Flags uint8 ++ Drops uint8 + } + + type BpfTimeval struct { +Index: vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go +--- vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go.orig ++++ vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go +@@ -375,7 +375,7 @@ const ( + SizeofBpfStat = 0x8 + SizeofBpfProgram = 0x10 + SizeofBpfInsn = 0x8 +- SizeofBpfHdr = 0x14 ++ SizeofBpfHdr = 0x18 + ) + + type BpfVersion struct { +@@ -405,7 +405,10 @@ type BpfHdr struct { + Caplen uint32 + Datalen uint32 + Hdrlen uint16 +- _ [2]byte ++ Ifidx uint16 ++ Flowid uint16 ++ Flags uint8 ++ Drops uint8 + } + + type BpfTimeval struct { diff --git a/www/forgejo/pkg/CVS/Entries b/www/forgejo/pkg/CVS/Entries new file mode 100644 index 0000000..96eeadc --- /dev/null +++ b/www/forgejo/pkg/CVS/Entries @@ -0,0 +1,6 @@ +/DESCR/1.2/Wed Jan 17 21:05:38 2018// +/MESSAGE/1.2/Sun Feb 28 17:21:40 2021// +/PLIST/1.28/Tue Nov 8 11:17:16 2022// +/forgejo.rc/1.7/Sun Mar 6 11:05:26 2022// +/README/1.6/Sat Jan 7 17:31:01 2023// +D diff --git a/www/forgejo/pkg/CVS/Repository b/www/forgejo/pkg/CVS/Repository new file mode 100644 index 0000000..c9a92ec --- /dev/null +++ b/www/forgejo/pkg/CVS/Repository @@ -0,0 +1 @@ +ports/www/forgejo/pkg diff --git a/www/forgejo/pkg/CVS/Root b/www/forgejo/pkg/CVS/Root new file mode 100644 index 0000000..d935e40 --- /dev/null +++ b/www/forgejo/pkg/CVS/Root @@ -0,0 +1 @@ +sdk@cvs.openbsd.org:/cvs diff --git a/www/forgejo/pkg/DESCR b/www/forgejo/pkg/DESCR new file mode 100644 index 0000000..5849f54 --- /dev/null +++ b/www/forgejo/pkg/DESCR @@ -0,0 +1,2 @@ +Gitea - Git with a cup of tea is a painless self-hosted Git service comparable +to Github, Bitbucket or Gitlab. diff --git a/www/forgejo/pkg/MESSAGE b/www/forgejo/pkg/MESSAGE new file mode 100644 index 0000000..0464984 --- /dev/null +++ b/www/forgejo/pkg/MESSAGE @@ -0,0 +1,16 @@ +If you are upgrading from ${PKGSTEM}-<1.7.0, update _forgejo user's shell and +home directory: + + # usermod -s /bin/sh _forgejo + # usermod -d /var/forgejo _forgejo + +If you are upgrading from ${PKGSTEM}-<1.7.1, please note the following changes: + +* Configuration file location has changed from ${SYSCONFDIR}/${PKGSTEM}/conf/app.ini + to ${SYSCONFDIR}/${PKGSTEM}/app.ini + +* GITEA_CUSTOM directory location has changed from ${SYSCONFDIR}/${PKGSTEM} + to ${LOCALSTATEDIR}/${PKGSTEM}/custom + +* Default ROOT_PATH for logs has changed from ${LOCALSTATEDIR}/${PKGSTEM}/log + to ${LOCALSTATEDIR}/log/${PKGSTEM} diff --git a/www/forgejo/pkg/PLIST b/www/forgejo/pkg/PLIST new file mode 100644 index 0000000..cdd5426 --- /dev/null +++ b/www/forgejo/pkg/PLIST @@ -0,0 +1,2194 @@ +@newgroup _forgejo:787 +@newuser _forgejo:787:_forgejo::Gitea Account:/var/forgejo:/bin/sh +@rcscript ${RCDIR}/forgejo +@bin sbin/forgejo +share/doc/pkg-readmes/${PKGSTEM} +share/forgejo/ +share/forgejo/conf/ +@mode 750 +@owner _forgejo +@group _forgejo +@sample ${SYSCONFDIR}/forgejo/ +@mode +@owner +@group +share/forgejo/conf/app.example.ini +@mode 640 +@owner _forgejo +@group _forgejo +@sample ${SYSCONFDIR}/forgejo/app.ini +@mode 750 +@group daemon +@sample ${VARBASE}/www/run/forgejo/ +@mode +@owner +@group +share/forgejo/options/ +share/forgejo/options/gitignore/ +share/forgejo/options/gitignore/AL +share/forgejo/options/gitignore/Actionscript +share/forgejo/options/gitignore/Ada +share/forgejo/options/gitignore/Agda +share/forgejo/options/gitignore/AltiumDesigner +share/forgejo/options/gitignore/Android +share/forgejo/options/gitignore/Anjuta +share/forgejo/options/gitignore/Ansible +share/forgejo/options/gitignore/AppEngine +share/forgejo/options/gitignore/AppceleratorTitanium +share/forgejo/options/gitignore/ArchLinuxPackages +share/forgejo/options/gitignore/Archives +share/forgejo/options/gitignore/AtmelStudio +share/forgejo/options/gitignore/AutoIt +share/forgejo/options/gitignore/Autotools +share/forgejo/options/gitignore/B4X +share/forgejo/options/gitignore/Backup +share/forgejo/options/gitignore/Bazaar +share/forgejo/options/gitignore/Bazel +share/forgejo/options/gitignore/Beef +share/forgejo/options/gitignore/Bitrix +share/forgejo/options/gitignore/BricxCC +share/forgejo/options/gitignore/C +share/forgejo/options/gitignore/C++ +share/forgejo/options/gitignore/CDK +share/forgejo/options/gitignore/CFWheels +share/forgejo/options/gitignore/CMake +share/forgejo/options/gitignore/CUDA +share/forgejo/options/gitignore/CVS +share/forgejo/options/gitignore/CakePHP +share/forgejo/options/gitignore/Calabash +share/forgejo/options/gitignore/ChefCookbook +share/forgejo/options/gitignore/Clojure +share/forgejo/options/gitignore/Cloud9 +share/forgejo/options/gitignore/CodeIgniter +share/forgejo/options/gitignore/CodeKit +share/forgejo/options/gitignore/CodeSniffer +share/forgejo/options/gitignore/CommonLisp +share/forgejo/options/gitignore/Composer +share/forgejo/options/gitignore/Concrete5 +share/forgejo/options/gitignore/Coq +share/forgejo/options/gitignore/Cordova +share/forgejo/options/gitignore/CraftCMS +share/forgejo/options/gitignore/D +share/forgejo/options/gitignore/DM +share/forgejo/options/gitignore/Dart +share/forgejo/options/gitignore/DartEditor +share/forgejo/options/gitignore/Delphi +share/forgejo/options/gitignore/Diff +share/forgejo/options/gitignore/Dreamweaver +share/forgejo/options/gitignore/Dropbox +share/forgejo/options/gitignore/Drupal +share/forgejo/options/gitignore/Drupal7 +share/forgejo/options/gitignore/EPiServer +share/forgejo/options/gitignore/Eagle +share/forgejo/options/gitignore/Eclipse +share/forgejo/options/gitignore/EiffelStudio +share/forgejo/options/gitignore/Elisp +share/forgejo/options/gitignore/Elixir +share/forgejo/options/gitignore/Elm +share/forgejo/options/gitignore/Emacs +share/forgejo/options/gitignore/Ensime +share/forgejo/options/gitignore/Erlang +share/forgejo/options/gitignore/Espresso +share/forgejo/options/gitignore/Exercism +share/forgejo/options/gitignore/ExpressionEngine +share/forgejo/options/gitignore/ExtJs +share/forgejo/options/gitignore/Fancy +share/forgejo/options/gitignore/Finale +share/forgejo/options/gitignore/FlaxEngine +share/forgejo/options/gitignore/FlexBuilder +share/forgejo/options/gitignore/ForceDotCom +share/forgejo/options/gitignore/Fortran +share/forgejo/options/gitignore/FuelPHP +share/forgejo/options/gitignore/GNOMEShellExtension +share/forgejo/options/gitignore/GPG +share/forgejo/options/gitignore/GWT +share/forgejo/options/gitignore/Gcov +share/forgejo/options/gitignore/GitBook +share/forgejo/options/gitignore/Go +share/forgejo/options/gitignore/Go.AllowList +share/forgejo/options/gitignore/Godot +share/forgejo/options/gitignore/Gradle +share/forgejo/options/gitignore/Grails +share/forgejo/options/gitignore/Gretl +share/forgejo/options/gitignore/Haskell +share/forgejo/options/gitignore/Hugo +share/forgejo/options/gitignore/IAR_EWARM +share/forgejo/options/gitignore/IGORPro +share/forgejo/options/gitignore/Idris +share/forgejo/options/gitignore/Images +share/forgejo/options/gitignore/InforCMS +share/forgejo/options/gitignore/JBoss +share/forgejo/options/gitignore/JBoss4 +share/forgejo/options/gitignore/JBoss6 +share/forgejo/options/gitignore/JDeveloper +share/forgejo/options/gitignore/JENKINS_HOME +share/forgejo/options/gitignore/JEnv +share/forgejo/options/gitignore/Java +share/forgejo/options/gitignore/Jekyll +share/forgejo/options/gitignore/JetBrains +share/forgejo/options/gitignore/Jigsaw +share/forgejo/options/gitignore/Joomla +share/forgejo/options/gitignore/Julia +share/forgejo/options/gitignore/JupyterNotebooks +share/forgejo/options/gitignore/KDevelop4 +share/forgejo/options/gitignore/Kate +share/forgejo/options/gitignore/Kentico +share/forgejo/options/gitignore/KiCad +share/forgejo/options/gitignore/Kohana +share/forgejo/options/gitignore/Kotlin +share/forgejo/options/gitignore/LabVIEW +share/forgejo/options/gitignore/Laravel +share/forgejo/options/gitignore/Lazarus +share/forgejo/options/gitignore/Leiningen +share/forgejo/options/gitignore/LemonStand +share/forgejo/options/gitignore/LensStudio +share/forgejo/options/gitignore/LibreOffice +share/forgejo/options/gitignore/Lilypond +share/forgejo/options/gitignore/Linux +share/forgejo/options/gitignore/Lithium +share/forgejo/options/gitignore/Logtalk +share/forgejo/options/gitignore/Lua +share/forgejo/options/gitignore/LyX +share/forgejo/options/gitignore/MATLAB +share/forgejo/options/gitignore/Magento +share/forgejo/options/gitignore/Magento1 +share/forgejo/options/gitignore/Magento2 +share/forgejo/options/gitignore/Maven +share/forgejo/options/gitignore/Mercurial +share/forgejo/options/gitignore/Mercury +share/forgejo/options/gitignore/MetaProgrammingSystem +share/forgejo/options/gitignore/Metals +share/forgejo/options/gitignore/Meteor +share/forgejo/options/gitignore/MicrosoftOffice +share/forgejo/options/gitignore/ModelSim +share/forgejo/options/gitignore/Momentics +share/forgejo/options/gitignore/MonoDevelop +share/forgejo/options/gitignore/NWjs +share/forgejo/options/gitignore/Nanoc +share/forgejo/options/gitignore/NasaSpecsIntact +share/forgejo/options/gitignore/NetBeans +share/forgejo/options/gitignore/Nikola +share/forgejo/options/gitignore/Nim +share/forgejo/options/gitignore/Ninja +share/forgejo/options/gitignore/Nix +share/forgejo/options/gitignore/Node +share/forgejo/options/gitignore/NotepadPP +share/forgejo/options/gitignore/OCaml +share/forgejo/options/gitignore/Objective-C +share/forgejo/options/gitignore/Octave +share/forgejo/options/gitignore/Opa +share/forgejo/options/gitignore/OpenCart +share/forgejo/options/gitignore/OpenSSL +share/forgejo/options/gitignore/OracleForms +share/forgejo/options/gitignore/Otto +share/forgejo/options/gitignore/PSoCCreator +share/forgejo/options/gitignore/Packer +share/forgejo/options/gitignore/Patch +share/forgejo/options/gitignore/Perl +share/forgejo/options/gitignore/Perl6 +share/forgejo/options/gitignore/Phalcon +share/forgejo/options/gitignore/Phoenix +share/forgejo/options/gitignore/Pimcore +share/forgejo/options/gitignore/PlayFramework +share/forgejo/options/gitignore/Plone +share/forgejo/options/gitignore/Prestashop +share/forgejo/options/gitignore/Processing +share/forgejo/options/gitignore/PuTTY +share/forgejo/options/gitignore/Puppet +share/forgejo/options/gitignore/PureScript +share/forgejo/options/gitignore/Python +share/forgejo/options/gitignore/Qooxdoo +share/forgejo/options/gitignore/Qt +share/forgejo/options/gitignore/R +share/forgejo/options/gitignore/ROS +share/forgejo/options/gitignore/ROS2 +share/forgejo/options/gitignore/Racket +share/forgejo/options/gitignore/Rails +share/forgejo/options/gitignore/Raku +share/forgejo/options/gitignore/Red +share/forgejo/options/gitignore/Redcar +share/forgejo/options/gitignore/Redis +share/forgejo/options/gitignore/RhodesRhomobile +share/forgejo/options/gitignore/Ruby +share/forgejo/options/gitignore/Rust +share/forgejo/options/gitignore/SAM +share/forgejo/options/gitignore/SBT +share/forgejo/options/gitignore/SCons +share/forgejo/options/gitignore/SPFx +share/forgejo/options/gitignore/SVN +share/forgejo/options/gitignore/Sass +share/forgejo/options/gitignore/Scala +share/forgejo/options/gitignore/Scheme +share/forgejo/options/gitignore/Scrivener +share/forgejo/options/gitignore/Sdcc +share/forgejo/options/gitignore/SeamGen +share/forgejo/options/gitignore/SketchUp +share/forgejo/options/gitignore/SlickEdit +share/forgejo/options/gitignore/Smalltalk +share/forgejo/options/gitignore/Snap +share/forgejo/options/gitignore/Splunk +share/forgejo/options/gitignore/Stata +share/forgejo/options/gitignore/Stella +share/forgejo/options/gitignore/Strapi +share/forgejo/options/gitignore/SublimeText +share/forgejo/options/gitignore/SugarCRM +share/forgejo/options/gitignore/Swift +share/forgejo/options/gitignore/Symfony +share/forgejo/options/gitignore/SymphonyCMS +share/forgejo/options/gitignore/Syncthing +share/forgejo/options/gitignore/SynopsysVCS +share/forgejo/options/gitignore/Tags +share/forgejo/options/gitignore/TeX +share/forgejo/options/gitignore/Terraform +share/forgejo/options/gitignore/TextMate +share/forgejo/options/gitignore/Textpattern +share/forgejo/options/gitignore/ThinkPHP +share/forgejo/options/gitignore/Toit +share/forgejo/options/gitignore/TortoiseGit +share/forgejo/options/gitignore/TurboGears2 +share/forgejo/options/gitignore/TwinCAT3 +share/forgejo/options/gitignore/Typo3 +share/forgejo/options/gitignore/Umbraco +share/forgejo/options/gitignore/Unity +share/forgejo/options/gitignore/UnrealEngine +share/forgejo/options/gitignore/V +share/forgejo/options/gitignore/VVVV +share/forgejo/options/gitignore/Vagrant +share/forgejo/options/gitignore/Vim +share/forgejo/options/gitignore/VirtualEnv +share/forgejo/options/gitignore/Virtuoso +share/forgejo/options/gitignore/VisualStudio +share/forgejo/options/gitignore/VisualStudioCode +share/forgejo/options/gitignore/Vue +share/forgejo/options/gitignore/Waf +share/forgejo/options/gitignore/WebMethods +share/forgejo/options/gitignore/Windows +share/forgejo/options/gitignore/WordPress +share/forgejo/options/gitignore/Xcode +share/forgejo/options/gitignore/Xilinx +share/forgejo/options/gitignore/XilinxISE +share/forgejo/options/gitignore/Xojo +share/forgejo/options/gitignore/Yeoman +share/forgejo/options/gitignore/Yii +share/forgejo/options/gitignore/ZendFramework +share/forgejo/options/gitignore/Zephir +share/forgejo/options/gitignore/core +share/forgejo/options/gitignore/esp-idf +share/forgejo/options/gitignore/macOS +share/forgejo/options/gitignore/uVision +share/forgejo/options/label/ +share/forgejo/options/label/Default +share/forgejo/options/license/ +share/forgejo/options/license/0BSD +share/forgejo/options/license/389-exception +share/forgejo/options/license/AAL +share/forgejo/options/license/ADSL +share/forgejo/options/license/AFL-1.1 +share/forgejo/options/license/AFL-1.2 +share/forgejo/options/license/AFL-2.0 +share/forgejo/options/license/AFL-2.1 +share/forgejo/options/license/AFL-3.0 +share/forgejo/options/license/AGPL-1.0 +share/forgejo/options/license/AGPL-1.0-only +share/forgejo/options/license/AGPL-1.0-or-later +share/forgejo/options/license/AGPL-3.0-only +share/forgejo/options/license/AGPL-3.0-or-later +share/forgejo/options/license/AMDPLPA +share/forgejo/options/license/AML +share/forgejo/options/license/AMPAS +share/forgejo/options/license/ANTLR-PD +share/forgejo/options/license/ANTLR-PD-fallback +share/forgejo/options/license/APAFML +share/forgejo/options/license/APL-1.0 +share/forgejo/options/license/APSL-1.0 +share/forgejo/options/license/APSL-1.1 +share/forgejo/options/license/APSL-1.2 +share/forgejo/options/license/APSL-2.0 +share/forgejo/options/license/Abstyles +share/forgejo/options/license/Adobe-2006 +share/forgejo/options/license/Adobe-Glyph +share/forgejo/options/license/Afmparse +share/forgejo/options/license/Aladdin +share/forgejo/options/license/Apache-1.0 +share/forgejo/options/license/Apache-1.1 +share/forgejo/options/license/Apache-2.0 +share/forgejo/options/license/App-s2p +share/forgejo/options/license/Arphic-1999 +share/forgejo/options/license/Artistic-1.0 +share/forgejo/options/license/Artistic-1.0-Perl +share/forgejo/options/license/Artistic-1.0-cl8 +share/forgejo/options/license/Artistic-2.0 +share/forgejo/options/license/Autoconf-exception-2.0 +share/forgejo/options/license/Autoconf-exception-3.0 +share/forgejo/options/license/BSD-1-Clause +share/forgejo/options/license/BSD-2-Clause +share/forgejo/options/license/BSD-2-Clause-FreeBSD +share/forgejo/options/license/BSD-2-Clause-NetBSD +share/forgejo/options/license/BSD-2-Clause-Patent +share/forgejo/options/license/BSD-2-Clause-Views +share/forgejo/options/license/BSD-3-Clause +share/forgejo/options/license/BSD-3-Clause-Attribution +share/forgejo/options/license/BSD-3-Clause-Clear +share/forgejo/options/license/BSD-3-Clause-LBNL +share/forgejo/options/license/BSD-3-Clause-Modification +share/forgejo/options/license/BSD-3-Clause-No-Military-License +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-License +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-License-2014 +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-Warranty +share/forgejo/options/license/BSD-3-Clause-Open-MPI +share/forgejo/options/license/BSD-4-Clause +share/forgejo/options/license/BSD-4-Clause-Shortened +share/forgejo/options/license/BSD-4-Clause-UC +share/forgejo/options/license/BSD-Protection +share/forgejo/options/license/BSD-Source-Code +share/forgejo/options/license/BSL-1.0 +share/forgejo/options/license/BUSL-1.1 +share/forgejo/options/license/Baekmuk +share/forgejo/options/license/Bahyph +share/forgejo/options/license/Barr +share/forgejo/options/license/Beerware +share/forgejo/options/license/Bison-exception-2.2 +share/forgejo/options/license/BitTorrent-1.0 +share/forgejo/options/license/BitTorrent-1.1 +share/forgejo/options/license/Bitstream-Vera +share/forgejo/options/license/BlueOak-1.0.0 +share/forgejo/options/license/Bootloader-exception +share/forgejo/options/license/Borceux +share/forgejo/options/license/C-UDA-1.0 +share/forgejo/options/license/CAL-1.0 +share/forgejo/options/license/CAL-1.0-Combined-Work-Exception +share/forgejo/options/license/CATOSL-1.1 +share/forgejo/options/license/CC-BY-1.0 +share/forgejo/options/license/CC-BY-2.0 +share/forgejo/options/license/CC-BY-2.5-AU +share/forgejo/options/license/CC-BY-3.0 +share/forgejo/options/license/CC-BY-3.0-AT +share/forgejo/options/license/CC-BY-3.0-DE +share/forgejo/options/license/CC-BY-3.0-NL +share/forgejo/options/license/CC-BY-3.0-US +share/forgejo/options/license/CC-BY-4.0 +share/forgejo/options/license/CC-BY-NC-1.0 +share/forgejo/options/license/CC-BY-NC-2.0 +share/forgejo/options/license/CC-BY-NC-3.0 +share/forgejo/options/license/CC-BY-NC-3.0-DE +share/forgejo/options/license/CC-BY-NC-4.0 +share/forgejo/options/license/CC-BY-NC-ND-1.0 +share/forgejo/options/license/CC-BY-NC-ND-2.0 +share/forgejo/options/license/CC-BY-NC-ND-3.0 +share/forgejo/options/license/CC-BY-NC-ND-3.0-DE +share/forgejo/options/license/CC-BY-NC-ND-3.0-IGO +share/forgejo/options/license/CC-BY-NC-ND-4.0 +share/forgejo/options/license/CC-BY-NC-SA-1.0 +share/forgejo/options/license/CC-BY-NC-SA-2.0 +share/forgejo/options/license/CC-BY-NC-SA-2.0-FR +share/forgejo/options/license/CC-BY-NC-SA-2.0-UK +share/forgejo/options/license/CC-BY-NC-SA-3.0 +share/forgejo/options/license/CC-BY-NC-SA-3.0-DE +share/forgejo/options/license/CC-BY-NC-SA-3.0-IGO +share/forgejo/options/license/CC-BY-NC-SA-4.0 +share/forgejo/options/license/CC-BY-ND-1.0 +share/forgejo/options/license/CC-BY-ND-2.0 +share/forgejo/options/license/CC-BY-ND-3.0 +share/forgejo/options/license/CC-BY-ND-3.0-DE +share/forgejo/options/license/CC-BY-ND-4.0 +share/forgejo/options/license/CC-BY-SA-1.0 +share/forgejo/options/license/CC-BY-SA-2.0 +share/forgejo/options/license/CC-BY-SA-2.0-UK +share/forgejo/options/license/CC-BY-SA-2.1-JP +share/forgejo/options/license/CC-BY-SA-3.0 +share/forgejo/options/license/CC-BY-SA-3.0-AT +share/forgejo/options/license/CC-BY-SA-3.0-DE +share/forgejo/options/license/CC-BY-SA-4.0 +share/forgejo/options/license/CC-PDDC +share/forgejo/options/license/CC0-1.0 +share/forgejo/options/license/CDDL-1.0 +share/forgejo/options/license/CDDL-1.1 +share/forgejo/options/license/CDL-1.0 +share/forgejo/options/license/CDLA-Permissive-1.0 +share/forgejo/options/license/CDLA-Permissive-2.0 +share/forgejo/options/license/CDLA-Sharing-1.0 +share/forgejo/options/license/CECILL-1.0 +share/forgejo/options/license/CECILL-1.1 +share/forgejo/options/license/CECILL-2.0 +share/forgejo/options/license/CECILL-2.1 +share/forgejo/options/license/CECILL-B +share/forgejo/options/license/CECILL-C +share/forgejo/options/license/CERN-OHL-1.1 +share/forgejo/options/license/CERN-OHL-1.2 +share/forgejo/options/license/CERN-OHL-P-2.0 +share/forgejo/options/license/CERN-OHL-S-2.0 +share/forgejo/options/license/CERN-OHL-W-2.0 +share/forgejo/options/license/CLISP-exception-2.0 +share/forgejo/options/license/CNRI-Jython +share/forgejo/options/license/CNRI-Python +share/forgejo/options/license/CNRI-Python-GPL-Compatible +share/forgejo/options/license/COIL-1.0 +share/forgejo/options/license/CPAL-1.0 +share/forgejo/options/license/CPL-1.0 +share/forgejo/options/license/CPOL-1.02 +share/forgejo/options/license/CUA-OPL-1.0 +share/forgejo/options/license/Caldera +share/forgejo/options/license/ClArtistic +share/forgejo/options/license/Classpath-exception-2.0 +share/forgejo/options/license/Community-Spec-1.0 +share/forgejo/options/license/Condor-1.1 +share/forgejo/options/license/Crossword +share/forgejo/options/license/CrystalStacker +share/forgejo/options/license/Cube +share/forgejo/options/license/D-FSL-1.0 +share/forgejo/options/license/DL-DE-BY-2.0 +share/forgejo/options/license/DOC +share/forgejo/options/license/DRL-1.0 +share/forgejo/options/license/DSDP +share/forgejo/options/license/DigiRule-FOSS-exception +share/forgejo/options/license/Dotseqn +share/forgejo/options/license/ECL-1.0 +share/forgejo/options/license/ECL-2.0 +share/forgejo/options/license/EFL-1.0 +share/forgejo/options/license/EFL-2.0 +share/forgejo/options/license/EPICS +share/forgejo/options/license/EPL-1.0 +share/forgejo/options/license/EPL-2.0 +share/forgejo/options/license/EUDatagrid +share/forgejo/options/license/EUPL-1.0 +share/forgejo/options/license/EUPL-1.1 +share/forgejo/options/license/EUPL-1.2 +share/forgejo/options/license/Elastic-2.0 +share/forgejo/options/license/Entessa +share/forgejo/options/license/ErlPL-1.1 +share/forgejo/options/license/Eurosym +share/forgejo/options/license/FDK-AAC +share/forgejo/options/license/FLTK-exception +share/forgejo/options/license/FSFAP +share/forgejo/options/license/FSFUL +share/forgejo/options/license/FSFULLR +share/forgejo/options/license/FTL +share/forgejo/options/license/Fair +share/forgejo/options/license/Fawkes-Runtime-exception +share/forgejo/options/license/Font-exception-2.0 +share/forgejo/options/license/Frameworx-1.0 +share/forgejo/options/license/FreeBSD-DOC +share/forgejo/options/license/FreeImage +share/forgejo/options/license/GCC-exception-2.0 +share/forgejo/options/license/GCC-exception-3.1 +share/forgejo/options/license/GD +share/forgejo/options/license/GFDL-1.1-invariants-only +share/forgejo/options/license/GFDL-1.1-invariants-or-later +share/forgejo/options/license/GFDL-1.1-no-invariants-only +share/forgejo/options/license/GFDL-1.1-no-invariants-or-later +share/forgejo/options/license/GFDL-1.1-only +share/forgejo/options/license/GFDL-1.1-or-later +share/forgejo/options/license/GFDL-1.2-invariants-only +share/forgejo/options/license/GFDL-1.2-invariants-or-later +share/forgejo/options/license/GFDL-1.2-no-invariants-only +share/forgejo/options/license/GFDL-1.2-no-invariants-or-later +share/forgejo/options/license/GFDL-1.2-only +share/forgejo/options/license/GFDL-1.2-or-later +share/forgejo/options/license/GFDL-1.3-invariants-only +share/forgejo/options/license/GFDL-1.3-invariants-or-later +share/forgejo/options/license/GFDL-1.3-no-invariants-only +share/forgejo/options/license/GFDL-1.3-no-invariants-or-later +share/forgejo/options/license/GFDL-1.3-only +share/forgejo/options/license/GFDL-1.3-or-later +share/forgejo/options/license/GL2PS +share/forgejo/options/license/GLWTPL +share/forgejo/options/license/GPL-1.0-only +share/forgejo/options/license/GPL-1.0-or-later +share/forgejo/options/license/GPL-2.0-only +share/forgejo/options/license/GPL-2.0-or-later +share/forgejo/options/license/GPL-3.0-linking-exception +share/forgejo/options/license/GPL-3.0-linking-source-exception +share/forgejo/options/license/GPL-3.0-only +share/forgejo/options/license/GPL-3.0-or-later +share/forgejo/options/license/GPL-CC-1.0 +share/forgejo/options/license/Giftware +share/forgejo/options/license/Glide +share/forgejo/options/license/Glulxe +share/forgejo/options/license/HPND +share/forgejo/options/license/HPND-sell-variant +share/forgejo/options/license/HTMLTIDY +share/forgejo/options/license/HaskellReport +share/forgejo/options/license/Hippocratic-2.1 +share/forgejo/options/license/IBM-pibs +share/forgejo/options/license/ICU +share/forgejo/options/license/IJG +share/forgejo/options/license/IPA +share/forgejo/options/license/IPL-1.0 +share/forgejo/options/license/ISC +share/forgejo/options/license/ImageMagick +share/forgejo/options/license/Imlib2 +share/forgejo/options/license/Info-ZIP +share/forgejo/options/license/Intel +share/forgejo/options/license/Intel-ACPI +share/forgejo/options/license/Interbase-1.0 +share/forgejo/options/license/JPNIC +share/forgejo/options/license/JSON +share/forgejo/options/license/Jam +share/forgejo/options/license/JasPer-2.0 +share/forgejo/options/license/KiCad-libraries-exception +share/forgejo/options/license/LAL-1.2 +share/forgejo/options/license/LAL-1.3 +share/forgejo/options/license/LGPL-2.0-only +share/forgejo/options/license/LGPL-2.0-or-later +share/forgejo/options/license/LGPL-2.1-only +share/forgejo/options/license/LGPL-2.1-or-later +share/forgejo/options/license/LGPL-3.0-linking-exception +share/forgejo/options/license/LGPL-3.0-only +share/forgejo/options/license/LGPL-3.0-or-later +share/forgejo/options/license/LGPLLR +share/forgejo/options/license/LLVM-exception +share/forgejo/options/license/LPL-1.0 +share/forgejo/options/license/LPL-1.02 +share/forgejo/options/license/LPPL-1.0 +share/forgejo/options/license/LPPL-1.1 +share/forgejo/options/license/LPPL-1.2 +share/forgejo/options/license/LPPL-1.3a +share/forgejo/options/license/LPPL-1.3c +share/forgejo/options/license/LZMA-exception +share/forgejo/options/license/Latex2e +share/forgejo/options/license/Leptonica +share/forgejo/options/license/LiLiQ-P-1.1 +share/forgejo/options/license/LiLiQ-R-1.1 +share/forgejo/options/license/LiLiQ-Rplus-1.1 +share/forgejo/options/license/Libpng +share/forgejo/options/license/Libtool-exception +share/forgejo/options/license/Linux-OpenIB +share/forgejo/options/license/Linux-man-pages-copyleft +share/forgejo/options/license/Linux-syscall-note +share/forgejo/options/license/MIT +share/forgejo/options/license/MIT-0 +share/forgejo/options/license/MIT-CMU +share/forgejo/options/license/MIT-Modern-Variant +share/forgejo/options/license/MIT-advertising +share/forgejo/options/license/MIT-enna +share/forgejo/options/license/MIT-feh +share/forgejo/options/license/MIT-open-group +share/forgejo/options/license/MITNFA +share/forgejo/options/license/MPL-1.0 +share/forgejo/options/license/MPL-1.1 +share/forgejo/options/license/MPL-2.0 +share/forgejo/options/license/MPL-2.0-no-copyleft-exception +share/forgejo/options/license/MS-PL +share/forgejo/options/license/MS-RL +share/forgejo/options/license/MTLL +share/forgejo/options/license/MakeIndex +share/forgejo/options/license/MirOS +share/forgejo/options/license/Motosoto +share/forgejo/options/license/MulanPSL-1.0 +share/forgejo/options/license/MulanPSL-2.0 +share/forgejo/options/license/Multics +share/forgejo/options/license/Mup +share/forgejo/options/license/NAIST-2003 +share/forgejo/options/license/NASA-1.3 +share/forgejo/options/license/NBPL-1.0 +share/forgejo/options/license/NCGL-UK-2.0 +share/forgejo/options/license/NCSA +share/forgejo/options/license/NGPL +share/forgejo/options/license/NIST-PD +share/forgejo/options/license/NIST-PD-fallback +share/forgejo/options/license/NLOD-1.0 +share/forgejo/options/license/NLOD-2.0 +share/forgejo/options/license/NLPL +share/forgejo/options/license/NOSL +share/forgejo/options/license/NPL-1.0 +share/forgejo/options/license/NPL-1.1 +share/forgejo/options/license/NPOSL-3.0 +share/forgejo/options/license/NRL +share/forgejo/options/license/NTP +share/forgejo/options/license/NTP-0 +share/forgejo/options/license/Naumen +share/forgejo/options/license/Net-SNMP +share/forgejo/options/license/NetCDF +share/forgejo/options/license/Newsletr +share/forgejo/options/license/Nokia +share/forgejo/options/license/Nokia-Qt-exception-1.1 +share/forgejo/options/license/Noweb +share/forgejo/options/license/O-UDA-1.0 +share/forgejo/options/license/OCCT-PL +share/forgejo/options/license/OCCT-exception-1.0 +share/forgejo/options/license/OCLC-2.0 +share/forgejo/options/license/OCaml-LGPL-linking-exception +share/forgejo/options/license/ODC-By-1.0 +share/forgejo/options/license/ODbL-1.0 +share/forgejo/options/license/OFL-1.0 +share/forgejo/options/license/OFL-1.0-RFN +share/forgejo/options/license/OFL-1.0-no-RFN +share/forgejo/options/license/OFL-1.1 +share/forgejo/options/license/OFL-1.1-RFN +share/forgejo/options/license/OFL-1.1-no-RFN +share/forgejo/options/license/OGC-1.0 +share/forgejo/options/license/OGDL-Taiwan-1.0 +share/forgejo/options/license/OGL-Canada-2.0 +share/forgejo/options/license/OGL-UK-1.0 +share/forgejo/options/license/OGL-UK-2.0 +share/forgejo/options/license/OGL-UK-3.0 +share/forgejo/options/license/OGTSL +share/forgejo/options/license/OLDAP-1.1 +share/forgejo/options/license/OLDAP-1.2 +share/forgejo/options/license/OLDAP-1.3 +share/forgejo/options/license/OLDAP-1.4 +share/forgejo/options/license/OLDAP-2.0 +share/forgejo/options/license/OLDAP-2.0.1 +share/forgejo/options/license/OLDAP-2.1 +share/forgejo/options/license/OLDAP-2.2 +share/forgejo/options/license/OLDAP-2.2.1 +share/forgejo/options/license/OLDAP-2.2.2 +share/forgejo/options/license/OLDAP-2.3 +share/forgejo/options/license/OLDAP-2.4 +share/forgejo/options/license/OLDAP-2.7 +share/forgejo/options/license/OML +share/forgejo/options/license/OPL-1.0 +share/forgejo/options/license/OPUBL-1.0 +share/forgejo/options/license/OSET-PL-2.1 +share/forgejo/options/license/OSL-1.0 +share/forgejo/options/license/OSL-1.1 +share/forgejo/options/license/OSL-2.0 +share/forgejo/options/license/OSL-2.1 +share/forgejo/options/license/OSL-3.0 +share/forgejo/options/license/OpenJDK-assembly-exception-1.0 +share/forgejo/options/license/OpenSSL +share/forgejo/options/license/PDDL-1.0 +share/forgejo/options/license/PHP-3.0 +share/forgejo/options/license/PHP-3.01 +share/forgejo/options/license/PS-or-PDF-font-exception-20170817 +share/forgejo/options/license/PSF-2.0 +share/forgejo/options/license/Parity-6.0.0 +share/forgejo/options/license/Parity-7.0.0 +share/forgejo/options/license/Plexus +share/forgejo/options/license/PolyForm-Noncommercial-1.0.0 +share/forgejo/options/license/PolyForm-Small-Business-1.0.0 +share/forgejo/options/license/PostgreSQL +share/forgejo/options/license/Python-2.0 +share/forgejo/options/license/QPL-1.0 +share/forgejo/options/license/Qhull +share/forgejo/options/license/Qt-GPL-exception-1.0 +share/forgejo/options/license/Qt-LGPL-exception-1.1 +share/forgejo/options/license/Qwt-exception-1.0 +share/forgejo/options/license/RHeCos-1.1 +share/forgejo/options/license/RPL-1.1 +share/forgejo/options/license/RPSL-1.0 +share/forgejo/options/license/RSA-MD +share/forgejo/options/license/RSCPL +share/forgejo/options/license/Rdisc +share/forgejo/options/license/Ruby +share/forgejo/options/license/SAX-PD +share/forgejo/options/license/SCEA +share/forgejo/options/license/SGI-B-1.0 +share/forgejo/options/license/SGI-B-1.1 +share/forgejo/options/license/SGI-B-2.0 +share/forgejo/options/license/SHL-0.51 +share/forgejo/options/license/SHL-2.0 +share/forgejo/options/license/SHL-2.1 +share/forgejo/options/license/SISSL +share/forgejo/options/license/SISSL-1.2 +share/forgejo/options/license/SMLNJ +share/forgejo/options/license/SMPPL +share/forgejo/options/license/SNIA +share/forgejo/options/license/SPL-1.0 +share/forgejo/options/license/SSH-OpenSSH +share/forgejo/options/license/SSH-short +share/forgejo/options/license/SSPL-1.0 +share/forgejo/options/license/SWL +share/forgejo/options/license/Saxpath +share/forgejo/options/license/SchemeReport +share/forgejo/options/license/Sendmail +share/forgejo/options/license/Sendmail-8.23 +share/forgejo/options/license/SimPL-2.0 +share/forgejo/options/license/Sleepycat +share/forgejo/options/license/Spencer-86 +share/forgejo/options/license/Spencer-94 +share/forgejo/options/license/Spencer-99 +share/forgejo/options/license/SugarCRM-1.1.3 +share/forgejo/options/license/Swift-exception +share/forgejo/options/license/TAPR-OHL-1.0 +share/forgejo/options/license/TCL +share/forgejo/options/license/TCP-wrappers +share/forgejo/options/license/TMate +share/forgejo/options/license/TORQUE-1.1 +share/forgejo/options/license/TOSL +share/forgejo/options/license/TU-Berlin-1.0 +share/forgejo/options/license/TU-Berlin-2.0 +share/forgejo/options/license/UCL-1.0 +share/forgejo/options/license/UPL-1.0 +share/forgejo/options/license/Unicode-DFS-2015 +share/forgejo/options/license/Unicode-DFS-2016 +share/forgejo/options/license/Unicode-TOU +share/forgejo/options/license/Universal-FOSS-exception-1.0 +share/forgejo/options/license/Unlicense +share/forgejo/options/license/VOSTROM +share/forgejo/options/license/VSL-1.0 +share/forgejo/options/license/Verbatim-man-pages +share/forgejo/options/license/Vim +share/forgejo/options/license/W3C +share/forgejo/options/license/W3C-19980720 +share/forgejo/options/license/W3C-20150513 +share/forgejo/options/license/WTFPL +share/forgejo/options/license/Watcom-1.0 +share/forgejo/options/license/Wsuipa +share/forgejo/options/license/WxWindows-exception-3.1 +share/forgejo/options/license/X11 +share/forgejo/options/license/X11-distribute-modifications-variant +share/forgejo/options/license/XFree86-1.1 +share/forgejo/options/license/XSkat +share/forgejo/options/license/Xerox +share/forgejo/options/license/Xnet +share/forgejo/options/license/YPL-1.0 +share/forgejo/options/license/YPL-1.1 +share/forgejo/options/license/ZPL-1.1 +share/forgejo/options/license/ZPL-2.0 +share/forgejo/options/license/ZPL-2.1 +share/forgejo/options/license/Zed +share/forgejo/options/license/Zend-2.0 +share/forgejo/options/license/Zimbra-1.3 +share/forgejo/options/license/Zimbra-1.4 +share/forgejo/options/license/Zlib +share/forgejo/options/license/blessing +share/forgejo/options/license/copyleft-next-0.3.0 +share/forgejo/options/license/copyleft-next-0.3.1 +share/forgejo/options/license/curl +share/forgejo/options/license/diffmark +share/forgejo/options/license/dvipdfm +share/forgejo/options/license/eCos-exception-2.0 +share/forgejo/options/license/eGenix +share/forgejo/options/license/etalab-2.0 +share/forgejo/options/license/freertos-exception-2.0 +share/forgejo/options/license/gSOAP-1.3b +share/forgejo/options/license/gnu-javamail-exception +share/forgejo/options/license/gnuplot +share/forgejo/options/license/i2p-gpl-java-exception +share/forgejo/options/license/iMatix +share/forgejo/options/license/libpng-2.0 +share/forgejo/options/license/libselinux-1.0 +share/forgejo/options/license/libtiff +share/forgejo/options/license/mif-exception +share/forgejo/options/license/mpich2 +share/forgejo/options/license/mplus +share/forgejo/options/license/openvpn-openssl-exception +share/forgejo/options/license/psfrag +share/forgejo/options/license/psutils +share/forgejo/options/license/u-boot-exception-2.0 +share/forgejo/options/license/xinetd +share/forgejo/options/license/xpp +share/forgejo/options/license/zlib-acknowledgement +share/forgejo/options/locale/ +share/forgejo/options/locale/TRANSLATORS +share/forgejo/options/locale/locale_bg-BG.ini +share/forgejo/options/locale/locale_cs-CZ.ini +share/forgejo/options/locale/locale_de-DE.ini +share/forgejo/options/locale/locale_el-GR.ini +share/forgejo/options/locale/locale_en-US.ini +share/forgejo/options/locale/locale_es-ES.ini +share/forgejo/options/locale/locale_fa-IR.ini +share/forgejo/options/locale/locale_fi-FI.ini +share/forgejo/options/locale/locale_fr-FR.ini +share/forgejo/options/locale/locale_hu-HU.ini +share/forgejo/options/locale/locale_id-ID.ini +share/forgejo/options/locale/locale_is-IS.ini +share/forgejo/options/locale/locale_it-IT.ini +share/forgejo/options/locale/locale_ja-JP.ini +share/forgejo/options/locale/locale_ko-KR.ini +share/forgejo/options/locale/locale_lv-LV.ini +share/forgejo/options/locale/locale_ml-IN.ini +share/forgejo/options/locale/locale_nl-NL.ini +share/forgejo/options/locale/locale_pl-PL.ini +share/forgejo/options/locale/locale_pt-BR.ini +share/forgejo/options/locale/locale_pt-PT.ini +share/forgejo/options/locale/locale_ru-RU.ini +share/forgejo/options/locale/locale_si-LK.ini +share/forgejo/options/locale/locale_sv-SE.ini +share/forgejo/options/locale/locale_tr-TR.ini +share/forgejo/options/locale/locale_uk-UA.ini +share/forgejo/options/locale/locale_zh-CN.ini +share/forgejo/options/locale/locale_zh-HK.ini +share/forgejo/options/locale/locale_zh-TW.ini +share/forgejo/options/readme/ +share/forgejo/options/readme/Default +share/forgejo/public +share/forgejo/templates/ +share/forgejo/templates/admin/ +share/forgejo/templates/admin/auth/ +share/forgejo/templates/admin/auth/edit.tmpl +share/forgejo/templates/admin/auth/list.tmpl +share/forgejo/templates/admin/auth/new.tmpl +share/forgejo/templates/admin/auth/source/ +share/forgejo/templates/admin/auth/source/ldap.tmpl +share/forgejo/templates/admin/auth/source/oauth.tmpl +share/forgejo/templates/admin/auth/source/smtp.tmpl +share/forgejo/templates/admin/auth/source/sspi.tmpl +share/forgejo/templates/admin/base/ +share/forgejo/templates/admin/base/search.tmpl +share/forgejo/templates/admin/config.tmpl +share/forgejo/templates/admin/cron.tmpl +share/forgejo/templates/admin/dashboard.tmpl +share/forgejo/templates/admin/emails/ +share/forgejo/templates/admin/emails/list.tmpl +share/forgejo/templates/admin/hook_new.tmpl +share/forgejo/templates/admin/hooks.tmpl +share/forgejo/templates/admin/monitor.tmpl +share/forgejo/templates/admin/navbar.tmpl +share/forgejo/templates/admin/notice.tmpl +share/forgejo/templates/admin/org/ +share/forgejo/templates/admin/org/list.tmpl +share/forgejo/templates/admin/packages/ +share/forgejo/templates/admin/packages/list.tmpl +share/forgejo/templates/admin/process-row.tmpl +share/forgejo/templates/admin/process.tmpl +share/forgejo/templates/admin/queue.tmpl +share/forgejo/templates/admin/repo/ +share/forgejo/templates/admin/repo/list.tmpl +share/forgejo/templates/admin/repo/search.tmpl +share/forgejo/templates/admin/repo/unadopted.tmpl +share/forgejo/templates/admin/stacktrace-row.tmpl +share/forgejo/templates/admin/stacktrace.tmpl +share/forgejo/templates/admin/user/ +share/forgejo/templates/admin/user/edit.tmpl +share/forgejo/templates/admin/user/list.tmpl +share/forgejo/templates/admin/user/new.tmpl +share/forgejo/templates/api/ +share/forgejo/templates/api/packages/ +share/forgejo/templates/api/packages/pypi/ +share/forgejo/templates/api/packages/pypi/simple.tmpl +share/forgejo/templates/base/ +share/forgejo/templates/base/alert.tmpl +share/forgejo/templates/base/alert_details.tmpl +share/forgejo/templates/base/delete_modal_actions.tmpl +share/forgejo/templates/base/disable_form_autofill.tmpl +share/forgejo/templates/base/footer.tmpl +share/forgejo/templates/base/footer_content.tmpl +share/forgejo/templates/base/head.tmpl +share/forgejo/templates/base/head_navbar.tmpl +share/forgejo/templates/base/head_script.tmpl +share/forgejo/templates/base/paginate.tmpl +share/forgejo/templates/custom/ +share/forgejo/templates/custom/body_inner_post.tmpl +share/forgejo/templates/custom/body_inner_pre.tmpl +share/forgejo/templates/custom/body_outer_post.tmpl +share/forgejo/templates/custom/body_outer_pre.tmpl +share/forgejo/templates/custom/extra_links.tmpl +share/forgejo/templates/custom/extra_links_footer.tmpl +share/forgejo/templates/custom/extra_tabs.tmpl +share/forgejo/templates/custom/footer.tmpl +share/forgejo/templates/custom/header.tmpl +share/forgejo/templates/explore/ +share/forgejo/templates/explore/code.tmpl +share/forgejo/templates/explore/navbar.tmpl +share/forgejo/templates/explore/organizations.tmpl +share/forgejo/templates/explore/repo_list.tmpl +share/forgejo/templates/explore/repo_search.tmpl +share/forgejo/templates/explore/repos.tmpl +share/forgejo/templates/explore/search.tmpl +share/forgejo/templates/explore/users.tmpl +share/forgejo/templates/home.tmpl +share/forgejo/templates/install.tmpl +share/forgejo/templates/mail/ +share/forgejo/templates/mail/auth/ +share/forgejo/templates/mail/auth/activate.tmpl +share/forgejo/templates/mail/auth/activate_email.tmpl +share/forgejo/templates/mail/auth/register_notify.tmpl +share/forgejo/templates/mail/auth/reset_passwd.tmpl +share/forgejo/templates/mail/issue/ +share/forgejo/templates/mail/issue/assigned.tmpl +share/forgejo/templates/mail/issue/default.tmpl +share/forgejo/templates/mail/notify/ +share/forgejo/templates/mail/notify/collaborator.tmpl +share/forgejo/templates/mail/notify/repo_transfer.tmpl +share/forgejo/templates/mail/release.tmpl +share/forgejo/templates/org/ +share/forgejo/templates/org/create.tmpl +share/forgejo/templates/org/header.tmpl +share/forgejo/templates/org/home.tmpl +share/forgejo/templates/org/member/ +share/forgejo/templates/org/member/members.tmpl +share/forgejo/templates/org/menu.tmpl +share/forgejo/templates/org/settings/ +share/forgejo/templates/org/settings/delete.tmpl +share/forgejo/templates/org/settings/hook_new.tmpl +share/forgejo/templates/org/settings/hooks.tmpl +share/forgejo/templates/org/settings/labels.tmpl +share/forgejo/templates/org/settings/navbar.tmpl +share/forgejo/templates/org/settings/options.tmpl +share/forgejo/templates/org/team/ +share/forgejo/templates/org/team/members.tmpl +share/forgejo/templates/org/team/navbar.tmpl +share/forgejo/templates/org/team/new.tmpl +share/forgejo/templates/org/team/repositories.tmpl +share/forgejo/templates/org/team/sidebar.tmpl +share/forgejo/templates/org/team/teams.tmpl +share/forgejo/templates/package/ +share/forgejo/templates/package/content/ +share/forgejo/templates/package/content/composer.tmpl +share/forgejo/templates/package/content/composer_dependencies.tmpl +share/forgejo/templates/package/content/conan.tmpl +share/forgejo/templates/package/content/container.tmpl +share/forgejo/templates/package/content/generic.tmpl +share/forgejo/templates/package/content/helm.tmpl +share/forgejo/templates/package/content/maven.tmpl +share/forgejo/templates/package/content/npm.tmpl +share/forgejo/templates/package/content/npm_dependencies.tmpl +share/forgejo/templates/package/content/nuget.tmpl +share/forgejo/templates/package/content/pypi.tmpl +share/forgejo/templates/package/content/rubygems.tmpl +share/forgejo/templates/package/content/rubygems_dependencies.tmpl +share/forgejo/templates/package/metadata/ +share/forgejo/templates/package/metadata/composer.tmpl +share/forgejo/templates/package/metadata/conan.tmpl +share/forgejo/templates/package/metadata/container.tmpl +share/forgejo/templates/package/metadata/generic.tmpl +share/forgejo/templates/package/metadata/helm.tmpl +share/forgejo/templates/package/metadata/maven.tmpl +share/forgejo/templates/package/metadata/npm.tmpl +share/forgejo/templates/package/metadata/nuget.tmpl +share/forgejo/templates/package/metadata/pypi.tmpl +share/forgejo/templates/package/metadata/rubygems.tmpl +share/forgejo/templates/package/settings.tmpl +share/forgejo/templates/package/shared/ +share/forgejo/templates/package/shared/list.tmpl +share/forgejo/templates/package/shared/versionlist.tmpl +share/forgejo/templates/package/view.tmpl +share/forgejo/templates/post-install.tmpl +share/forgejo/templates/repo/ +share/forgejo/templates/repo/activity.tmpl +share/forgejo/templates/repo/blame.tmpl +share/forgejo/templates/repo/branch/ +share/forgejo/templates/repo/branch/list.tmpl +share/forgejo/templates/repo/branch_dropdown.tmpl +share/forgejo/templates/repo/clone_buttons.tmpl +share/forgejo/templates/repo/clone_script.tmpl +share/forgejo/templates/repo/commit_page.tmpl +share/forgejo/templates/repo/commit_status.tmpl +share/forgejo/templates/repo/commit_statuses.tmpl +share/forgejo/templates/repo/commits.tmpl +share/forgejo/templates/repo/commits_list.tmpl +share/forgejo/templates/repo/commits_list_small.tmpl +share/forgejo/templates/repo/commits_table.tmpl +share/forgejo/templates/repo/create.tmpl +share/forgejo/templates/repo/diff/ +share/forgejo/templates/repo/diff/blob_excerpt.tmpl +share/forgejo/templates/repo/diff/box.tmpl +share/forgejo/templates/repo/diff/comment_form.tmpl +share/forgejo/templates/repo/diff/comment_form_datahandler.tmpl +share/forgejo/templates/repo/diff/comments.tmpl +share/forgejo/templates/repo/diff/compare.tmpl +share/forgejo/templates/repo/diff/conversation.tmpl +share/forgejo/templates/repo/diff/csv_diff.tmpl +share/forgejo/templates/repo/diff/image_diff.tmpl +share/forgejo/templates/repo/diff/new_comment.tmpl +share/forgejo/templates/repo/diff/new_review.tmpl +share/forgejo/templates/repo/diff/options_dropdown.tmpl +share/forgejo/templates/repo/diff/section_split.tmpl +share/forgejo/templates/repo/diff/section_unified.tmpl +share/forgejo/templates/repo/diff/stats.tmpl +share/forgejo/templates/repo/diff/whitespace_dropdown.tmpl +share/forgejo/templates/repo/editor/ +share/forgejo/templates/repo/editor/cherry_pick.tmpl +share/forgejo/templates/repo/editor/commit_form.tmpl +share/forgejo/templates/repo/editor/delete.tmpl +share/forgejo/templates/repo/editor/diff_preview.tmpl +share/forgejo/templates/repo/editor/edit.tmpl +share/forgejo/templates/repo/editor/patch.tmpl +share/forgejo/templates/repo/editor/upload.tmpl +share/forgejo/templates/repo/empty.tmpl +share/forgejo/templates/repo/find/ +share/forgejo/templates/repo/find/files.tmpl +share/forgejo/templates/repo/forks.tmpl +share/forgejo/templates/repo/graph/ +share/forgejo/templates/repo/graph.tmpl +share/forgejo/templates/repo/graph/commits.tmpl +share/forgejo/templates/repo/graph/div.tmpl +share/forgejo/templates/repo/graph/svgcontainer.tmpl +share/forgejo/templates/repo/header.tmpl +share/forgejo/templates/repo/home.tmpl +share/forgejo/templates/repo/icon.tmpl +share/forgejo/templates/repo/issue/ +share/forgejo/templates/repo/issue/branch_selector_field.tmpl +share/forgejo/templates/repo/issue/choose.tmpl +share/forgejo/templates/repo/issue/comment_tab.tmpl +share/forgejo/templates/repo/issue/label_precolors.tmpl +share/forgejo/templates/repo/issue/labels/ +share/forgejo/templates/repo/issue/labels.tmpl +share/forgejo/templates/repo/issue/labels/edit_delete_label.tmpl +share/forgejo/templates/repo/issue/labels/label.tmpl +share/forgejo/templates/repo/issue/labels/label_list.tmpl +share/forgejo/templates/repo/issue/labels/label_load_template.tmpl +share/forgejo/templates/repo/issue/labels/label_new.tmpl +share/forgejo/templates/repo/issue/labels/labels_sidebar.tmpl +share/forgejo/templates/repo/issue/list.tmpl +share/forgejo/templates/repo/issue/milestone_issues.tmpl +share/forgejo/templates/repo/issue/milestone_new.tmpl +share/forgejo/templates/repo/issue/milestones.tmpl +share/forgejo/templates/repo/issue/navbar.tmpl +share/forgejo/templates/repo/issue/new.tmpl +share/forgejo/templates/repo/issue/new_form.tmpl +share/forgejo/templates/repo/issue/openclose.tmpl +share/forgejo/templates/repo/issue/search.tmpl +share/forgejo/templates/repo/issue/view.tmpl +share/forgejo/templates/repo/issue/view_content/ +share/forgejo/templates/repo/issue/view_content.tmpl +share/forgejo/templates/repo/issue/view_content/add_reaction.tmpl +share/forgejo/templates/repo/issue/view_content/attachments.tmpl +share/forgejo/templates/repo/issue/view_content/comments.tmpl +share/forgejo/templates/repo/issue/view_content/comments_delete_time.tmpl +share/forgejo/templates/repo/issue/view_content/context_menu.tmpl +share/forgejo/templates/repo/issue/view_content/pull.tmpl +share/forgejo/templates/repo/issue/view_content/pull_merge_instruction.tmpl +share/forgejo/templates/repo/issue/view_content/reactions.tmpl +share/forgejo/templates/repo/issue/view_content/reference_issue_dialog.tmpl +share/forgejo/templates/repo/issue/view_content/sidebar.tmpl +share/forgejo/templates/repo/issue/view_title.tmpl +share/forgejo/templates/repo/migrate/ +share/forgejo/templates/repo/migrate/codebase.tmpl +share/forgejo/templates/repo/migrate/git.tmpl +share/forgejo/templates/repo/migrate/gitbucket.tmpl +share/forgejo/templates/repo/migrate/forgejo.tmpl +share/forgejo/templates/repo/migrate/github.tmpl +share/forgejo/templates/repo/migrate/gitlab.tmpl +share/forgejo/templates/repo/migrate/gogs.tmpl +share/forgejo/templates/repo/migrate/migrate.tmpl +share/forgejo/templates/repo/migrate/migrating.tmpl +share/forgejo/templates/repo/migrate/onedev.tmpl +share/forgejo/templates/repo/migrate/options.tmpl +share/forgejo/templates/repo/packages.tmpl +share/forgejo/templates/repo/projects/ +share/forgejo/templates/repo/projects/list.tmpl +share/forgejo/templates/repo/projects/new.tmpl +share/forgejo/templates/repo/projects/view.tmpl +share/forgejo/templates/repo/pulls/ +share/forgejo/templates/repo/pulls/commits.tmpl +share/forgejo/templates/repo/pulls/files.tmpl +share/forgejo/templates/repo/pulls/fork.tmpl +share/forgejo/templates/repo/pulls/status.tmpl +share/forgejo/templates/repo/pulls/tab_menu.tmpl +share/forgejo/templates/repo/release/ +share/forgejo/templates/repo/release/list.tmpl +share/forgejo/templates/repo/release/new.tmpl +share/forgejo/templates/repo/search.tmpl +share/forgejo/templates/repo/settings/ +share/forgejo/templates/repo/settings/branches.tmpl +share/forgejo/templates/repo/settings/collaboration.tmpl +share/forgejo/templates/repo/settings/deploy_keys.tmpl +share/forgejo/templates/repo/settings/githook_edit.tmpl +share/forgejo/templates/repo/settings/githooks.tmpl +share/forgejo/templates/repo/settings/lfs.tmpl +share/forgejo/templates/repo/settings/lfs_file.tmpl +share/forgejo/templates/repo/settings/lfs_file_find.tmpl +share/forgejo/templates/repo/settings/lfs_locks.tmpl +share/forgejo/templates/repo/settings/lfs_pointers.tmpl +share/forgejo/templates/repo/settings/nav.tmpl +share/forgejo/templates/repo/settings/navbar.tmpl +share/forgejo/templates/repo/settings/options.tmpl +share/forgejo/templates/repo/settings/protected_branch.tmpl +share/forgejo/templates/repo/settings/tags.tmpl +share/forgejo/templates/repo/settings/webhook/ +share/forgejo/templates/repo/settings/webhook/base.tmpl +share/forgejo/templates/repo/settings/webhook/base_list.tmpl +share/forgejo/templates/repo/settings/webhook/delete_modal.tmpl +share/forgejo/templates/repo/settings/webhook/dingtalk.tmpl +share/forgejo/templates/repo/settings/webhook/discord.tmpl +share/forgejo/templates/repo/settings/webhook/feishu.tmpl +share/forgejo/templates/repo/settings/webhook/forgejo.tmpl +share/forgejo/templates/repo/settings/webhook/gogs.tmpl +share/forgejo/templates/repo/settings/webhook/history.tmpl +share/forgejo/templates/repo/settings/webhook/list.tmpl +share/forgejo/templates/repo/settings/webhook/matrix.tmpl +share/forgejo/templates/repo/settings/webhook/msteams.tmpl +share/forgejo/templates/repo/settings/webhook/new.tmpl +share/forgejo/templates/repo/settings/webhook/packagist.tmpl +share/forgejo/templates/repo/settings/webhook/settings.tmpl +share/forgejo/templates/repo/settings/webhook/slack.tmpl +share/forgejo/templates/repo/settings/webhook/telegram.tmpl +share/forgejo/templates/repo/settings/webhook/wechatwork.tmpl +share/forgejo/templates/repo/shabox_badge.tmpl +share/forgejo/templates/repo/sub_menu.tmpl +share/forgejo/templates/repo/unicode_escape_prompt.tmpl +share/forgejo/templates/repo/upload.tmpl +share/forgejo/templates/repo/user_cards.tmpl +share/forgejo/templates/repo/view_file.tmpl +share/forgejo/templates/repo/view_list.tmpl +share/forgejo/templates/repo/watchers.tmpl +share/forgejo/templates/repo/wiki/ +share/forgejo/templates/repo/wiki/new.tmpl +share/forgejo/templates/repo/wiki/pages.tmpl +share/forgejo/templates/repo/wiki/revision.tmpl +share/forgejo/templates/repo/wiki/start.tmpl +share/forgejo/templates/repo/wiki/view.tmpl +share/forgejo/templates/shared/ +share/forgejo/templates/shared/issuelist.tmpl +share/forgejo/templates/shared/searchbottom.tmpl +share/forgejo/templates/shared/user/ +share/forgejo/templates/shared/user/authorlink.tmpl +share/forgejo/templates/shared/user/avatarlink.tmpl +share/forgejo/templates/shared/user/namelink.tmpl +share/forgejo/templates/status/ +share/forgejo/templates/status/404.tmpl +share/forgejo/templates/status/500.tmpl +share/forgejo/templates/swagger/ +share/forgejo/templates/swagger/ui.tmpl +share/forgejo/templates/swagger/v1_json.tmpl +share/forgejo/templates/user/ +share/forgejo/templates/user/auth/ +share/forgejo/templates/user/auth/activate.tmpl +share/forgejo/templates/user/auth/change_passwd.tmpl +share/forgejo/templates/user/auth/change_passwd_inner.tmpl +share/forgejo/templates/user/auth/finalize_openid.tmpl +share/forgejo/templates/user/auth/forgot_passwd.tmpl +share/forgejo/templates/user/auth/grant.tmpl +share/forgejo/templates/user/auth/grant_error.tmpl +share/forgejo/templates/user/auth/link_account.tmpl +share/forgejo/templates/user/auth/oidc_wellknown.tmpl +share/forgejo/templates/user/auth/prohibit_login.tmpl +share/forgejo/templates/user/auth/reset_passwd.tmpl +share/forgejo/templates/user/auth/signin.tmpl +share/forgejo/templates/user/auth/signin_inner.tmpl +share/forgejo/templates/user/auth/signin_navbar.tmpl +share/forgejo/templates/user/auth/signin_openid.tmpl +share/forgejo/templates/user/auth/signup.tmpl +share/forgejo/templates/user/auth/signup_inner.tmpl +share/forgejo/templates/user/auth/signup_openid_connect.tmpl +share/forgejo/templates/user/auth/signup_openid_navbar.tmpl +share/forgejo/templates/user/auth/signup_openid_register.tmpl +share/forgejo/templates/user/auth/twofa.tmpl +share/forgejo/templates/user/auth/twofa_scratch.tmpl +share/forgejo/templates/user/auth/webauthn.tmpl +share/forgejo/templates/user/auth/webauthn_error.tmpl +share/forgejo/templates/user/dashboard/ +share/forgejo/templates/user/dashboard/dashboard.tmpl +share/forgejo/templates/user/dashboard/feeds.tmpl +share/forgejo/templates/user/dashboard/issues.tmpl +share/forgejo/templates/user/dashboard/milestones.tmpl +share/forgejo/templates/user/dashboard/navbar.tmpl +share/forgejo/templates/user/dashboard/repolist.tmpl +share/forgejo/templates/user/heatmap.tmpl +share/forgejo/templates/user/notification/ +share/forgejo/templates/user/notification/notification.tmpl +share/forgejo/templates/user/notification/notification_div.tmpl +share/forgejo/templates/user/overview/ +share/forgejo/templates/user/overview/header.tmpl +share/forgejo/templates/user/overview/package_versions.tmpl +share/forgejo/templates/user/overview/packages.tmpl +share/forgejo/templates/user/profile.tmpl +share/forgejo/templates/user/project.tmpl +share/forgejo/templates/user/settings/ +share/forgejo/templates/user/settings/account.tmpl +share/forgejo/templates/user/settings/appearance.tmpl +share/forgejo/templates/user/settings/applications.tmpl +share/forgejo/templates/user/settings/applications_oauth2.tmpl +share/forgejo/templates/user/settings/applications_oauth2_edit.tmpl +share/forgejo/templates/user/settings/grants_oauth2.tmpl +share/forgejo/templates/user/settings/keys.tmpl +share/forgejo/templates/user/settings/keys_gpg.tmpl +share/forgejo/templates/user/settings/keys_principal.tmpl +share/forgejo/templates/user/settings/keys_ssh.tmpl +share/forgejo/templates/user/settings/navbar.tmpl +share/forgejo/templates/user/settings/organization.tmpl +share/forgejo/templates/user/settings/profile.tmpl +share/forgejo/templates/user/settings/repos.tmpl +share/forgejo/templates/user/settings/security/ +share/forgejo/templates/user/settings/security/accountlinks.tmpl +share/forgejo/templates/user/settings/security/openid.tmpl +share/forgejo/templates/user/settings/security/security.tmpl +share/forgejo/templates/user/settings/security/twofa.tmpl +share/forgejo/templates/user/settings/security/twofa_enroll.tmpl +share/forgejo/templates/user/settings/security/webauthn.tmpl +@mode 750 +@owner _forgejo +@group _forgejo +@sample ${LOCALSTATEDIR}/forgejo/ +@sample ${LOCALSTATEDIR}/forgejo/custom/ +@sample ${LOCALSTATEDIR}/log/forgejo/ +@cwd ${VARBASE}/www +@mode +@owner +@group +forgejo/ +forgejo/public/ +forgejo/public/css/ +forgejo/public/css/dropzone.0142b04d.css +forgejo/public/css/index.css +forgejo/public/css/minicolors.6d617d3d.css +forgejo/public/css/monaco.6c9803a7.css +forgejo/public/css/swagger.css +forgejo/public/css/theme-arc-green.css +forgejo/public/css/theme-auto.css +forgejo/public/fonts/ +forgejo/public/fonts/codicon.ade70576.ttf +forgejo/public/fonts/fontawesome-webfont.20fd1704.woff2 +forgejo/public/fonts/icons.9451d5fe.woff2 +forgejo/public/fonts/outline-icons.c5240512.woff2 +forgejo/public/img/ +forgejo/public/img/404.png +forgejo/public/img/500.png +forgejo/public/img/apple-touch-icon.png +forgejo/public/img/auth/ +forgejo/public/img/auth/azuread.png +forgejo/public/img/auth/azureadv2.png +forgejo/public/img/auth/bitbucket.png +forgejo/public/img/auth/discord.png +forgejo/public/img/auth/dropbox.png +forgejo/public/img/auth/facebook.png +forgejo/public/img/auth/forgejo.png +forgejo/public/img/auth/github.png +forgejo/public/img/auth/gitlab.png +forgejo/public/img/auth/google.png +forgejo/public/img/auth/mastodon.png +forgejo/public/img/auth/microsoftonline.png +forgejo/public/img/auth/nextcloud.png +forgejo/public/img/auth/openid_connect.svg +forgejo/public/img/auth/twitter.png +forgejo/public/img/auth/yandex.png +forgejo/public/img/avatar_default.png +forgejo/public/img/checkmark.png +forgejo/public/img/dingtalk.ico +forgejo/public/img/discord.png +forgejo/public/img/emoji/ +forgejo/public/img/emoji/codeberg.png +forgejo/public/img/emoji/git.png +forgejo/public/img/emoji/forgejo.png +forgejo/public/img/emoji/github.png +forgejo/public/img/emoji/gitlab.png +forgejo/public/img/emoji/gogs.png +forgejo/public/img/failed.png +forgejo/public/img/favicon.png +forgejo/public/img/favicon.svg +forgejo/public/img/feishu.png +forgejo/public/img/forgejo.svg +forgejo/public/img/gogs.ico +forgejo/public/img/loading.png +forgejo/public/img/logo.png +forgejo/public/img/logo.svg +forgejo/public/img/matrix.svg +forgejo/public/img/msteams.png +forgejo/public/img/openid-16x16.png +forgejo/public/img/packagist.png +forgejo/public/img/repo_default.png +forgejo/public/img/slack.png +forgejo/public/img/svg/ +forgejo/public/img/svg/fontawesome-openid.svg +forgejo/public/img/svg/fontawesome-windows.svg +forgejo/public/img/svg/forgejo-codebase.svg +forgejo/public/img/svg/forgejo-composer.svg +forgejo/public/img/svg/forgejo-conan.svg +forgejo/public/img/svg/forgejo-double-chevron-left.svg +forgejo/public/img/svg/forgejo-double-chevron-right.svg +forgejo/public/img/svg/forgejo-git.svg +forgejo/public/img/svg/forgejo-gitbucket.svg +forgejo/public/img/svg/forgejo-forgejo.svg +forgejo/public/img/svg/forgejo-github.svg +forgejo/public/img/svg/forgejo-gitlab.svg +forgejo/public/img/svg/forgejo-gogs.svg +forgejo/public/img/svg/forgejo-helm.svg +forgejo/public/img/svg/forgejo-join.svg +forgejo/public/img/svg/forgejo-lock-cog.svg +forgejo/public/img/svg/forgejo-lock.svg +forgejo/public/img/svg/forgejo-maven.svg +forgejo/public/img/svg/forgejo-npm.svg +forgejo/public/img/svg/forgejo-nuget.svg +forgejo/public/img/svg/forgejo-onedev.svg +forgejo/public/img/svg/forgejo-python.svg +forgejo/public/img/svg/forgejo-rubygems.svg +forgejo/public/img/svg/forgejo-split.svg +forgejo/public/img/svg/forgejo-unlock.svg +forgejo/public/img/svg/forgejo-vscode.svg +forgejo/public/img/svg/forgejo-whitespace.svg +forgejo/public/img/svg/material-invert-colors.svg +forgejo/public/img/svg/material-palette.svg +forgejo/public/img/svg/octicon-accessibility.svg +forgejo/public/img/svg/octicon-alert.svg +forgejo/public/img/svg/octicon-apps.svg +forgejo/public/img/svg/octicon-archive.svg +forgejo/public/img/svg/octicon-arrow-both.svg +forgejo/public/img/svg/octicon-arrow-down.svg +forgejo/public/img/svg/octicon-arrow-left.svg +forgejo/public/img/svg/octicon-arrow-right.svg +forgejo/public/img/svg/octicon-arrow-switch.svg +forgejo/public/img/svg/octicon-arrow-up.svg +forgejo/public/img/svg/octicon-beaker.svg +forgejo/public/img/svg/octicon-bell-fill.svg +forgejo/public/img/svg/octicon-bell-slash.svg +forgejo/public/img/svg/octicon-bell.svg +forgejo/public/img/svg/octicon-blocked.svg +forgejo/public/img/svg/octicon-bold.svg +forgejo/public/img/svg/octicon-book.svg +forgejo/public/img/svg/octicon-bookmark-slash.svg +forgejo/public/img/svg/octicon-bookmark.svg +forgejo/public/img/svg/octicon-briefcase.svg +forgejo/public/img/svg/octicon-broadcast.svg +forgejo/public/img/svg/octicon-browser.svg +forgejo/public/img/svg/octicon-bug.svg +forgejo/public/img/svg/octicon-calendar.svg +forgejo/public/img/svg/octicon-check-circle-fill.svg +forgejo/public/img/svg/octicon-check-circle.svg +forgejo/public/img/svg/octicon-check.svg +forgejo/public/img/svg/octicon-checklist.svg +forgejo/public/img/svg/octicon-chevron-down.svg +forgejo/public/img/svg/octicon-chevron-left.svg +forgejo/public/img/svg/octicon-chevron-right.svg +forgejo/public/img/svg/octicon-chevron-up.svg +forgejo/public/img/svg/octicon-circle-slash.svg +forgejo/public/img/svg/octicon-circle.svg +forgejo/public/img/svg/octicon-clock.svg +forgejo/public/img/svg/octicon-cloud-offline.svg +forgejo/public/img/svg/octicon-cloud.svg +forgejo/public/img/svg/octicon-code-of-conduct.svg +forgejo/public/img/svg/octicon-code-review.svg +forgejo/public/img/svg/octicon-code-square.svg +forgejo/public/img/svg/octicon-code.svg +forgejo/public/img/svg/octicon-codescan-checkmark.svg +forgejo/public/img/svg/octicon-codescan.svg +forgejo/public/img/svg/octicon-codespaces.svg +forgejo/public/img/svg/octicon-columns.svg +forgejo/public/img/svg/octicon-comment-discussion.svg +forgejo/public/img/svg/octicon-comment.svg +forgejo/public/img/svg/octicon-container.svg +forgejo/public/img/svg/octicon-copy.svg +forgejo/public/img/svg/octicon-cpu.svg +forgejo/public/img/svg/octicon-credit-card.svg +forgejo/public/img/svg/octicon-cross-reference.svg +forgejo/public/img/svg/octicon-dash.svg +forgejo/public/img/svg/octicon-database.svg +forgejo/public/img/svg/octicon-dependabot.svg +forgejo/public/img/svg/octicon-desktop-download.svg +forgejo/public/img/svg/octicon-device-camera-video.svg +forgejo/public/img/svg/octicon-device-camera.svg +forgejo/public/img/svg/octicon-device-desktop.svg +forgejo/public/img/svg/octicon-device-mobile.svg +forgejo/public/img/svg/octicon-diamond.svg +forgejo/public/img/svg/octicon-diff-added.svg +forgejo/public/img/svg/octicon-diff-ignored.svg +forgejo/public/img/svg/octicon-diff-modified.svg +forgejo/public/img/svg/octicon-diff-removed.svg +forgejo/public/img/svg/octicon-diff-renamed.svg +forgejo/public/img/svg/octicon-diff.svg +forgejo/public/img/svg/octicon-dot-fill.svg +forgejo/public/img/svg/octicon-dot.svg +forgejo/public/img/svg/octicon-download.svg +forgejo/public/img/svg/octicon-duplicate.svg +forgejo/public/img/svg/octicon-ellipsis.svg +forgejo/public/img/svg/octicon-eye-closed.svg +forgejo/public/img/svg/octicon-eye.svg +forgejo/public/img/svg/octicon-feed-discussion.svg +forgejo/public/img/svg/octicon-feed-forked.svg +forgejo/public/img/svg/octicon-feed-heart.svg +forgejo/public/img/svg/octicon-feed-merged.svg +forgejo/public/img/svg/octicon-feed-person.svg +forgejo/public/img/svg/octicon-feed-repo.svg +forgejo/public/img/svg/octicon-feed-rocket.svg +forgejo/public/img/svg/octicon-feed-star.svg +forgejo/public/img/svg/octicon-feed-tag.svg +forgejo/public/img/svg/octicon-feed-trophy.svg +forgejo/public/img/svg/octicon-file-added.svg +forgejo/public/img/svg/octicon-file-badge.svg +forgejo/public/img/svg/octicon-file-binary.svg +forgejo/public/img/svg/octicon-file-code.svg +forgejo/public/img/svg/octicon-file-diff.svg +forgejo/public/img/svg/octicon-file-directory-fill.svg +forgejo/public/img/svg/octicon-file-directory-open-fill.svg +forgejo/public/img/svg/octicon-file-directory.svg +forgejo/public/img/svg/octicon-file-moved.svg +forgejo/public/img/svg/octicon-file-removed.svg +forgejo/public/img/svg/octicon-file-submodule.svg +forgejo/public/img/svg/octicon-file-symlink-file.svg +forgejo/public/img/svg/octicon-file-zip.svg +forgejo/public/img/svg/octicon-file.svg +forgejo/public/img/svg/octicon-filter.svg +forgejo/public/img/svg/octicon-flame.svg +forgejo/public/img/svg/octicon-fold-down.svg +forgejo/public/img/svg/octicon-fold-up.svg +forgejo/public/img/svg/octicon-fold.svg +forgejo/public/img/svg/octicon-gear.svg +forgejo/public/img/svg/octicon-gift.svg +forgejo/public/img/svg/octicon-git-branch.svg +forgejo/public/img/svg/octicon-git-commit.svg +forgejo/public/img/svg/octicon-git-compare.svg +forgejo/public/img/svg/octicon-git-merge.svg +forgejo/public/img/svg/octicon-git-pull-request-closed.svg +forgejo/public/img/svg/octicon-git-pull-request-draft.svg +forgejo/public/img/svg/octicon-git-pull-request.svg +forgejo/public/img/svg/octicon-globe.svg +forgejo/public/img/svg/octicon-grabber.svg +forgejo/public/img/svg/octicon-graph.svg +forgejo/public/img/svg/octicon-hash.svg +forgejo/public/img/svg/octicon-heading.svg +forgejo/public/img/svg/octicon-heart-fill.svg +forgejo/public/img/svg/octicon-heart.svg +forgejo/public/img/svg/octicon-history.svg +forgejo/public/img/svg/octicon-home.svg +forgejo/public/img/svg/octicon-horizontal-rule.svg +forgejo/public/img/svg/octicon-hourglass.svg +forgejo/public/img/svg/octicon-hubot.svg +forgejo/public/img/svg/octicon-id-badge.svg +forgejo/public/img/svg/octicon-image.svg +forgejo/public/img/svg/octicon-inbox.svg +forgejo/public/img/svg/octicon-infinity.svg +forgejo/public/img/svg/octicon-info.svg +forgejo/public/img/svg/octicon-issue-closed.svg +forgejo/public/img/svg/octicon-issue-draft.svg +forgejo/public/img/svg/octicon-issue-opened.svg +forgejo/public/img/svg/octicon-issue-reopened.svg +forgejo/public/img/svg/octicon-italic.svg +forgejo/public/img/svg/octicon-iterations.svg +forgejo/public/img/svg/octicon-kebab-horizontal.svg +forgejo/public/img/svg/octicon-key-asterisk.svg +forgejo/public/img/svg/octicon-key.svg +forgejo/public/img/svg/octicon-law.svg +forgejo/public/img/svg/octicon-light-bulb.svg +forgejo/public/img/svg/octicon-link-external.svg +forgejo/public/img/svg/octicon-link.svg +forgejo/public/img/svg/octicon-list-ordered.svg +forgejo/public/img/svg/octicon-list-unordered.svg +forgejo/public/img/svg/octicon-location.svg +forgejo/public/img/svg/octicon-lock.svg +forgejo/public/img/svg/octicon-log.svg +forgejo/public/img/svg/octicon-logo-gist.svg +forgejo/public/img/svg/octicon-logo-github.svg +forgejo/public/img/svg/octicon-mail.svg +forgejo/public/img/svg/octicon-mark-github.svg +forgejo/public/img/svg/octicon-markdown.svg +forgejo/public/img/svg/octicon-megaphone.svg +forgejo/public/img/svg/octicon-mention.svg +forgejo/public/img/svg/octicon-meter.svg +forgejo/public/img/svg/octicon-milestone.svg +forgejo/public/img/svg/octicon-mirror.svg +forgejo/public/img/svg/octicon-moon.svg +forgejo/public/img/svg/octicon-mortar-board.svg +forgejo/public/img/svg/octicon-multi-select.svg +forgejo/public/img/svg/octicon-mute.svg +forgejo/public/img/svg/octicon-no-entry.svg +forgejo/public/img/svg/octicon-north-star.svg +forgejo/public/img/svg/octicon-note.svg +forgejo/public/img/svg/octicon-number.svg +forgejo/public/img/svg/octicon-organization.svg +forgejo/public/img/svg/octicon-package-dependencies.svg +forgejo/public/img/svg/octicon-package-dependents.svg +forgejo/public/img/svg/octicon-package.svg +forgejo/public/img/svg/octicon-paintbrush.svg +forgejo/public/img/svg/octicon-paper-airplane.svg +forgejo/public/img/svg/octicon-paste.svg +forgejo/public/img/svg/octicon-pencil.svg +forgejo/public/img/svg/octicon-people.svg +forgejo/public/img/svg/octicon-person-add.svg +forgejo/public/img/svg/octicon-person-fill.svg +forgejo/public/img/svg/octicon-person.svg +forgejo/public/img/svg/octicon-pin.svg +forgejo/public/img/svg/octicon-play.svg +forgejo/public/img/svg/octicon-plug.svg +forgejo/public/img/svg/octicon-plus-circle.svg +forgejo/public/img/svg/octicon-plus.svg +forgejo/public/img/svg/octicon-project.svg +forgejo/public/img/svg/octicon-pulse.svg +forgejo/public/img/svg/octicon-question.svg +forgejo/public/img/svg/octicon-quote.svg +forgejo/public/img/svg/octicon-reply.svg +forgejo/public/img/svg/octicon-repo-clone.svg +forgejo/public/img/svg/octicon-repo-deleted.svg +forgejo/public/img/svg/octicon-repo-forked.svg +forgejo/public/img/svg/octicon-repo-locked.svg +forgejo/public/img/svg/octicon-repo-pull.svg +forgejo/public/img/svg/octicon-repo-push.svg +forgejo/public/img/svg/octicon-repo-template.svg +forgejo/public/img/svg/octicon-repo.svg +forgejo/public/img/svg/octicon-report.svg +forgejo/public/img/svg/octicon-rocket.svg +forgejo/public/img/svg/octicon-rows.svg +forgejo/public/img/svg/octicon-rss.svg +forgejo/public/img/svg/octicon-ruby.svg +forgejo/public/img/svg/octicon-screen-full.svg +forgejo/public/img/svg/octicon-screen-normal.svg +forgejo/public/img/svg/octicon-search.svg +forgejo/public/img/svg/octicon-server.svg +forgejo/public/img/svg/octicon-share-android.svg +forgejo/public/img/svg/octicon-share.svg +forgejo/public/img/svg/octicon-shield-check.svg +forgejo/public/img/svg/octicon-shield-lock.svg +forgejo/public/img/svg/octicon-shield-x.svg +forgejo/public/img/svg/octicon-shield.svg +forgejo/public/img/svg/octicon-sidebar-collapse.svg +forgejo/public/img/svg/octicon-sidebar-expand.svg +forgejo/public/img/svg/octicon-sign-in.svg +forgejo/public/img/svg/octicon-sign-out.svg +forgejo/public/img/svg/octicon-single-select.svg +forgejo/public/img/svg/octicon-skip.svg +forgejo/public/img/svg/octicon-sliders.svg +forgejo/public/img/svg/octicon-smiley.svg +forgejo/public/img/svg/octicon-sort-asc.svg +forgejo/public/img/svg/octicon-sort-desc.svg +forgejo/public/img/svg/octicon-square-fill.svg +forgejo/public/img/svg/octicon-square.svg +forgejo/public/img/svg/octicon-squirrel.svg +forgejo/public/img/svg/octicon-stack.svg +forgejo/public/img/svg/octicon-star-fill.svg +forgejo/public/img/svg/octicon-star.svg +forgejo/public/img/svg/octicon-stop.svg +forgejo/public/img/svg/octicon-stopwatch.svg +forgejo/public/img/svg/octicon-strikethrough.svg +forgejo/public/img/svg/octicon-sun.svg +forgejo/public/img/svg/octicon-sync.svg +forgejo/public/img/svg/octicon-tab-external.svg +forgejo/public/img/svg/octicon-table.svg +forgejo/public/img/svg/octicon-tag.svg +forgejo/public/img/svg/octicon-tasklist.svg +forgejo/public/img/svg/octicon-telescope-fill.svg +forgejo/public/img/svg/octicon-telescope.svg +forgejo/public/img/svg/octicon-terminal.svg +forgejo/public/img/svg/octicon-three-bars.svg +forgejo/public/img/svg/octicon-thumbsdown.svg +forgejo/public/img/svg/octicon-thumbsup.svg +forgejo/public/img/svg/octicon-tools.svg +forgejo/public/img/svg/octicon-trash.svg +forgejo/public/img/svg/octicon-triangle-down.svg +forgejo/public/img/svg/octicon-triangle-left.svg +forgejo/public/img/svg/octicon-triangle-right.svg +forgejo/public/img/svg/octicon-triangle-up.svg +forgejo/public/img/svg/octicon-trophy.svg +forgejo/public/img/svg/octicon-typography.svg +forgejo/public/img/svg/octicon-unfold.svg +forgejo/public/img/svg/octicon-unlock.svg +forgejo/public/img/svg/octicon-unmute.svg +forgejo/public/img/svg/octicon-unverified.svg +forgejo/public/img/svg/octicon-upload.svg +forgejo/public/img/svg/octicon-verified.svg +forgejo/public/img/svg/octicon-versions.svg +forgejo/public/img/svg/octicon-video.svg +forgejo/public/img/svg/octicon-webhook.svg +forgejo/public/img/svg/octicon-workflow.svg +forgejo/public/img/svg/octicon-x-circle-fill.svg +forgejo/public/img/svg/octicon-x-circle.svg +forgejo/public/img/svg/octicon-x.svg +forgejo/public/img/svg/octicon-zap.svg +forgejo/public/img/telegram.png +forgejo/public/img/webpack/ +forgejo/public/img/webpack/jquery.minicolors.0e614115.png +forgejo/public/img/wechatwork.png +forgejo/public/js/ +forgejo/public/js/dropzone.b77e7ea6.js +forgejo/public/js/easymde.0d7ad9ea.js +forgejo/public/js/eventsource.sharedworker.js +forgejo/public/js/index.js +forgejo/public/js/licenses.txt +forgejo/public/js/mermaid.7e28b562.js +forgejo/public/js/minicolors.42d0e10a.js +forgejo/public/js/monaco-css.b88e577d.worker.js +forgejo/public/js/monaco-editor.a85ce25e.worker.js +forgejo/public/js/monaco-html.c89a6fc8.worker.js +forgejo/public/js/monaco-json.45f3c3ad.worker.js +forgejo/public/js/monaco-language-abap.c5cad4be.js +forgejo/public/js/monaco-language-apex.baaeb3b2.js +forgejo/public/js/monaco-language-azcli.50450f16.js +forgejo/public/js/monaco-language-bat.fa45ea5a.js +forgejo/public/js/monaco-language-bicep.848b3bda.js +forgejo/public/js/monaco-language-cameligo.800d4fea.js +forgejo/public/js/monaco-language-clojure.085e1624.js +forgejo/public/js/monaco-language-coffee.8b2fca99.js +forgejo/public/js/monaco-language-cpp.db942ffd.js +forgejo/public/js/monaco-language-csharp.686a53fc.js +forgejo/public/js/monaco-language-csp.dc8e087f.js +forgejo/public/js/monaco-language-css.fd7032f5.js +forgejo/public/js/monaco-language-cssmode.000c29fd.js +forgejo/public/js/monaco-language-dart.1d2776fe.js +forgejo/public/js/monaco-language-dockerfile.ba5d6355.js +forgejo/public/js/monaco-language-ecl.88ca23a0.js +forgejo/public/js/monaco-language-elixir.335fcdbf.js +forgejo/public/js/monaco-language-flow9.66d56dbe.js +forgejo/public/js/monaco-language-freemarker2.e161e268.js +forgejo/public/js/monaco-language-fsharp.58d8c2cd.js +forgejo/public/js/monaco-language-go.9f2bba6c.js +forgejo/public/js/monaco-language-graphql.53b54aa3.js +forgejo/public/js/monaco-language-handlebars.6a31f315.js +forgejo/public/js/monaco-language-hcl.93aa7031.js +forgejo/public/js/monaco-language-html.3f4e413d.js +forgejo/public/js/monaco-language-htmlmode.19c2f141.js +forgejo/public/js/monaco-language-ini.975203ba.js +forgejo/public/js/monaco-language-java.eb37f0d5.js +forgejo/public/js/monaco-language-javascript.a42e04b3.js +forgejo/public/js/monaco-language-jsonmode.155ea31e.js +forgejo/public/js/monaco-language-julia.139ea024.js +forgejo/public/js/monaco-language-kotlin.95b7cc03.js +forgejo/public/js/monaco-language-less.75eb9849.js +forgejo/public/js/monaco-language-lexon.8a8ffe86.js +forgejo/public/js/monaco-language-liquid.e541464a.js +forgejo/public/js/monaco-language-lua.76269f02.js +forgejo/public/js/monaco-language-m3.381dacb6.js +forgejo/public/js/monaco-language-markdown.3e456b5f.js +forgejo/public/js/monaco-language-mips.c532482d.js +forgejo/public/js/monaco-language-msdax.ea5af202.js +forgejo/public/js/monaco-language-mysql.6a9b5ca4.js +forgejo/public/js/monaco-language-objective-c.ac018f82.js +forgejo/public/js/monaco-language-pascal.f4bff773.js +forgejo/public/js/monaco-language-pascaligo.ef68cb47.js +forgejo/public/js/monaco-language-perl.6201edc5.js +forgejo/public/js/monaco-language-pgsql.309f2eef.js +forgejo/public/js/monaco-language-php.fe41a736.js +forgejo/public/js/monaco-language-pla.b96a0b0a.js +forgejo/public/js/monaco-language-postiats.d7edb538.js +forgejo/public/js/monaco-language-powerquery.e1b5c939.js +forgejo/public/js/monaco-language-powershell.986d17fa.js +forgejo/public/js/monaco-language-protobuf.eb7795fc.js +forgejo/public/js/monaco-language-pug.a07a81a3.js +forgejo/public/js/monaco-language-python.7081c2e5.js +forgejo/public/js/monaco-language-qsharp.5c88e57a.js +forgejo/public/js/monaco-language-r.22ed335c.js +forgejo/public/js/monaco-language-razor.5fe83147.js +forgejo/public/js/monaco-language-redis.51aba187.js +forgejo/public/js/monaco-language-redshift.dca4aaa6.js +forgejo/public/js/monaco-language-restructuredtext.052e193d.js +forgejo/public/js/monaco-language-ruby.9cc75add.js +forgejo/public/js/monaco-language-rust.2879dd02.js +forgejo/public/js/monaco-language-sb.676f2916.js +forgejo/public/js/monaco-language-scala.2be8473f.js +forgejo/public/js/monaco-language-scheme.978fadb1.js +forgejo/public/js/monaco-language-scss.77abc15e.js +forgejo/public/js/monaco-language-shell.be3eb562.js +forgejo/public/js/monaco-language-solidity.36abbcbb.js +forgejo/public/js/monaco-language-sophia.d6bb115d.js +forgejo/public/js/monaco-language-sparql.3c6a882d.js +forgejo/public/js/monaco-language-sql.6b0d0f0a.js +forgejo/public/js/monaco-language-st.88c6c88a.js +forgejo/public/js/monaco-language-swift.c93b49e8.js +forgejo/public/js/monaco-language-systemverilog.ddac36c7.js +forgejo/public/js/monaco-language-tcl.f56dddac.js +forgejo/public/js/monaco-language-tsmode.8e043b8c.js +forgejo/public/js/monaco-language-twig.cd80df58.js +forgejo/public/js/monaco-language-typescript.e7b47815.js +forgejo/public/js/monaco-language-vb.95b807bd.js +forgejo/public/js/monaco-language-xml.4af5f38a.js +forgejo/public/js/monaco-language-yaml.2248fd10.js +forgejo/public/js/monaco-ts.bcc30825.worker.js +forgejo/public/js/monaco.659f0d05.js +forgejo/public/js/sortable.b26f479a.js +forgejo/public/js/swagger.js +forgejo/public/js/theme-arc-green.js +forgejo/public/js/theme-auto.js +forgejo/public/js/tribute.1ca3c8e4.js +forgejo/public/serviceworker.js +forgejo/public/vendor/ +forgejo/public/vendor/plugins/ +forgejo/public/vendor/plugins/pdfjs/ +forgejo/public/vendor/plugins/pdfjs/LICENSE +forgejo/public/vendor/plugins/pdfjs/build/ +forgejo/public/vendor/plugins/pdfjs/build/pdf.js +forgejo/public/vendor/plugins/pdfjs/build/pdf.js.map +forgejo/public/vendor/plugins/pdfjs/build/pdf.worker.js +forgejo/public/vendor/plugins/pdfjs/build/pdf.worker.js.map +forgejo/public/vendor/plugins/pdfjs/web/ +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5pc-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5pc-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS1-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS1-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETHK-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETHK-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETen-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETen-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETenms-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETenms-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK2K-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK2K-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBKp-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBKp-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdla-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdla-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdlb-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdlb-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKgccs-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKgccs-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm314-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm314-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm471-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm471-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKscs-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKscs-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Hankaku.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Hiragana.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-Johab-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-Johab-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Katakana.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/LICENSE +forgejo/public/vendor/plugins/pdfjs/web/cmaps/NWP-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/NWP-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Roman.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/WP-Symbol.bcmap +forgejo/public/vendor/plugins/pdfjs/web/compressed.tracemonkey-pldi-09.pdf +forgejo/public/vendor/plugins/pdfjs/web/debugger.js +forgejo/public/vendor/plugins/pdfjs/web/images/ +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-check.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-comment.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-help.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-insert.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-key.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-newparagraph.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-noicon.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-note.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-paragraph.svg +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/grab.cur +forgejo/public/vendor/plugins/pdfjs/web/images/grabbing.cur +forgejo/public/vendor/plugins/pdfjs/web/images/loading-icon.gif +forgejo/public/vendor/plugins/pdfjs/web/images/loading-small.png +forgejo/public/vendor/plugins/pdfjs/web/images/loading-small@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-documentProperties.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-firstPage.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-handTool.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-lastPage.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCw.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollVertical.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollVertical@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollWrapped@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-selectTool.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadEven.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadEven@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadNone.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadNone@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadOdd.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadOdd@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/shadow.png +forgejo/public/vendor/plugins/pdfjs/web/images/texture.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-bookmark.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-bookmark@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-download.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-download@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-menuArrows.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-menuArrows@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-openFile.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-openFile@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-presentationMode.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-presentationMode@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-print.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-print@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-search.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-search@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewAttachments.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewAttachments@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewThumbnail.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomIn.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomIn@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomOut.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomOut@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-expanded.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-expanded@2x.png +forgejo/public/vendor/plugins/pdfjs/web/locale/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ach/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ach/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/af/ +forgejo/public/vendor/plugins/pdfjs/web/locale/af/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ak/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ak/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/an/ +forgejo/public/vendor/plugins/pdfjs/web/locale/an/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ar/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ar/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/as/ +forgejo/public/vendor/plugins/pdfjs/web/locale/as/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ast/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ast/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/az/ +forgejo/public/vendor/plugins/pdfjs/web/locale/az/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/be/ +forgejo/public/vendor/plugins/pdfjs/web/locale/be/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-BD/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-BD/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/br/ +forgejo/public/vendor/plugins/pdfjs/web/locale/br/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/brx/ +forgejo/public/vendor/plugins/pdfjs/web/locale/brx/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bs/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bs/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ca/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ca/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cak/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cak/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/crh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/crh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cs/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cs/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/csb/ +forgejo/public/vendor/plugins/pdfjs/web/locale/csb/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cy/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cy/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/da/ +forgejo/public/vendor/plugins/pdfjs/web/locale/da/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/de/ +forgejo/public/vendor/plugins/pdfjs/web/locale/de/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/el/ +forgejo/public/vendor/plugins/pdfjs/web/locale/el/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-CA/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-CA/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-GB/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-GB/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-US/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-US/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-ZA/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-ZA/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/eo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/eo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-AR/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-AR/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-CL/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-CL/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-ES/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-ES/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-MX/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-MX/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/et/ +forgejo/public/vendor/plugins/pdfjs/web/locale/et/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/eu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/eu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fa/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fa/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ff/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ff/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fi/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fi/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fy-NL/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fy-NL/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ga-IE/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ga-IE/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gd/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gd/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gu-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gu-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/he/ +forgejo/public/vendor/plugins/pdfjs/web/locale/he/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hi-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hi-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hsb/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hsb/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hto/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hto/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hy-AM/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hy-AM/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ia/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ia/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/id/ +forgejo/public/vendor/plugins/pdfjs/web/locale/id/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/is/ +forgejo/public/vendor/plugins/pdfjs/web/locale/is/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/it/ +forgejo/public/vendor/plugins/pdfjs/web/locale/it/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ja/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ja/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ka/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ka/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kab/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kab/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/km/ +forgejo/public/vendor/plugins/pdfjs/web/locale/km/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ko/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ko/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kok/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kok/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ks/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ks/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ku/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ku/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lij/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lij/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/locale.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lt/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lt/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ltg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ltg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lv/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lv/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mai/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mai/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/meh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/meh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ml/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ml/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ms/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ms/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/my/ +forgejo/public/vendor/plugins/pdfjs/web/locale/my/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nb-NO/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nb-NO/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ne-NP/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ne-NP/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nn-NO/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nn-NO/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nso/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nso/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/oc/ +forgejo/public/vendor/plugins/pdfjs/web/locale/oc/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/or/ +forgejo/public/vendor/plugins/pdfjs/web/locale/or/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pa-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pa-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-BR/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-BR/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-PT/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-PT/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/rm/ +forgejo/public/vendor/plugins/pdfjs/web/locale/rm/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ro/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ro/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ru/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ru/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/rw/ +forgejo/public/vendor/plugins/pdfjs/web/locale/rw/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sah/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sah/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sat/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sat/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/si/ +forgejo/public/vendor/plugins/pdfjs/web/locale/si/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/son/ +forgejo/public/vendor/plugins/pdfjs/web/locale/son/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sq/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sq/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sv-SE/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sv-SE/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sw/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sw/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ta/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ta-LK/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ta-LK/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ta/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/te/ +forgejo/public/vendor/plugins/pdfjs/web/locale/te/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/th/ +forgejo/public/vendor/plugins/pdfjs/web/locale/th/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tsz/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tsz/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/uk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/uk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ur/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ur/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/uz/ +forgejo/public/vendor/plugins/pdfjs/web/locale/uz/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/vi/ +forgejo/public/vendor/plugins/pdfjs/web/locale/vi/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/wo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/wo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/xh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/xh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zam/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zam/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-CN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-CN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-TW/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-TW/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/viewer.css +forgejo/public/vendor/plugins/pdfjs/web/viewer.html +forgejo/public/vendor/plugins/pdfjs/web/viewer.js +forgejo/public/vendor/plugins/pdfjs/web/viewer.js.map diff --git a/www/forgejo/pkg/PLIST.orig b/www/forgejo/pkg/PLIST.orig new file mode 100644 index 0000000..524b2fb --- /dev/null +++ b/www/forgejo/pkg/PLIST.orig @@ -0,0 +1,2195 @@ +@newgroup _forgejo:787 +@newuser _forgejo:787:_forgejo::Gitea Account:/var/forgejo:/bin/sh +@rcscript ${RCDIR}/forgejo +@bin sbin/forgejo +share/doc/pkg-readmes/${PKGSTEM} +share/forgejo/ +share/forgejo/conf/ +@mode 750 +@owner _forgejo +@group _forgejo +@sample ${SYSCONFDIR}/forgejo/ +@mode +@owner +@group +share/forgejo/conf/app.example.ini +@mode 640 +@owner _forgejo +@group _forgejo +@sample ${SYSCONFDIR}/forgejo/app.ini +@mode 750 +@owner _forgejo +@group daemon +@sample ${VARBASE}/www/run/forgejo +@mode +@owner +@group +share/forgejo/options/ +share/forgejo/options/gitignore/ +share/forgejo/options/gitignore/AL +share/forgejo/options/gitignore/Actionscript +share/forgejo/options/gitignore/Ada +share/forgejo/options/gitignore/Agda +share/forgejo/options/gitignore/AltiumDesigner +share/forgejo/options/gitignore/Android +share/forgejo/options/gitignore/Anjuta +share/forgejo/options/gitignore/Ansible +share/forgejo/options/gitignore/AppEngine +share/forgejo/options/gitignore/AppceleratorTitanium +share/forgejo/options/gitignore/ArchLinuxPackages +share/forgejo/options/gitignore/Archives +share/forgejo/options/gitignore/AtmelStudio +share/forgejo/options/gitignore/AutoIt +share/forgejo/options/gitignore/Autotools +share/forgejo/options/gitignore/B4X +share/forgejo/options/gitignore/Backup +share/forgejo/options/gitignore/Bazaar +share/forgejo/options/gitignore/Bazel +share/forgejo/options/gitignore/Beef +share/forgejo/options/gitignore/Bitrix +share/forgejo/options/gitignore/BricxCC +share/forgejo/options/gitignore/C +share/forgejo/options/gitignore/C++ +share/forgejo/options/gitignore/CDK +share/forgejo/options/gitignore/CFWheels +share/forgejo/options/gitignore/CMake +share/forgejo/options/gitignore/CUDA +share/forgejo/options/gitignore/CVS +share/forgejo/options/gitignore/CakePHP +share/forgejo/options/gitignore/Calabash +share/forgejo/options/gitignore/ChefCookbook +share/forgejo/options/gitignore/Clojure +share/forgejo/options/gitignore/Cloud9 +share/forgejo/options/gitignore/CodeIgniter +share/forgejo/options/gitignore/CodeKit +share/forgejo/options/gitignore/CodeSniffer +share/forgejo/options/gitignore/CommonLisp +share/forgejo/options/gitignore/Composer +share/forgejo/options/gitignore/Concrete5 +share/forgejo/options/gitignore/Coq +share/forgejo/options/gitignore/Cordova +share/forgejo/options/gitignore/CraftCMS +share/forgejo/options/gitignore/D +share/forgejo/options/gitignore/DM +share/forgejo/options/gitignore/Dart +share/forgejo/options/gitignore/DartEditor +share/forgejo/options/gitignore/Delphi +share/forgejo/options/gitignore/Diff +share/forgejo/options/gitignore/Dreamweaver +share/forgejo/options/gitignore/Dropbox +share/forgejo/options/gitignore/Drupal +share/forgejo/options/gitignore/Drupal7 +share/forgejo/options/gitignore/EPiServer +share/forgejo/options/gitignore/Eagle +share/forgejo/options/gitignore/Eclipse +share/forgejo/options/gitignore/EiffelStudio +share/forgejo/options/gitignore/Elisp +share/forgejo/options/gitignore/Elixir +share/forgejo/options/gitignore/Elm +share/forgejo/options/gitignore/Emacs +share/forgejo/options/gitignore/Ensime +share/forgejo/options/gitignore/Erlang +share/forgejo/options/gitignore/Espresso +share/forgejo/options/gitignore/Exercism +share/forgejo/options/gitignore/ExpressionEngine +share/forgejo/options/gitignore/ExtJs +share/forgejo/options/gitignore/Fancy +share/forgejo/options/gitignore/Finale +share/forgejo/options/gitignore/FlaxEngine +share/forgejo/options/gitignore/FlexBuilder +share/forgejo/options/gitignore/ForceDotCom +share/forgejo/options/gitignore/Fortran +share/forgejo/options/gitignore/FuelPHP +share/forgejo/options/gitignore/GNOMEShellExtension +share/forgejo/options/gitignore/GPG +share/forgejo/options/gitignore/GWT +share/forgejo/options/gitignore/Gcov +share/forgejo/options/gitignore/GitBook +share/forgejo/options/gitignore/Go +share/forgejo/options/gitignore/Go.AllowList +share/forgejo/options/gitignore/Godot +share/forgejo/options/gitignore/Gradle +share/forgejo/options/gitignore/Grails +share/forgejo/options/gitignore/Gretl +share/forgejo/options/gitignore/Haskell +share/forgejo/options/gitignore/Hugo +share/forgejo/options/gitignore/IAR_EWARM +share/forgejo/options/gitignore/IGORPro +share/forgejo/options/gitignore/Idris +share/forgejo/options/gitignore/Images +share/forgejo/options/gitignore/InforCMS +share/forgejo/options/gitignore/JBoss +share/forgejo/options/gitignore/JBoss4 +share/forgejo/options/gitignore/JBoss6 +share/forgejo/options/gitignore/JDeveloper +share/forgejo/options/gitignore/JENKINS_HOME +share/forgejo/options/gitignore/JEnv +share/forgejo/options/gitignore/Java +share/forgejo/options/gitignore/Jekyll +share/forgejo/options/gitignore/JetBrains +share/forgejo/options/gitignore/Jigsaw +share/forgejo/options/gitignore/Joomla +share/forgejo/options/gitignore/Julia +share/forgejo/options/gitignore/JupyterNotebooks +share/forgejo/options/gitignore/KDevelop4 +share/forgejo/options/gitignore/Kate +share/forgejo/options/gitignore/Kentico +share/forgejo/options/gitignore/KiCad +share/forgejo/options/gitignore/Kohana +share/forgejo/options/gitignore/Kotlin +share/forgejo/options/gitignore/LabVIEW +share/forgejo/options/gitignore/Laravel +share/forgejo/options/gitignore/Lazarus +share/forgejo/options/gitignore/Leiningen +share/forgejo/options/gitignore/LemonStand +share/forgejo/options/gitignore/LensStudio +share/forgejo/options/gitignore/LibreOffice +share/forgejo/options/gitignore/Lilypond +share/forgejo/options/gitignore/Linux +share/forgejo/options/gitignore/Lithium +share/forgejo/options/gitignore/Logtalk +share/forgejo/options/gitignore/Lua +share/forgejo/options/gitignore/LyX +share/forgejo/options/gitignore/MATLAB +share/forgejo/options/gitignore/Magento +share/forgejo/options/gitignore/Magento1 +share/forgejo/options/gitignore/Magento2 +share/forgejo/options/gitignore/Maven +share/forgejo/options/gitignore/Mercurial +share/forgejo/options/gitignore/Mercury +share/forgejo/options/gitignore/MetaProgrammingSystem +share/forgejo/options/gitignore/Metals +share/forgejo/options/gitignore/Meteor +share/forgejo/options/gitignore/MicrosoftOffice +share/forgejo/options/gitignore/ModelSim +share/forgejo/options/gitignore/Momentics +share/forgejo/options/gitignore/MonoDevelop +share/forgejo/options/gitignore/NWjs +share/forgejo/options/gitignore/Nanoc +share/forgejo/options/gitignore/NasaSpecsIntact +share/forgejo/options/gitignore/NetBeans +share/forgejo/options/gitignore/Nikola +share/forgejo/options/gitignore/Nim +share/forgejo/options/gitignore/Ninja +share/forgejo/options/gitignore/Nix +share/forgejo/options/gitignore/Node +share/forgejo/options/gitignore/NotepadPP +share/forgejo/options/gitignore/OCaml +share/forgejo/options/gitignore/Objective-C +share/forgejo/options/gitignore/Octave +share/forgejo/options/gitignore/Opa +share/forgejo/options/gitignore/OpenCart +share/forgejo/options/gitignore/OpenSSL +share/forgejo/options/gitignore/OracleForms +share/forgejo/options/gitignore/Otto +share/forgejo/options/gitignore/PSoCCreator +share/forgejo/options/gitignore/Packer +share/forgejo/options/gitignore/Patch +share/forgejo/options/gitignore/Perl +share/forgejo/options/gitignore/Perl6 +share/forgejo/options/gitignore/Phalcon +share/forgejo/options/gitignore/Phoenix +share/forgejo/options/gitignore/Pimcore +share/forgejo/options/gitignore/PlayFramework +share/forgejo/options/gitignore/Plone +share/forgejo/options/gitignore/Prestashop +share/forgejo/options/gitignore/Processing +share/forgejo/options/gitignore/PuTTY +share/forgejo/options/gitignore/Puppet +share/forgejo/options/gitignore/PureScript +share/forgejo/options/gitignore/Python +share/forgejo/options/gitignore/Qooxdoo +share/forgejo/options/gitignore/Qt +share/forgejo/options/gitignore/R +share/forgejo/options/gitignore/ROS +share/forgejo/options/gitignore/ROS2 +share/forgejo/options/gitignore/Racket +share/forgejo/options/gitignore/Rails +share/forgejo/options/gitignore/Raku +share/forgejo/options/gitignore/Red +share/forgejo/options/gitignore/Redcar +share/forgejo/options/gitignore/Redis +share/forgejo/options/gitignore/RhodesRhomobile +share/forgejo/options/gitignore/Ruby +share/forgejo/options/gitignore/Rust +share/forgejo/options/gitignore/SAM +share/forgejo/options/gitignore/SBT +share/forgejo/options/gitignore/SCons +share/forgejo/options/gitignore/SPFx +share/forgejo/options/gitignore/SVN +share/forgejo/options/gitignore/Sass +share/forgejo/options/gitignore/Scala +share/forgejo/options/gitignore/Scheme +share/forgejo/options/gitignore/Scrivener +share/forgejo/options/gitignore/Sdcc +share/forgejo/options/gitignore/SeamGen +share/forgejo/options/gitignore/SketchUp +share/forgejo/options/gitignore/SlickEdit +share/forgejo/options/gitignore/Smalltalk +share/forgejo/options/gitignore/Snap +share/forgejo/options/gitignore/Splunk +share/forgejo/options/gitignore/Stata +share/forgejo/options/gitignore/Stella +share/forgejo/options/gitignore/Strapi +share/forgejo/options/gitignore/SublimeText +share/forgejo/options/gitignore/SugarCRM +share/forgejo/options/gitignore/Swift +share/forgejo/options/gitignore/Symfony +share/forgejo/options/gitignore/SymphonyCMS +share/forgejo/options/gitignore/Syncthing +share/forgejo/options/gitignore/SynopsysVCS +share/forgejo/options/gitignore/Tags +share/forgejo/options/gitignore/TeX +share/forgejo/options/gitignore/Terraform +share/forgejo/options/gitignore/TextMate +share/forgejo/options/gitignore/Textpattern +share/forgejo/options/gitignore/ThinkPHP +share/forgejo/options/gitignore/Toit +share/forgejo/options/gitignore/TortoiseGit +share/forgejo/options/gitignore/TurboGears2 +share/forgejo/options/gitignore/TwinCAT3 +share/forgejo/options/gitignore/Typo3 +share/forgejo/options/gitignore/Umbraco +share/forgejo/options/gitignore/Unity +share/forgejo/options/gitignore/UnrealEngine +share/forgejo/options/gitignore/V +share/forgejo/options/gitignore/VVVV +share/forgejo/options/gitignore/Vagrant +share/forgejo/options/gitignore/Vim +share/forgejo/options/gitignore/VirtualEnv +share/forgejo/options/gitignore/Virtuoso +share/forgejo/options/gitignore/VisualStudio +share/forgejo/options/gitignore/VisualStudioCode +share/forgejo/options/gitignore/Vue +share/forgejo/options/gitignore/Waf +share/forgejo/options/gitignore/WebMethods +share/forgejo/options/gitignore/Windows +share/forgejo/options/gitignore/WordPress +share/forgejo/options/gitignore/Xcode +share/forgejo/options/gitignore/Xilinx +share/forgejo/options/gitignore/XilinxISE +share/forgejo/options/gitignore/Xojo +share/forgejo/options/gitignore/Yeoman +share/forgejo/options/gitignore/Yii +share/forgejo/options/gitignore/ZendFramework +share/forgejo/options/gitignore/Zephir +share/forgejo/options/gitignore/core +share/forgejo/options/gitignore/esp-idf +share/forgejo/options/gitignore/macOS +share/forgejo/options/gitignore/uVision +share/forgejo/options/label/ +share/forgejo/options/label/Default +share/forgejo/options/license/ +share/forgejo/options/license/0BSD +share/forgejo/options/license/389-exception +share/forgejo/options/license/AAL +share/forgejo/options/license/ADSL +share/forgejo/options/license/AFL-1.1 +share/forgejo/options/license/AFL-1.2 +share/forgejo/options/license/AFL-2.0 +share/forgejo/options/license/AFL-2.1 +share/forgejo/options/license/AFL-3.0 +share/forgejo/options/license/AGPL-1.0 +share/forgejo/options/license/AGPL-1.0-only +share/forgejo/options/license/AGPL-1.0-or-later +share/forgejo/options/license/AGPL-3.0-only +share/forgejo/options/license/AGPL-3.0-or-later +share/forgejo/options/license/AMDPLPA +share/forgejo/options/license/AML +share/forgejo/options/license/AMPAS +share/forgejo/options/license/ANTLR-PD +share/forgejo/options/license/ANTLR-PD-fallback +share/forgejo/options/license/APAFML +share/forgejo/options/license/APL-1.0 +share/forgejo/options/license/APSL-1.0 +share/forgejo/options/license/APSL-1.1 +share/forgejo/options/license/APSL-1.2 +share/forgejo/options/license/APSL-2.0 +share/forgejo/options/license/Abstyles +share/forgejo/options/license/Adobe-2006 +share/forgejo/options/license/Adobe-Glyph +share/forgejo/options/license/Afmparse +share/forgejo/options/license/Aladdin +share/forgejo/options/license/Apache-1.0 +share/forgejo/options/license/Apache-1.1 +share/forgejo/options/license/Apache-2.0 +share/forgejo/options/license/App-s2p +share/forgejo/options/license/Arphic-1999 +share/forgejo/options/license/Artistic-1.0 +share/forgejo/options/license/Artistic-1.0-Perl +share/forgejo/options/license/Artistic-1.0-cl8 +share/forgejo/options/license/Artistic-2.0 +share/forgejo/options/license/Autoconf-exception-2.0 +share/forgejo/options/license/Autoconf-exception-3.0 +share/forgejo/options/license/BSD-1-Clause +share/forgejo/options/license/BSD-2-Clause +share/forgejo/options/license/BSD-2-Clause-FreeBSD +share/forgejo/options/license/BSD-2-Clause-NetBSD +share/forgejo/options/license/BSD-2-Clause-Patent +share/forgejo/options/license/BSD-2-Clause-Views +share/forgejo/options/license/BSD-3-Clause +share/forgejo/options/license/BSD-3-Clause-Attribution +share/forgejo/options/license/BSD-3-Clause-Clear +share/forgejo/options/license/BSD-3-Clause-LBNL +share/forgejo/options/license/BSD-3-Clause-Modification +share/forgejo/options/license/BSD-3-Clause-No-Military-License +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-License +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-License-2014 +share/forgejo/options/license/BSD-3-Clause-No-Nuclear-Warranty +share/forgejo/options/license/BSD-3-Clause-Open-MPI +share/forgejo/options/license/BSD-4-Clause +share/forgejo/options/license/BSD-4-Clause-Shortened +share/forgejo/options/license/BSD-4-Clause-UC +share/forgejo/options/license/BSD-Protection +share/forgejo/options/license/BSD-Source-Code +share/forgejo/options/license/BSL-1.0 +share/forgejo/options/license/BUSL-1.1 +share/forgejo/options/license/Baekmuk +share/forgejo/options/license/Bahyph +share/forgejo/options/license/Barr +share/forgejo/options/license/Beerware +share/forgejo/options/license/Bison-exception-2.2 +share/forgejo/options/license/BitTorrent-1.0 +share/forgejo/options/license/BitTorrent-1.1 +share/forgejo/options/license/Bitstream-Vera +share/forgejo/options/license/BlueOak-1.0.0 +share/forgejo/options/license/Bootloader-exception +share/forgejo/options/license/Borceux +share/forgejo/options/license/C-UDA-1.0 +share/forgejo/options/license/CAL-1.0 +share/forgejo/options/license/CAL-1.0-Combined-Work-Exception +share/forgejo/options/license/CATOSL-1.1 +share/forgejo/options/license/CC-BY-1.0 +share/forgejo/options/license/CC-BY-2.0 +share/forgejo/options/license/CC-BY-2.5-AU +share/forgejo/options/license/CC-BY-3.0 +share/forgejo/options/license/CC-BY-3.0-AT +share/forgejo/options/license/CC-BY-3.0-DE +share/forgejo/options/license/CC-BY-3.0-NL +share/forgejo/options/license/CC-BY-3.0-US +share/forgejo/options/license/CC-BY-4.0 +share/forgejo/options/license/CC-BY-NC-1.0 +share/forgejo/options/license/CC-BY-NC-2.0 +share/forgejo/options/license/CC-BY-NC-3.0 +share/forgejo/options/license/CC-BY-NC-3.0-DE +share/forgejo/options/license/CC-BY-NC-4.0 +share/forgejo/options/license/CC-BY-NC-ND-1.0 +share/forgejo/options/license/CC-BY-NC-ND-2.0 +share/forgejo/options/license/CC-BY-NC-ND-3.0 +share/forgejo/options/license/CC-BY-NC-ND-3.0-DE +share/forgejo/options/license/CC-BY-NC-ND-3.0-IGO +share/forgejo/options/license/CC-BY-NC-ND-4.0 +share/forgejo/options/license/CC-BY-NC-SA-1.0 +share/forgejo/options/license/CC-BY-NC-SA-2.0 +share/forgejo/options/license/CC-BY-NC-SA-2.0-FR +share/forgejo/options/license/CC-BY-NC-SA-2.0-UK +share/forgejo/options/license/CC-BY-NC-SA-3.0 +share/forgejo/options/license/CC-BY-NC-SA-3.0-DE +share/forgejo/options/license/CC-BY-NC-SA-3.0-IGO +share/forgejo/options/license/CC-BY-NC-SA-4.0 +share/forgejo/options/license/CC-BY-ND-1.0 +share/forgejo/options/license/CC-BY-ND-2.0 +share/forgejo/options/license/CC-BY-ND-3.0 +share/forgejo/options/license/CC-BY-ND-3.0-DE +share/forgejo/options/license/CC-BY-ND-4.0 +share/forgejo/options/license/CC-BY-SA-1.0 +share/forgejo/options/license/CC-BY-SA-2.0 +share/forgejo/options/license/CC-BY-SA-2.0-UK +share/forgejo/options/license/CC-BY-SA-2.1-JP +share/forgejo/options/license/CC-BY-SA-3.0 +share/forgejo/options/license/CC-BY-SA-3.0-AT +share/forgejo/options/license/CC-BY-SA-3.0-DE +share/forgejo/options/license/CC-BY-SA-4.0 +share/forgejo/options/license/CC-PDDC +share/forgejo/options/license/CC0-1.0 +share/forgejo/options/license/CDDL-1.0 +share/forgejo/options/license/CDDL-1.1 +share/forgejo/options/license/CDL-1.0 +share/forgejo/options/license/CDLA-Permissive-1.0 +share/forgejo/options/license/CDLA-Permissive-2.0 +share/forgejo/options/license/CDLA-Sharing-1.0 +share/forgejo/options/license/CECILL-1.0 +share/forgejo/options/license/CECILL-1.1 +share/forgejo/options/license/CECILL-2.0 +share/forgejo/options/license/CECILL-2.1 +share/forgejo/options/license/CECILL-B +share/forgejo/options/license/CECILL-C +share/forgejo/options/license/CERN-OHL-1.1 +share/forgejo/options/license/CERN-OHL-1.2 +share/forgejo/options/license/CERN-OHL-P-2.0 +share/forgejo/options/license/CERN-OHL-S-2.0 +share/forgejo/options/license/CERN-OHL-W-2.0 +share/forgejo/options/license/CLISP-exception-2.0 +share/forgejo/options/license/CNRI-Jython +share/forgejo/options/license/CNRI-Python +share/forgejo/options/license/CNRI-Python-GPL-Compatible +share/forgejo/options/license/COIL-1.0 +share/forgejo/options/license/CPAL-1.0 +share/forgejo/options/license/CPL-1.0 +share/forgejo/options/license/CPOL-1.02 +share/forgejo/options/license/CUA-OPL-1.0 +share/forgejo/options/license/Caldera +share/forgejo/options/license/ClArtistic +share/forgejo/options/license/Classpath-exception-2.0 +share/forgejo/options/license/Community-Spec-1.0 +share/forgejo/options/license/Condor-1.1 +share/forgejo/options/license/Crossword +share/forgejo/options/license/CrystalStacker +share/forgejo/options/license/Cube +share/forgejo/options/license/D-FSL-1.0 +share/forgejo/options/license/DL-DE-BY-2.0 +share/forgejo/options/license/DOC +share/forgejo/options/license/DRL-1.0 +share/forgejo/options/license/DSDP +share/forgejo/options/license/DigiRule-FOSS-exception +share/forgejo/options/license/Dotseqn +share/forgejo/options/license/ECL-1.0 +share/forgejo/options/license/ECL-2.0 +share/forgejo/options/license/EFL-1.0 +share/forgejo/options/license/EFL-2.0 +share/forgejo/options/license/EPICS +share/forgejo/options/license/EPL-1.0 +share/forgejo/options/license/EPL-2.0 +share/forgejo/options/license/EUDatagrid +share/forgejo/options/license/EUPL-1.0 +share/forgejo/options/license/EUPL-1.1 +share/forgejo/options/license/EUPL-1.2 +share/forgejo/options/license/Elastic-2.0 +share/forgejo/options/license/Entessa +share/forgejo/options/license/ErlPL-1.1 +share/forgejo/options/license/Eurosym +share/forgejo/options/license/FDK-AAC +share/forgejo/options/license/FLTK-exception +share/forgejo/options/license/FSFAP +share/forgejo/options/license/FSFUL +share/forgejo/options/license/FSFULLR +share/forgejo/options/license/FTL +share/forgejo/options/license/Fair +share/forgejo/options/license/Fawkes-Runtime-exception +share/forgejo/options/license/Font-exception-2.0 +share/forgejo/options/license/Frameworx-1.0 +share/forgejo/options/license/FreeBSD-DOC +share/forgejo/options/license/FreeImage +share/forgejo/options/license/GCC-exception-2.0 +share/forgejo/options/license/GCC-exception-3.1 +share/forgejo/options/license/GD +share/forgejo/options/license/GFDL-1.1-invariants-only +share/forgejo/options/license/GFDL-1.1-invariants-or-later +share/forgejo/options/license/GFDL-1.1-no-invariants-only +share/forgejo/options/license/GFDL-1.1-no-invariants-or-later +share/forgejo/options/license/GFDL-1.1-only +share/forgejo/options/license/GFDL-1.1-or-later +share/forgejo/options/license/GFDL-1.2-invariants-only +share/forgejo/options/license/GFDL-1.2-invariants-or-later +share/forgejo/options/license/GFDL-1.2-no-invariants-only +share/forgejo/options/license/GFDL-1.2-no-invariants-or-later +share/forgejo/options/license/GFDL-1.2-only +share/forgejo/options/license/GFDL-1.2-or-later +share/forgejo/options/license/GFDL-1.3-invariants-only +share/forgejo/options/license/GFDL-1.3-invariants-or-later +share/forgejo/options/license/GFDL-1.3-no-invariants-only +share/forgejo/options/license/GFDL-1.3-no-invariants-or-later +share/forgejo/options/license/GFDL-1.3-only +share/forgejo/options/license/GFDL-1.3-or-later +share/forgejo/options/license/GL2PS +share/forgejo/options/license/GLWTPL +share/forgejo/options/license/GPL-1.0-only +share/forgejo/options/license/GPL-1.0-or-later +share/forgejo/options/license/GPL-2.0-only +share/forgejo/options/license/GPL-2.0-or-later +share/forgejo/options/license/GPL-3.0-linking-exception +share/forgejo/options/license/GPL-3.0-linking-source-exception +share/forgejo/options/license/GPL-3.0-only +share/forgejo/options/license/GPL-3.0-or-later +share/forgejo/options/license/GPL-CC-1.0 +share/forgejo/options/license/Giftware +share/forgejo/options/license/Glide +share/forgejo/options/license/Glulxe +share/forgejo/options/license/HPND +share/forgejo/options/license/HPND-sell-variant +share/forgejo/options/license/HTMLTIDY +share/forgejo/options/license/HaskellReport +share/forgejo/options/license/Hippocratic-2.1 +share/forgejo/options/license/IBM-pibs +share/forgejo/options/license/ICU +share/forgejo/options/license/IJG +share/forgejo/options/license/IPA +share/forgejo/options/license/IPL-1.0 +share/forgejo/options/license/ISC +share/forgejo/options/license/ImageMagick +share/forgejo/options/license/Imlib2 +share/forgejo/options/license/Info-ZIP +share/forgejo/options/license/Intel +share/forgejo/options/license/Intel-ACPI +share/forgejo/options/license/Interbase-1.0 +share/forgejo/options/license/JPNIC +share/forgejo/options/license/JSON +share/forgejo/options/license/Jam +share/forgejo/options/license/JasPer-2.0 +share/forgejo/options/license/KiCad-libraries-exception +share/forgejo/options/license/LAL-1.2 +share/forgejo/options/license/LAL-1.3 +share/forgejo/options/license/LGPL-2.0-only +share/forgejo/options/license/LGPL-2.0-or-later +share/forgejo/options/license/LGPL-2.1-only +share/forgejo/options/license/LGPL-2.1-or-later +share/forgejo/options/license/LGPL-3.0-linking-exception +share/forgejo/options/license/LGPL-3.0-only +share/forgejo/options/license/LGPL-3.0-or-later +share/forgejo/options/license/LGPLLR +share/forgejo/options/license/LLVM-exception +share/forgejo/options/license/LPL-1.0 +share/forgejo/options/license/LPL-1.02 +share/forgejo/options/license/LPPL-1.0 +share/forgejo/options/license/LPPL-1.1 +share/forgejo/options/license/LPPL-1.2 +share/forgejo/options/license/LPPL-1.3a +share/forgejo/options/license/LPPL-1.3c +share/forgejo/options/license/LZMA-exception +share/forgejo/options/license/Latex2e +share/forgejo/options/license/Leptonica +share/forgejo/options/license/LiLiQ-P-1.1 +share/forgejo/options/license/LiLiQ-R-1.1 +share/forgejo/options/license/LiLiQ-Rplus-1.1 +share/forgejo/options/license/Libpng +share/forgejo/options/license/Libtool-exception +share/forgejo/options/license/Linux-OpenIB +share/forgejo/options/license/Linux-man-pages-copyleft +share/forgejo/options/license/Linux-syscall-note +share/forgejo/options/license/MIT +share/forgejo/options/license/MIT-0 +share/forgejo/options/license/MIT-CMU +share/forgejo/options/license/MIT-Modern-Variant +share/forgejo/options/license/MIT-advertising +share/forgejo/options/license/MIT-enna +share/forgejo/options/license/MIT-feh +share/forgejo/options/license/MIT-open-group +share/forgejo/options/license/MITNFA +share/forgejo/options/license/MPL-1.0 +share/forgejo/options/license/MPL-1.1 +share/forgejo/options/license/MPL-2.0 +share/forgejo/options/license/MPL-2.0-no-copyleft-exception +share/forgejo/options/license/MS-PL +share/forgejo/options/license/MS-RL +share/forgejo/options/license/MTLL +share/forgejo/options/license/MakeIndex +share/forgejo/options/license/MirOS +share/forgejo/options/license/Motosoto +share/forgejo/options/license/MulanPSL-1.0 +share/forgejo/options/license/MulanPSL-2.0 +share/forgejo/options/license/Multics +share/forgejo/options/license/Mup +share/forgejo/options/license/NAIST-2003 +share/forgejo/options/license/NASA-1.3 +share/forgejo/options/license/NBPL-1.0 +share/forgejo/options/license/NCGL-UK-2.0 +share/forgejo/options/license/NCSA +share/forgejo/options/license/NGPL +share/forgejo/options/license/NIST-PD +share/forgejo/options/license/NIST-PD-fallback +share/forgejo/options/license/NLOD-1.0 +share/forgejo/options/license/NLOD-2.0 +share/forgejo/options/license/NLPL +share/forgejo/options/license/NOSL +share/forgejo/options/license/NPL-1.0 +share/forgejo/options/license/NPL-1.1 +share/forgejo/options/license/NPOSL-3.0 +share/forgejo/options/license/NRL +share/forgejo/options/license/NTP +share/forgejo/options/license/NTP-0 +share/forgejo/options/license/Naumen +share/forgejo/options/license/Net-SNMP +share/forgejo/options/license/NetCDF +share/forgejo/options/license/Newsletr +share/forgejo/options/license/Nokia +share/forgejo/options/license/Nokia-Qt-exception-1.1 +share/forgejo/options/license/Noweb +share/forgejo/options/license/O-UDA-1.0 +share/forgejo/options/license/OCCT-PL +share/forgejo/options/license/OCCT-exception-1.0 +share/forgejo/options/license/OCLC-2.0 +share/forgejo/options/license/OCaml-LGPL-linking-exception +share/forgejo/options/license/ODC-By-1.0 +share/forgejo/options/license/ODbL-1.0 +share/forgejo/options/license/OFL-1.0 +share/forgejo/options/license/OFL-1.0-RFN +share/forgejo/options/license/OFL-1.0-no-RFN +share/forgejo/options/license/OFL-1.1 +share/forgejo/options/license/OFL-1.1-RFN +share/forgejo/options/license/OFL-1.1-no-RFN +share/forgejo/options/license/OGC-1.0 +share/forgejo/options/license/OGDL-Taiwan-1.0 +share/forgejo/options/license/OGL-Canada-2.0 +share/forgejo/options/license/OGL-UK-1.0 +share/forgejo/options/license/OGL-UK-2.0 +share/forgejo/options/license/OGL-UK-3.0 +share/forgejo/options/license/OGTSL +share/forgejo/options/license/OLDAP-1.1 +share/forgejo/options/license/OLDAP-1.2 +share/forgejo/options/license/OLDAP-1.3 +share/forgejo/options/license/OLDAP-1.4 +share/forgejo/options/license/OLDAP-2.0 +share/forgejo/options/license/OLDAP-2.0.1 +share/forgejo/options/license/OLDAP-2.1 +share/forgejo/options/license/OLDAP-2.2 +share/forgejo/options/license/OLDAP-2.2.1 +share/forgejo/options/license/OLDAP-2.2.2 +share/forgejo/options/license/OLDAP-2.3 +share/forgejo/options/license/OLDAP-2.4 +share/forgejo/options/license/OLDAP-2.7 +share/forgejo/options/license/OML +share/forgejo/options/license/OPL-1.0 +share/forgejo/options/license/OPUBL-1.0 +share/forgejo/options/license/OSET-PL-2.1 +share/forgejo/options/license/OSL-1.0 +share/forgejo/options/license/OSL-1.1 +share/forgejo/options/license/OSL-2.0 +share/forgejo/options/license/OSL-2.1 +share/forgejo/options/license/OSL-3.0 +share/forgejo/options/license/OpenJDK-assembly-exception-1.0 +share/forgejo/options/license/OpenSSL +share/forgejo/options/license/PDDL-1.0 +share/forgejo/options/license/PHP-3.0 +share/forgejo/options/license/PHP-3.01 +share/forgejo/options/license/PS-or-PDF-font-exception-20170817 +share/forgejo/options/license/PSF-2.0 +share/forgejo/options/license/Parity-6.0.0 +share/forgejo/options/license/Parity-7.0.0 +share/forgejo/options/license/Plexus +share/forgejo/options/license/PolyForm-Noncommercial-1.0.0 +share/forgejo/options/license/PolyForm-Small-Business-1.0.0 +share/forgejo/options/license/PostgreSQL +share/forgejo/options/license/Python-2.0 +share/forgejo/options/license/QPL-1.0 +share/forgejo/options/license/Qhull +share/forgejo/options/license/Qt-GPL-exception-1.0 +share/forgejo/options/license/Qt-LGPL-exception-1.1 +share/forgejo/options/license/Qwt-exception-1.0 +share/forgejo/options/license/RHeCos-1.1 +share/forgejo/options/license/RPL-1.1 +share/forgejo/options/license/RPSL-1.0 +share/forgejo/options/license/RSA-MD +share/forgejo/options/license/RSCPL +share/forgejo/options/license/Rdisc +share/forgejo/options/license/Ruby +share/forgejo/options/license/SAX-PD +share/forgejo/options/license/SCEA +share/forgejo/options/license/SGI-B-1.0 +share/forgejo/options/license/SGI-B-1.1 +share/forgejo/options/license/SGI-B-2.0 +share/forgejo/options/license/SHL-0.51 +share/forgejo/options/license/SHL-2.0 +share/forgejo/options/license/SHL-2.1 +share/forgejo/options/license/SISSL +share/forgejo/options/license/SISSL-1.2 +share/forgejo/options/license/SMLNJ +share/forgejo/options/license/SMPPL +share/forgejo/options/license/SNIA +share/forgejo/options/license/SPL-1.0 +share/forgejo/options/license/SSH-OpenSSH +share/forgejo/options/license/SSH-short +share/forgejo/options/license/SSPL-1.0 +share/forgejo/options/license/SWL +share/forgejo/options/license/Saxpath +share/forgejo/options/license/SchemeReport +share/forgejo/options/license/Sendmail +share/forgejo/options/license/Sendmail-8.23 +share/forgejo/options/license/SimPL-2.0 +share/forgejo/options/license/Sleepycat +share/forgejo/options/license/Spencer-86 +share/forgejo/options/license/Spencer-94 +share/forgejo/options/license/Spencer-99 +share/forgejo/options/license/SugarCRM-1.1.3 +share/forgejo/options/license/Swift-exception +share/forgejo/options/license/TAPR-OHL-1.0 +share/forgejo/options/license/TCL +share/forgejo/options/license/TCP-wrappers +share/forgejo/options/license/TMate +share/forgejo/options/license/TORQUE-1.1 +share/forgejo/options/license/TOSL +share/forgejo/options/license/TU-Berlin-1.0 +share/forgejo/options/license/TU-Berlin-2.0 +share/forgejo/options/license/UCL-1.0 +share/forgejo/options/license/UPL-1.0 +share/forgejo/options/license/Unicode-DFS-2015 +share/forgejo/options/license/Unicode-DFS-2016 +share/forgejo/options/license/Unicode-TOU +share/forgejo/options/license/Universal-FOSS-exception-1.0 +share/forgejo/options/license/Unlicense +share/forgejo/options/license/VOSTROM +share/forgejo/options/license/VSL-1.0 +share/forgejo/options/license/Verbatim-man-pages +share/forgejo/options/license/Vim +share/forgejo/options/license/W3C +share/forgejo/options/license/W3C-19980720 +share/forgejo/options/license/W3C-20150513 +share/forgejo/options/license/WTFPL +share/forgejo/options/license/Watcom-1.0 +share/forgejo/options/license/Wsuipa +share/forgejo/options/license/WxWindows-exception-3.1 +share/forgejo/options/license/X11 +share/forgejo/options/license/X11-distribute-modifications-variant +share/forgejo/options/license/XFree86-1.1 +share/forgejo/options/license/XSkat +share/forgejo/options/license/Xerox +share/forgejo/options/license/Xnet +share/forgejo/options/license/YPL-1.0 +share/forgejo/options/license/YPL-1.1 +share/forgejo/options/license/ZPL-1.1 +share/forgejo/options/license/ZPL-2.0 +share/forgejo/options/license/ZPL-2.1 +share/forgejo/options/license/Zed +share/forgejo/options/license/Zend-2.0 +share/forgejo/options/license/Zimbra-1.3 +share/forgejo/options/license/Zimbra-1.4 +share/forgejo/options/license/Zlib +share/forgejo/options/license/blessing +share/forgejo/options/license/copyleft-next-0.3.0 +share/forgejo/options/license/copyleft-next-0.3.1 +share/forgejo/options/license/curl +share/forgejo/options/license/diffmark +share/forgejo/options/license/dvipdfm +share/forgejo/options/license/eCos-exception-2.0 +share/forgejo/options/license/eGenix +share/forgejo/options/license/etalab-2.0 +share/forgejo/options/license/freertos-exception-2.0 +share/forgejo/options/license/gSOAP-1.3b +share/forgejo/options/license/gnu-javamail-exception +share/forgejo/options/license/gnuplot +share/forgejo/options/license/i2p-gpl-java-exception +share/forgejo/options/license/iMatix +share/forgejo/options/license/libpng-2.0 +share/forgejo/options/license/libselinux-1.0 +share/forgejo/options/license/libtiff +share/forgejo/options/license/mif-exception +share/forgejo/options/license/mpich2 +share/forgejo/options/license/mplus +share/forgejo/options/license/openvpn-openssl-exception +share/forgejo/options/license/psfrag +share/forgejo/options/license/psutils +share/forgejo/options/license/u-boot-exception-2.0 +share/forgejo/options/license/xinetd +share/forgejo/options/license/xpp +share/forgejo/options/license/zlib-acknowledgement +share/forgejo/options/locale/ +share/forgejo/options/locale/TRANSLATORS +share/forgejo/options/locale/locale_bg-BG.ini +share/forgejo/options/locale/locale_cs-CZ.ini +share/forgejo/options/locale/locale_de-DE.ini +share/forgejo/options/locale/locale_el-GR.ini +share/forgejo/options/locale/locale_en-US.ini +share/forgejo/options/locale/locale_es-ES.ini +share/forgejo/options/locale/locale_fa-IR.ini +share/forgejo/options/locale/locale_fi-FI.ini +share/forgejo/options/locale/locale_fr-FR.ini +share/forgejo/options/locale/locale_hu-HU.ini +share/forgejo/options/locale/locale_id-ID.ini +share/forgejo/options/locale/locale_is-IS.ini +share/forgejo/options/locale/locale_it-IT.ini +share/forgejo/options/locale/locale_ja-JP.ini +share/forgejo/options/locale/locale_ko-KR.ini +share/forgejo/options/locale/locale_lv-LV.ini +share/forgejo/options/locale/locale_ml-IN.ini +share/forgejo/options/locale/locale_nl-NL.ini +share/forgejo/options/locale/locale_pl-PL.ini +share/forgejo/options/locale/locale_pt-BR.ini +share/forgejo/options/locale/locale_pt-PT.ini +share/forgejo/options/locale/locale_ru-RU.ini +share/forgejo/options/locale/locale_si-LK.ini +share/forgejo/options/locale/locale_sv-SE.ini +share/forgejo/options/locale/locale_tr-TR.ini +share/forgejo/options/locale/locale_uk-UA.ini +share/forgejo/options/locale/locale_zh-CN.ini +share/forgejo/options/locale/locale_zh-HK.ini +share/forgejo/options/locale/locale_zh-TW.ini +share/forgejo/options/readme/ +share/forgejo/options/readme/Default +share/forgejo/public +share/forgejo/templates/ +share/forgejo/templates/admin/ +share/forgejo/templates/admin/auth/ +share/forgejo/templates/admin/auth/edit.tmpl +share/forgejo/templates/admin/auth/list.tmpl +share/forgejo/templates/admin/auth/new.tmpl +share/forgejo/templates/admin/auth/source/ +share/forgejo/templates/admin/auth/source/ldap.tmpl +share/forgejo/templates/admin/auth/source/oauth.tmpl +share/forgejo/templates/admin/auth/source/smtp.tmpl +share/forgejo/templates/admin/auth/source/sspi.tmpl +share/forgejo/templates/admin/base/ +share/forgejo/templates/admin/base/search.tmpl +share/forgejo/templates/admin/config.tmpl +share/forgejo/templates/admin/cron.tmpl +share/forgejo/templates/admin/dashboard.tmpl +share/forgejo/templates/admin/emails/ +share/forgejo/templates/admin/emails/list.tmpl +share/forgejo/templates/admin/hook_new.tmpl +share/forgejo/templates/admin/hooks.tmpl +share/forgejo/templates/admin/monitor.tmpl +share/forgejo/templates/admin/navbar.tmpl +share/forgejo/templates/admin/notice.tmpl +share/forgejo/templates/admin/org/ +share/forgejo/templates/admin/org/list.tmpl +share/forgejo/templates/admin/packages/ +share/forgejo/templates/admin/packages/list.tmpl +share/forgejo/templates/admin/process-row.tmpl +share/forgejo/templates/admin/process.tmpl +share/forgejo/templates/admin/queue.tmpl +share/forgejo/templates/admin/repo/ +share/forgejo/templates/admin/repo/list.tmpl +share/forgejo/templates/admin/repo/search.tmpl +share/forgejo/templates/admin/repo/unadopted.tmpl +share/forgejo/templates/admin/stacktrace-row.tmpl +share/forgejo/templates/admin/stacktrace.tmpl +share/forgejo/templates/admin/user/ +share/forgejo/templates/admin/user/edit.tmpl +share/forgejo/templates/admin/user/list.tmpl +share/forgejo/templates/admin/user/new.tmpl +share/forgejo/templates/api/ +share/forgejo/templates/api/packages/ +share/forgejo/templates/api/packages/pypi/ +share/forgejo/templates/api/packages/pypi/simple.tmpl +share/forgejo/templates/base/ +share/forgejo/templates/base/alert.tmpl +share/forgejo/templates/base/alert_details.tmpl +share/forgejo/templates/base/delete_modal_actions.tmpl +share/forgejo/templates/base/disable_form_autofill.tmpl +share/forgejo/templates/base/footer.tmpl +share/forgejo/templates/base/footer_content.tmpl +share/forgejo/templates/base/head.tmpl +share/forgejo/templates/base/head_navbar.tmpl +share/forgejo/templates/base/head_script.tmpl +share/forgejo/templates/base/paginate.tmpl +share/forgejo/templates/custom/ +share/forgejo/templates/custom/body_inner_post.tmpl +share/forgejo/templates/custom/body_inner_pre.tmpl +share/forgejo/templates/custom/body_outer_post.tmpl +share/forgejo/templates/custom/body_outer_pre.tmpl +share/forgejo/templates/custom/extra_links.tmpl +share/forgejo/templates/custom/extra_links_footer.tmpl +share/forgejo/templates/custom/extra_tabs.tmpl +share/forgejo/templates/custom/footer.tmpl +share/forgejo/templates/custom/header.tmpl +share/forgejo/templates/explore/ +share/forgejo/templates/explore/code.tmpl +share/forgejo/templates/explore/navbar.tmpl +share/forgejo/templates/explore/organizations.tmpl +share/forgejo/templates/explore/repo_list.tmpl +share/forgejo/templates/explore/repo_search.tmpl +share/forgejo/templates/explore/repos.tmpl +share/forgejo/templates/explore/search.tmpl +share/forgejo/templates/explore/users.tmpl +share/forgejo/templates/home.tmpl +share/forgejo/templates/install.tmpl +share/forgejo/templates/mail/ +share/forgejo/templates/mail/auth/ +share/forgejo/templates/mail/auth/activate.tmpl +share/forgejo/templates/mail/auth/activate_email.tmpl +share/forgejo/templates/mail/auth/register_notify.tmpl +share/forgejo/templates/mail/auth/reset_passwd.tmpl +share/forgejo/templates/mail/issue/ +share/forgejo/templates/mail/issue/assigned.tmpl +share/forgejo/templates/mail/issue/default.tmpl +share/forgejo/templates/mail/notify/ +share/forgejo/templates/mail/notify/collaborator.tmpl +share/forgejo/templates/mail/notify/repo_transfer.tmpl +share/forgejo/templates/mail/release.tmpl +share/forgejo/templates/org/ +share/forgejo/templates/org/create.tmpl +share/forgejo/templates/org/header.tmpl +share/forgejo/templates/org/home.tmpl +share/forgejo/templates/org/member/ +share/forgejo/templates/org/member/members.tmpl +share/forgejo/templates/org/menu.tmpl +share/forgejo/templates/org/settings/ +share/forgejo/templates/org/settings/delete.tmpl +share/forgejo/templates/org/settings/hook_new.tmpl +share/forgejo/templates/org/settings/hooks.tmpl +share/forgejo/templates/org/settings/labels.tmpl +share/forgejo/templates/org/settings/navbar.tmpl +share/forgejo/templates/org/settings/options.tmpl +share/forgejo/templates/org/team/ +share/forgejo/templates/org/team/members.tmpl +share/forgejo/templates/org/team/navbar.tmpl +share/forgejo/templates/org/team/new.tmpl +share/forgejo/templates/org/team/repositories.tmpl +share/forgejo/templates/org/team/sidebar.tmpl +share/forgejo/templates/org/team/teams.tmpl +share/forgejo/templates/package/ +share/forgejo/templates/package/content/ +share/forgejo/templates/package/content/composer.tmpl +share/forgejo/templates/package/content/composer_dependencies.tmpl +share/forgejo/templates/package/content/conan.tmpl +share/forgejo/templates/package/content/container.tmpl +share/forgejo/templates/package/content/generic.tmpl +share/forgejo/templates/package/content/helm.tmpl +share/forgejo/templates/package/content/maven.tmpl +share/forgejo/templates/package/content/npm.tmpl +share/forgejo/templates/package/content/npm_dependencies.tmpl +share/forgejo/templates/package/content/nuget.tmpl +share/forgejo/templates/package/content/pypi.tmpl +share/forgejo/templates/package/content/rubygems.tmpl +share/forgejo/templates/package/content/rubygems_dependencies.tmpl +share/forgejo/templates/package/metadata/ +share/forgejo/templates/package/metadata/composer.tmpl +share/forgejo/templates/package/metadata/conan.tmpl +share/forgejo/templates/package/metadata/container.tmpl +share/forgejo/templates/package/metadata/generic.tmpl +share/forgejo/templates/package/metadata/helm.tmpl +share/forgejo/templates/package/metadata/maven.tmpl +share/forgejo/templates/package/metadata/npm.tmpl +share/forgejo/templates/package/metadata/nuget.tmpl +share/forgejo/templates/package/metadata/pypi.tmpl +share/forgejo/templates/package/metadata/rubygems.tmpl +share/forgejo/templates/package/settings.tmpl +share/forgejo/templates/package/shared/ +share/forgejo/templates/package/shared/list.tmpl +share/forgejo/templates/package/shared/versionlist.tmpl +share/forgejo/templates/package/view.tmpl +share/forgejo/templates/post-install.tmpl +share/forgejo/templates/repo/ +share/forgejo/templates/repo/activity.tmpl +share/forgejo/templates/repo/blame.tmpl +share/forgejo/templates/repo/branch/ +share/forgejo/templates/repo/branch/list.tmpl +share/forgejo/templates/repo/branch_dropdown.tmpl +share/forgejo/templates/repo/clone_buttons.tmpl +share/forgejo/templates/repo/clone_script.tmpl +share/forgejo/templates/repo/commit_page.tmpl +share/forgejo/templates/repo/commit_status.tmpl +share/forgejo/templates/repo/commit_statuses.tmpl +share/forgejo/templates/repo/commits.tmpl +share/forgejo/templates/repo/commits_list.tmpl +share/forgejo/templates/repo/commits_list_small.tmpl +share/forgejo/templates/repo/commits_table.tmpl +share/forgejo/templates/repo/create.tmpl +share/forgejo/templates/repo/diff/ +share/forgejo/templates/repo/diff/blob_excerpt.tmpl +share/forgejo/templates/repo/diff/box.tmpl +share/forgejo/templates/repo/diff/comment_form.tmpl +share/forgejo/templates/repo/diff/comment_form_datahandler.tmpl +share/forgejo/templates/repo/diff/comments.tmpl +share/forgejo/templates/repo/diff/compare.tmpl +share/forgejo/templates/repo/diff/conversation.tmpl +share/forgejo/templates/repo/diff/csv_diff.tmpl +share/forgejo/templates/repo/diff/image_diff.tmpl +share/forgejo/templates/repo/diff/new_comment.tmpl +share/forgejo/templates/repo/diff/new_review.tmpl +share/forgejo/templates/repo/diff/options_dropdown.tmpl +share/forgejo/templates/repo/diff/section_split.tmpl +share/forgejo/templates/repo/diff/section_unified.tmpl +share/forgejo/templates/repo/diff/stats.tmpl +share/forgejo/templates/repo/diff/whitespace_dropdown.tmpl +share/forgejo/templates/repo/editor/ +share/forgejo/templates/repo/editor/cherry_pick.tmpl +share/forgejo/templates/repo/editor/commit_form.tmpl +share/forgejo/templates/repo/editor/delete.tmpl +share/forgejo/templates/repo/editor/diff_preview.tmpl +share/forgejo/templates/repo/editor/edit.tmpl +share/forgejo/templates/repo/editor/patch.tmpl +share/forgejo/templates/repo/editor/upload.tmpl +share/forgejo/templates/repo/empty.tmpl +share/forgejo/templates/repo/find/ +share/forgejo/templates/repo/find/files.tmpl +share/forgejo/templates/repo/forks.tmpl +share/forgejo/templates/repo/graph/ +share/forgejo/templates/repo/graph.tmpl +share/forgejo/templates/repo/graph/commits.tmpl +share/forgejo/templates/repo/graph/div.tmpl +share/forgejo/templates/repo/graph/svgcontainer.tmpl +share/forgejo/templates/repo/header.tmpl +share/forgejo/templates/repo/home.tmpl +share/forgejo/templates/repo/icon.tmpl +share/forgejo/templates/repo/issue/ +share/forgejo/templates/repo/issue/branch_selector_field.tmpl +share/forgejo/templates/repo/issue/choose.tmpl +share/forgejo/templates/repo/issue/comment_tab.tmpl +share/forgejo/templates/repo/issue/label_precolors.tmpl +share/forgejo/templates/repo/issue/labels/ +share/forgejo/templates/repo/issue/labels.tmpl +share/forgejo/templates/repo/issue/labels/edit_delete_label.tmpl +share/forgejo/templates/repo/issue/labels/label.tmpl +share/forgejo/templates/repo/issue/labels/label_list.tmpl +share/forgejo/templates/repo/issue/labels/label_load_template.tmpl +share/forgejo/templates/repo/issue/labels/label_new.tmpl +share/forgejo/templates/repo/issue/labels/labels_sidebar.tmpl +share/forgejo/templates/repo/issue/list.tmpl +share/forgejo/templates/repo/issue/milestone_issues.tmpl +share/forgejo/templates/repo/issue/milestone_new.tmpl +share/forgejo/templates/repo/issue/milestones.tmpl +share/forgejo/templates/repo/issue/navbar.tmpl +share/forgejo/templates/repo/issue/new.tmpl +share/forgejo/templates/repo/issue/new_form.tmpl +share/forgejo/templates/repo/issue/openclose.tmpl +share/forgejo/templates/repo/issue/search.tmpl +share/forgejo/templates/repo/issue/view.tmpl +share/forgejo/templates/repo/issue/view_content/ +share/forgejo/templates/repo/issue/view_content.tmpl +share/forgejo/templates/repo/issue/view_content/add_reaction.tmpl +share/forgejo/templates/repo/issue/view_content/attachments.tmpl +share/forgejo/templates/repo/issue/view_content/comments.tmpl +share/forgejo/templates/repo/issue/view_content/comments_delete_time.tmpl +share/forgejo/templates/repo/issue/view_content/context_menu.tmpl +share/forgejo/templates/repo/issue/view_content/pull.tmpl +share/forgejo/templates/repo/issue/view_content/pull_merge_instruction.tmpl +share/forgejo/templates/repo/issue/view_content/reactions.tmpl +share/forgejo/templates/repo/issue/view_content/reference_issue_dialog.tmpl +share/forgejo/templates/repo/issue/view_content/sidebar.tmpl +share/forgejo/templates/repo/issue/view_title.tmpl +share/forgejo/templates/repo/migrate/ +share/forgejo/templates/repo/migrate/codebase.tmpl +share/forgejo/templates/repo/migrate/git.tmpl +share/forgejo/templates/repo/migrate/gitbucket.tmpl +share/forgejo/templates/repo/migrate/forgejo.tmpl +share/forgejo/templates/repo/migrate/github.tmpl +share/forgejo/templates/repo/migrate/gitlab.tmpl +share/forgejo/templates/repo/migrate/gogs.tmpl +share/forgejo/templates/repo/migrate/migrate.tmpl +share/forgejo/templates/repo/migrate/migrating.tmpl +share/forgejo/templates/repo/migrate/onedev.tmpl +share/forgejo/templates/repo/migrate/options.tmpl +share/forgejo/templates/repo/packages.tmpl +share/forgejo/templates/repo/projects/ +share/forgejo/templates/repo/projects/list.tmpl +share/forgejo/templates/repo/projects/new.tmpl +share/forgejo/templates/repo/projects/view.tmpl +share/forgejo/templates/repo/pulls/ +share/forgejo/templates/repo/pulls/commits.tmpl +share/forgejo/templates/repo/pulls/files.tmpl +share/forgejo/templates/repo/pulls/fork.tmpl +share/forgejo/templates/repo/pulls/status.tmpl +share/forgejo/templates/repo/pulls/tab_menu.tmpl +share/forgejo/templates/repo/release/ +share/forgejo/templates/repo/release/list.tmpl +share/forgejo/templates/repo/release/new.tmpl +share/forgejo/templates/repo/search.tmpl +share/forgejo/templates/repo/settings/ +share/forgejo/templates/repo/settings/branches.tmpl +share/forgejo/templates/repo/settings/collaboration.tmpl +share/forgejo/templates/repo/settings/deploy_keys.tmpl +share/forgejo/templates/repo/settings/githook_edit.tmpl +share/forgejo/templates/repo/settings/githooks.tmpl +share/forgejo/templates/repo/settings/lfs.tmpl +share/forgejo/templates/repo/settings/lfs_file.tmpl +share/forgejo/templates/repo/settings/lfs_file_find.tmpl +share/forgejo/templates/repo/settings/lfs_locks.tmpl +share/forgejo/templates/repo/settings/lfs_pointers.tmpl +share/forgejo/templates/repo/settings/nav.tmpl +share/forgejo/templates/repo/settings/navbar.tmpl +share/forgejo/templates/repo/settings/options.tmpl +share/forgejo/templates/repo/settings/protected_branch.tmpl +share/forgejo/templates/repo/settings/tags.tmpl +share/forgejo/templates/repo/settings/webhook/ +share/forgejo/templates/repo/settings/webhook/base.tmpl +share/forgejo/templates/repo/settings/webhook/base_list.tmpl +share/forgejo/templates/repo/settings/webhook/delete_modal.tmpl +share/forgejo/templates/repo/settings/webhook/dingtalk.tmpl +share/forgejo/templates/repo/settings/webhook/discord.tmpl +share/forgejo/templates/repo/settings/webhook/feishu.tmpl +share/forgejo/templates/repo/settings/webhook/forgejo.tmpl +share/forgejo/templates/repo/settings/webhook/gogs.tmpl +share/forgejo/templates/repo/settings/webhook/history.tmpl +share/forgejo/templates/repo/settings/webhook/list.tmpl +share/forgejo/templates/repo/settings/webhook/matrix.tmpl +share/forgejo/templates/repo/settings/webhook/msteams.tmpl +share/forgejo/templates/repo/settings/webhook/new.tmpl +share/forgejo/templates/repo/settings/webhook/packagist.tmpl +share/forgejo/templates/repo/settings/webhook/settings.tmpl +share/forgejo/templates/repo/settings/webhook/slack.tmpl +share/forgejo/templates/repo/settings/webhook/telegram.tmpl +share/forgejo/templates/repo/settings/webhook/wechatwork.tmpl +share/forgejo/templates/repo/shabox_badge.tmpl +share/forgejo/templates/repo/sub_menu.tmpl +share/forgejo/templates/repo/unicode_escape_prompt.tmpl +share/forgejo/templates/repo/upload.tmpl +share/forgejo/templates/repo/user_cards.tmpl +share/forgejo/templates/repo/view_file.tmpl +share/forgejo/templates/repo/view_list.tmpl +share/forgejo/templates/repo/watchers.tmpl +share/forgejo/templates/repo/wiki/ +share/forgejo/templates/repo/wiki/new.tmpl +share/forgejo/templates/repo/wiki/pages.tmpl +share/forgejo/templates/repo/wiki/revision.tmpl +share/forgejo/templates/repo/wiki/start.tmpl +share/forgejo/templates/repo/wiki/view.tmpl +share/forgejo/templates/shared/ +share/forgejo/templates/shared/issuelist.tmpl +share/forgejo/templates/shared/searchbottom.tmpl +share/forgejo/templates/shared/user/ +share/forgejo/templates/shared/user/authorlink.tmpl +share/forgejo/templates/shared/user/avatarlink.tmpl +share/forgejo/templates/shared/user/namelink.tmpl +share/forgejo/templates/status/ +share/forgejo/templates/status/404.tmpl +share/forgejo/templates/status/500.tmpl +share/forgejo/templates/swagger/ +share/forgejo/templates/swagger/ui.tmpl +share/forgejo/templates/swagger/v1_json.tmpl +share/forgejo/templates/user/ +share/forgejo/templates/user/auth/ +share/forgejo/templates/user/auth/activate.tmpl +share/forgejo/templates/user/auth/change_passwd.tmpl +share/forgejo/templates/user/auth/change_passwd_inner.tmpl +share/forgejo/templates/user/auth/finalize_openid.tmpl +share/forgejo/templates/user/auth/forgot_passwd.tmpl +share/forgejo/templates/user/auth/grant.tmpl +share/forgejo/templates/user/auth/grant_error.tmpl +share/forgejo/templates/user/auth/link_account.tmpl +share/forgejo/templates/user/auth/oidc_wellknown.tmpl +share/forgejo/templates/user/auth/prohibit_login.tmpl +share/forgejo/templates/user/auth/reset_passwd.tmpl +share/forgejo/templates/user/auth/signin.tmpl +share/forgejo/templates/user/auth/signin_inner.tmpl +share/forgejo/templates/user/auth/signin_navbar.tmpl +share/forgejo/templates/user/auth/signin_openid.tmpl +share/forgejo/templates/user/auth/signup.tmpl +share/forgejo/templates/user/auth/signup_inner.tmpl +share/forgejo/templates/user/auth/signup_openid_connect.tmpl +share/forgejo/templates/user/auth/signup_openid_navbar.tmpl +share/forgejo/templates/user/auth/signup_openid_register.tmpl +share/forgejo/templates/user/auth/twofa.tmpl +share/forgejo/templates/user/auth/twofa_scratch.tmpl +share/forgejo/templates/user/auth/webauthn.tmpl +share/forgejo/templates/user/auth/webauthn_error.tmpl +share/forgejo/templates/user/dashboard/ +share/forgejo/templates/user/dashboard/dashboard.tmpl +share/forgejo/templates/user/dashboard/feeds.tmpl +share/forgejo/templates/user/dashboard/issues.tmpl +share/forgejo/templates/user/dashboard/milestones.tmpl +share/forgejo/templates/user/dashboard/navbar.tmpl +share/forgejo/templates/user/dashboard/repolist.tmpl +share/forgejo/templates/user/heatmap.tmpl +share/forgejo/templates/user/notification/ +share/forgejo/templates/user/notification/notification.tmpl +share/forgejo/templates/user/notification/notification_div.tmpl +share/forgejo/templates/user/overview/ +share/forgejo/templates/user/overview/header.tmpl +share/forgejo/templates/user/overview/package_versions.tmpl +share/forgejo/templates/user/overview/packages.tmpl +share/forgejo/templates/user/profile.tmpl +share/forgejo/templates/user/project.tmpl +share/forgejo/templates/user/settings/ +share/forgejo/templates/user/settings/account.tmpl +share/forgejo/templates/user/settings/appearance.tmpl +share/forgejo/templates/user/settings/applications.tmpl +share/forgejo/templates/user/settings/applications_oauth2.tmpl +share/forgejo/templates/user/settings/applications_oauth2_edit.tmpl +share/forgejo/templates/user/settings/grants_oauth2.tmpl +share/forgejo/templates/user/settings/keys.tmpl +share/forgejo/templates/user/settings/keys_gpg.tmpl +share/forgejo/templates/user/settings/keys_principal.tmpl +share/forgejo/templates/user/settings/keys_ssh.tmpl +share/forgejo/templates/user/settings/navbar.tmpl +share/forgejo/templates/user/settings/organization.tmpl +share/forgejo/templates/user/settings/profile.tmpl +share/forgejo/templates/user/settings/repos.tmpl +share/forgejo/templates/user/settings/security/ +share/forgejo/templates/user/settings/security/accountlinks.tmpl +share/forgejo/templates/user/settings/security/openid.tmpl +share/forgejo/templates/user/settings/security/security.tmpl +share/forgejo/templates/user/settings/security/twofa.tmpl +share/forgejo/templates/user/settings/security/twofa_enroll.tmpl +share/forgejo/templates/user/settings/security/webauthn.tmpl +@mode 750 +@owner _forgejo +@group _forgejo +@sample ${LOCALSTATEDIR}/forgejo/ +@sample ${LOCALSTATEDIR}/forgejo/custom/ +@sample ${LOCALSTATEDIR}/log/forgejo/ +@cwd /var/www +@mode +@owner +@group +forgejo/ +forgejo/public/ +forgejo/public/css/ +forgejo/public/css/dropzone.0142b04d.css +forgejo/public/css/index.css +forgejo/public/css/minicolors.6d617d3d.css +forgejo/public/css/monaco.6c9803a7.css +forgejo/public/css/swagger.css +forgejo/public/css/theme-arc-green.css +forgejo/public/css/theme-auto.css +forgejo/public/fonts/ +forgejo/public/fonts/codicon.ade70576.ttf +forgejo/public/fonts/fontawesome-webfont.20fd1704.woff2 +forgejo/public/fonts/icons.9451d5fe.woff2 +forgejo/public/fonts/outline-icons.c5240512.woff2 +forgejo/public/img/ +forgejo/public/img/404.png +forgejo/public/img/500.png +forgejo/public/img/apple-touch-icon.png +forgejo/public/img/auth/ +forgejo/public/img/auth/azuread.png +forgejo/public/img/auth/azureadv2.png +forgejo/public/img/auth/bitbucket.png +forgejo/public/img/auth/discord.png +forgejo/public/img/auth/dropbox.png +forgejo/public/img/auth/facebook.png +forgejo/public/img/auth/forgejo.png +forgejo/public/img/auth/github.png +forgejo/public/img/auth/gitlab.png +forgejo/public/img/auth/google.png +forgejo/public/img/auth/mastodon.png +forgejo/public/img/auth/microsoftonline.png +forgejo/public/img/auth/nextcloud.png +forgejo/public/img/auth/openid_connect.svg +forgejo/public/img/auth/twitter.png +forgejo/public/img/auth/yandex.png +forgejo/public/img/avatar_default.png +forgejo/public/img/checkmark.png +forgejo/public/img/dingtalk.ico +forgejo/public/img/discord.png +forgejo/public/img/emoji/ +forgejo/public/img/emoji/codeberg.png +forgejo/public/img/emoji/git.png +forgejo/public/img/emoji/forgejo.png +forgejo/public/img/emoji/github.png +forgejo/public/img/emoji/gitlab.png +forgejo/public/img/emoji/gogs.png +forgejo/public/img/failed.png +forgejo/public/img/favicon.png +forgejo/public/img/favicon.svg +forgejo/public/img/feishu.png +forgejo/public/img/forgejo.svg +forgejo/public/img/gogs.ico +forgejo/public/img/loading.png +forgejo/public/img/logo.png +forgejo/public/img/logo.svg +forgejo/public/img/matrix.svg +forgejo/public/img/msteams.png +forgejo/public/img/openid-16x16.png +forgejo/public/img/packagist.png +forgejo/public/img/repo_default.png +forgejo/public/img/slack.png +forgejo/public/img/svg/ +forgejo/public/img/svg/fontawesome-openid.svg +forgejo/public/img/svg/fontawesome-windows.svg +forgejo/public/img/svg/forgejo-codebase.svg +forgejo/public/img/svg/forgejo-composer.svg +forgejo/public/img/svg/forgejo-conan.svg +forgejo/public/img/svg/forgejo-double-chevron-left.svg +forgejo/public/img/svg/forgejo-double-chevron-right.svg +forgejo/public/img/svg/forgejo-git.svg +forgejo/public/img/svg/forgejo-gitbucket.svg +forgejo/public/img/svg/forgejo-forgejo.svg +forgejo/public/img/svg/forgejo-github.svg +forgejo/public/img/svg/forgejo-gitlab.svg +forgejo/public/img/svg/forgejo-gogs.svg +forgejo/public/img/svg/forgejo-helm.svg +forgejo/public/img/svg/forgejo-join.svg +forgejo/public/img/svg/forgejo-lock-cog.svg +forgejo/public/img/svg/forgejo-lock.svg +forgejo/public/img/svg/forgejo-maven.svg +forgejo/public/img/svg/forgejo-npm.svg +forgejo/public/img/svg/forgejo-nuget.svg +forgejo/public/img/svg/forgejo-onedev.svg +forgejo/public/img/svg/forgejo-python.svg +forgejo/public/img/svg/forgejo-rubygems.svg +forgejo/public/img/svg/forgejo-split.svg +forgejo/public/img/svg/forgejo-unlock.svg +forgejo/public/img/svg/forgejo-vscode.svg +forgejo/public/img/svg/forgejo-whitespace.svg +forgejo/public/img/svg/material-invert-colors.svg +forgejo/public/img/svg/material-palette.svg +forgejo/public/img/svg/octicon-accessibility.svg +forgejo/public/img/svg/octicon-alert.svg +forgejo/public/img/svg/octicon-apps.svg +forgejo/public/img/svg/octicon-archive.svg +forgejo/public/img/svg/octicon-arrow-both.svg +forgejo/public/img/svg/octicon-arrow-down.svg +forgejo/public/img/svg/octicon-arrow-left.svg +forgejo/public/img/svg/octicon-arrow-right.svg +forgejo/public/img/svg/octicon-arrow-switch.svg +forgejo/public/img/svg/octicon-arrow-up.svg +forgejo/public/img/svg/octicon-beaker.svg +forgejo/public/img/svg/octicon-bell-fill.svg +forgejo/public/img/svg/octicon-bell-slash.svg +forgejo/public/img/svg/octicon-bell.svg +forgejo/public/img/svg/octicon-blocked.svg +forgejo/public/img/svg/octicon-bold.svg +forgejo/public/img/svg/octicon-book.svg +forgejo/public/img/svg/octicon-bookmark-slash.svg +forgejo/public/img/svg/octicon-bookmark.svg +forgejo/public/img/svg/octicon-briefcase.svg +forgejo/public/img/svg/octicon-broadcast.svg +forgejo/public/img/svg/octicon-browser.svg +forgejo/public/img/svg/octicon-bug.svg +forgejo/public/img/svg/octicon-calendar.svg +forgejo/public/img/svg/octicon-check-circle-fill.svg +forgejo/public/img/svg/octicon-check-circle.svg +forgejo/public/img/svg/octicon-check.svg +forgejo/public/img/svg/octicon-checklist.svg +forgejo/public/img/svg/octicon-chevron-down.svg +forgejo/public/img/svg/octicon-chevron-left.svg +forgejo/public/img/svg/octicon-chevron-right.svg +forgejo/public/img/svg/octicon-chevron-up.svg +forgejo/public/img/svg/octicon-circle-slash.svg +forgejo/public/img/svg/octicon-circle.svg +forgejo/public/img/svg/octicon-clock.svg +forgejo/public/img/svg/octicon-cloud-offline.svg +forgejo/public/img/svg/octicon-cloud.svg +forgejo/public/img/svg/octicon-code-of-conduct.svg +forgejo/public/img/svg/octicon-code-review.svg +forgejo/public/img/svg/octicon-code-square.svg +forgejo/public/img/svg/octicon-code.svg +forgejo/public/img/svg/octicon-codescan-checkmark.svg +forgejo/public/img/svg/octicon-codescan.svg +forgejo/public/img/svg/octicon-codespaces.svg +forgejo/public/img/svg/octicon-columns.svg +forgejo/public/img/svg/octicon-comment-discussion.svg +forgejo/public/img/svg/octicon-comment.svg +forgejo/public/img/svg/octicon-container.svg +forgejo/public/img/svg/octicon-copy.svg +forgejo/public/img/svg/octicon-cpu.svg +forgejo/public/img/svg/octicon-credit-card.svg +forgejo/public/img/svg/octicon-cross-reference.svg +forgejo/public/img/svg/octicon-dash.svg +forgejo/public/img/svg/octicon-database.svg +forgejo/public/img/svg/octicon-dependabot.svg +forgejo/public/img/svg/octicon-desktop-download.svg +forgejo/public/img/svg/octicon-device-camera-video.svg +forgejo/public/img/svg/octicon-device-camera.svg +forgejo/public/img/svg/octicon-device-desktop.svg +forgejo/public/img/svg/octicon-device-mobile.svg +forgejo/public/img/svg/octicon-diamond.svg +forgejo/public/img/svg/octicon-diff-added.svg +forgejo/public/img/svg/octicon-diff-ignored.svg +forgejo/public/img/svg/octicon-diff-modified.svg +forgejo/public/img/svg/octicon-diff-removed.svg +forgejo/public/img/svg/octicon-diff-renamed.svg +forgejo/public/img/svg/octicon-diff.svg +forgejo/public/img/svg/octicon-dot-fill.svg +forgejo/public/img/svg/octicon-dot.svg +forgejo/public/img/svg/octicon-download.svg +forgejo/public/img/svg/octicon-duplicate.svg +forgejo/public/img/svg/octicon-ellipsis.svg +forgejo/public/img/svg/octicon-eye-closed.svg +forgejo/public/img/svg/octicon-eye.svg +forgejo/public/img/svg/octicon-feed-discussion.svg +forgejo/public/img/svg/octicon-feed-forked.svg +forgejo/public/img/svg/octicon-feed-heart.svg +forgejo/public/img/svg/octicon-feed-merged.svg +forgejo/public/img/svg/octicon-feed-person.svg +forgejo/public/img/svg/octicon-feed-repo.svg +forgejo/public/img/svg/octicon-feed-rocket.svg +forgejo/public/img/svg/octicon-feed-star.svg +forgejo/public/img/svg/octicon-feed-tag.svg +forgejo/public/img/svg/octicon-feed-trophy.svg +forgejo/public/img/svg/octicon-file-added.svg +forgejo/public/img/svg/octicon-file-badge.svg +forgejo/public/img/svg/octicon-file-binary.svg +forgejo/public/img/svg/octicon-file-code.svg +forgejo/public/img/svg/octicon-file-diff.svg +forgejo/public/img/svg/octicon-file-directory-fill.svg +forgejo/public/img/svg/octicon-file-directory-open-fill.svg +forgejo/public/img/svg/octicon-file-directory.svg +forgejo/public/img/svg/octicon-file-moved.svg +forgejo/public/img/svg/octicon-file-removed.svg +forgejo/public/img/svg/octicon-file-submodule.svg +forgejo/public/img/svg/octicon-file-symlink-file.svg +forgejo/public/img/svg/octicon-file-zip.svg +forgejo/public/img/svg/octicon-file.svg +forgejo/public/img/svg/octicon-filter.svg +forgejo/public/img/svg/octicon-flame.svg +forgejo/public/img/svg/octicon-fold-down.svg +forgejo/public/img/svg/octicon-fold-up.svg +forgejo/public/img/svg/octicon-fold.svg +forgejo/public/img/svg/octicon-gear.svg +forgejo/public/img/svg/octicon-gift.svg +forgejo/public/img/svg/octicon-git-branch.svg +forgejo/public/img/svg/octicon-git-commit.svg +forgejo/public/img/svg/octicon-git-compare.svg +forgejo/public/img/svg/octicon-git-merge.svg +forgejo/public/img/svg/octicon-git-pull-request-closed.svg +forgejo/public/img/svg/octicon-git-pull-request-draft.svg +forgejo/public/img/svg/octicon-git-pull-request.svg +forgejo/public/img/svg/octicon-globe.svg +forgejo/public/img/svg/octicon-grabber.svg +forgejo/public/img/svg/octicon-graph.svg +forgejo/public/img/svg/octicon-hash.svg +forgejo/public/img/svg/octicon-heading.svg +forgejo/public/img/svg/octicon-heart-fill.svg +forgejo/public/img/svg/octicon-heart.svg +forgejo/public/img/svg/octicon-history.svg +forgejo/public/img/svg/octicon-home.svg +forgejo/public/img/svg/octicon-horizontal-rule.svg +forgejo/public/img/svg/octicon-hourglass.svg +forgejo/public/img/svg/octicon-hubot.svg +forgejo/public/img/svg/octicon-id-badge.svg +forgejo/public/img/svg/octicon-image.svg +forgejo/public/img/svg/octicon-inbox.svg +forgejo/public/img/svg/octicon-infinity.svg +forgejo/public/img/svg/octicon-info.svg +forgejo/public/img/svg/octicon-issue-closed.svg +forgejo/public/img/svg/octicon-issue-draft.svg +forgejo/public/img/svg/octicon-issue-opened.svg +forgejo/public/img/svg/octicon-issue-reopened.svg +forgejo/public/img/svg/octicon-italic.svg +forgejo/public/img/svg/octicon-iterations.svg +forgejo/public/img/svg/octicon-kebab-horizontal.svg +forgejo/public/img/svg/octicon-key-asterisk.svg +forgejo/public/img/svg/octicon-key.svg +forgejo/public/img/svg/octicon-law.svg +forgejo/public/img/svg/octicon-light-bulb.svg +forgejo/public/img/svg/octicon-link-external.svg +forgejo/public/img/svg/octicon-link.svg +forgejo/public/img/svg/octicon-list-ordered.svg +forgejo/public/img/svg/octicon-list-unordered.svg +forgejo/public/img/svg/octicon-location.svg +forgejo/public/img/svg/octicon-lock.svg +forgejo/public/img/svg/octicon-log.svg +forgejo/public/img/svg/octicon-logo-gist.svg +forgejo/public/img/svg/octicon-logo-github.svg +forgejo/public/img/svg/octicon-mail.svg +forgejo/public/img/svg/octicon-mark-github.svg +forgejo/public/img/svg/octicon-markdown.svg +forgejo/public/img/svg/octicon-megaphone.svg +forgejo/public/img/svg/octicon-mention.svg +forgejo/public/img/svg/octicon-meter.svg +forgejo/public/img/svg/octicon-milestone.svg +forgejo/public/img/svg/octicon-mirror.svg +forgejo/public/img/svg/octicon-moon.svg +forgejo/public/img/svg/octicon-mortar-board.svg +forgejo/public/img/svg/octicon-multi-select.svg +forgejo/public/img/svg/octicon-mute.svg +forgejo/public/img/svg/octicon-no-entry.svg +forgejo/public/img/svg/octicon-north-star.svg +forgejo/public/img/svg/octicon-note.svg +forgejo/public/img/svg/octicon-number.svg +forgejo/public/img/svg/octicon-organization.svg +forgejo/public/img/svg/octicon-package-dependencies.svg +forgejo/public/img/svg/octicon-package-dependents.svg +forgejo/public/img/svg/octicon-package.svg +forgejo/public/img/svg/octicon-paintbrush.svg +forgejo/public/img/svg/octicon-paper-airplane.svg +forgejo/public/img/svg/octicon-paste.svg +forgejo/public/img/svg/octicon-pencil.svg +forgejo/public/img/svg/octicon-people.svg +forgejo/public/img/svg/octicon-person-add.svg +forgejo/public/img/svg/octicon-person-fill.svg +forgejo/public/img/svg/octicon-person.svg +forgejo/public/img/svg/octicon-pin.svg +forgejo/public/img/svg/octicon-play.svg +forgejo/public/img/svg/octicon-plug.svg +forgejo/public/img/svg/octicon-plus-circle.svg +forgejo/public/img/svg/octicon-plus.svg +forgejo/public/img/svg/octicon-project.svg +forgejo/public/img/svg/octicon-pulse.svg +forgejo/public/img/svg/octicon-question.svg +forgejo/public/img/svg/octicon-quote.svg +forgejo/public/img/svg/octicon-reply.svg +forgejo/public/img/svg/octicon-repo-clone.svg +forgejo/public/img/svg/octicon-repo-deleted.svg +forgejo/public/img/svg/octicon-repo-forked.svg +forgejo/public/img/svg/octicon-repo-locked.svg +forgejo/public/img/svg/octicon-repo-pull.svg +forgejo/public/img/svg/octicon-repo-push.svg +forgejo/public/img/svg/octicon-repo-template.svg +forgejo/public/img/svg/octicon-repo.svg +forgejo/public/img/svg/octicon-report.svg +forgejo/public/img/svg/octicon-rocket.svg +forgejo/public/img/svg/octicon-rows.svg +forgejo/public/img/svg/octicon-rss.svg +forgejo/public/img/svg/octicon-ruby.svg +forgejo/public/img/svg/octicon-screen-full.svg +forgejo/public/img/svg/octicon-screen-normal.svg +forgejo/public/img/svg/octicon-search.svg +forgejo/public/img/svg/octicon-server.svg +forgejo/public/img/svg/octicon-share-android.svg +forgejo/public/img/svg/octicon-share.svg +forgejo/public/img/svg/octicon-shield-check.svg +forgejo/public/img/svg/octicon-shield-lock.svg +forgejo/public/img/svg/octicon-shield-x.svg +forgejo/public/img/svg/octicon-shield.svg +forgejo/public/img/svg/octicon-sidebar-collapse.svg +forgejo/public/img/svg/octicon-sidebar-expand.svg +forgejo/public/img/svg/octicon-sign-in.svg +forgejo/public/img/svg/octicon-sign-out.svg +forgejo/public/img/svg/octicon-single-select.svg +forgejo/public/img/svg/octicon-skip.svg +forgejo/public/img/svg/octicon-sliders.svg +forgejo/public/img/svg/octicon-smiley.svg +forgejo/public/img/svg/octicon-sort-asc.svg +forgejo/public/img/svg/octicon-sort-desc.svg +forgejo/public/img/svg/octicon-square-fill.svg +forgejo/public/img/svg/octicon-square.svg +forgejo/public/img/svg/octicon-squirrel.svg +forgejo/public/img/svg/octicon-stack.svg +forgejo/public/img/svg/octicon-star-fill.svg +forgejo/public/img/svg/octicon-star.svg +forgejo/public/img/svg/octicon-stop.svg +forgejo/public/img/svg/octicon-stopwatch.svg +forgejo/public/img/svg/octicon-strikethrough.svg +forgejo/public/img/svg/octicon-sun.svg +forgejo/public/img/svg/octicon-sync.svg +forgejo/public/img/svg/octicon-tab-external.svg +forgejo/public/img/svg/octicon-table.svg +forgejo/public/img/svg/octicon-tag.svg +forgejo/public/img/svg/octicon-tasklist.svg +forgejo/public/img/svg/octicon-telescope-fill.svg +forgejo/public/img/svg/octicon-telescope.svg +forgejo/public/img/svg/octicon-terminal.svg +forgejo/public/img/svg/octicon-three-bars.svg +forgejo/public/img/svg/octicon-thumbsdown.svg +forgejo/public/img/svg/octicon-thumbsup.svg +forgejo/public/img/svg/octicon-tools.svg +forgejo/public/img/svg/octicon-trash.svg +forgejo/public/img/svg/octicon-triangle-down.svg +forgejo/public/img/svg/octicon-triangle-left.svg +forgejo/public/img/svg/octicon-triangle-right.svg +forgejo/public/img/svg/octicon-triangle-up.svg +forgejo/public/img/svg/octicon-trophy.svg +forgejo/public/img/svg/octicon-typography.svg +forgejo/public/img/svg/octicon-unfold.svg +forgejo/public/img/svg/octicon-unlock.svg +forgejo/public/img/svg/octicon-unmute.svg +forgejo/public/img/svg/octicon-unverified.svg +forgejo/public/img/svg/octicon-upload.svg +forgejo/public/img/svg/octicon-verified.svg +forgejo/public/img/svg/octicon-versions.svg +forgejo/public/img/svg/octicon-video.svg +forgejo/public/img/svg/octicon-webhook.svg +forgejo/public/img/svg/octicon-workflow.svg +forgejo/public/img/svg/octicon-x-circle-fill.svg +forgejo/public/img/svg/octicon-x-circle.svg +forgejo/public/img/svg/octicon-x.svg +forgejo/public/img/svg/octicon-zap.svg +forgejo/public/img/telegram.png +forgejo/public/img/webpack/ +forgejo/public/img/webpack/jquery.minicolors.0e614115.png +forgejo/public/img/wechatwork.png +forgejo/public/js/ +forgejo/public/js/dropzone.b77e7ea6.js +forgejo/public/js/easymde.0d7ad9ea.js +forgejo/public/js/eventsource.sharedworker.js +forgejo/public/js/index.js +forgejo/public/js/licenses.txt +forgejo/public/js/mermaid.7e28b562.js +forgejo/public/js/minicolors.42d0e10a.js +forgejo/public/js/monaco-css.b88e577d.worker.js +forgejo/public/js/monaco-editor.a85ce25e.worker.js +forgejo/public/js/monaco-html.c89a6fc8.worker.js +forgejo/public/js/monaco-json.45f3c3ad.worker.js +forgejo/public/js/monaco-language-abap.c5cad4be.js +forgejo/public/js/monaco-language-apex.baaeb3b2.js +forgejo/public/js/monaco-language-azcli.50450f16.js +forgejo/public/js/monaco-language-bat.fa45ea5a.js +forgejo/public/js/monaco-language-bicep.848b3bda.js +forgejo/public/js/monaco-language-cameligo.800d4fea.js +forgejo/public/js/monaco-language-clojure.085e1624.js +forgejo/public/js/monaco-language-coffee.8b2fca99.js +forgejo/public/js/monaco-language-cpp.db942ffd.js +forgejo/public/js/monaco-language-csharp.686a53fc.js +forgejo/public/js/monaco-language-csp.dc8e087f.js +forgejo/public/js/monaco-language-css.fd7032f5.js +forgejo/public/js/monaco-language-cssmode.000c29fd.js +forgejo/public/js/monaco-language-dart.1d2776fe.js +forgejo/public/js/monaco-language-dockerfile.ba5d6355.js +forgejo/public/js/monaco-language-ecl.88ca23a0.js +forgejo/public/js/monaco-language-elixir.335fcdbf.js +forgejo/public/js/monaco-language-flow9.66d56dbe.js +forgejo/public/js/monaco-language-freemarker2.e161e268.js +forgejo/public/js/monaco-language-fsharp.58d8c2cd.js +forgejo/public/js/monaco-language-go.9f2bba6c.js +forgejo/public/js/monaco-language-graphql.53b54aa3.js +forgejo/public/js/monaco-language-handlebars.6a31f315.js +forgejo/public/js/monaco-language-hcl.93aa7031.js +forgejo/public/js/monaco-language-html.3f4e413d.js +forgejo/public/js/monaco-language-htmlmode.19c2f141.js +forgejo/public/js/monaco-language-ini.975203ba.js +forgejo/public/js/monaco-language-java.eb37f0d5.js +forgejo/public/js/monaco-language-javascript.a42e04b3.js +forgejo/public/js/monaco-language-jsonmode.155ea31e.js +forgejo/public/js/monaco-language-julia.139ea024.js +forgejo/public/js/monaco-language-kotlin.95b7cc03.js +forgejo/public/js/monaco-language-less.75eb9849.js +forgejo/public/js/monaco-language-lexon.8a8ffe86.js +forgejo/public/js/monaco-language-liquid.e541464a.js +forgejo/public/js/monaco-language-lua.76269f02.js +forgejo/public/js/monaco-language-m3.381dacb6.js +forgejo/public/js/monaco-language-markdown.3e456b5f.js +forgejo/public/js/monaco-language-mips.c532482d.js +forgejo/public/js/monaco-language-msdax.ea5af202.js +forgejo/public/js/monaco-language-mysql.6a9b5ca4.js +forgejo/public/js/monaco-language-objective-c.ac018f82.js +forgejo/public/js/monaco-language-pascal.f4bff773.js +forgejo/public/js/monaco-language-pascaligo.ef68cb47.js +forgejo/public/js/monaco-language-perl.6201edc5.js +forgejo/public/js/monaco-language-pgsql.309f2eef.js +forgejo/public/js/monaco-language-php.fe41a736.js +forgejo/public/js/monaco-language-pla.b96a0b0a.js +forgejo/public/js/monaco-language-postiats.d7edb538.js +forgejo/public/js/monaco-language-powerquery.e1b5c939.js +forgejo/public/js/monaco-language-powershell.986d17fa.js +forgejo/public/js/monaco-language-protobuf.eb7795fc.js +forgejo/public/js/monaco-language-pug.a07a81a3.js +forgejo/public/js/monaco-language-python.7081c2e5.js +forgejo/public/js/monaco-language-qsharp.5c88e57a.js +forgejo/public/js/monaco-language-r.22ed335c.js +forgejo/public/js/monaco-language-razor.5fe83147.js +forgejo/public/js/monaco-language-redis.51aba187.js +forgejo/public/js/monaco-language-redshift.dca4aaa6.js +forgejo/public/js/monaco-language-restructuredtext.052e193d.js +forgejo/public/js/monaco-language-ruby.9cc75add.js +forgejo/public/js/monaco-language-rust.2879dd02.js +forgejo/public/js/monaco-language-sb.676f2916.js +forgejo/public/js/monaco-language-scala.2be8473f.js +forgejo/public/js/monaco-language-scheme.978fadb1.js +forgejo/public/js/monaco-language-scss.77abc15e.js +forgejo/public/js/monaco-language-shell.be3eb562.js +forgejo/public/js/monaco-language-solidity.36abbcbb.js +forgejo/public/js/monaco-language-sophia.d6bb115d.js +forgejo/public/js/monaco-language-sparql.3c6a882d.js +forgejo/public/js/monaco-language-sql.6b0d0f0a.js +forgejo/public/js/monaco-language-st.88c6c88a.js +forgejo/public/js/monaco-language-swift.c93b49e8.js +forgejo/public/js/monaco-language-systemverilog.ddac36c7.js +forgejo/public/js/monaco-language-tcl.f56dddac.js +forgejo/public/js/monaco-language-tsmode.8e043b8c.js +forgejo/public/js/monaco-language-twig.cd80df58.js +forgejo/public/js/monaco-language-typescript.e7b47815.js +forgejo/public/js/monaco-language-vb.95b807bd.js +forgejo/public/js/monaco-language-xml.4af5f38a.js +forgejo/public/js/monaco-language-yaml.2248fd10.js +forgejo/public/js/monaco-ts.bcc30825.worker.js +forgejo/public/js/monaco.659f0d05.js +forgejo/public/js/sortable.b26f479a.js +forgejo/public/js/swagger.js +forgejo/public/js/theme-arc-green.js +forgejo/public/js/theme-auto.js +forgejo/public/js/tribute.1ca3c8e4.js +forgejo/public/serviceworker.js +forgejo/public/vendor/ +forgejo/public/vendor/plugins/ +forgejo/public/vendor/plugins/pdfjs/ +forgejo/public/vendor/plugins/pdfjs/LICENSE +forgejo/public/vendor/plugins/pdfjs/build/ +forgejo/public/vendor/plugins/pdfjs/build/pdf.js +forgejo/public/vendor/plugins/pdfjs/build/pdf.js.map +forgejo/public/vendor/plugins/pdfjs/build/pdf.worker.js +forgejo/public/vendor/plugins/pdfjs/build/pdf.worker.js.map +forgejo/public/vendor/plugins/pdfjs/web/ +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Add-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5pc-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/B5pc-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS1-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS1-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/CNS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETHK-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETHK-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETen-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETen-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETenms-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/ETenms-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Ext-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GB-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK2K-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBK2K-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBKp-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBKp-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBT-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/GBpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdla-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdla-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdlb-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKdlb-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKgccs-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKgccs-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm314-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm314-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm471-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKm471-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKscs-B5-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/HKscs-B5-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Hankaku.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Hiragana.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-Johab-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-Johab-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCms-UHC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Katakana.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/LICENSE +forgejo/public/vendor/plugins/pdfjs/web/cmaps/NWP-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/NWP-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/RKSJ-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/RKSJ-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/Roman.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/V.bcmap +forgejo/public/vendor/plugins/pdfjs/web/cmaps/WP-Symbol.bcmap +forgejo/public/vendor/plugins/pdfjs/web/compressed.tracemonkey-pldi-09.pdf +forgejo/public/vendor/plugins/pdfjs/web/debugger.js +forgejo/public/vendor/plugins/pdfjs/web/images/ +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-check.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-comment.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-help.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-insert.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-key.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-newparagraph.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-noicon.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-note.svg +forgejo/public/vendor/plugins/pdfjs/web/images/annotation-paragraph.svg +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-next@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous.png +forgejo/public/vendor/plugins/pdfjs/web/images/findbarButton-previous@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/grab.cur +forgejo/public/vendor/plugins/pdfjs/web/images/grabbing.cur +forgejo/public/vendor/plugins/pdfjs/web/images/loading-icon.gif +forgejo/public/vendor/plugins/pdfjs/web/images/loading-small.png +forgejo/public/vendor/plugins/pdfjs/web/images/loading-small@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-documentProperties.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-firstPage.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-handTool.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-lastPage.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCw.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollVertical.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollVertical@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-scrollWrapped@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-selectTool.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-selectTool@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadEven.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadEven@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadNone.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadNone@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadOdd.png +forgejo/public/vendor/plugins/pdfjs/web/images/secondaryToolbarButton-spreadOdd@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/shadow.png +forgejo/public/vendor/plugins/pdfjs/web/images/texture.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-bookmark.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-bookmark@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-download.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-download@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-menuArrows.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-menuArrows@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-openFile.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-openFile@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageDown@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-pageUp@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-presentationMode.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-presentationMode@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-print.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-print@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-search.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-search@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewAttachments.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewAttachments@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewOutline@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewThumbnail.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomIn.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomIn@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomOut.png +forgejo/public/vendor/plugins/pdfjs/web/images/toolbarButton-zoomOut@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed-rtl.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed-rtl@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-collapsed@2x.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-expanded.png +forgejo/public/vendor/plugins/pdfjs/web/images/treeitem-expanded@2x.png +forgejo/public/vendor/plugins/pdfjs/web/locale/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ach/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ach/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/af/ +forgejo/public/vendor/plugins/pdfjs/web/locale/af/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ak/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ak/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/an/ +forgejo/public/vendor/plugins/pdfjs/web/locale/an/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ar/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ar/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/as/ +forgejo/public/vendor/plugins/pdfjs/web/locale/as/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ast/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ast/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/az/ +forgejo/public/vendor/plugins/pdfjs/web/locale/az/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/be/ +forgejo/public/vendor/plugins/pdfjs/web/locale/be/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-BD/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-BD/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bn-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/br/ +forgejo/public/vendor/plugins/pdfjs/web/locale/br/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/brx/ +forgejo/public/vendor/plugins/pdfjs/web/locale/brx/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/bs/ +forgejo/public/vendor/plugins/pdfjs/web/locale/bs/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ca/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ca/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cak/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cak/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/crh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/crh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cs/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cs/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/csb/ +forgejo/public/vendor/plugins/pdfjs/web/locale/csb/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/cy/ +forgejo/public/vendor/plugins/pdfjs/web/locale/cy/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/da/ +forgejo/public/vendor/plugins/pdfjs/web/locale/da/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/de/ +forgejo/public/vendor/plugins/pdfjs/web/locale/de/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/el/ +forgejo/public/vendor/plugins/pdfjs/web/locale/el/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-CA/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-CA/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-GB/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-GB/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-US/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-US/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/en-ZA/ +forgejo/public/vendor/plugins/pdfjs/web/locale/en-ZA/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/eo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/eo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-AR/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-AR/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-CL/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-CL/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-ES/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-ES/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/es-MX/ +forgejo/public/vendor/plugins/pdfjs/web/locale/es-MX/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/et/ +forgejo/public/vendor/plugins/pdfjs/web/locale/et/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/eu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/eu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fa/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fa/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ff/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ff/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fi/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fi/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/fy-NL/ +forgejo/public/vendor/plugins/pdfjs/web/locale/fy-NL/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ga-IE/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ga-IE/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gd/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gd/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/gu-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/gu-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/he/ +forgejo/public/vendor/plugins/pdfjs/web/locale/he/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hi-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hi-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hsb/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hsb/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hto/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hto/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/hy-AM/ +forgejo/public/vendor/plugins/pdfjs/web/locale/hy-AM/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ia/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ia/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/id/ +forgejo/public/vendor/plugins/pdfjs/web/locale/id/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/is/ +forgejo/public/vendor/plugins/pdfjs/web/locale/is/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/it/ +forgejo/public/vendor/plugins/pdfjs/web/locale/it/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ja/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ja/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ka/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ka/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kab/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kab/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/km/ +forgejo/public/vendor/plugins/pdfjs/web/locale/km/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ko/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ko/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/kok/ +forgejo/public/vendor/plugins/pdfjs/web/locale/kok/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ks/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ks/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ku/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ku/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lij/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lij/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/locale.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lt/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lt/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ltg/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ltg/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/lv/ +forgejo/public/vendor/plugins/pdfjs/web/locale/lv/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mai/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mai/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/meh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/meh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ml/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ml/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/mr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/mr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ms/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ms/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/my/ +forgejo/public/vendor/plugins/pdfjs/web/locale/my/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nb-NO/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nb-NO/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ne-NP/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ne-NP/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nn-NO/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nn-NO/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/nso/ +forgejo/public/vendor/plugins/pdfjs/web/locale/nso/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/oc/ +forgejo/public/vendor/plugins/pdfjs/web/locale/oc/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/or/ +forgejo/public/vendor/plugins/pdfjs/web/locale/or/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pa-IN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pa-IN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-BR/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-BR/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-PT/ +forgejo/public/vendor/plugins/pdfjs/web/locale/pt-PT/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/rm/ +forgejo/public/vendor/plugins/pdfjs/web/locale/rm/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ro/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ro/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ru/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ru/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/rw/ +forgejo/public/vendor/plugins/pdfjs/web/locale/rw/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sah/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sah/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sat/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sat/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/si/ +forgejo/public/vendor/plugins/pdfjs/web/locale/si/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/son/ +forgejo/public/vendor/plugins/pdfjs/web/locale/son/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sq/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sq/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sv-SE/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sv-SE/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/sw/ +forgejo/public/vendor/plugins/pdfjs/web/locale/sw/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ta/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ta-LK/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ta-LK/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ta/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/te/ +forgejo/public/vendor/plugins/pdfjs/web/locale/te/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/th/ +forgejo/public/vendor/plugins/pdfjs/web/locale/th/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tl/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tl/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tn/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tn/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tr/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tr/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/tsz/ +forgejo/public/vendor/plugins/pdfjs/web/locale/tsz/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/uk/ +forgejo/public/vendor/plugins/pdfjs/web/locale/uk/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/ur/ +forgejo/public/vendor/plugins/pdfjs/web/locale/ur/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/uz/ +forgejo/public/vendor/plugins/pdfjs/web/locale/uz/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/vi/ +forgejo/public/vendor/plugins/pdfjs/web/locale/vi/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/wo/ +forgejo/public/vendor/plugins/pdfjs/web/locale/wo/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/xh/ +forgejo/public/vendor/plugins/pdfjs/web/locale/xh/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zam/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zam/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-CN/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-CN/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-TW/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zh-TW/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/locale/zu/ +forgejo/public/vendor/plugins/pdfjs/web/locale/zu/viewer.properties +forgejo/public/vendor/plugins/pdfjs/web/viewer.css +forgejo/public/vendor/plugins/pdfjs/web/viewer.html +forgejo/public/vendor/plugins/pdfjs/web/viewer.js +forgejo/public/vendor/plugins/pdfjs/web/viewer.js.map diff --git a/www/forgejo/pkg/README b/www/forgejo/pkg/README new file mode 100644 index 0000000..b503bce --- /dev/null +++ b/www/forgejo/pkg/README @@ -0,0 +1,61 @@ ++----------------------------------------------------------------------- +| Running ${PKGSTEM} on OpenBSD ++----------------------------------------------------------------------- + +Initial configuration +===================== +By default forgejo listens on all configured IP addresses, TCP port 3000. +If this is not wanted behavior, either adjust your pf(4) rules or change +HTTP_ADDR/HTTP_PORT in ${SYSCONFDIR}/forgejo/app.ini. + +To complete the initial configuration, point your browser to +http://forgejo.example.com:3000 and press "Sign In". Usually you'll need to +configure SSH Server Domain/Port, Gitea HTTP Listen Port/Base URL, E-Mail +Settings and Administrator Account Settings. + +On OpenBSD, initial forgejo configuration has the following restrictions: + + - Self-Registration is disabled + - Sign-In is required to view the content + - E-Mail addresses are not shown + - Server runs in "offline" mode, which means that external services such as + Gravatar/OpenID are not used + - New repositories have "private" checkbox checked by default + - Password hash algorithm changed from pbkdf2 to argon2 + +Adjust these configuration settings according to your requirements. + +Configuring HTTP access +======================= +By default forgejo serves HTTP requests on its own. +It can also be configured to run behind HTTP proxy like relayd(8) or nginx(8). + +Another option is to let OpenBSD httpd(8) serve HTTP(S) requests and pass it +to forgejo via FastCGI protocol: + +Example configuration for httpd(8) and forgejo communicating via FastCGI +---------------------------------------------------------------------- + +Relevant configuration directives in ${SYSCONFDIR}/httpd.conf: + + # An HTTPS server using SSL/TLS + server "forgejo.example.com" { + listen on $ext_addr tls port 443 + tls certificate "/etc/ssl/forgejo.example.com.pem" + tls key "/etc/ssl/private/forgejo.example.com.key" + location "*" { fastcgi socket "/run/forgejo/forgejo.sock" } + } + +Relevant configuration directives in ${SYSCONFDIR}/forgejo/app.ini: + + [server] + PROTOCOL = fcgi+unix + DOMAIN = forgejo.example.com + ROOT_URL = https://%(DOMAIN)s/ + HTTP_ADDR = /var/www/run/forgejo/forgejo.sock + LOCAL_ROOT_URL = %(ROOT_URL)s + +Customizing forgejo +================= +For custom public files, templates, gitignores, labels, licenses and READMEs, +please use ${LOCALSTATEDIR}/forgejo/custom directory. diff --git a/www/forgejo/pkg/gitea.rc b/www/forgejo/pkg/gitea.rc new file mode 100644 index 0000000..6ba138f --- /dev/null +++ b/www/forgejo/pkg/gitea.rc @@ -0,0 +1,11 @@ +#!/bin/ksh + +daemon="${TRUEPREFIX}/sbin/forgejo" +daemon_user="_forgejo" + +. /etc/rc.d/rc.subr + +rc_bg=YES +rc_reload=NO + +rc_cmd $1 diff --git a/www/luakit/Makefile b/www/luakit/Makefile new file mode 100644 index 0000000..7979569 --- /dev/null +++ b/www/luakit/Makefile @@ -0,0 +1,59 @@ +# $OpenBSD: Makefile,v 1.26 2020/09/15 07:04:25 pamela Exp $ + +COMMENT = fast, small, webkit based browser written in lua + +GH_ACCOUNT = luakit +GH_PROJECT = luakit +GH_TAGNAME = 2.2.1 + +EPOCH = 1 + +CATEGORIES = www + +MAINTAINER = Stefan Hagen + +HOMEPAGE = https://luakit.github.io + +# GPLv3 +PERMIT_PACKAGE = Yes + +USE_GMAKE = Yes + +COMPILER = base-clang ports-gcc + +WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 +WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gthread-2.0 gtk-3 harfbuzz +WANTLIB += intl javascriptcoregtk-4.0 luajit-5.1 pango-1.0 +WANTLIB += pangocairo-1.0 pthread soup-2.4 sqlite3 webkit2gtk-4.0 + +MODULES = lang/lua + +BUILD_DEPENDS = devel/help2man \ + devel/luafs + +RUN_DEPENDS = devel/desktop-file-utils \ + devel/luafs \ + textproc/lua-markdown + +LIB_DEPENDS = lang/luajit \ + www/webkitgtk4 + +TEST_DEPENDS = devel/luassert \ + devel/luacheck + +TEST_TARGET = run-tests + +# webkit browsing +RUN_DEPENDS += multimedia/gstreamer1/plugins-good \ + multimedia/gstreamer1/plugins-libav + +MAKE_FLAGS += LUA_BIN_NAME=${MODLUA_BIN} \ + XDGPREFIX=${PREFIX}/share/examples \ + DOCDIR=${PREFIX}/share/doc/luakit \ + MANPREFIX=${PREFIX}/man \ + PIXMAPDIR=${PREFIX}/share/pixmaps/ \ + APPDIR=${PREFIX}/share/applications/ \ + PREFIX=${PREFIX} \ + DEVELOPMENT_PATHS=0 + +.include diff --git a/www/luakit/distinfo b/www/luakit/distinfo new file mode 100644 index 0000000..fe4be3c --- /dev/null +++ b/www/luakit/distinfo @@ -0,0 +1,2 @@ +SHA256 (luakit-2.2.1.tar.gz) = 81NZ9YY/q+K51Cb00+9tKc5bs7rHtMjggkJC+JhoyA4= +SIZE (luakit-2.2.1.tar.gz) = 488845 diff --git a/www/luakit/patches/patch-Makefile b/www/luakit/patches/patch-Makefile new file mode 100644 index 0000000..e1770ee --- /dev/null +++ b/www/luakit/patches/patch-Makefile @@ -0,0 +1,39 @@ +$OpenBSD: patch-Makefile,v 1.4 2019/02/09 17:55:27 abieber Exp $ +Index: Makefile +--- Makefile.orig ++++ Makefile +@@ -56,21 +56,21 @@ buildopts.h: buildopts.h.in + $(filter-out $(EXT_OBJS),$(OBJS)) $(EXT_OBJS): $(HEADS) config.mk + + $(filter-out $(EXT_OBJS),$(OBJS)) : %.o : %.c +- @echo $(CC) -c $< -o $@ ++ @echo $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ + @$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ + + $(EXT_OBJS) : %.o : %.c +- @echo $(CC) -c $< -o $@ ++ @echo $(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fpic $(CPPFLAGS) $< -o $@ + @$(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fpic $(CPPFLAGS) $< -o $@ + + widgets/webview.o: $(wildcard widgets/webview/*.c) + + luakit: $(OBJS) +- @echo $(CC) -o $@ $(OBJS) ++ @echo $(CC) -o $@ $(OBJS) $(LDFLAGS) + @$(CC) -o $@ $(OBJS) $(LDFLAGS) + + luakit.so: $(EXT_OBJS) +- @echo $(CC) -o $@ $(EXT_OBJS) ++ @echo $(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS) + @$(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS) + + luakit.1: luakit.1.in +@@ -115,7 +115,7 @@ install: all + install -d $(DESTDIR)$(APPDIR) + install -m644 extras/luakit.desktop $(DESTDIR)$(APPDIR) + install -d $(DESTDIR)$(MANPREFIX)/man1/ +- install -m644 luakit.1.gz $(DESTDIR)$(MANPREFIX)/man1/ ++ install -m644 luakit.1 $(DESTDIR)$(MANPREFIX)/man1/ + mkdir -p resources + find resources -type d -exec install -d $(DESTDIR)$(PREFIX)/share/luakit/'{}' \; + find resources -type f -exec sh -c 'f="{}"; install -m644 "$$f" "$(DESTDIR)$(PREFIX)/share/luakit/$$(dirname $$f)"' \; diff --git a/www/luakit/patches/patch-common_ipc_c b/www/luakit/patches/patch-common_ipc_c new file mode 100644 index 0000000..28aadb8 --- /dev/null +++ b/www/luakit/patches/patch-common_ipc_c @@ -0,0 +1,31 @@ +$OpenBSD$ + +NetBSD EOF fix + +Index: common/ipc.c +--- common/ipc.c.orig ++++ common/ipc.c +@@ -21,6 +21,7 @@ + #include "common/lualib.h" + #include "common/luaserialize.h" + #include "common/ipc.h" ++#include "log.h" + + /* Prototypes for ipc_recv_... functions */ + #define X(name) void ipc_recv_##name(ipc_endpoint_t *ipc, const void *msg, guint length); +@@ -138,6 +139,15 @@ ipc_recv_and_dispatch_or_enqueue(ipc_endpoint_t *ipc) + case G_IO_STATUS_AGAIN: + return; + case G_IO_STATUS_EOF: ++ verbose("g_io_channel_read_chars(): End Of File received"); ++ /* OSX and NetBSD are sending EOF on nonblocking channels first. ++ * These requests can be ignored. They should end up in ++ * recv_hup(), but unfortunately they do not. ++ * ++ * If we do not close the socket, glib will continue to ++ * call the G_IO_IN handler. ++ */ ++ g_atomic_int_dec_and_test(&ipc->refcount); + return; + case G_IO_STATUS_ERROR: + if (!g_str_equal(ipc->name, "UI")) diff --git a/www/luakit/pkg/DESCR b/www/luakit/pkg/DESCR new file mode 100644 index 0000000..e5a47ac --- /dev/null +++ b/www/luakit/pkg/DESCR @@ -0,0 +1,6 @@ +Luakit is a highly configurable, browser framework based on the WebKit +web content engine and the GTK+ toolkit. It is very fast, extensible by +Lua and licensed under the GNU GPLv3 license. It is primarily targeted +at power users, developers and any people with too much time on their +hands who want to have fine-grained control over their web browsers +behaviour and interface. diff --git a/www/luakit/pkg/PLIST b/www/luakit/pkg/PLIST new file mode 100644 index 0000000..60fb7d0 --- /dev/null +++ b/www/luakit/pkg/PLIST @@ -0,0 +1,242 @@ +@comment $OpenBSD: PLIST,v 1.8 2020/08/23 22:00:39 abieber Exp $ +@bin bin/luakit +lib/luakit/ +@so lib/luakit/luakit.so +@man man/man1/luakit.1 +share/applications/luakit.desktop +share/doc/luakit/ +share/doc/luakit/AUTHORS +share/doc/luakit/COPYING.GPLv3 +share/doc/luakit/README.md +share/doc/luakit/classes/ +share/doc/luakit/classes/dom_document.html +share/doc/luakit/classes/dom_element.html +share/doc/luakit/classes/download.html +share/doc/luakit/classes/page.html +share/doc/luakit/classes/regex.html +share/doc/luakit/classes/sqlite3.html +share/doc/luakit/classes/stylesheet.html +share/doc/luakit/classes/timer.html +share/doc/luakit/classes/widget.html +share/doc/luakit/classes/widget:box.html +share/doc/luakit/classes/widget:drawing_area.html +share/doc/luakit/classes/widget:entry.html +share/doc/luakit/classes/widget:event_box.html +share/doc/luakit/classes/widget:image.html +share/doc/luakit/classes/widget:label.html +share/doc/luakit/classes/widget:notebook.html +share/doc/luakit/classes/widget:overlay.html +share/doc/luakit/classes/widget:paned.html +share/doc/luakit/classes/widget:scrolled.html +share/doc/luakit/classes/widget:socket.html +share/doc/luakit/classes/widget:spinner.html +share/doc/luakit/classes/widget:webview.html +share/doc/luakit/classes/widget:window.html +share/doc/luakit/index.html +share/doc/luakit/modules/ +share/doc/luakit/modules/adblock.html +share/doc/luakit/modules/adblock_chrome.html +share/doc/luakit/modules/binds.html +share/doc/luakit/modules/binds_chrome.html +share/doc/luakit/modules/bookmarks.html +share/doc/luakit/modules/bookmarks_chrome.html +share/doc/luakit/modules/chrome.html +share/doc/luakit/modules/cmdhist.html +share/doc/luakit/modules/completion.html +share/doc/luakit/modules/domain_props.html +share/doc/luakit/modules/downloads.html +share/doc/luakit/modules/downloads_chrome.html +share/doc/luakit/modules/editor.html +share/doc/luakit/modules/error_page.html +share/doc/luakit/modules/follow.html +share/doc/luakit/modules/follow_selected.html +share/doc/luakit/modules/formfiller.html +share/doc/luakit/modules/go_input.html +share/doc/luakit/modules/go_next_prev.html +share/doc/luakit/modules/go_up.html +share/doc/luakit/modules/help_chrome.html +share/doc/luakit/modules/hide_scrollbars.html +share/doc/luakit/modules/history.html +share/doc/luakit/modules/history_chrome.html +share/doc/luakit/modules/image_css.html +share/doc/luakit/modules/introspector_chrome.html +share/doc/luakit/modules/ipc.html +share/doc/luakit/modules/keysym.html +share/doc/luakit/modules/log_chrome.html +share/doc/luakit/modules/lousy.bind.html +share/doc/luakit/modules/lousy.load.html +share/doc/luakit/modules/lousy.mode.html +share/doc/luakit/modules/lousy.pickle.html +share/doc/luakit/modules/lousy.signal.html +share/doc/luakit/modules/lousy.theme.html +share/doc/luakit/modules/lousy.uri.html +share/doc/luakit/modules/lousy.util.html +share/doc/luakit/modules/lousy.widget.buf.html +share/doc/luakit/modules/lousy.widget.common.html +share/doc/luakit/modules/lousy.widget.hist.html +share/doc/luakit/modules/lousy.widget.html +share/doc/luakit/modules/lousy.widget.menu.html +share/doc/luakit/modules/lousy.widget.progress.html +share/doc/luakit/modules/lousy.widget.scroll.html +share/doc/luakit/modules/lousy.widget.ssl.html +share/doc/luakit/modules/lousy.widget.tab.html +share/doc/luakit/modules/lousy.widget.tabi.html +share/doc/luakit/modules/lousy.widget.tablist.html +share/doc/luakit/modules/lousy.widget.uri.html +share/doc/luakit/modules/lousy.widget.zoom.html +share/doc/luakit/modules/luakit.html +share/doc/luakit/modules/luakit.unique.html +share/doc/luakit/modules/modes.html +share/doc/luakit/modules/msg.html +share/doc/luakit/modules/newtab_chrome.html +share/doc/luakit/modules/noscript.html +share/doc/luakit/modules/open_editor.html +share/doc/luakit/modules/proxy.html +share/doc/luakit/modules/quickmarks.html +share/doc/luakit/modules/readline.html +share/doc/luakit/modules/referer_control_wm.html +share/doc/luakit/modules/search.html +share/doc/luakit/modules/select.html +share/doc/luakit/modules/select_wm.html +share/doc/luakit/modules/session.html +share/doc/luakit/modules/settings.html +share/doc/luakit/modules/settings_chrome.html +share/doc/luakit/modules/soup.html +share/doc/luakit/modules/styles.html +share/doc/luakit/modules/tab_favicons.html +share/doc/luakit/modules/tabhistory.html +share/doc/luakit/modules/taborder.html +share/doc/luakit/modules/tests.lib.html +share/doc/luakit/modules/undoclose.html +share/doc/luakit/modules/unique_instance.html +share/doc/luakit/modules/userscripts.html +share/doc/luakit/modules/utf8.html +share/doc/luakit/modules/vertical_tabs.html +share/doc/luakit/modules/view_source.html +share/doc/luakit/modules/viewpdf.html +share/doc/luakit/modules/webinspector.html +share/doc/luakit/modules/webview.html +share/doc/luakit/modules/window.html +share/doc/luakit/modules/xdg.html +share/doc/luakit/pages/ +share/doc/luakit/pages/01-authors.html +share/doc/luakit/pages/02-faq.html +share/doc/luakit/pages/03-quick-start-guide.html +share/doc/luakit/pages/04-migration-guide.html +share/doc/luakit/pages/05-configuration.html +share/doc/luakit/pages/06-tests.html +share/doc/luakit/pages/07-build-debian-package.html +share/examples/luakit/ +@sample ${SYSCONFDIR}/xdg/luakit/ +share/examples/luakit/rc.lua +@sample ${SYSCONFDIR}/xdg/luakit/rc.lua +share/examples/luakit/theme.lua +@sample ${SYSCONFDIR}/xdg/luakit/theme.lua +share/luakit/ +share/luakit/lib/ +share/luakit/lib/adblock.lua +share/luakit/lib/adblock_chrome.lua +share/luakit/lib/adblock_wm.lua +share/luakit/lib/binds.lua +share/luakit/lib/binds_chrome.lua +share/luakit/lib/bookmarks.lua +share/luakit/lib/bookmarks_chrome.lua +share/luakit/lib/chrome.lua +share/luakit/lib/chrome_wm.lua +share/luakit/lib/cmdhist.lua +share/luakit/lib/completion.lua +share/luakit/lib/domain_props.lua +share/luakit/lib/downloads.lua +share/luakit/lib/downloads_chrome.lua +share/luakit/lib/editor.lua +share/luakit/lib/error_page.lua +share/luakit/lib/error_page_wm.lua +share/luakit/lib/follow.lua +share/luakit/lib/follow_selected.lua +share/luakit/lib/follow_selected_wm.lua +share/luakit/lib/follow_wm.lua +share/luakit/lib/formfiller.lua +share/luakit/lib/formfiller_wm.lua +share/luakit/lib/go_input.lua +share/luakit/lib/go_next_prev.lua +share/luakit/lib/go_up.lua +share/luakit/lib/help_chrome.lua +share/luakit/lib/hide_scrollbars.lua +share/luakit/lib/history.lua +share/luakit/lib/history_chrome.lua +share/luakit/lib/image_css.lua +share/luakit/lib/image_css_wm.lua +share/luakit/lib/introspector_chrome.lua +share/luakit/lib/keysym.lua +share/luakit/lib/log_chrome.lua +share/luakit/lib/lousy/ +share/luakit/lib/lousy/bind.lua +share/luakit/lib/lousy/init.lua +share/luakit/lib/lousy/load.lua +share/luakit/lib/lousy/mode.lua +share/luakit/lib/lousy/pickle.lua +share/luakit/lib/lousy/signal.lua +share/luakit/lib/lousy/theme.lua +share/luakit/lib/lousy/uri.lua +share/luakit/lib/lousy/util.lua +share/luakit/lib/lousy/widget/ +share/luakit/lib/lousy/widget/buf.lua +share/luakit/lib/lousy/widget/common.lua +share/luakit/lib/lousy/widget/hist.lua +share/luakit/lib/lousy/widget/init.lua +share/luakit/lib/lousy/widget/menu.lua +share/luakit/lib/lousy/widget/progress.lua +share/luakit/lib/lousy/widget/scroll.lua +share/luakit/lib/lousy/widget/ssl.lua +share/luakit/lib/lousy/widget/tab.lua +share/luakit/lib/lousy/widget/tabi.lua +share/luakit/lib/lousy/widget/tablist.lua +share/luakit/lib/lousy/widget/uri.lua +share/luakit/lib/lousy/widget/zoom.lua +share/luakit/lib/markdown.lua +share/luakit/lib/modes.lua +share/luakit/lib/newtab_chrome.lua +share/luakit/lib/noscript.lua +share/luakit/lib/open_editor.lua +share/luakit/lib/proxy.lua +share/luakit/lib/quickmarks.lua +share/luakit/lib/readline.lua +share/luakit/lib/referer_control_wm.lua +share/luakit/lib/search.lua +share/luakit/lib/select.lua +share/luakit/lib/select_wm.lua +share/luakit/lib/session.lua +share/luakit/lib/settings.lua +share/luakit/lib/settings_chrome.lua +share/luakit/lib/styles.lua +share/luakit/lib/tab_favicons.lua +share/luakit/lib/tabhistory.lua +share/luakit/lib/taborder.lua +share/luakit/lib/undoclose.lua +share/luakit/lib/unique_instance.lua +share/luakit/lib/userscripts.lua +share/luakit/lib/vertical_tabs.lua +share/luakit/lib/view_source.lua +share/luakit/lib/viewpdf.lua +share/luakit/lib/webinspector.lua +share/luakit/lib/webview.lua +share/luakit/lib/webview_wm.lua +share/luakit/lib/window.lua +share/luakit/resources/ +share/luakit/resources/icons/ +share/luakit/resources/icons/COPYING +share/luakit/resources/icons/tab-icon-chrome.png +share/luakit/resources/icons/tab-icon-chrome@2x.png +share/luakit/resources/icons/tab-icon-crash.png +share/luakit/resources/icons/tab-icon-crash@2x.png +share/luakit/resources/icons/tab-icon-error.png +share/luakit/resources/icons/tab-icon-error@2x.png +share/luakit/resources/icons/tab-icon-page.png +share/luakit/resources/icons/tab-icon-page@2x.png +share/luakit/resources/icons/tab-icon-private.png +share/luakit/resources/icons/tab-icon-private@2x.png +share/luakit/resources/icons/tab-icon-security-error.png +share/luakit/resources/icons/tab-icon-security-error@2x.png +share/pixmaps/ +share/pixmaps/luakit.png +@tag update-desktop-database diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile new file mode 100644 index 0000000..faf91f7 --- /dev/null +++ b/x11/hsetroot/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD$ + +COMMENT = wallpaper changer that works with compositors +CATEGORIES = x11 + +GH_ACCOUNT = himdel +GH_PROJECT = hsetroot +GH_TAGNAME = 1.0.5 + +MAINTAINER = Stefan Hagen + +# GPLv2 only +PERMIT_PACKAGE = Yes + +WANTLIB += Imlib2 X11 Xinerama c + +LIB_DEPENDS = graphics/imlib2 + +USE_GMAKE = Yes +MAKE_FLAGS = CC="${CC}" + +FAKE_FLAGS = DESTDIR= + +NO_TEST = Yes + +post-install: + ${INSTALL_MAN} ${FILESDIR}/hsetroot.1 ${PREFIX}/man/man1 + +.include diff --git a/x11/hsetroot/distinfo b/x11/hsetroot/distinfo new file mode 100644 index 0000000..d0190ca --- /dev/null +++ b/x11/hsetroot/distinfo @@ -0,0 +1,2 @@ +SHA256 (hsetroot-1.0.5.tar.gz) = z/X4O4WiHgxcjI7svVUgkLt12KxZ4nsLrkgEb5y1pEo= +SIZE (hsetroot-1.0.5.tar.gz) = 12878 diff --git a/x11/hsetroot/files/hsetroot.1 b/x11/hsetroot/files/hsetroot.1 new file mode 100644 index 0000000..dc88d77 --- /dev/null +++ b/x11/hsetroot/files/hsetroot.1 @@ -0,0 +1,114 @@ +.\" Original author: Hyriand (2003) +.\" Updated by Martin Hradil (2019) +.\" License: GPL version 2 +.Dd August 13, 2020 +.Dt HSETROOT 1 +.Os +.Sh NAME +.Nm hsetroot +.Nd wallpaper changer that works with compositors +.Sh SYNOPSIS +.Nm +.Op Ar command1 Op Ar arg1 ... +.Op Ar command2 Op Ar arg2 ... +.Sh DESCRIPTION +.Nm +is a tool which allows you to compose wallpapers ("root pixmaps") for X. +It has a lot of options like rendering gradients, solids and images and +manipulate these in various ways. +.Nm +also supports alpha-channels. +.Pp +.Nm +uses +.Xr XSetWindowBackgroundPixmap 3 +instead of +.Xr XSetWindowBackground 3 +for solid colors. +This makes it a good +.Xr xsetroot 1 +replacement when a compositor (compton, xcompmgr, ...) is in use. +.Pp +Colors are in the #rgb, #rrggbb, #rrggbbaa, rgb:1/2/3 formats or a X color name. +.Sh GENERIC OPTIONS +.Bl -tag -width Ds +.It Fl root +Treat multiple displays as one big screen (ignore xrandr outputs) +.It Fl screens Ar int +Set a screenmask to use +.El +.Sh GRADIENTS +.Bl -tag -width Ds +.It Fl add Ar color +Add color to range using distance 1 +.It Fl addd Ar color Ar distance +Add color to range using custom distance +.It Fl gradient Ar angle +Render gradient using specified angle +.It Fl clear +Clear the color range +.El +.Sh SOLID COLOR +.Bl -tag -width Ds +.It Fl solid Ar color +Render a solid using the specified color +.El +.Sh IMAGE FILES +.Bl -tag -width Ds +.It Fl center Ar image +Render an image centered on screen +.It Fl cover Ar image +Render an image centered on screen scaled to fill the screen fully +.It Fl tile Ar image +Render an image tiled +.It Fl full Ar image +Render an image maximum aspect +.It Fl extend Ar image +Render an image max aspect and fill borders +.It Fl fill Ar image +Render an image stretched +.El +.Sh IMAGE MANIPULATION +.Bl -tag -width Ds +.It Fl tint Ar color +Tint the current image +.It Fl blur Ar radius +Blur the current image +.It Fl sharpen Ar radius +Sharpen the current image +.It Fl contrast Ar amount +Adjust contrast of current image +.It Fl brightness Ar amount +Adjust brightness of current image +.It Fl gamma Ar amount +Adjust gamma level of current image +.It Fl flipv +Flip the current image vertically +.It Fl fliph +Flip the current image horizontally +.It Fl flipd +Flip the current image diagonally +.El +.Sh MISC +.Bl -tag -width Ds +.It Fl alpha Ar amount +Adjust alpha level for colors and images +.It Fl write Ar filename +Write current image to file +.El +.Sh SEE ALSO +.Xr xcompmgr 1 , +.Xr xsetroot 1 , +.Xr XSetWindowBackgroundPixmap 3 +.Sh AUTHORS +.Nm +was written by +.An Hyriand Aq Mt hyriand@thegraveyard.org +in 2003. +Martin Hradil updated it in 2019. +.Pp +This manual page was written by +.An Stefan Hagen Aq Mt sh+ports@codevoid.de +for the +.Ox +project (but may be used by others). diff --git a/x11/hsetroot/patches/patch-Makefile b/x11/hsetroot/patches/patch-Makefile new file mode 100644 index 0000000..9a48352 --- /dev/null +++ b/x11/hsetroot/patches/patch-Makefile @@ -0,0 +1,28 @@ +$OpenBSD$ + +We need -std=gnu99 for !clang archs. +Fix install commands + +Index: Makefile +--- Makefile.orig ++++ Makefile +@@ -1,7 +1,7 @@ + CC?=gcc + PKG_CONFIG?=pkg-config + +-CFLAGS?=-g -O2 -Wall ++CFLAGS+=-std=gnu99 + LDFLAGS?= + + PREFIX?=/usr/local +@@ -30,8 +30,8 @@ hsetroot: hsetroot.o + hsr-outputs: hsr-outputs.o + + install: hsetroot hsr-outputs +- install -st $(PREFIX)/bin/ hsetroot +- install -st $(PREFIX)/bin/ hsr-outputs ++ install -sm 0755 -D hsetroot $(DESTDIR)$(PREFIX)/bin/ ++ install -sm 0755 -D hsr-outputs $(DESTDIR)$(PREFIX)/bin/ + + clean: + rm -f *.o hsetroot hsr-outputs diff --git a/x11/hsetroot/pkg/DESCR b/x11/hsetroot/pkg/DESCR new file mode 100644 index 0000000..413527f --- /dev/null +++ b/x11/hsetroot/pkg/DESCR @@ -0,0 +1,8 @@ +hsetroot is a tool which allows you to compose wallpapers ("root +pixmaps") for X. It has a lot of options like rendering gradients, +solids and images and manipulate these in various ways. hsetroot also +supports alpha-channels. + +hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground +for solid colors. This makes it a good xsetroot replacement when a +compositor (compton, xcompmgr, ...) is in use. diff --git a/x11/hsetroot/pkg/PLIST b/x11/hsetroot/pkg/PLIST new file mode 100644 index 0000000..afca3a7 --- /dev/null +++ b/x11/hsetroot/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/hsetroot +@bin bin/hsr-outputs +@man man/man1/hsetroot.1