diff --git a/graphics/intel-vaapi-driver/Makefile b/graphics/intel-vaapi-driver/Makefile deleted file mode 100755 index 0bcad7e..0000000 --- a/graphics/intel-vaapi-driver/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $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 deleted file mode 100644 index ce3346b..0000000 --- a/graphics/intel-vaapi-driver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 49ddeef..0000000 --- a/graphics/intel-vaapi-driver/patches/patch-meson_build +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index b2c4156..0000000 --- a/graphics/intel-vaapi-driver/patches/patch-src_i965_encoder_utils_c +++ /dev/null @@ -1,21 +0,0 @@ -$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 deleted file mode 100644 index 7c74d25..0000000 --- a/graphics/intel-vaapi-driver/patches/patch-src_meson_build +++ /dev/null @@ -1,13 +0,0 @@ -$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 deleted file mode 100644 index c72e66d..0000000 --- a/graphics/intel-vaapi-driver/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -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 deleted file mode 100644 index a0895cb..0000000 --- a/graphics/intel-vaapi-driver/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -lib/dri/ -lib/dri/i965_drv_video.so diff --git a/graphics/libva/Makefile b/graphics/libva/Makefile deleted file mode 100644 index ab368c0..0000000 --- a/graphics/libva/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $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 deleted file mode 100644 index b802ddf..0000000 --- a/graphics/libva/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 9d6601e..0000000 --- a/graphics/libva/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index d5900c2..0000000 --- a/graphics/libva/pkg/PLIST +++ /dev/null @@ -1,40 +0,0 @@ -@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 deleted file mode 100644 index 6b62fd2..0000000 --- a/graphics/nsxiv/CVS/Entries +++ /dev/null @@ -1,4 +0,0 @@ -/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 deleted file mode 100644 index d32ca73..0000000 --- a/graphics/nsxiv/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -ports/graphics/nsxiv diff --git a/graphics/nsxiv/CVS/Root b/graphics/nsxiv/CVS/Root deleted file mode 100644 index d935e40..0000000 --- a/graphics/nsxiv/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile deleted file mode 100644 index 0fd724b..0000000 --- a/graphics/nsxiv/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -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 deleted file mode 100644 index a91b3df..0000000 --- a/graphics/nsxiv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 182c315..0000000 --- a/graphics/nsxiv/patches/CVS/Entries +++ /dev/null @@ -1,3 +0,0 @@ -/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 deleted file mode 100644 index 4c178bd..0000000 --- a/graphics/nsxiv/patches/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -ports/graphics/nsxiv/patches diff --git a/graphics/nsxiv/patches/CVS/Root b/graphics/nsxiv/patches/CVS/Root deleted file mode 100644 index d935e40..0000000 --- a/graphics/nsxiv/patches/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/patches/patch-config_def_h b/graphics/nsxiv/patches/patch-config_def_h deleted file mode 100644 index a51e972..0000000 --- a/graphics/nsxiv/patches/patch-config_def_h +++ /dev/null @@ -1,48 +0,0 @@ -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 deleted file mode 100644 index 2e6a3c4..0000000 --- a/graphics/nsxiv/patches/patch-config_def_h.orig +++ /dev/null @@ -1,28 +0,0 @@ -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 deleted file mode 100644 index 4ad8071..0000000 --- a/graphics/nsxiv/patches/patch-nsxiv_1 +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index f952e63..0000000 --- a/graphics/nsxiv/pkg/CVS/Entries +++ /dev/null @@ -1,3 +0,0 @@ -/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 deleted file mode 100644 index 5a6c0a8..0000000 --- a/graphics/nsxiv/pkg/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -ports/graphics/nsxiv/pkg diff --git a/graphics/nsxiv/pkg/CVS/Root b/graphics/nsxiv/pkg/CVS/Root deleted file mode 100644 index d935e40..0000000 --- a/graphics/nsxiv/pkg/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -sdk@cvs.openbsd.org:/cvs diff --git a/graphics/nsxiv/pkg/DESCR b/graphics/nsxiv/pkg/DESCR deleted file mode 100644 index 1168a76..0000000 --- a/graphics/nsxiv/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index f2b8f31..0000000 --- a/graphics/nsxiv/pkg/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@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 deleted file mode 100644 index a9073f0..0000000 --- a/graphics/sxiv/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $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 deleted file mode 100644 index 5856905..0000000 --- a/graphics/sxiv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 5a322d5..0000000 --- a/graphics/sxiv/patches/patch-config_def_h +++ /dev/null @@ -1,29 +0,0 @@ -$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 deleted file mode 100644 index 65b054a..0000000 --- a/graphics/sxiv/patches/patch-exec_key-handler +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index 43620ae..0000000 --- a/graphics/sxiv/patches/patch-sxiv_1 +++ /dev/null @@ -1,29 +0,0 @@ -$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 deleted file mode 100644 index 1d9ea24..0000000 --- a/graphics/sxiv/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 712c7a5..0000000 --- a/graphics/sxiv/pkg/PLIST +++ /dev/null @@ -1,15 +0,0 @@ -@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 deleted file mode 100644 index cbdb1ad..0000000 --- a/mail/mu/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# $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 deleted file mode 100644 index 619e803..0000000 --- a/mail/mu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index f6a400d..0000000 --- a/mail/mu/patches/patch-configure_ac +++ /dev/null @@ -1,15 +0,0 @@ -$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 deleted file mode 100644 index 759acd0..0000000 --- a/mail/mu/patches/patch-guile_scripts_find-dups_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index b88ebfc..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-count_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index 15a4588..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-per-day_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index 8ae60a3..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-per-hour_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index d8e961c..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-per-month_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index 98763f8..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-per-year-month_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index 798a809..0000000 --- a/mail/mu/patches/patch-guile_scripts_msgs-per-year_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index 01331f1..0000000 --- a/mail/mu/patches/patch-guile_tests_test-mu-guile_scm +++ /dev/null @@ -1,12 +0,0 @@ -$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 deleted file mode 100644 index d27515f..0000000 --- a/mail/mu/patches/patch-lib_utils_mu-str_c +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index 2883431..0000000 --- a/mail/mu/patches/patch-lib_utils_mu-utils_cc +++ /dev/null @@ -1,15 +0,0 @@ -$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 deleted file mode 100644 index 5ea2b1e..0000000 --- a/mail/mu/patches/patch-man_mu_1 +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index d36e788..0000000 --- a/mail/mu/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 1808b23..0000000 --- a/mail/mu/pkg/PFRAG.guile +++ /dev/null @@ -1,22 +0,0 @@ -@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 deleted file mode 100644 index 51b980a..0000000 --- a/mail/mu/pkg/PLIST +++ /dev/null @@ -1,71 +0,0 @@ -@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 deleted file mode 100644 index 278c075..0000000 --- a/mail/mu/pkg/README +++ /dev/null @@ -1,28 +0,0 @@ -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/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile deleted file mode 100644 index e517fbd..0000000 --- a/multimedia/obs-studio/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $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 deleted file mode 100644 index 4540216..0000000 --- a/multimedia/obs-studio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 13c58d4..0000000 --- a/multimedia/obs-studio/patches/patch-UI_obs-app_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index e9f3874..0000000 --- a/multimedia/obs-studio/patches/patch-libobs_graphics_graphics_h +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index 33d44b7..0000000 --- a/multimedia/obs-studio/patches/patch-libobs_obs-nix_c +++ /dev/null @@ -1,32 +0,0 @@ -$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 deleted file mode 100644 index 689b8c2..0000000 --- a/multimedia/obs-studio/patches/patch-libobs_util_profiler_c +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index abea64b..0000000 --- a/multimedia/obs-studio/patches/patch-plugins_CMakeLists_txt +++ /dev/null @@ -1,18 +0,0 @@ -$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 deleted file mode 100644 index bbe9284..0000000 --- a/multimedia/obs-studio/patches/patch-plugins_obs-outputs_librtmp_rtmp_c +++ /dev/null @@ -1,14 +0,0 @@ -$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 deleted file mode 100644 index 787170f..0000000 --- a/multimedia/obs-studio/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c2460dc..0000000 --- a/multimedia/obs-studio/pkg/PLIST +++ /dev/null @@ -1,1168 +0,0 @@ -@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/gurk-rs/Makefile b/net/gurk-rs/Makefile deleted file mode 100644 index 9766c60..0000000 --- a/net/gurk-rs/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -COMMENT = Signal Messenger client for the terminal - -GH_ACCOUNT = boxdot -GH_PROJECT = gurk-rs -GH_TAGNAME = v0.3.0 - -CATEGORIES = net - -MAINTAINER = Stefan Hagen - -# AGPL 3.0 -PERMIT_PACKAGE = Yes - -# vendor files (see ${FILESDIR}/config) -MASTER_SITES0 = https://codevoid.de/h/ -DISTFILES += ${DISTNAME}-vendorfiles${EXTRACT_SUFX}:0 - -MODULES = devel/cargo - -WANTLIB = m ${MODCARGO_WANTLIB} - -BUILD_DEPENDS = devel/protobuf \ - security/rust-ring - -CONFIGURE_STYLE = cargo - -post-configure: - sed -i '/opt-level/s,2,0,' ${WRKDIR}/.cargo/config - cat ${FILESDIR}/config >> ${WRKDIR}/.cargo/config - -do-install: - ${INSTALL_PROGRAM} ${MODCARGO_TARGET_DIR}/release/gurk ${PREFIX}/bin/ - -.include "crates.inc" - -.include diff --git a/net/gurk-rs/crates.inc b/net/gurk-rs/crates.inc deleted file mode 100644 index 639758d..0000000 --- a/net/gurk-rs/crates.inc +++ /dev/null @@ -1,377 +0,0 @@ -MODCARGO_CRATES += adler 1.0.2 # 0BSD OR MIT OR Apache-2.0 -MODCARGO_CRATES += aead 0.4.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += aes 0.7.5 # MIT OR Apache-2.0 -MODCARGO_CRATES += aes-gcm 0.9.4 # Apache-2.0 OR MIT -MODCARGO_CRATES += aes-gcm-siv 0.10.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += aho-corasick 0.7.19 # Unlicense/MIT -MODCARGO_CRATES += android_system_properties 0.1.5 # MIT/Apache-2.0 -MODCARGO_CRATES += anes 0.1.6 # MIT OR Apache-2.0 -MODCARGO_CRATES += ansi_term 0.12.1 # MIT -MODCARGO_CRATES += anyhow 1.0.64 # MIT OR Apache-2.0 -MODCARGO_CRATES += arrayref 0.3.6 # BSD-2-Clause -MODCARGO_CRATES += arrayvec 0.5.2 # MIT/Apache-2.0 -MODCARGO_CRATES += async-broadcast 0.4.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += async-channel 1.7.1 # Apache-2.0 OR MIT -MODCARGO_CRATES += async-executor 1.4.1 # Apache-2.0 OR MIT -MODCARGO_CRATES += async-io 1.9.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += async-lock 2.5.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += async-recursion 0.3.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += async-task 4.3.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += async-trait 0.1.57 # MIT OR Apache-2.0 -MODCARGO_CRATES += async-tungstenite 0.17.2 # MIT -MODCARGO_CRATES += atty 0.2.14 # MIT -MODCARGO_CRATES += autocfg 1.1.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += base64 0.12.3 # MIT/Apache-2.0 -MODCARGO_CRATES += base64 0.13.0 # MIT/Apache-2.0 -MODCARGO_CRATES += bincode 1.3.3 # MIT -MODCARGO_CRATES += bitflags 1.3.2 # MIT/Apache-2.0 -MODCARGO_CRATES += block 0.1.6 # MIT -MODCARGO_CRATES += block-buffer 0.9.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += block-buffer 0.10.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += block-modes 0.8.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += block-padding 0.2.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += bstr 0.2.17 # MIT OR Apache-2.0 -MODCARGO_CRATES += bumpalo 3.11.0 # MIT/Apache-2.0 -MODCARGO_CRATES += byteorder 1.4.3 # Unlicense OR MIT -MODCARGO_CRATES += bytes 1.2.1 # MIT -MODCARGO_CRATES += cache-padded 1.2.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += cassowary 0.3.0 # MIT / Apache-2.0 -MODCARGO_CRATES += cast 0.3.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += cc 1.0.73 # MIT/Apache-2.0 -MODCARGO_CRATES += cfg-if 1.0.0 # MIT/Apache-2.0 -MODCARGO_CRATES += checked_int_cast 1.0.0 # MIT -MODCARGO_CRATES += chrono 0.4.22 # MIT/Apache-2.0 -MODCARGO_CRATES += ciborium 0.2.0 # Apache-2.0 -MODCARGO_CRATES += ciborium-io 0.2.0 # Apache-2.0 -MODCARGO_CRATES += ciborium-ll 0.2.0 # Apache-2.0 -MODCARGO_CRATES += cipher 0.3.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += clap 3.2.23 # MIT OR Apache-2.0 -MODCARGO_CRATES += clap 4.0.18 # MIT OR Apache-2.0 -MODCARGO_CRATES += clap_derive 4.0.18 # MIT OR Apache-2.0 -MODCARGO_CRATES += clap_lex 0.2.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += clap_lex 0.3.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += cmake 0.1.48 # MIT/Apache-2.0 -MODCARGO_CRATES += concurrent-queue 1.2.4 # Apache-2.0 OR MIT -MODCARGO_CRATES += core-foundation 0.9.3 # MIT / Apache-2.0 -MODCARGO_CRATES += core-foundation-sys 0.8.3 # MIT / Apache-2.0 -MODCARGO_CRATES += cpufeatures 0.2.5 # MIT OR Apache-2.0 -MODCARGO_CRATES += crc32fast 1.3.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += criterion 0.4.0 # Apache-2.0/MIT -MODCARGO_CRATES += criterion-plot 0.5.0 # MIT/Apache-2.0 -MODCARGO_CRATES += crossbeam-channel 0.5.6 # MIT OR Apache-2.0 -MODCARGO_CRATES += crossbeam-deque 0.8.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += crossbeam-epoch 0.9.10 # MIT OR Apache-2.0 -MODCARGO_CRATES += crossbeam-utils 0.8.11 # MIT OR Apache-2.0 -MODCARGO_CRATES += crossterm 0.19.0 # MIT -MODCARGO_CRATES += crossterm 0.23.2 # MIT -MODCARGO_CRATES += crossterm_winapi 0.7.0 # MIT -MODCARGO_CRATES += crossterm_winapi 0.9.0 # MIT -MODCARGO_CRATES += crypto-common 0.1.6 # MIT OR Apache-2.0 -MODCARGO_CRATES += crypto-mac 0.11.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += ctr 0.8.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += derivative 2.2.0 # MIT/Apache-2.0 -MODCARGO_CRATES += digest 0.9.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += digest 0.10.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += dirs 3.0.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += dirs 4.0.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += dirs-next 2.0.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += dirs-sys 0.3.7 # MIT OR Apache-2.0 -MODCARGO_CRATES += dirs-sys-next 0.1.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += displaydoc 0.2.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += either 1.8.0 # MIT/Apache-2.0 -MODCARGO_CRATES += emoji 0.2.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += enumflags2 0.7.5 # MIT OR Apache-2.0 -MODCARGO_CRATES += enumflags2_derive 0.7.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += env_logger 0.8.4 # MIT/Apache-2.0 -MODCARGO_CRATES += event-listener 2.5.3 # Apache-2.0 OR MIT -MODCARGO_CRATES += fastrand 1.8.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += filetime 0.2.17 # MIT/Apache-2.0 -MODCARGO_CRATES += fixedbitset 0.4.2 # MIT/Apache-2.0 -MODCARGO_CRATES += flate2 1.0.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += fnv 1.0.7 # Apache-2.0 / MIT -MODCARGO_CRATES += form_urlencoded 1.0.1 # MIT/Apache-2.0 -MODCARGO_CRATES += fs2 0.4.3 # MIT/Apache-2.0 -MODCARGO_CRATES += futures 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-channel 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-core 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-executor 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-io 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-lite 1.12.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += futures-macro 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-sink 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-task 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += futures-util 0.3.24 # MIT OR Apache-2.0 -MODCARGO_CRATES += fuzzy-matcher 0.3.7 # MIT -MODCARGO_CRATES += fxhash 0.2.1 # Apache-2.0/MIT -MODCARGO_CRATES += generic-array 0.14.6 # MIT -MODCARGO_CRATES += getopts 0.2.21 # MIT/Apache-2.0 -MODCARGO_CRATES += getrandom 0.1.16 # MIT OR Apache-2.0 -MODCARGO_CRATES += getrandom 0.2.7 # MIT OR Apache-2.0 -MODCARGO_CRATES += gh-emoji 1.0.7 # MIT -MODCARGO_CRATES += ghash 0.4.4 # Apache-2.0 OR MIT -MODCARGO_CRATES += half 1.8.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += hashbrown 0.12.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += headers 0.3.8 # MIT -MODCARGO_CRATES += headers-core 0.2.0 # MIT -MODCARGO_CRATES += heck 0.3.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += heck 0.4.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += hermit-abi 0.1.19 # MIT/Apache-2.0 -MODCARGO_CRATES += hex 0.4.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += hkdf 0.11.0 # MIT/Apache-2.0 -MODCARGO_CRATES += hkdf 0.12.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += hmac 0.11.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += hmac 0.12.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += hostname 0.3.1 # MIT -MODCARGO_CRATES += http 0.2.8 # MIT OR Apache-2.0 -MODCARGO_CRATES += http-body 0.4.5 # MIT -MODCARGO_CRATES += httparse 1.8.0 # MIT/Apache-2.0 -MODCARGO_CRATES += httpdate 1.0.2 # MIT/Apache-2.0 -MODCARGO_CRATES += hyper 0.14.20 # MIT -MODCARGO_CRATES += hyper-rustls 0.23.0 # Apache-2.0/ISC/MIT -MODCARGO_CRATES += hyper-timeout 0.4.1 # MIT/Apache-2.0 -MODCARGO_CRATES += iana-time-zone 0.1.47 # MIT OR Apache-2.0 -MODCARGO_CRATES += idna 0.2.3 # MIT/Apache-2.0 -MODCARGO_CRATES += indexmap 1.9.1 # Apache-2.0 OR MIT -MODCARGO_CRATES += instant 0.1.12 # BSD-3-Clause -MODCARGO_CRATES += itertools 0.9.0 # MIT/Apache-2.0 -MODCARGO_CRATES += itertools 0.10.3 # MIT/Apache-2.0 -MODCARGO_CRATES += itoa 1.0.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += js-sys 0.3.59 # MIT/Apache-2.0 -MODCARGO_CRATES += lazy_static 1.4.0 # MIT/Apache-2.0 -MODCARGO_CRATES += lexical-core 0.7.6 # MIT/Apache-2.0 -MODCARGO_CRATES += libc 0.2.132 # MIT OR Apache-2.0 -MODCARGO_CRATES += linked-hash-map 0.5.6 # MIT/Apache-2.0 -MODCARGO_CRATES += lock_api 0.4.8 # MIT OR Apache-2.0 -MODCARGO_CRATES += log 0.4.17 # MIT OR Apache-2.0 -MODCARGO_CRATES += log-panics 2.1.0 # MIT/Apache-2.0 -MODCARGO_CRATES += lru-cache 0.1.2 # MIT/Apache-2.0 -MODCARGO_CRATES += mac-notification-sys 0.5.6 # MIT -MODCARGO_CRATES += malloc_buf 0.0.6 # MIT -MODCARGO_CRATES += match_cfg 0.1.0 # MIT/Apache-2.0 -MODCARGO_CRATES += matches 0.1.9 # MIT -MODCARGO_CRATES += memchr 2.5.0 # Unlicense/MIT -MODCARGO_CRATES += memoffset 0.6.5 # MIT -MODCARGO_CRATES += mime 0.3.16 # MIT/Apache-2.0 -MODCARGO_CRATES += mime_guess 2.0.4 # MIT -MODCARGO_CRATES += miniz_oxide 0.5.4 # MIT OR Zlib OR Apache-2.0 -MODCARGO_CRATES += mio 0.7.14 # MIT -MODCARGO_CRATES += mio 0.8.4 # MIT -MODCARGO_CRATES += miow 0.3.7 # MIT/Apache-2.0 -MODCARGO_CRATES += mpart-async 0.6.1 # MIT/Apache-2.0 -MODCARGO_CRATES += multimap 0.8.3 # MIT/Apache-2.0 -MODCARGO_CRATES += nix 0.23.1 # MIT -MODCARGO_CRATES += nom 5.1.2 # MIT -MODCARGO_CRATES += notify-rust 4.5.10 # MIT/Apache-2.0 -MODCARGO_CRATES += ntapi 0.3.7 # Apache-2.0 OR MIT -MODCARGO_CRATES += num-integer 0.1.45 # MIT OR Apache-2.0 -MODCARGO_CRATES += num-traits 0.2.15 # MIT OR Apache-2.0 -MODCARGO_CRATES += num_cpus 1.13.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += num_enum 0.5.7 # BSD-3-Clause OR MIT OR Apache-2.0 -MODCARGO_CRATES += num_enum_derive 0.5.7 # BSD-3-Clause OR MIT OR Apache-2.0 -MODCARGO_CRATES += num_threads 0.1.6 # MIT OR Apache-2.0 -MODCARGO_CRATES += objc 0.2.7 # MIT -MODCARGO_CRATES += objc-foundation 0.1.1 # MIT -MODCARGO_CRATES += objc_id 0.1.1 # MIT -MODCARGO_CRATES += once_cell 1.14.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += oncemutex 0.1.1 # MIT/Apache-2.0 -MODCARGO_CRATES += oorandom 11.1.3 # MIT -MODCARGO_CRATES += opaque-debug 0.3.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += opener 0.5.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += openssl-probe 0.1.5 # MIT/Apache-2.0 -MODCARGO_CRATES += ordered-stream 0.0.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += os_str_bytes 6.3.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += parking 2.0.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += parking_lot 0.11.2 # Apache-2.0/MIT -MODCARGO_CRATES += parking_lot 0.12.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += parking_lot_core 0.8.5 # Apache-2.0/MIT -MODCARGO_CRATES += parking_lot_core 0.9.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += percent-encoding 2.1.0 # MIT/Apache-2.0 -MODCARGO_CRATES += petgraph 0.6.2 # MIT/Apache-2.0 -MODCARGO_CRATES += phf 0.8.0 # MIT -MODCARGO_CRATES += phf 0.11.1 # MIT -MODCARGO_CRATES += phf_generator 0.8.0 # MIT -MODCARGO_CRATES += phf_macros 0.8.0 # MIT -MODCARGO_CRATES += phf_shared 0.8.0 # MIT -MODCARGO_CRATES += phf_shared 0.11.1 # MIT -MODCARGO_CRATES += phonenumber 0.3.1+8.12.9 # Apache-2.0 -MODCARGO_CRATES += pin-project-lite 0.2.9 # Apache-2.0 OR MIT -MODCARGO_CRATES += pin-utils 0.1.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += plotters 0.3.4 # MIT -MODCARGO_CRATES += plotters-backend 0.3.4 # MIT -MODCARGO_CRATES += plotters-svg 0.3.3 # MIT -MODCARGO_CRATES += polling 2.3.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += polyval 0.5.3 # Apache-2.0 OR MIT -MODCARGO_CRATES += ppv-lite86 0.2.16 # MIT/Apache-2.0 -MODCARGO_CRATES += proc-macro-crate 1.2.1 # Apache-2.0/MIT -MODCARGO_CRATES += proc-macro-error 1.0.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += proc-macro-error-attr 1.0.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += proc-macro-hack 0.5.19 # MIT OR Apache-2.0 -MODCARGO_CRATES += proc-macro2 1.0.43 # MIT OR Apache-2.0 -MODCARGO_CRATES += prost 0.9.0 # Apache-2.0 -MODCARGO_CRATES += prost 0.10.4 # Apache-2.0 -MODCARGO_CRATES += prost-build 0.9.0 # Apache-2.0 -MODCARGO_CRATES += prost-build 0.10.4 # Apache-2.0 -MODCARGO_CRATES += prost-derive 0.9.0 # Apache-2.0 -MODCARGO_CRATES += prost-derive 0.10.1 # Apache-2.0 -MODCARGO_CRATES += prost-types 0.9.0 # Apache-2.0 -MODCARGO_CRATES += prost-types 0.10.1 # Apache-2.0 -MODCARGO_CRATES += pulldown-cmark 0.8.0 # MIT -MODCARGO_CRATES += qr2term 0.3.0 # MPL-2.0 -MODCARGO_CRATES += qrcode 0.12.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += quick-xml 0.18.1 # MIT -MODCARGO_CRATES += quick-xml 0.23.1 # MIT -MODCARGO_CRATES += quickcheck 1.0.3 # Unlicense/MIT -MODCARGO_CRATES += quickcheck_macros 1.0.0 # Unlicense/MIT -MODCARGO_CRATES += quote 1.0.21 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand 0.7.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand 0.8.5 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand_chacha 0.2.2 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand_chacha 0.3.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand_core 0.5.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand_core 0.6.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += rand_hc 0.2.0 # MIT/Apache-2.0 -MODCARGO_CRATES += rand_pcg 0.2.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += rayon 1.5.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += rayon-core 1.9.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += redox_syscall 0.2.16 # MIT -MODCARGO_CRATES += redox_users 0.4.3 # MIT -MODCARGO_CRATES += regex 1.6.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += regex-automata 0.1.10 # Unlicense/MIT -MODCARGO_CRATES += regex-cache 0.2.1 # MIT -MODCARGO_CRATES += regex-syntax 0.6.27 # MIT OR Apache-2.0 -MODCARGO_CRATES += remove_dir_all 0.5.3 # MIT/Apache-2.0 -MODCARGO_CRATES += ring 0.16.20 # LICENSE -MODCARGO_CRATES += rustls 0.20.6 # Apache-2.0/ISC/MIT -MODCARGO_CRATES += rustls-native-certs 0.6.2 # Apache-2.0/ISC/MIT -MODCARGO_CRATES += rustls-pemfile 0.3.0 # Apache-2.0/ISC/MIT -MODCARGO_CRATES += rustls-pemfile 1.0.1 # Apache-2.0 OR ISC OR MIT -MODCARGO_CRATES += ryu 1.0.11 # Apache-2.0 OR BSL-1.0 -MODCARGO_CRATES += same-file 1.0.6 # Unlicense/MIT -MODCARGO_CRATES += schannel 0.1.20 # MIT -MODCARGO_CRATES += scopeguard 1.1.0 # MIT/Apache-2.0 -MODCARGO_CRATES += sct 0.7.0 # Apache-2.0/ISC/MIT -MODCARGO_CRATES += security-framework 2.7.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += security-framework-sys 2.6.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += semver 1.0.13 # MIT OR Apache-2.0 -MODCARGO_CRATES += serde 1.0.144 # MIT OR Apache-2.0 -MODCARGO_CRATES += serde_derive 1.0.144 # MIT OR Apache-2.0 -MODCARGO_CRATES += serde_json 1.0.85 # MIT OR Apache-2.0 -MODCARGO_CRATES += serde_repr 0.1.9 # MIT OR Apache-2.0 -MODCARGO_CRATES += sha-1 0.10.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += sha1 0.6.1 # BSD-3-Clause -MODCARGO_CRATES += sha1 0.10.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += sha1_smol 1.0.0 # BSD-3-Clause -MODCARGO_CRATES += sha2 0.9.9 # MIT OR Apache-2.0 -MODCARGO_CRATES += sha2 0.10.5 # MIT OR Apache-2.0 -MODCARGO_CRATES += sharded-slab 0.1.4 # MIT -MODCARGO_CRATES += signal-hook 0.1.17 # Apache-2.0/MIT -MODCARGO_CRATES += signal-hook 0.3.14 # Apache-2.0/MIT -MODCARGO_CRATES += signal-hook-mio 0.2.3 # Apache-2.0/MIT -MODCARGO_CRATES += signal-hook-registry 1.4.0 # Apache-2.0/MIT -MODCARGO_CRATES += siphasher 0.3.10 # MIT/Apache-2.0 -MODCARGO_CRATES += slab 0.4.7 # MIT -MODCARGO_CRATES += sled 0.34.7 # MIT/Apache-2.0 -MODCARGO_CRATES += smallvec 1.9.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += smawk 0.3.1 # MIT -MODCARGO_CRATES += socket2 0.4.7 # MIT OR Apache-2.0 -MODCARGO_CRATES += spin 0.5.2 # MIT -MODCARGO_CRATES += static_assertions 1.1.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += strsim 0.10.0 # MIT -MODCARGO_CRATES += strum 0.22.0 # MIT -MODCARGO_CRATES += strum_macros 0.22.0 # MIT -MODCARGO_CRATES += subtle 2.4.1 # BSD-3-Clause -MODCARGO_CRATES += syn 1.0.99 # MIT OR Apache-2.0 -MODCARGO_CRATES += synstructure 0.12.6 # MIT -MODCARGO_CRATES += tar 0.4.38 # MIT/Apache-2.0 -MODCARGO_CRATES += tauri-winrt-notification 0.1.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += tempfile 3.3.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += termcolor 1.1.3 # Unlicense OR MIT -MODCARGO_CRATES += textwrap 0.14.2 # MIT -MODCARGO_CRATES += textwrap 0.16.0 # MIT -MODCARGO_CRATES += thiserror 1.0.34 # MIT OR Apache-2.0 -MODCARGO_CRATES += thiserror-impl 1.0.34 # MIT OR Apache-2.0 -MODCARGO_CRATES += thread_local 1.1.4 # Apache-2.0/MIT -MODCARGO_CRATES += time 0.1.44 # MIT/Apache-2.0 -MODCARGO_CRATES += time 0.3.14 # MIT OR Apache-2.0 -MODCARGO_CRATES += tinytemplate 1.2.1 # Apache-2.0 OR MIT -MODCARGO_CRATES += tinyvec 1.6.0 # Zlib OR Apache-2.0 OR MIT -MODCARGO_CRATES += tinyvec_macros 0.1.0 # MIT OR Apache-2.0 OR Zlib -MODCARGO_CRATES += tokio 1.21.0 # MIT -MODCARGO_CRATES += tokio-io-timeout 1.2.0 # MIT/Apache-2.0 -MODCARGO_CRATES += tokio-macros 1.8.0 # MIT -MODCARGO_CRATES += tokio-rustls 0.23.4 # MIT/Apache-2.0 -MODCARGO_CRATES += tokio-stream 0.1.9 # MIT -MODCARGO_CRATES += tokio-util 0.6.10 # MIT -MODCARGO_CRATES += toml 0.5.9 # MIT/Apache-2.0 -MODCARGO_CRATES += tower-service 0.3.2 # MIT -MODCARGO_CRATES += tracing 0.1.36 # MIT -MODCARGO_CRATES += tracing-appender 0.2.2 # MIT -MODCARGO_CRATES += tracing-attributes 0.1.22 # MIT -MODCARGO_CRATES += tracing-core 0.1.29 # MIT -MODCARGO_CRATES += tracing-log 0.1.3 # MIT -MODCARGO_CRATES += tracing-subscriber 0.3.15 # MIT -MODCARGO_CRATES += try-lock 0.2.3 # MIT -MODCARGO_CRATES += tui 0.15.0 # MIT -MODCARGO_CRATES += tungstenite 0.17.3 # MIT/Apache-2.0 -MODCARGO_CRATES += typenum 1.15.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += uds_windows 1.0.2 # MIT -MODCARGO_CRATES += unicase 2.6.0 # MIT/Apache-2.0 -MODCARGO_CRATES += unicode-bidi 0.3.8 # MIT OR Apache-2.0 -MODCARGO_CRATES += unicode-ident 1.0.3 # (MIT OR Apache-2.0) AND Unicode-DFS-2016 -MODCARGO_CRATES += unicode-linebreak 0.1.2 # Apache-2.0 -MODCARGO_CRATES += unicode-normalization 0.1.21 # MIT/Apache-2.0 -MODCARGO_CRATES += unicode-segmentation 1.9.0 # MIT/Apache-2.0 -MODCARGO_CRATES += unicode-width 0.1.9 # MIT/Apache-2.0 -MODCARGO_CRATES += unicode-xid 0.2.3 # MIT OR Apache-2.0 -MODCARGO_CRATES += universal-hash 0.4.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += untrusted 0.7.1 # ISC -MODCARGO_CRATES += url 2.2.2 # MIT/Apache-2.0 -MODCARGO_CRATES += utf-8 0.7.6 # MIT OR Apache-2.0 -MODCARGO_CRATES += uuid 1.2.1 # Apache-2.0 OR MIT -MODCARGO_CRATES += valuable 0.1.0 # MIT -MODCARGO_CRATES += version_check 0.9.4 # MIT/Apache-2.0 -MODCARGO_CRATES += waker-fn 1.1.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += walkdir 2.3.2 # Unlicense/MIT -MODCARGO_CRATES += want 0.3.0 # MIT -MODCARGO_CRATES += wasi 0.9.0+wasi-snapshot-preview1 # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -MODCARGO_CRATES += wasi 0.10.0+wasi-snapshot-preview1 # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -MODCARGO_CRATES += wasi 0.11.0+wasi-snapshot-preview1 # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT -MODCARGO_CRATES += wasm-bindgen 0.2.82 # MIT/Apache-2.0 -MODCARGO_CRATES += wasm-bindgen-backend 0.2.82 # MIT/Apache-2.0 -MODCARGO_CRATES += wasm-bindgen-macro 0.2.82 # MIT/Apache-2.0 -MODCARGO_CRATES += wasm-bindgen-macro-support 0.2.82 # MIT/Apache-2.0 -MODCARGO_CRATES += wasm-bindgen-shared 0.2.82 # MIT/Apache-2.0 -MODCARGO_CRATES += web-sys 0.3.59 # MIT/Apache-2.0 -MODCARGO_CRATES += webpki 0.22.0 # LICENSE -MODCARGO_CRATES += wepoll-ffi 0.1.2 # MIT OR Apache-2.0 OR BSD-2-Clause -MODCARGO_CRATES += which 4.3.0 # MIT -MODCARGO_CRATES += whoami 1.2.1 # Apache-2.0 OR BSL-1.0 OR MIT -MODCARGO_CRATES += winapi 0.3.9 # MIT/Apache-2.0 -MODCARGO_CRATES += winapi-i686-pc-windows-gnu 0.4.0 # MIT/Apache-2.0 -MODCARGO_CRATES += winapi-util 0.1.5 # Unlicense/MIT -MODCARGO_CRATES += winapi-x86_64-pc-windows-gnu 0.4.0 # MIT/Apache-2.0 -MODCARGO_CRATES += windows 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows-sys 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_aarch64_msvc 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_aarch64_msvc 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_i686_gnu 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_i686_gnu 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_i686_msvc 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_i686_msvc 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_x86_64_gnu 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_x86_64_gnu 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_x86_64_msvc 0.36.1 # MIT OR Apache-2.0 -MODCARGO_CRATES += windows_x86_64_msvc 0.39.0 # MIT OR Apache-2.0 -MODCARGO_CRATES += x25519-dalek 1.2.0 # BSD-3-Clause -MODCARGO_CRATES += xattr 0.2.3 # MIT/Apache-2.0 -MODCARGO_CRATES += xflags 0.2.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += xflags-macros 0.2.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += xshell 0.1.17 # MIT OR Apache-2.0 -MODCARGO_CRATES += xshell-macros 0.1.17 # MIT OR Apache-2.0 -MODCARGO_CRATES += zbus 2.3.2 # MIT -MODCARGO_CRATES += zbus_macros 2.3.2 # MIT -MODCARGO_CRATES += zbus_names 2.2.0 # MIT -MODCARGO_CRATES += zeroize 1.3.0 # Apache-2.0 OR MIT -MODCARGO_CRATES += zeroize_derive 1.3.2 # Apache-2.0 OR MIT -MODCARGO_CRATES += zvariant 3.6.0 # MIT -MODCARGO_CRATES += zvariant_derive 3.6.0 # MIT diff --git a/net/gurk-rs/distinfo b/net/gurk-rs/distinfo deleted file mode 100644 index 5aa70cf..0000000 --- a/net/gurk-rs/distinfo +++ /dev/null @@ -1,758 +0,0 @@ -SHA256 (cargo/adler-1.0.2.tar.gz) = 8mIBYEyHseAb09mPjV2aj8u4FejO20H/zL60v1k6Nf4= -SHA256 (cargo/aead-0.4.3.tar.gz) = C2E7jh48+RGghvU/A78ob1L9enJY5Ppgbw7yINOdiHc= -SHA256 (cargo/aes-0.7.5.tar.gz) = notH9S6puuQiKNB+wJ62dkM9fE7R698PHRwp7URvGrg= -SHA256 (cargo/aes-gcm-0.9.4.tar.gz) = 31+FqDp9iwRCtqp7UEuCEsFzPaB7mKrkPUvCGyyzzfY= -SHA256 (cargo/aes-gcm-siv-0.10.3.tar.gz) = WJxjfw5oyHe71ZpFmbvoScrI5fPktaPrro9SjNIY3Nw= -SHA256 (cargo/aho-corasick-0.7.19.tar.gz) = tPVb2RoJeMv9kcRXoWS6uLQAHIM7fzIxMsCk4ZIt1E4= -SHA256 (cargo/android_system_properties-0.1.5.tar.gz) = gZ5yGdvUEEOsJ5sZgw8u/IlxVkkNf9bqkWcgEX7mYxE= -SHA256 (cargo/anes-0.1.6.tar.gz) = S0bLs2Krh1KSHJfgQfXjZu5il71CijEnW5/PHjgPcpk= -SHA256 (cargo/ansi_term-0.12.1.tar.gz) = 1Sqbt+wM9ITFUYMKfOJ70g1n6sZH4b77VrC+TuOaVdI= -SHA256 (cargo/anyhow-1.0.64.tar.gz) = uaj2Irz2/z30eOneuj4D5OBLMA+OahOeGSwF+jSQr8c= -SHA256 (cargo/arrayref-0.3.6.tar.gz) = pMUnFS43z3V6P3iq5aBvvu/bB8zFNcmAoyCO4wYN1UQ= -SHA256 (cargo/arrayvec-0.5.2.tar.gz) = I7Yvxl3o5Of1JTT7UrDz7QR0auJnUZ7vKoOUHoCFBos= -SHA256 (cargo/async-broadcast-0.4.1.tar.gz) = bSYAT+g7LRzTqXYJsh45+aMVNYIiEP6DIF0s5Ihm6mE= -SHA256 (cargo/async-channel-1.7.1.tar.gz) = 4USFNkIUkS07Gcw0Nd3k32YGUSfwX6DXXHEvNvEsLyg= -SHA256 (cargo/async-executor-1.4.1.tar.gz) = hx+bteCiLut+jPFmQf64fJ3GcDLM+P9J53LrmUHTqWU= -SHA256 (cargo/async-io-1.9.0.tar.gz) = g+IfOkkMcrOwz0SWIYDmAEXeKSXY3/l5GPfuQ8j2N8c= -SHA256 (cargo/async-lock-2.5.0.tar.gz) = 6XoXHRkXgvujG7kCsUrZTiSmgUUDK37t+HGrC8DQd7Y= -SHA256 (cargo/async-recursion-0.3.2.tar.gz) = 19eGVroB8bkwJLfDoEZ/FgjkvmfXJXSf3NfSx2eP16I= -SHA256 (cargo/async-task-4.3.0.tar.gz) = ekBynSEzhG2e0OpgqLlUG8zdq0nNMPBxWh2mcv6aJSQ= -SHA256 (cargo/async-trait-0.1.57.tar.gz) = dkZERri8MnWNfojuGoBNmRTNmxyyZMApiZaAsL4pgm8= -SHA256 (cargo/async-tungstenite-0.17.2.tar.gz) = obcbMVYWQ6qOffPv/ihPqDqxqEDlIpTF9L17/Ysr7Ls= -SHA256 (cargo/atty-0.2.14.tar.gz) = 2bOb4Ydw0RQhzbG5lHpF3T836TCSy/N3YUgooxnV/ug= -SHA256 (cargo/autocfg-1.1.0.tar.gz) = 1GiAK6sXy8DMV16bBT9B5yqja/prf1XjUp/6QxYbl/o= -SHA256 (cargo/base64-0.12.3.tar.gz) = NEHw97AniOlI5H9FfKAfHX5tksaTvBMsIrCH0xQcA/8= -SHA256 (cargo/base64-0.13.0.tar.gz) = kE3+rFDzzauij8b1f9zdt19J7WE0ZnanjE/+VYd4Av0= -SHA256 (cargo/bincode-1.3.3.tar.gz) = sfRelBfYcifHpW0i5HHGIGRiy6UUx1kMCa/0z20d3K0= -SHA256 (cargo/bitflags-1.3.2.tar.gz) = vvONRRY8Lx3eCUp9/TPM9ZXJKQXI+PT9wY0G+xA3cYo= -SHA256 (cargo/block-0.1.6.tar.gz) = DYwf72kJQdPneI0yhRdZH+zGhMCECEcC1v8WQemTaZo= -SHA256 (cargo/block-buffer-0.10.3.tar.gz) = acziBzdJj5e5k0cKblNrhSPwr3iSpPkozOsaxeUuvn4= -SHA256 (cargo/block-buffer-0.9.0.tar.gz) = QVIRb9bp2tspGuGPwew1de1thMKWQtl4kPS0o0Fyl+Q= -SHA256 (cargo/block-modes-0.8.1.tar.gz) = LLA9G+0VXYnc4PhFt4mbGKmhY+FI/QBOHChCGng+LY4= -SHA256 (cargo/block-padding-0.2.1.tar.gz) = jWlsNwx1DJSK2mHGmg7iy7ucULEBnduG2TFxV6mcLK4= -SHA256 (cargo/bstr-0.2.17.tar.gz) = ujVp84Po8VmESfGkI+cumVaRN7R3QLHaEe8Zrz1cMiM= -SHA256 (cargo/bumpalo-3.11.0.tar.gz) = wa2CIRjSDSwjT0JwANWsw26r4eKaNIyJtj3WCxPyjl0= -SHA256 (cargo/byteorder-1.4.3.tar.gz) = FMGJxT0JiUVJnN+n7MY1Z884hrMzKzEqW0WF2NOmphA= -SHA256 (cargo/bytes-1.2.1.tar.gz) = 7Ip7anD96ANyFUxlcC8AoPVvPhw2q7xsRASEviSIVts= -SHA256 (cargo/cache-padded-1.2.0.tar.gz) = wdtZYh7HDwnF6bWXsiDHorQ2EfRxDcA864dIY3d1aSw= -SHA256 (cargo/cassowary-0.3.0.tar.gz) = 34ZwuMe52uF5M2Tq+t9yOcQNZpkEZgxZYNdM/YC0alM= -SHA256 (cargo/cast-0.3.0.tar.gz) = N7KmcqLLEpouQcELEiS7No+fN6Kxa2ElmBOL79ezfrU= -SHA256 (cargo/cc-1.0.73.tar.gz) = L/8qaSezu4f5WV1nGWpwST9idoenHYeg1pIkLDP1jBE= -SHA256 (cargo/cfg-if-1.0.0.tar.gz) = uvHeQzl2FYi8Bhnjy8ASDuWC67dLU7Tvv3kRe9LaQP0= -SHA256 (cargo/checked_int_cast-1.0.0.tar.gz) = F8xea1qwYzHDNYmEIHBBa6oTfosOuRKwCM/Up4raeRk= -SHA256 (cargo/chrono-0.4.22.tar.gz) = v9TRsx+qo6ideTTb3tMRHaDS7yjj68zbTwF59ZKdHvE= -SHA256 (cargo/ciborium-0.2.0.tar.gz) = sME3VozGC5BKdyQAGzXOJjD9ANXYSAX7tgiriVCdeI8= -SHA256 (cargo/ciborium-io-0.2.0.tar.gz) = NG3nU68HPMh7UrIIOlBrOKwXakTPsFSXtiLie+iZs2k= -SHA256 (cargo/ciborium-ll-0.2.0.tar.gz) = ITAworWk4MCJK2ZSJgz2zKyEgnuDqFpTTheOOQbEzxs= -SHA256 (cargo/cipher-0.3.0.tar.gz) = fuUgcuwVOG93CAWv0YmgHIhBvoaWvtJQ+i8TxMDW37c= -SHA256 (cargo/clap-3.2.23.tar.gz) = cWVcRcuYRdMnDJ1t+E6+crTa08K6P3AjrUfBROTkc6U= -SHA256 (cargo/clap-4.0.18.tar.gz) = M1hndk7S3kIyX6/m0YuK90upfuDFkPoBbxV1NbQqsEs= -SHA256 (cargo/clap_derive-4.0.18.tar.gz) = FqGw9kIq8y1doMWOJwMyDzeSFu5wGYJByEFzqMWsKPM= -SHA256 (cargo/clap_lex-0.2.4.tar.gz) = KFDy9agsv0N91a9NSYSPvfwnwVfD0BA0V3b5UnZSYcU= -SHA256 (cargo/clap_lex-0.3.0.tar.gz) = DUGY9z5CtJNrNbW7JI2B0rWV7LFw2gusdlXFTu36jag= -SHA256 (cargo/cmake-0.1.48.tar.gz) = 6K2M7xBKxXtouJ3zIIFk0ihQOrvc5w9ogP+j2XDnRDo= -SHA256 (cargo/concurrent-queue-1.2.4.tar.gz) = r0eApEq1aW6p4oKUUX8f/7QhqDolr1ITM8g4Y1UJ25w= -SHA256 (cargo/core-foundation-0.9.3.tar.gz) = GUp6nm3lP6VRFpNAZ8hE2ddJMS91xvbQmA6MJS+MIUY= -SHA256 (cargo/core-foundation-sys-0.8.3.tar.gz) = WCfOv0ZwRouHct0ZGFZ2iu3LGwJ4oE+Yn3dmNRkXudw= -SHA256 (cargo/cpufeatures-0.2.5.tar.gz) = KNmXvV4kpZKN1D5G3FKYZ+IHkH/gsjnDR32ST38soyA= -SHA256 (cargo/crc32fast-1.3.2.tar.gz) = tUC9i8gQ04hcbqkeIBgwL2i6uiEpqz6I8yOJ7pNwiA0= -SHA256 (cargo/criterion-0.4.0.tar.gz) = 58duCcGq4rxSs9LynhPGVyVTswxKobikn9cN5kEmVMs= -SHA256 (cargo/criterion-plot-0.5.0.tar.gz) = a1CCY0J4alGoni2joo8cMrBuOHIBvC0ZeR9iLGc3BrE= -SHA256 (cargo/crossbeam-channel-0.5.6.tar.gz) = wt0E3a+II33DuNj5o8EAS1BrVLMxNAOUQFTSPAhwxSE= -SHA256 (cargo/crossbeam-deque-0.8.2.tar.gz) = cV6BUraSu6LTdLU9SHVEU2j98hqUdRQQr2B6WsZ30fw= -SHA256 (cargo/crossbeam-epoch-0.9.10.tar.gz) = BF6+J2ZkcbtUk3C0sLPlGwf1YyW++kKE22X8icAlEbE= -SHA256 (cargo/crossbeam-utils-0.8.11.tar.gz) = UYh9Stx7VkU3sVrc+zB5NvgHXfzV8A3emp8dKTg2grw= -SHA256 (cargo/crossterm-0.19.0.tar.gz) = fDbBATDfQksvNVL8wt3Nmyiiex5Us1i0WHT4jRymiIw= -SHA256 (cargo/crossterm-0.23.2.tar.gz) = ohAupPeBkQ+KW5jdBh9MICP0ec57sSNjMAmc61qTzxc= -SHA256 (cargo/crossterm_winapi-0.7.0.tar.gz) = DaiWSs5NPkoET9AnkZsiNwALJDFaN8kW9hgJ8f8hQLk= -SHA256 (cargo/crossterm_winapi-0.9.0.tar.gz) = KuGzWkhKoQ4H/gY40CMBxa0k3oLTEMy9LzaT2l8Jvxw= -SHA256 (cargo/crypto-common-0.1.6.tar.gz) = G/sSUC8/xGzKG7Uawo351hjYE83D0vJbn+d1o0rya7M= -SHA256 (cargo/crypto-mac-0.11.1.tar.gz) = sdGob0kjbCFfJx1AiS1fyVBJBVFACwLvNgaSwpgVxxQ= -SHA256 (cargo/ctr-0.8.0.tar.gz) = BJu5H7Sq8OPH76bNXvh327vRWzna0G2ZSN5OyKdXYeo= -SHA256 (cargo/derivative-2.2.0.tar.gz) = /MPdXp6cCyldbh5NgR+28VfV/9eEuNIC/GLqyANadws= -SHA256 (cargo/digest-0.10.3.tar.gz) = 8vuGDKb6+lVS+20OgWppyOSfCQi/Uk4wqQ2XyFiS1QY= -SHA256 (cargo/digest-0.9.0.tar.gz) = 091g0QgKV6BasDI3cEngWRQV0rMa/XAoNW2/PMbcsGY= -SHA256 (cargo/dirs-3.0.2.tar.gz) = MLqgQxA8nQwqV89TfMLzViOIncDUBebDzM+tvIHHEwk= -SHA256 (cargo/dirs-4.0.0.tar.gz) = yjqnKm+W6je7xaqRL2eIJCgy91Npvf2tyw44Qj8QAFk= -SHA256 (cargo/dirs-next-2.0.0.tar.gz) = uYz46/GcPRsiPhUfmaT58GkNykFBR3M5D8gkGErIM+E= -SHA256 (cargo/dirs-sys-0.3.7.tar.gz) = Gx0dkcky70HA8mY6qLDKA0LURNhCwGkUqgp+NS0LraY= -SHA256 (cargo/dirs-sys-next-0.1.2.tar.gz) = Tr2hRMT+AtH36hp9lkG2/GtYCtz6Akrkh5fs3raCW00= -SHA256 (cargo/displaydoc-0.2.3.tar.gz) = O/ldw/BGudpPLVGDPA01R9hWTvaRD1we0TAwanW5KIY= -SHA256 (cargo/either-1.8.0.tar.gz) = kOXByDaIAxE78MlYT8SVpYuG3Iop7b+P6HfSHZUH55c= -SHA256 (cargo/emoji-0.2.1.tar.gz) = MukwmHA3H3+ndndS5QSPwMBnWwF6J9nGAd/+mh7+AwE= -SHA256 (cargo/enumflags2-0.7.5.tar.gz) = 511M0huVODREgxU5kJ+7FLncP9zrKm9dNldzKaH1XMs= -SHA256 (cargo/enumflags2_derive-0.7.4.tar.gz) = 9Y3DxeRoJZ8Z8tRjBKayjxw9A0RC4UsyLSuFDjb21a4= -SHA256 (cargo/env_logger-0.8.4.tar.gz) = oZGH/qOsfoTafaz0jeDEXWPGp2+UkNrjia6tFsJD/OM= -SHA256 (cargo/event-listener-2.5.3.tar.gz) = AgYXX4K41r9mUv99caHif9Lk795Yf9NoZigU1uwdnOA= -SHA256 (cargo/fastrand-1.8.0.tar.gz) = p6QHz6ozhcSuayPoRiPUjCeY0G4+ahh49/WfF7P4ZJk= -SHA256 (cargo/filetime-0.2.17.tar.gz) = 6Up7uqWTVLwg3XW2fyPieXtEkOnWkoID+xBceeRIyGw= -SHA256 (cargo/fixedbitset-0.4.2.tar.gz) = DOcTS5mZ7K+LzWVULkNnNu8y3cobPgYJTLbsV1UgO4A= -SHA256 (cargo/flate2-1.0.24.tar.gz) = +CsPTCetn4v9HzII2ILaKwnDAbwcgo/ToA0CFtL7v/Y= -SHA256 (cargo/fnv-1.0.7.tar.gz) = P57skY0/JAad7LmvFVTK18iA4tokqa/YisoABTGrgsE= -SHA256 (cargo/form_urlencoded-1.0.1.tar.gz) = X8Jah/pP0glL/7BpJYUgNNkKF/DR4FGX1JVtNVV1IZE= -SHA256 (cargo/fs2-0.4.3.tar.gz) = lWT8dY4VAltGqmZDsbd9BH0aVqGupuAQAqwMcCaHYhM= -SHA256 (cargo/futures-0.3.24.tar.gz) = fyHtpZmTf7o22utYoi6PXO4tFMShe1t3OcfI5eO4Iww= -SHA256 (cargo/futures-channel-0.3.24.tar.gz) = ML3SDCj63VBdD9ZxLN/LDUtWSLr0X673+FKvsjmbsFA= -SHA256 (cargo/futures-core-0.3.24.tar.gz) = Tlqj3gU2LD+4jeZTHmKW6FzedznMytS53+639uvOVr8= -SHA256 (cargo/futures-executor-0.3.24.tar.gz) = n/Y8I4VL7mG26c0zHVI5CfI4/HY2KQuWgm6c+l+qAKs= -SHA256 (cargo/futures-io-0.3.24.tar.gz) = u/TSp6MI/UV4Y3wLF8fhx7oSe49roAsp9xfpZV2F62g= -SHA256 (cargo/futures-lite-1.12.0.tar.gz) = dpRIms05RSx32qSFFriUwVPxksNXjVqDm2LFgJn8v0g= -SHA256 (cargo/futures-macro-0.3.24.tar.gz) = Qs0V0cdFbATb336IvNaXYNdPOnmNZEThaXS1BbDmLxc= -SHA256 (cargo/futures-sink-0.3.24.tar.gz) = IbILpakucnujDnKDRwZiPZSsk6clQQtqa2+8Gwf3ulY= -SHA256 (cargo/futures-task-0.3.24.tar.gz) = plCMRnxzhRKT85BHbUSRz00ifbq81BcPO7YESVmylPE= -SHA256 (cargo/futures-util-0.3.24.tar.gz) = RPtssb5hzB0uQ7JiUWqvz2OyQc/9sdP6EV+R2cewnJA= -SHA256 (cargo/fuzzy-matcher-0.3.7.tar.gz) = VGFKMxKTTQZnAagPIPFfo7VtZ6x3IrOe6ltMndHWbJQ= -SHA256 (cargo/fxhash-0.2.1.tar.gz) = wxttdRrix/ETIEAtNOQTSd0QFvjV1F5IxDEryGJa9Qw= -SHA256 (cargo/generic-array-0.14.6.tar.gz) = v/SelHKX8zEkR6vcp59F9HOAl8yCsG5yBU0iI/YB8bk= -SHA256 (cargo/getopts-0.2.21.tar.gz) = FNu/1ccdcCQez55vE3N/e1zoI4IQYxiNfkbEHTce69U= -SHA256 (cargo/getrandom-0.1.16.tar.gz) = j8PLTZH1O1AVW9z9I/akw5rhlpwq6FmCsTV1DMyvX84= -SHA256 (cargo/getrandom-0.2.7.tar.gz) = TrGoZKUBYpaR7fbBWlk7elHuuqHoRo6d3GI958m1jsY= -SHA256 (cargo/gh-emoji-1.0.7.tar.gz) = MK1ktD1IwXRcAFnluiI4FutZnuyJVsZo/Aox9rnNeZ4= -SHA256 (cargo/ghash-0.4.4.tar.gz) = FYPMFlbXg5/TcyuAz084hQM2zbm43tHNOZymKVjePJk= -SHA256 (cargo/half-1.8.2.tar.gz) = 6rtKREUNoCyQREz3RVjakE7d6PtOkDWppqThVEWvC9c= -SHA256 (cargo/hashbrown-0.12.3.tar.gz) = ip7nDEOq9BfJFDlmRaD6hSYkgBsk67eueP6CcoiayIg= -SHA256 (cargo/headers-0.3.8.tar.gz) = 8+Ny245cDSE+DNC5vhi+Kso9RM8v4wqdRqZVgc1FRYQ= -SHA256 (cargo/headers-core-0.2.0.tar.gz) = 5/Zkgb/uJzlXsfIEhaT/M2KYf4WywjZYDYG063oyZCk= -SHA256 (cargo/heck-0.3.3.tar.gz) = bWIe+yaGPw6ZJMasV36CdeXmt3RV22T/psZckE6eEyw= -SHA256 (cargo/heck-0.4.0.tar.gz) = JUB3HmX8jLg81uiiN/cMMZvVwp947RCEul1Q7qyG9/k= -SHA256 (cargo/hermit-abi-0.1.19.tar.gz) = YrRnNDuUukdtyyUA0kLa27OVV9+IkxCsd8XZkQCqrDM= -SHA256 (cargo/hex-0.4.3.tar.gz) = fyQlSqmlS1yFjq7i9bzNtGqvDkhqWV7V/Y+GulUjKnA= -SHA256 (cargo/hkdf-0.11.0.tar.gz) = AXBtV41cKBBYSA5nOuQIap9HENjfGtgKWwPjns5fiGs= -SHA256 (cargo/hkdf-0.12.3.tar.gz) = eRoCn2ufwnZX9vGI7G5eQ/aRH2+Hjg3FUBOW4JgJ1Dc= -SHA256 (cargo/hmac-0.11.0.tar.gz) = KiojIOt+wOvo2o90TXgS2fxMtNCTRKwBiY28tqIK5ps= -SHA256 (cargo/hmac-0.12.1.tar.gz) = bEnDfAnBelPZN9+7dC6zqWHWWplOa83PN+c5nQzIq14= -SHA256 (cargo/hostname-0.3.1.tar.gz) = PHMcPhBQTMjtNc/i8dtMknTD01+khuOzHfRvBo7z6Gc= -SHA256 (cargo/http-0.2.8.tar.gz) = dfQ9QeJplcF+ce4SZFHdOUEBCwUUqBqdEfOzQd68I5k= -SHA256 (cargo/http-body-0.4.5.tar.gz) = 1fOPFtGE428kCKVSgc1ljsvTygXM5tZRChduyjk+JtE= -SHA256 (cargo/httparse-1.8.0.tar.gz) = 2JfzlLrWpwXV9BBHYuEWp1Y55HDYCQHu0FqGCpXLGQQ= -SHA256 (cargo/httpdate-1.0.2.tar.gz) = xKHjbIIdvgRXT2AoSKGfdC9Ps8mNQESfEbytGNaxdCE= -SHA256 (cargo/hyper-0.14.20.tar.gz) = Askp3Fw54zWgPEBSknKBGIYHIbEBkNmMKg8O/Vuq+6w= -SHA256 (cargo/hyper-rustls-0.23.0.tar.gz) = 2HxIwC4NxeO4SaIEHbMCn9BmZQ+PcXwHv47XjMuJXKw= -SHA256 (cargo/hyper-timeout-0.4.1.tar.gz) = u7lYSC6Me+S8PPJyp2aisL8aZ1Xnpq53fwF6MdEbE7E= -SHA256 (cargo/iana-time-zone-0.1.47.tar.gz) = TElfFirwvxdlbQAUoO3tXzzS82X90gRUjChp24k1ncc= -SHA256 (cargo/idna-0.2.3.tar.gz) = QYoKb6uCFHX2NO/jzMRcAT90Lv4D2FPo0zVdXLhQ7Pg= -SHA256 (cargo/indexmap-1.9.1.tar.gz) = EKNal3MDIP/o4tQQtdO2knm5jSwUvbi3Dqiez3iI1B4= -SHA256 (cargo/instant-0.1.12.tar.gz) = elu+gkxQfF2llWNV6Gp0bYLg4UZPZdhizF5x2nDpSyw= -SHA256 (cargo/itertools-0.10.3.tar.gz) = qanRn6Hnm2IV/ym51ogLcGFH8W6bHbseTllHtbArxeM= -SHA256 (cargo/itertools-0.9.0.tar.gz) = KE8Y+FZR/hHoqZGyrbQssHgyXJlu0CbZlHGe/Pyh1Us= -SHA256 (cargo/itoa-1.0.3.tar.gz) = bIr4RnT+HyI6mCyTOg7hCGrE1AUqoPuAYMEsatg451Q= -SHA256 (cargo/js-sys-0.3.59.tar.gz) = JYRRqxCzT4r1NBbR/atywi6AXwySoRNtWUcOwLEROLI= -SHA256 (cargo/lazy_static-1.4.0.tar.gz) = 4qutI/vEKzcA8vJ5hE3IMq2ysusGmy35GPRVxOGMxkY= -SHA256 (cargo/lexical-core-0.7.6.tar.gz) = ZgfGKqFh0j0XqQcsxdoL5nzfyJ06+x6NnIQr68JSX/4= -SHA256 (cargo/libc-0.2.132.tar.gz) = g3Hk5TQcOpbbEn6yRlrGgc7UxDPgHdDpOK2+8mupO6U= -SHA256 (cargo/linked-hash-map-0.5.6.tar.gz) = BxfO8byLY2xuHBu978CeYyLaipMhlm6JKO+A0g9/dw8= -SHA256 (cargo/lock_api-0.4.8.tar.gz) = n4C/WqyvJcv8ghDRz7cY8r87EcTFTlr+NsI2hTqOw5A= -SHA256 (cargo/log-0.4.17.tar.gz) = q7EuaHz7RKpA9B/Dl473ZEj5tgOMrWrvQlnTwJWiOC4= -SHA256 (cargo/log-panics-2.1.0.tar.gz) = aPndhUYZHBhQ7PZ9IvX/AKk1uJDQ6EcTFZpVSVzCrF8= -SHA256 (cargo/lru-cache-0.1.2.tar.gz) = MeJPGtgyHKDooeCsE/I8tmjm9UZsLFcxn2pc8cyOOxw= -SHA256 (cargo/mac-notification-sys-0.5.6.tar.gz) = PnLVDtsXdWSJ551S6xRpJ77I66ndSPqt+e8IvKN5GtU= -SHA256 (cargo/malloc_buf-0.0.6.tar.gz) = YruQf+iNVNjZzjKjzOq0IY7S9rfTVhfK/prfhOQ5Gcs= -SHA256 (cargo/match_cfg-0.1.0.tar.gz) = /77oY04NRdJYrLRI5+qrP856CkZzldTZ8ijjwfAfsuQ= -SHA256 (cargo/matches-0.1.9.tar.gz) = o+N4tmoGDUiUe1kHN7MKG+dnBsjde4ug8v45icaKhT8= -SHA256 (cargo/memchr-2.5.0.tar.gz) = Lf/lLs8ndy5gGQW3Uiy073kNLMIDSIu9Di/oX8t0Vm0= -SHA256 (cargo/memoffset-0.6.5.tar.gz) = WqNh1Prqk2AwZKAnQV8HvY4dXIjJ+/aL9WooVCj9ec4= -SHA256 (cargo/mime-0.3.16.tar.gz) = KmDHzlAcceA6nJwNNbhhQTrpJb2XnMek4w0GAGmqrI0= -SHA256 (cargo/mime_guess-2.0.4.tar.gz) = QZImPCOKXw0Ma/0h8zajE6TOHEUFQkScoZG7ZXtGQu8= -SHA256 (cargo/miniz_oxide-0.5.4.tar.gz) = llkLqPF1IiZDqFaT8z0m6cigFfWZwhZQmxpolK9nXTQ= -SHA256 (cargo/mio-0.7.14.tar.gz) = gGe0BP6Xxwgp8ILeyLz09xIl1+rqHYZFNJy3b6BiBcw= -SHA256 (cargo/mio-0.8.4.tar.gz) = V+4cI8fGOwySUMM5/9xpJV8RCymLkBufbIJUe3uHyq8= -SHA256 (cargo/miow-0.3.7.tar.gz) = ufHFsCXNqHb2bvQ6ET+R68n0zO80hDAA4K3267q4TiE= -SHA256 (cargo/mpart-async-0.6.1.tar.gz) = fqarI1nUXSQBvXulzlpnWC8qu4cuqewX9477asNZGGQ= -SHA256 (cargo/multimap-0.8.3.tar.gz) = 5c5G/mSp1zvgfcvmkKOM4bKTvkSP2M4ebBuAYsn3LGo= -SHA256 (cargo/nix-0.23.1.tar.gz) = n4ZjF6y9OiQHEMY/Bl/7Hk/UZiWQRcy1BBMLf2aPNcY= -SHA256 (cargo/nom-5.1.2.tar.gz) = /7QmLSbtg6HAozo4/iuxV5cynIV3DaBea4KN23gmJ68= -SHA256 (cargo/notify-rust-4.5.10.tar.gz) = No6J6ljfdHzoi+ZprkTnl4PB0wv9VArQ/FILP0Hws7A= -SHA256 (cargo/ntapi-0.3.7.tar.gz) = wod0p/0vu08Lq9gjfOVUtzr2gCG19pWjzr1sWbrAmA8= -SHA256 (cargo/num-integer-0.1.45.tar.gz) = Il0zifs1CaJMk/XCnra94lhrmNnwFmNt/1jXxvdWnNk= -SHA256 (cargo/num-traits-0.2.15.tar.gz) = V47eNM8C+JJKuUR/UMKAdbTT5bJplyNF5+A3KzjGzc0= -SHA256 (cargo/num_cpus-1.13.1.tar.gz) = GeZFJuve4YI0FXLlDprQOWWqUQzZRCekVJRI8oXpV6E= -SHA256 (cargo/num_enum-0.5.7.tar.gz) = z1OVZlZi70V5ak/1SGxdQdKeDAlkCvTF8X/ZTuLBGck= -SHA256 (cargo/num_enum_derive-0.5.7.tar.gz) = OwSYZB5T3WrBpPIlR1SMqmhkzEkzeEMZzRd1JxxaRs4= -SHA256 (cargo/num_threads-0.1.6.tar.gz) = KBnOBB0u4TEDb0/J1q564SWjpA6XumTQT+eZrZ2ru0Q= -SHA256 (cargo/objc-0.2.7.tar.gz) = kVsbRyvCHFNGTWyEYcnTr4Bboe+DfhysJUQo9Kdxd7E= -SHA256 (cargo/objc-foundation-0.1.1.tar.gz) = Gt0bZZ42yWB8equGSnbHpMJ2DNDNLhIPP7i5UsfiK/k= -SHA256 (cargo/objc_id-0.1.1.tar.gz) = yS1N20vXtQ1zDCFf+HF1TQ2msheISfiioqtpcS0MBzs= -SHA256 (cargo/once_cell-1.14.0.tar.gz) = L3JUuZ4xytd9oksI6/YoiCc5pghXi7G838H5whJg18A= -SHA256 (cargo/oncemutex-0.1.1.tar.gz) = RNEd5Gb0owBv6KXn7ITpO3nHDLmSrgqg62Ma0t+Kv+I= -SHA256 (cargo/oorandom-11.1.3.tar.gz) = CrG8KiidNL0EozAyOsmKG0vILJ2fyx5mtjyqhNomtXU= -SHA256 (cargo/opaque-debug-0.3.0.tar.gz) = YkqDQMOMG4D9VJCHhi2kukPgiFivAlsjblCbZkn8E9U= -SHA256 (cargo/opener-0.5.0.tar.gz) = TqPrzXKlRwH1Y0XxZ4Wm06wt9+mG0nPrQ5XAsB2xeVI= -SHA256 (cargo/openssl-probe-0.1.5.tar.gz) = /wEaMCw5alGXaSQx/BlIAZFUr8F4uvfY43NnRCpGAc8= -SHA256 (cargo/ordered-stream-0.0.1.tar.gz) = RGMMBZ6s/W4IvapRsdss4zEZyqTdwSNekjEJql8lzLE= -SHA256 (cargo/os_str_bytes-6.3.1.tar.gz) = O6+W45xTWdLrDdbMtCxiuR2WeKpoFg0mG54My/np3qk= -SHA256 (cargo/parking-2.0.0.tar.gz) = Qnw4kvnng9kcwSgoUofnClniBspFJ3Ds6Ip296Pt3XI= -SHA256 (cargo/parking_lot-0.11.2.tar.gz) = fRe3gDamBmO3l63q7kb1yd/ruGlI0SVQB6HWvgJx/5k= -SHA256 (cargo/parking_lot-0.12.1.tar.gz) = N0KywQO58GvJ//Cjf/SRKTWFG+5tNvPAK8x1W8/sIo8= -SHA256 (cargo/parking_lot_core-0.8.5.tar.gz) = 126OFJO8rA0nZsQnN/NEWPHIxQwNI7yyTqlTr/snMhY= -SHA256 (cargo/parking_lot_core-0.9.3.tar.gz) = CaJ5y/JcsHV4EDlPvB41mUm1njSBRcZDqTmlJWkuaSk= -SHA256 (cargo/percent-encoding-2.1.0.tar.gz) = 1P1WQdAcjxiiPae2/ikpj/S1WvzM33iXOyTPMXX+4y4= -SHA256 (cargo/petgraph-0.6.2.tar.gz) = 5tUBQlOhMxV5zmKqZ0Q7SmWMXn3QPUvG0wK5RHSIgUM= -SHA256 (cargo/phf-0.11.1.tar.gz) = koxlNd6TVIGI72O7fEA2vUFc2PNq0lr0S5eJsu5ypIw= -SHA256 (cargo/phf-0.8.0.tar.gz) = PfthIy40/LYz9D0SxY+Dwd+Cli3N+lZaToZv/Bfa/hI= -SHA256 (cargo/phf_generator-0.8.0.tar.gz) = FzZ/DMhvLSWAKywm7linsj+uzPeKOWCUwT3O0NAYJSY= -SHA256 (cargo/phf_macros-0.8.0.tar.gz) = f2/eGP9Cn/yP544r9/i3paWm4qi1i8WprGkZi72pGJw= -SHA256 (cargo/phf_shared-0.11.1.tar.gz) = 4ftfb4JrdyqNTAOUIJRB59N8u7lnrpx+DoE0Nlye5nY= -SHA256 (cargo/phf_shared-0.8.0.tar.gz) = wAz4uer+aN3l6eqizvjuhKkzakfVZuxVyhZYljO2Wvc= -SHA256 (cargo/phonenumber-0.3.1+8.12.9.tar.gz) = EmGgFOX14Ei/LG8acvpeTCIwCdxfKWo4W5X+GbRkYI8= -SHA256 (cargo/pin-project-lite-0.2.9.tar.gz) = 4KeuOsLxFzCF05hTHHBXVslKTFaEN4XfhaYMGgr6wRY= -SHA256 (cargo/pin-utils-0.1.0.tar.gz) = i4cNjBUbby+5PoShMUYTjwXQLtEcfnxU+IJqqvfJ8YQ= -SHA256 (cargo/plotters-0.3.4.tar.gz) = JTi2OeZCKVVGxQ/NVFGYydZO4qOGIKYocko7Jm1fv5c= -SHA256 (cargo/plotters-backend-0.3.4.tar.gz) = GTIoYWOB/s3BIkxi6WlG37xz/0OE+6V24FL/jBvqgUI= -SHA256 (cargo/plotters-svg-0.3.3.tar.gz) = +agdJ1mq4drmaPeDwwi8XI69GR/0GEqqGzf2WmrlpW8= -SHA256 (cargo/polling-2.3.0.tar.gz) = iZsAucirVTx0Oz4R6HxcfUI7Ki3iKbqVskp1Y0R0gBE= -SHA256 (cargo/polyval-0.5.3.tar.gz) = hBnStiPHwIlv8tXZbiy07eWQ/tKPzDSTT0wzwDbmIKE= -SHA256 (cargo/ppv-lite86-0.2.16.tar.gz) = 65+ebiM+XEo1VZphe/QKTsRH2y6EwgtVpvgxZ7fleHI= -SHA256 (cargo/proc-macro-crate-1.2.1.tar.gz) = 7aD8Ow+3yXVjF1fhTZBJ2hc3QGPttuu8vFTYgNT+lOk= -SHA256 (cargo/proc-macro-error-1.0.4.tar.gz) = 2iVJD/mJKqs/z3w28Iz7kC3T5xyg+flRe+oCpzpc44w= -SHA256 (cargo/proc-macro-error-attr-1.0.4.tar.gz) = ob5AGA5S7MmK2AsYSTS689DSn5eVdOQ5r1pVJ0s1+Gk= -SHA256 (cargo/proc-macro-hack-0.5.19.tar.gz) = 2/DEi8HZE3WuXDzYHjci3/Grz4GjCWAkBkDSI/Wf4OU= -SHA256 (cargo/proc-macro2-1.0.43.tar.gz) = CiyixhvJ89dNKIYpSre5hTq9nBrZA6OseBXFiYm7e6s= -SHA256 (cargo/prost-0.10.4.tar.gz) = ca30HbaKoNqu/Gm7MLzWje2bmrqtXR+7YwTE+zkOCD4= -SHA256 (cargo/prost-0.9.0.tar.gz) = REh5J1y0/YSVixodVCDRXm/PfCNf5H8FPJwqgKzrYAE= -SHA256 (cargo/prost-build-0.10.4.tar.gz) = iuWkOIdi1YFan8DeozxWsCHNyN3gxV4MnKVxlyVLDKs= -SHA256 (cargo/prost-build-0.9.0.tar.gz) = YpQXIvtnXUY2WeScTz/h/nkv8k/lu6qcCM07mKHDVPU= -SHA256 (cargo/prost-derive-0.10.1.tar.gz) = e2cPRdpX+4VC69u2EFqSX+Vxtn+eftn0egaoTnK058w= -SHA256 (cargo/prost-derive-0.9.0.tar.gz) = +cwaMmPgfgv2jpYmjzdmUge0lWDZhzlmLN+q4hXHIP4= -SHA256 (cargo/prost-types-0.10.1.tar.gz) = LQoBQik2EBHcjmnIoexsLo0PKvfJHj6j9bIXAphGHmg= -SHA256 (cargo/prost-types-0.9.0.tar.gz) = U0t6DoNuPEgtJpMHD5guOedhHalpXU0fWksYa1H67wo= -SHA256 (cargo/pulldown-cmark-0.8.0.tar.gz) = /63gJJXyJFPNWTFZ6i9Zgnquf1P6gyP3VnmbZwiB3Pg= -SHA256 (cargo/qr2term-0.3.0.tar.gz) = 3Aq7j694IdMO4N6holywpMcBXdKOvJNWoCxygXlutOk= -SHA256 (cargo/qrcode-0.12.0.tar.gz) = FtLxRV82MMblEHtPK5TnTXbeqAc23gmB/SdkQhbP9X8= -SHA256 (cargo/quick-xml-0.18.1.tar.gz) = PMRA7kgCqG41cWUCHj4lWpFDck2jHbHi6lQCFMlqD4I= -SHA256 (cargo/quick-xml-0.23.1.tar.gz) = Ebr8hZxoFfuv+7v0Ip7LdnrJE/7LJ/mtQ0NmLp7wmeo= -SHA256 (cargo/quickcheck-1.0.3.tar.gz) = WI9jeOTdmUWLYOwnW0R3rdQc5PqfZNy6bxWtzLGbUNY= -SHA256 (cargo/quickcheck_macros-1.0.0.tar.gz) = sippMiLXFqlYd4bzesP2tPrttbgMI5FOcwP/Wh2AFuk= -SHA256 (cargo/quote-1.0.21.tar.gz) = u+RI83en1pYeMPWVX5uNEGw/XkSdST7hsSXB1DwrUXk= -SHA256 (cargo/rand-0.7.3.tar.gz) = amsWedSbJLv+DIA0KaoYdEcvUNmzYxMfDon8NWtUTQM= -SHA256 (cargo/rand-0.8.5.tar.gz) = NK+NGg4lkkvFt8Q8B5yUIznY8Ki1fDkEm+9YG0YydAQ= -SHA256 (cargo/rand_chacha-0.2.2.tar.gz) = 9MjthWJ5yXNyBr9yW/NpNdhmbq16pptSvlWvNp0ZNAI= -SHA256 (cargo/rand_chacha-0.3.1.tar.gz) = 5sEKY6D6MiUr5J0h53CdTUuvjSMcLbzh6qgUG5sSfYg= -SHA256 (cargo/rand_core-0.5.1.tar.gz) = kL3lKW/IkbDO8SptA93MwWLOeyr/VBYK+TOPjUDfbRk= -SHA256 (cargo/rand_core-0.6.3.tar.gz) = 008UCPVSlEU3kMSLLx67scW0t1Y+sfQYvPz9uwbrtOc= -SHA256 (cargo/rand_hc-0.2.0.tar.gz) = yjEpr3uSoXES1ZrUmMb4Hq9GMlN2a5A5bTnqejnWYTw= -SHA256 (cargo/rand_pcg-0.2.1.tar.gz) = FqvQwbY56etNfFDAuBALDQ+Em+I0mCnHQP6ObrSBZCk= -SHA256 (cargo/rayon-1.5.3.tar.gz) = vZnldy6ti6pSFSeMmxW/kgh3CenBstH5fNtaGDyTOn0= -SHA256 (cargo/rayon-core-1.9.3.tar.gz) = JYvNtaxtrUhJG7KZLba3z3SHiwOEkIrxJII9EYyZaD8= -SHA256 (cargo/redox_syscall-0.2.16.tar.gz) = +1pYwYVbS2gZ1ZASFVYD8LIq0wytdSYAqt/LaVJlUZo= -SHA256 (cargo/redox_users-0.4.3.tar.gz) = sDPYN6fPFi15k63tkwTjCoMhPGSLbjidsjMZH4keXCs= -SHA256 (cargo/regex-1.6.0.tar.gz) = TE6zJnF0uMbC9lQRZiORCg/vCcR1P43YPbKcSKDfmIs= -SHA256 (cargo/regex-automata-0.1.10.tar.gz) = bCMNc/uNjBucCzE1xRQqis7joFWPuNtc8ctl+NeGITI= -SHA256 (cargo/regex-cache-0.2.1.tar.gz) = L3ti1pdDuLlPNTtrfD3rTFWCgoMovLjV/t8hQ3OAh5M= -SHA256 (cargo/regex-syntax-0.6.27.tar.gz) = o/h7c84RsWGaPGMy9FNB4ARxc3cei4tz+Hv+77e1YkQ= -SHA256 (cargo/remove_dir_all-0.5.3.tar.gz) = Os0SVmVCKXOjOsnT3S34XtrQ9K6bANr7GgXkOp9e+Oc= -SHA256 (cargo/ring-0.16.20.tar.gz) = MFPPUuI2o+10bfx0WqnKzxt5HYRr2vQS9gqNfW4XyPw= -SHA256 (cargo/rustls-0.20.6.tar.gz) = WquO5scJftYFf0PBh6YkGNDAWkvV8Ys1cdtQ7g+c4DM= -SHA256 (cargo/rustls-native-certs-0.6.2.tar.gz) = AWe6x6n0kElfPDMBPncitTywh+y+CC+wxjh8lvY06lA= -SHA256 (cargo/rustls-pemfile-0.3.0.tar.gz) = HuhtY5cqfGYdFTb+/ow8hAcyHD32aIkSht4oq80Ic2A= -SHA256 (cargo/rustls-pemfile-1.0.1.tar.gz) = CGSu/1P4wFqgjYbl74OdPfzweuui2zLxLbDvcW6HvVU= -SHA256 (cargo/ryu-1.0.11.tar.gz) = RQGr3/OugqHBtHehclLrac7p5m65FcGrqk9E2HPfnwk= -SHA256 (cargo/same-file-1.0.6.tar.gz) = k/wdw6qpv+2V4C5urau0uvfjB4sL0bTXtrC2g3iQBQI= -SHA256 (cargo/schannel-0.1.20.tar.gz) = iNZzEUZGLqJdkkSy7V/R1xbSXFLk1Uqk+w88TphU2+I= -SHA256 (cargo/scopeguard-1.1.0.tar.gz) = 0pqwxtP8Dukv5m4tmfcA6rF6jVfRwdO3SDgPsguqeM0= -SHA256 (cargo/sct-0.7.0.tar.gz) = 1T3Nt8n4FYk3p5gbSKzP05pDr0GFkaXQCMeyK14bfKQ= -SHA256 (cargo/security-framework-2.7.0.tar.gz) = K8G7l4BK9mMYE8VXOfdxBx4PLtM+4gtoyG7FBdkGNWw= -SHA256 (cargo/security-framework-sys-2.6.1.tar.gz) = AWChOhd6Rb+0POccAVgJmEdPVWrYVNy8qTbdKEGlxVY= -SHA256 (cargo/semver-1.0.13.tar.gz) = k/aEHnCQA9aLst7ujDQ1cr9EYAPsIKWD5297Fc6/NxE= -SHA256 (cargo/serde-1.0.144.tar.gz) = D3R3EN49zUO4jJFodzJU6AnY3b35ZTuE4lVKshnxeGA= -SHA256 (cargo/serde_derive-1.0.144.tar.gz) = lO06gW+x0QGBL4PnifiIMiw04pH4lPGVkNwxCWPoegA= -SHA256 (cargo/serde_json-1.0.85.tar.gz) = 5Voo46rvnVzgUG0KFNu6gFTdx+SZ71It2LJoWeydSkQ= -SHA256 (cargo/serde_repr-0.1.9.tar.gz) = H+Odn7sOv16yx8t+Kkfk9GL60TefEWa4rkmtnq6Jp8o= -SHA256 (cargo/sha-1-0.10.0.tar.gz) = Ao9I1RP5Z4zaKPbkBkdVs/uyr2rNZy8sIJtiMj966g8= -SHA256 (cargo/sha1-0.10.4.tar.gz) = AGdpuoPpIbMIXKqDNBhrAM+StMsabPRjL7zMjv9cdUk= -SHA256 (cargo/sha1-0.6.1.tar.gz) = wdoFyXRFyqEtBehIxKT8u+op50isKPfoDpsBA5IGN3A= -SHA256 (cargo/sha1_smol-1.0.0.tar.gz) = rhpHGGwDoyF3BC5V28X9Wu6QC44AaajXD7qWqTdc0BI= -SHA256 (cargo/sha2-0.10.5.tar.gz) = z52wNTTf+ZMYcGTE4MBaVwjSqXKKzpqJWbd77fQV2sU= -SHA256 (cargo/sha2-0.9.9.tar.gz) = TVih4b85dJgH2Jzy2YrC36D/HLP6o4+7ZN2IrIAT2AA= -SHA256 (cargo/sharded-slab-0.1.4.tar.gz) = kA+6gG9wxjCwo4LQ2CXheg8Z/NBZoq3h/yN7zd9EazE= -SHA256 (cargo/signal-hook-0.1.17.tar.gz) = fjHUQsFvBHpnG1px4hYdbmiBQBK39TedJp69kV+sJyk= -SHA256 (cargo/signal-hook-0.3.14.tar.gz) = olO16J4mmEZPwmtUXJ7c6zOOGKie/+7s/qGSwwJb4p0= -SHA256 (cargo/signal-hook-mio-0.2.3.tar.gz) = Ka0uFfN+yabMVECXt4oeyQAB6fcbgTOMo59DCtrKma8= -SHA256 (cargo/signal-hook-registry-1.4.0.tar.gz) = 5R5zMo3ErAx8y9o6SU36A98d4vRgGBJ/YMaT8mSEVbA= -SHA256 (cargo/siphasher-0.3.10.tar.gz) = e9PjIGiZrz+LEq8oT6/AOMwdwrQdG4ndFylyIcXSJd4= -SHA256 (cargo/slab-0.4.7.tar.gz) = RhSnayqL4AWMqp27r2bZiFJ9htADwRqU+9M112Ye3O8= -SHA256 (cargo/sled-0.34.7.tar.gz) = f5a0c3ws5ZhzVIVa7TeXJ53vTr9zRDbGqkVSz44WmTU= -SHA256 (cargo/smallvec-1.9.0.tar.gz) = L9DbdJWX2R/4Yv0dVeqH94VadEqEJaZGlbb8ojfR2tE= -SHA256 (cargo/smawk-0.3.1.tar.gz) = 9nrSJHZ/qjx9i22RmFt45woTJECKvLHPzCvkwGvAYEM= -SHA256 (cargo/socket2-0.4.7.tar.gz) = AuLS25Az0ToVZxId3XoJXuFE204cobG9o0GbwNopTr0= -SHA256 (cargo/spin-0.5.2.tar.gz) = bmPP8yCuLFeQRnm6fLYygKPcRhOIW+r7FI7nv5qpBC0= -SHA256 (cargo/static_assertions-1.1.0.tar.gz) = ouuTSbZESzJocuFA6xz158UiFU1p56D/sPuBwGs3VD8= -SHA256 (cargo/strsim-0.10.0.tar.gz) = c0c8Dlnm1YEsXf4qBkpkRJSfCJ4g7smi5VBllklORiM= -SHA256 (cargo/strum-0.22.0.tar.gz) = 96yJPH1HHIoh8xz+IT7E9tmv7tJVN8dy4I7z8AX4cp4= -SHA256 (cargo/strum_macros-0.22.0.tar.gz) = M595nYtUnjdEx6x/6yFjg+QAXZS9siVhs6uPO4CK6fs= -SHA256 (cargo/subtle-2.4.1.tar.gz) = a97zLoFQwqCBEQtCdy/+fXyQMrYGvCJsgmD9l+CXZgE= -SHA256 (cargo/syn-1.0.99.tar.gz) = WNvvbsZVBV4guGsVqMxtQ5zKGbZnU3rGoTaVctFRqxM= -SHA256 (cargo/synstructure-0.12.6.tar.gz) = 82vapgqDrKOSG1JZ1UAMv16Q/FGTE3apvUoOt5qnIQ8= -SHA256 (cargo/tar-0.4.38.tar.gz) = S1WAfANE4ebATXyWX1KJw5qNlK4j7VwLV6q6xUn4ccY= -SHA256 (cargo/tauri-winrt-notification-0.1.0.tar.gz) = xY3gNsTS4gcXAk3io8S/VsMB8HshvI75tXGJ/OBvHzs= -SHA256 (cargo/tempfile-3.3.0.tar.gz) = XNse9OrurdyPvTceUBcFcGSvCRGQLvNrOYAfZ8xteeQ= -SHA256 (cargo/termcolor-1.1.3.tar.gz) = urJNMLkRsjdvOhPMLNRDFC8Mgd2gTBGGk+NbODV1d1U= -SHA256 (cargo/textwrap-0.14.2.tar.gz) = AGbI0Sr4tazSHgBUfDeX/eToZ3JUp+5CkXbM676T3YA= -SHA256 (cargo/textwrap-0.16.0.tar.gz) = IioiKlv+G7pKd7RexIinQbPLiHLl5JlFH9fQEpycfD0= -SHA256 (cargo/thiserror-1.0.34.tar.gz) = jBsFyp0Qa6fS4xqdq0pk574szkFTIZZuoxMsSaZW4lI= -SHA256 (cargo/thiserror-impl-1.0.34.tar.gz) = 6PJZGYNkLehckhAV8/BwxmWhl+1p5BevQ2EV46FAdIc= -SHA256 (cargo/thread_local-1.1.4.tar.gz) = VRbCe3gxHFC/QsBxQlxWCseZsRwwsx+H4wgZZf5eAYA= -SHA256 (cargo/time-0.1.44.tar.gz) = bbnmkUq4sa4cJgpK56SbbFYRtAMopzWyGGJWdoXnMlU= -SHA256 (cargo/time-0.3.14.tar.gz) = PD+aKLYYw6a5JRtpCOnJngS55cAuZYHMu2fVnDTvf5s= -SHA256 (cargo/tinytemplate-1.2.1.tar.gz) = vk1rXxn/dmToyY0D4hOctRDbmwpgtV+Ohwm2idk5trw= -SHA256 (cargo/tinyvec-1.6.0.tar.gz) = h8xc6zh1uyDCiQAFpOImpGUSZKXHXtskIbUoYaCgy1A= -SHA256 (cargo/tinyvec_macros-0.1.0.tar.gz) = zadNp+GmZPeVux+Kh+xAb7iaAlIs9uUGINAWrdbbv1w= -SHA256 (cargo/tokio-1.21.0.tar.gz) = iXl6/WnSBszRH7DqVgpEu7h3MdAgZw55QW1EKRklfUI= -SHA256 (cargo/tokio-io-timeout-1.2.0.tar.gz) = MLdAIq2mFKG0g03nZfm7Q4d/kQzIzkvkDokELJIjqL8= -SHA256 (cargo/tokio-macros-1.8.0.tar.gz) = lyT5qXX7mH73o82b4DUO3L4TBpivW496Yx4j1C0FJIQ= -SHA256 (cargo/tokio-rustls-0.23.4.tar.gz) = xD7oOQMRPgOYTLnlzr5sBKURYmnpAOPduo8GimKt2lk= -SHA256 (cargo/tokio-stream-0.1.9.tar.gz) = 31TVQRfW/cTk/qQP4eTlZrNQVwDhSKaCflmzSw0mANk= -SHA256 (cargo/tokio-util-0.6.10.tar.gz) = NpQ+4BptZ5d90/hKWh0u/rSto6Gudxyt+qU12dn8ZQc= -SHA256 (cargo/toml-0.5.9.tar.gz) = jYLhp3WGIqRl+M7gd2FMc0hNrFuDbAL/akDV0QEDJNc= -SHA256 (cargo/tower-service-0.3.2.tar.gz) = trwcnOK1E1rH+TxykY/Df+uHK9xqVTOouF60uGv9rlI= -SHA256 (cargo/tracing-0.1.36.tar.gz) = L86VZ71gpn0IoWSIdWchujkvJPKQBkAogeQ7GarGQwc= -SHA256 (cargo/tracing-appender-0.2.2.tar.gz) = CdSPcaeRY4UZUFzvr+FiYG9wbCVZLkveTZdgDAGVMS4= -SHA256 (cargo/tracing-attributes-0.1.22.tar.gz) = EcdYk69Vm8jhBxZUi971yyuYP45jfbnQ4VEmthtITuI= -SHA256 (cargo/tracing-core-0.1.29.tar.gz) = Wu6kMDB2VYoAcUuCP5rWfViju9od+D2IJ9IRkxVuIvc= -SHA256 (cargo/tracing-log-0.1.3.tar.gz) = eN2tM9LRCx7X650fUYpWdHE4dul+W7m3NFp5hPu0+SI= -SHA256 (cargo/tracing-subscriber-0.3.15.tar.gz) = YNuGAyLaGRtAlSrZr/5l6iPn3WpcRCwsQoZYEMarjms= -SHA256 (cargo/try-lock-0.2.3.tar.gz) = WVR7znHZw4uD2cDpK2BmxCUzcfFQBd7www2WV/UMdkI= -SHA256 (cargo/tui-0.15.0.tar.gz) = hh2POtMU7eYhm8squEQFSx3iee43qbw449YG+dP7KnE= -SHA256 (cargo/tungstenite-0.17.3.tar.gz) = 4nmS/WqMKe5+7yj8eDSaokQTThCtRHzjufCsDtD6TOA= -SHA256 (cargo/typenum-1.15.0.tar.gz) = 3PgaxZ7cF8yGl/8xHo9e8tmfy9mBezTOxm+QtsPf2Yc= -SHA256 (cargo/uds_windows-1.0.2.tar.gz) = zmVgQyTTzOm5ZnAUifvQzzGMsfe9ndB6yaTub7eRkw0= -SHA256 (cargo/unicase-2.6.0.tar.gz) = UPN75hd5RgKqu+7gvk8lncF3j6vgXi1n7o95Mm1ctPY= -SHA256 (cargo/unicode-bidi-0.3.8.tar.gz) = CZtxKDAdKF953dVbmoPV5rnpfJLg6g2uvucmPpMt6ZI= -SHA256 (cargo/unicode-ident-1.0.3.tar.gz) = xPWzehVJmajz+YzCOmKNhQ4VRHnNlN7PNBRpbhLjGq8= -SHA256 (cargo/unicode-linebreak-0.1.2.tar.gz) = OlLcqrDEjZMffMjvgm+lFpCgjh6lURfvJviYZPUyOD8= -SHA256 (cargo/unicode-normalization-0.1.21.tar.gz) = hUy9xPe8auGcgg1Eq9wyd6w+GyuT2yCmNoJdkyL7YOY= -SHA256 (cargo/unicode-segmentation-1.9.0.tar.gz) = fogg9dd39iJNxL42MiIpcawwFk1KJY1ZVkB5lVTr/Zk= -SHA256 (cargo/unicode-width-0.1.9.tar.gz) = PtdC1Oor0RduI2FyyEKar1RIbnrAmNsp/+ZSngzlCXM= -SHA256 (cargo/unicode-xid-0.2.3.tar.gz) = lX5R82RpEFRkYuZ9X3WZueT7is3TBLCHpklHMPnuvwQ= -SHA256 (cargo/universal-hash-0.4.1.tar.gz) = nyFOj2l+klAB5m7CxuN6Tvk/D3jC7teBQ5ThDGICWwU= -SHA256 (cargo/untrusted-0.7.1.tar.gz) = oVbGhMkep9YmJlCbzjy04dntXE2Xj3tDUmWPlqTCa0o= -SHA256 (cargo/url-2.2.2.tar.gz) = pQfDg7LTO1/DXRhh535rOD0Viy2l4U/lG4Pf7fb9V4w= -SHA256 (cargo/utf-8-0.7.6.tar.gz) = CcyO5y0qm+zy8v6+AgW77Y/GYVt8tCmtBi3Ht93QNqk= -SHA256 (cargo/uuid-1.2.1.tar.gz) = /rQeePkzY7st+LDoaiyjDu14BuoW6gx5DXV8+T95voM= -SHA256 (cargo/valuable-0.1.0.tar.gz) = gwt+XU2QA0AylA5Kzg2amgV+ekXNlObAB4MuOe24L20= -SHA256 (cargo/version_check-0.9.4.tar.gz) = SYdLUWe2XXGTuKuhVn9cfZPQAcr8NGAM7gA+2nh+SD8= -SHA256 (cargo/waker-fn-1.1.0.tar.gz) = nVssYrQBKj4eylp+B30Ts79JjEBz4zzNWGJmB3SM7so= -SHA256 (cargo/walkdir-2.3.2.tar.gz) = gIzyc1zUtoZhE/ZIt5HGrcVxRTe8Ii2TR7sgM4b/2lY= -SHA256 (cargo/want-0.3.0.tar.gz) = HOipaMsc0RDRNv+LgZpVbW+22Rk2PGFTT2hgx+sXK6A= -SHA256 (cargo/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = GhQ1l8p8d5Pv95Te81LUF5KpPEgesQQkI/9/9yuiwx8= -SHA256 (cargo/wasi-0.11.0+wasi-snapshot-preview1.tar.gz) = nI2H5ytko7TbKNEc4pI3wkYYj09RBX1lp+q2O3mH5CM= -SHA256 (cargo/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = zM3fMlVP7MastYX4KjKnLii0j4xMGIPd/u6qlvfY5Rk= -SHA256 (cargo/wasm-bindgen-0.2.82.tar.gz) = /HZS4/bEcGyNnNVIMsSkzLm1M24sO9FU1czPvxwfX30= -SHA256 (cargo/wasm-bindgen-backend-0.2.82.tar.gz) = ZizUSAVYa9UpcblYax34XNu9kRLk702PQVWcM03GrD8= -SHA256 (cargo/wasm-bindgen-macro-0.2.82.tar.gz) = smDxPTASBx37FRKEnAM7GSUDg3OupIztMBLAnflSxgI= -SHA256 (cargo/wasm-bindgen-macro-support-0.2.82.tar.gz) = W+jmVL3Zt5IWwpKauQchqoL69lxIzfCL3E5/UTV7gNo= -SHA256 (cargo/wasm-bindgen-shared-0.2.82.tar.gz) = ZZjdC9PH1RCV/2UxpbI+AqzcgYBOMNjwevt3tyFaFAo= -SHA256 (cargo/web-sys-0.3.59.tar.gz) = 7QVasn+UFCMZfrhrIDVyCxo85AUE3wgsrC7MbtczNaE= -SHA256 (cargo/webpki-0.22.0.tar.gz) = 8JXXgZLiCBgwgcwHvFUV71UhY5evSLhz5e3NcmN/ob0= -SHA256 (cargo/wepoll-ffi-0.1.2.tar.gz) = 10P97cXGQ3e1/CvANrAcf9ZCIFoNljVgNK40BNSet/s= -SHA256 (cargo/which-4.3.0.tar.gz) = HIMfu+6eEpqM+T53R6gtqdlbqOFmIcrmDsLNyEm6y3s= -SHA256 (cargo/whoami-1.2.1.tar.gz) = UktY+logovswFN1jWLcOZXlpKlbvb86SiDTkiPQvZeg= -SHA256 (cargo/winapi-0.3.9.tar.gz) = XIOaZ0/NepiVLlkyQupACr6TmSdGdh44ZBQF0osA9Bk= -SHA256 (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = rDuHxjYgQm3ZuZHlzgMp7/VFvMu7NPO+Cf9vtqtRt7Y= -SHA256 (cargo/winapi-util-0.1.5.tar.gz) = cOxs6FuxWBUcrl5ch/lajpfSwMSwASI/M6M0485d4Xg= -SHA256 (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = cS4ieEHQV8HuHNL7Ivp+WlRhro5I+iynnsQs/BkxGD8= -SHA256 (cargo/windows-0.39.0.tar.gz) = 8cS9ClCsYCD2UYRyH3WNuke7n7whM99xXsdKI3smeUo= -SHA256 (cargo/windows-sys-0.36.1.tar.gz) = 6gQVWhaln56reG/hKkpFDnXNsXX54NgNoeF9sJ9VuNI= -SHA256 (cargo/windows_aarch64_msvc-0.36.1.tar.gz) = m7jD/Tmt4tZ+mHSsTz2yHw1xC+4A/nyrFpSewYTuqkc= -SHA256 (cargo/windows_aarch64_msvc-0.39.0.tar.gz) = 7HcRZmCWvUCW/6g1I4kFuzP7hyZ5EOFUsYtE6quzQPI= -SHA256 (cargo/windows_i686_gnu-0.36.1.tar.gz) = GA5szwHa9MQmuEbfxm2x/FGPB0uqeTqn2bmq7/rWo7Y= -SHA256 (cargo/windows_i686_gnu-0.39.0.tar.gz) = dj/FcQCl9wQuMFfn6Nm914YNMwBwJRpz0ANWOju0nhs= -SHA256 (cargo/windows_i686_msvc-0.36.1.tar.gz) = 4ueRcUiygS0e6vrrIql+SBPfpgo/j3jr4gS8yI8S8CQ= -SHA256 (cargo/windows_i686_msvc-0.39.0.tar.gz) = e8fL/liCiSHhCp9Eb8qvZJIE3P5sHd1xLF7rrmvaEQY= -SHA256 (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = Tc0XG4d2xBuXUh5doSei2GrSgBFIB9Cyqx5GK8dk2eE= -SHA256 (cargo/windows_x86_64_gnu-0.39.0.tar.gz) = aGjBZWN9ZTrh6NxNgsJdT5fdZgXqqNeEtcbgqyolK2U= -SHA256 (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = yBHKSoyFPvQgq9hZK6U927rJBBD6tpA7PnmXKmMfdoA= -SHA256 (cargo/windows_x86_64_msvc-0.39.0.tar.gz) = Xk1AiDrpyulieHyna6djkP+ikhRmehEdueChrYN36Ak= -SHA256 (cargo/x25519-dalek-1.2.0.tar.gz) = I5K2uUpXa04r88WydX1j8QragCCi5NCKyEnrz26o4Hc= -SHA256 (cargo/xattr-0.2.3.tar.gz) = bRUmu+Wq616waIX02Ye836XiMYcFXem4P+ABVqgh+rw= -SHA256 (cargo/xflags-0.2.4.tar.gz) = PxT+HtQaWite8/VlWGxKilWe5V05U/qrNgp3ETW97gA= -SHA256 (cargo/xflags-macros-0.2.4.tar.gz) = RdEdX8Kpcoft7YsXDKgFM7PEJkbdf6OGpesEWBeSECI= -SHA256 (cargo/xshell-0.1.17.tar.gz) = 6q0gNSRMVtoFVz1Nf9pfkDxgpfNbkRDhV6FKHfRanxQ= -SHA256 (cargo/xshell-macros-0.1.17.tar.gz) = SRako8rXWeSZo2IFI7+VRcwWLXoGFjcn3el86aqkzzk= -SHA256 (cargo/zbus-2.3.2.tar.gz) = LY8aA3ssSmfZZU3HvfqP8ugFVbvv3TwYM8HRsnyWOms= -SHA256 (cargo/zbus_macros-2.3.2.tar.gz) = H4+1GG0ch66IzyNJdMJAZxI4tKZ5FYrTuU7EZSNzSaY= -SHA256 (cargo/zbus_names-2.2.0.tar.gz) = QaQI/Yo1JpVpD1OQbcf9A2vpJOxR6l4FZm/0JoXtCvU= -SHA256 (cargo/zeroize-1.3.0.tar.gz) = R1b32z97VXSTjD6xwRcDi44H+V7mcYwO+tSsIVCPHv0= -SHA256 (cargo/zeroize_derive-1.3.2.tar.gz) = P48YdkHa1PaA0lxL/EIltBgWWYQXnybKduxPtkQdOhc= -SHA256 (cargo/zvariant-3.6.0.tar.gz) = G9aOTmQy7xnfR9fpDi5ytefj13jgrjut3xK5USZcx1g= -SHA256 (cargo/zvariant_derive-3.6.0.tar.gz) = COl36qOvZS9j1HnOUNkkJUrXZyKmKJ7BoerDIxyjBDA= -SHA256 (gurk-rs-0.3.0-vendorfiles.tar.gz) = hsgl94Oi3MT3dy7rgDXHAb4txSO9AoNQW9tIlVSaU6A= -SHA256 (gurk-rs-0.3.0.tar.gz) = dZQN2tcH1SU3Yc/qkgUNs5zLj5PZk7FVdq2LraykV4Y= -SIZE (cargo/adler-1.0.2.tar.gz) = 12778 -SIZE (cargo/aead-0.4.3.tar.gz) = 14717 -SIZE (cargo/aes-0.7.5.tar.gz) = 128544 -SIZE (cargo/aes-gcm-0.9.4.tar.gz) = 148477 -SIZE (cargo/aes-gcm-siv-0.10.3.tar.gz) = 26809 -SIZE (cargo/aho-corasick-0.7.19.tar.gz) = 113070 -SIZE (cargo/android_system_properties-0.1.5.tar.gz) = 5243 -SIZE (cargo/anes-0.1.6.tar.gz) = 23857 -SIZE (cargo/ansi_term-0.12.1.tar.gz) = 24838 -SIZE (cargo/anyhow-1.0.64.tar.gz) = 43549 -SIZE (cargo/arrayref-0.3.6.tar.gz) = 10035 -SIZE (cargo/arrayvec-0.5.2.tar.gz) = 27838 -SIZE (cargo/async-broadcast-0.4.1.tar.gz) = 19732 -SIZE (cargo/async-channel-1.7.1.tar.gz) = 12855 -SIZE (cargo/async-executor-1.4.1.tar.gz) = 15490 -SIZE (cargo/async-io-1.9.0.tar.gz) = 36394 -SIZE (cargo/async-lock-2.5.0.tar.gz) = 15656 -SIZE (cargo/async-recursion-0.3.2.tar.gz) = 10774 -SIZE (cargo/async-task-4.3.0.tar.gz) = 29544 -SIZE (cargo/async-trait-0.1.57.tar.gz) = 26793 -SIZE (cargo/async-tungstenite-0.17.2.tar.gz) = 33625 -SIZE (cargo/atty-0.2.14.tar.gz) = 5470 -SIZE (cargo/autocfg-1.1.0.tar.gz) = 13272 -SIZE (cargo/base64-0.12.3.tar.gz) = 57545 -SIZE (cargo/base64-0.13.0.tar.gz) = 62070 -SIZE (cargo/bincode-1.3.3.tar.gz) = 28958 -SIZE (cargo/bitflags-1.3.2.tar.gz) = 23021 -SIZE (cargo/block-0.1.6.tar.gz) = 4077 -SIZE (cargo/block-buffer-0.10.3.tar.gz) = 10465 -SIZE (cargo/block-buffer-0.9.0.tar.gz) = 7108 -SIZE (cargo/block-modes-0.8.1.tar.gz) = 16961 -SIZE (cargo/block-padding-0.2.1.tar.gz) = 7672 -SIZE (cargo/bstr-0.2.17.tar.gz) = 330350 -SIZE (cargo/bumpalo-3.11.0.tar.gz) = 80945 -SIZE (cargo/byteorder-1.4.3.tar.gz) = 22512 -SIZE (cargo/bytes-1.2.1.tar.gz) = 54857 -SIZE (cargo/cache-padded-1.2.0.tar.gz) = 9125 -SIZE (cargo/cassowary-0.3.0.tar.gz) = 22876 -SIZE (cargo/cast-0.3.0.tar.gz) = 11452 -SIZE (cargo/cc-1.0.73.tar.gz) = 57880 -SIZE (cargo/cfg-if-1.0.0.tar.gz) = 7934 -SIZE (cargo/checked_int_cast-1.0.0.tar.gz) = 2669 -SIZE (cargo/chrono-0.4.22.tar.gz) = 185570 -SIZE (cargo/ciborium-0.2.0.tar.gz) = 30130 -SIZE (cargo/ciborium-io-0.2.0.tar.gz) = 2738 -SIZE (cargo/ciborium-ll-0.2.0.tar.gz) = 10740 -SIZE (cargo/cipher-0.3.0.tar.gz) = 12756 -SIZE (cargo/clap-3.2.23.tar.gz) = 219435 -SIZE (cargo/clap-4.0.18.tar.gz) = 204914 -SIZE (cargo/clap_derive-4.0.18.tar.gz) = 27348 -SIZE (cargo/clap_lex-0.2.4.tar.gz) = 9652 -SIZE (cargo/clap_lex-0.3.0.tar.gz) = 9671 -SIZE (cargo/cmake-0.1.48.tar.gz) = 15142 -SIZE (cargo/concurrent-queue-1.2.4.tar.gz) = 15375 -SIZE (cargo/core-foundation-0.9.3.tar.gz) = 27059 -SIZE (cargo/core-foundation-sys-0.8.3.tar.gz) = 17519 -SIZE (cargo/cpufeatures-0.2.5.tar.gz) = 11251 -SIZE (cargo/crc32fast-1.3.2.tar.gz) = 38661 -SIZE (cargo/criterion-0.4.0.tar.gz) = 108978 -SIZE (cargo/criterion-plot-0.5.0.tar.gz) = 22706 -SIZE (cargo/crossbeam-channel-0.5.6.tar.gz) = 90292 -SIZE (cargo/crossbeam-deque-0.8.2.tar.gz) = 21237 -SIZE (cargo/crossbeam-epoch-0.9.10.tar.gz) = 46918 -SIZE (cargo/crossbeam-utils-0.8.11.tar.gz) = 40887 -SIZE (cargo/crossterm-0.19.0.tar.gz) = 104572 -SIZE (cargo/crossterm-0.23.2.tar.gz) = 106712 -SIZE (cargo/crossterm_winapi-0.7.0.tar.gz) = 15187 -SIZE (cargo/crossterm_winapi-0.9.0.tar.gz) = 15561 -SIZE (cargo/crypto-common-0.1.6.tar.gz) = 8760 -SIZE (cargo/crypto-mac-0.11.1.tar.gz) = 9551 -SIZE (cargo/ctr-0.8.0.tar.gz) = 17740 -SIZE (cargo/derivative-2.2.0.tar.gz) = 48076 -SIZE (cargo/digest-0.10.3.tar.gz) = 18990 -SIZE (cargo/digest-0.9.0.tar.gz) = 13247 -SIZE (cargo/dirs-3.0.2.tar.gz) = 12184 -SIZE (cargo/dirs-4.0.0.tar.gz) = 12503 -SIZE (cargo/dirs-next-2.0.0.tar.gz) = 11689 -SIZE (cargo/dirs-sys-0.3.7.tar.gz) = 10597 -SIZE (cargo/dirs-sys-next-0.1.2.tar.gz) = 10681 -SIZE (cargo/displaydoc-0.2.3.tar.gz) = 17060 -SIZE (cargo/either-1.8.0.tar.gz) = 15992 -SIZE (cargo/emoji-0.2.1.tar.gz) = 6475871 -SIZE (cargo/enumflags2-0.7.5.tar.gz) = 15117 -SIZE (cargo/enumflags2_derive-0.7.4.tar.gz) = 8166 -SIZE (cargo/env_logger-0.8.4.tar.gz) = 33342 -SIZE (cargo/event-listener-2.5.3.tar.gz) = 15392 -SIZE (cargo/fastrand-1.8.0.tar.gz) = 11369 -SIZE (cargo/filetime-0.2.17.tar.gz) = 14484 -SIZE (cargo/fixedbitset-0.4.2.tar.gz) = 15954 -SIZE (cargo/flate2-1.0.24.tar.gz) = 70191 -SIZE (cargo/fnv-1.0.7.tar.gz) = 11266 -SIZE (cargo/form_urlencoded-1.0.1.tar.gz) = 8773 -SIZE (cargo/fs2-0.4.3.tar.gz) = 13138 -SIZE (cargo/futures-0.3.24.tar.gz) = 51399 -SIZE (cargo/futures-channel-0.3.24.tar.gz) = 31963 -SIZE (cargo/futures-core-0.3.24.tar.gz) = 14618 -SIZE (cargo/futures-executor-0.3.24.tar.gz) = 17745 -SIZE (cargo/futures-io-0.3.24.tar.gz) = 8910 -SIZE (cargo/futures-lite-1.12.0.tar.gz) = 36032 -SIZE (cargo/futures-macro-0.3.24.tar.gz) = 11252 -SIZE (cargo/futures-sink-0.3.24.tar.gz) = 7854 -SIZE (cargo/futures-task-0.3.24.tar.gz) = 11836 -SIZE (cargo/futures-util-0.3.24.tar.gz) = 155823 -SIZE (cargo/fuzzy-matcher-0.3.7.tar.gz) = 18047 -SIZE (cargo/fxhash-0.2.1.tar.gz) = 4102 -SIZE (cargo/generic-array-0.14.6.tar.gz) = 15889 -SIZE (cargo/getopts-0.2.21.tar.gz) = 18457 -SIZE (cargo/getrandom-0.1.16.tar.gz) = 25077 -SIZE (cargo/getrandom-0.2.7.tar.gz) = 28854 -SIZE (cargo/gh-emoji-1.0.7.tar.gz) = 21780 -SIZE (cargo/ghash-0.4.4.tar.gz) = 9005 -SIZE (cargo/half-1.8.2.tar.gz) = 41874 -SIZE (cargo/hashbrown-0.12.3.tar.gz) = 102968 -SIZE (cargo/headers-0.3.8.tar.gz) = 67904 -SIZE (cargo/headers-core-0.2.0.tar.gz) = 2380 -SIZE (cargo/heck-0.3.3.tar.gz) = 10260 -SIZE (cargo/heck-0.4.0.tar.gz) = 11161 -SIZE (cargo/hermit-abi-0.1.19.tar.gz) = 9979 -SIZE (cargo/hex-0.4.3.tar.gz) = 13299 -SIZE (cargo/hkdf-0.11.0.tar.gz) = 171707 -SIZE (cargo/hkdf-0.12.3.tar.gz) = 170910 -SIZE (cargo/hmac-0.11.0.tar.gz) = 11385 -SIZE (cargo/hmac-0.12.1.tar.gz) = 42657 -SIZE (cargo/hostname-0.3.1.tar.gz) = 9272 -SIZE (cargo/http-0.2.8.tar.gz) = 105591 -SIZE (cargo/http-body-0.4.5.tar.gz) = 9242 -SIZE (cargo/httparse-1.8.0.tar.gz) = 29954 -SIZE (cargo/httpdate-1.0.2.tar.gz) = 10673 -SIZE (cargo/hyper-0.14.20.tar.gz) = 183885 -SIZE (cargo/hyper-rustls-0.23.0.tar.gz) = 29432 -SIZE (cargo/hyper-timeout-0.4.1.tar.gz) = 13805 -SIZE (cargo/iana-time-zone-0.1.47.tar.gz) = 16974 -SIZE (cargo/idna-0.2.3.tar.gz) = 271023 -SIZE (cargo/indexmap-1.9.1.tar.gz) = 54114 -SIZE (cargo/instant-0.1.12.tar.gz) = 6128 -SIZE (cargo/itertools-0.10.3.tar.gz) = 118661 -SIZE (cargo/itertools-0.9.0.tar.gz) = 96429 -SIZE (cargo/itoa-1.0.3.tar.gz) = 10481 -SIZE (cargo/js-sys-0.3.59.tar.gz) = 78849 -SIZE (cargo/lazy_static-1.4.0.tar.gz) = 10443 -SIZE (cargo/lexical-core-0.7.6.tar.gz) = 494385 -SIZE (cargo/libc-0.2.132.tar.gz) = 595317 -SIZE (cargo/linked-hash-map-0.5.6.tar.gz) = 15049 -SIZE (cargo/lock_api-0.4.8.tar.gz) = 25677 -SIZE (cargo/log-0.4.17.tar.gz) = 38028 -SIZE (cargo/log-panics-2.1.0.tar.gz) = 9464 -SIZE (cargo/lru-cache-0.1.2.tar.gz) = 9307 -SIZE (cargo/mac-notification-sys-0.5.6.tar.gz) = 11921 -SIZE (cargo/malloc_buf-0.0.6.tar.gz) = 1239 -SIZE (cargo/match_cfg-0.1.0.tar.gz) = 7153 -SIZE (cargo/matches-0.1.9.tar.gz) = 2246 -SIZE (cargo/memchr-2.5.0.tar.gz) = 65812 -SIZE (cargo/memoffset-0.6.5.tar.gz) = 7686 -SIZE (cargo/mime-0.3.16.tar.gz) = 15206 -SIZE (cargo/mime_guess-2.0.4.tar.gz) = 26399 -SIZE (cargo/miniz_oxide-0.5.4.tar.gz) = 53485 -SIZE (cargo/mio-0.7.14.tar.gz) = 87429 -SIZE (cargo/mio-0.8.4.tar.gz) = 93013 -SIZE (cargo/miow-0.3.7.tar.gz) = 24563 -SIZE (cargo/mpart-async-0.6.1.tar.gz) = 29656 -SIZE (cargo/multimap-0.8.3.tar.gz) = 13518 -SIZE (cargo/nix-0.23.1.tar.gz) = 240531 -SIZE (cargo/nom-5.1.2.tar.gz) = 136174 -SIZE (cargo/notify-rust-4.5.10.tar.gz) = 48994 -SIZE (cargo/ntapi-0.3.7.tar.gz) = 126994 -SIZE (cargo/num-integer-0.1.45.tar.gz) = 22529 -SIZE (cargo/num-traits-0.2.15.tar.gz) = 49262 -SIZE (cargo/num_cpus-1.13.1.tar.gz) = 14752 -SIZE (cargo/num_enum-0.5.7.tar.gz) = 15199 -SIZE (cargo/num_enum_derive-0.5.7.tar.gz) = 12225 -SIZE (cargo/num_threads-0.1.6.tar.gz) = 7334 -SIZE (cargo/objc-0.2.7.tar.gz) = 22036 -SIZE (cargo/objc-foundation-0.1.1.tar.gz) = 9063 -SIZE (cargo/objc_id-0.1.1.tar.gz) = 3258 -SIZE (cargo/once_cell-1.14.0.tar.gz) = 31614 -SIZE (cargo/oncemutex-0.1.1.tar.gz) = 2476 -SIZE (cargo/oorandom-11.1.3.tar.gz) = 10068 -SIZE (cargo/opaque-debug-0.3.0.tar.gz) = 5767 -SIZE (cargo/opener-0.5.0.tar.gz) = 12350 -SIZE (cargo/openssl-probe-0.1.5.tar.gz) = 7227 -SIZE (cargo/ordered-stream-0.0.1.tar.gz) = 9081 -SIZE (cargo/os_str_bytes-6.3.1.tar.gz) = 22934 -SIZE (cargo/parking-2.0.0.tar.gz) = 9714 -SIZE (cargo/parking_lot-0.11.2.tar.gz) = 39869 -SIZE (cargo/parking_lot-0.12.1.tar.gz) = 40967 -SIZE (cargo/parking_lot_core-0.8.5.tar.gz) = 32466 -SIZE (cargo/parking_lot_core-0.9.3.tar.gz) = 32256 -SIZE (cargo/percent-encoding-2.1.0.tar.gz) = 9748 -SIZE (cargo/petgraph-0.6.2.tar.gz) = 182513 -SIZE (cargo/phf-0.11.1.tar.gz) = 17232 -SIZE (cargo/phf-0.8.0.tar.gz) = 3902 -SIZE (cargo/phf_generator-0.8.0.tar.gz) = 7604 -SIZE (cargo/phf_macros-0.8.0.tar.gz) = 5814 -SIZE (cargo/phf_shared-0.11.1.tar.gz) = 10320 -SIZE (cargo/phf_shared-0.8.0.tar.gz) = 2860 -SIZE (cargo/phonenumber-0.3.1+8.12.9.tar.gz) = 2362619 -SIZE (cargo/pin-project-lite-0.2.9.tar.gz) = 27713 -SIZE (cargo/pin-utils-0.1.0.tar.gz) = 7580 -SIZE (cargo/plotters-0.3.4.tar.gz) = 143219 -SIZE (cargo/plotters-backend-0.3.4.tar.gz) = 13416 -SIZE (cargo/plotters-svg-0.3.3.tar.gz) = 6916 -SIZE (cargo/polling-2.3.0.tar.gz) = 21678 -SIZE (cargo/polyval-0.5.3.tar.gz) = 17368 -SIZE (cargo/ppv-lite86-0.2.16.tar.gz) = 22245 -SIZE (cargo/proc-macro-crate-1.2.1.tar.gz) = 9161 -SIZE (cargo/proc-macro-error-1.0.4.tar.gz) = 25293 -SIZE (cargo/proc-macro-error-attr-1.0.4.tar.gz) = 7971 -SIZE (cargo/proc-macro-hack-0.5.19.tar.gz) = 15556 -SIZE (cargo/proc-macro2-1.0.43.tar.gz) = 41512 -SIZE (cargo/prost-0.10.4.tar.gz) = 26192 -SIZE (cargo/prost-0.9.0.tar.gz) = 25584 -SIZE (cargo/prost-build-0.10.4.tar.gz) = 6351284 -SIZE (cargo/prost-build-0.9.0.tar.gz) = 9947797 -SIZE (cargo/prost-derive-0.10.1.tar.gz) = 19128 -SIZE (cargo/prost-derive-0.9.0.tar.gz) = 15266 -SIZE (cargo/prost-types-0.10.1.tar.gz) = 31215 -SIZE (cargo/prost-types-0.9.0.tar.gz) = 27403 -SIZE (cargo/pulldown-cmark-0.8.0.tar.gz) = 106330 -SIZE (cargo/qr2term-0.3.0.tar.gz) = 42718 -SIZE (cargo/qrcode-0.12.0.tar.gz) = 58072 -SIZE (cargo/quick-xml-0.18.1.tar.gz) = 103957 -SIZE (cargo/quick-xml-0.23.1.tar.gz) = 161488 -SIZE (cargo/quickcheck-1.0.3.tar.gz) = 28069 -SIZE (cargo/quickcheck_macros-1.0.0.tar.gz) = 5275 -SIZE (cargo/quote-1.0.21.tar.gz) = 28030 -SIZE (cargo/rand-0.7.3.tar.gz) = 112246 -SIZE (cargo/rand-0.8.5.tar.gz) = 87113 -SIZE (cargo/rand_chacha-0.2.2.tar.gz) = 13267 -SIZE (cargo/rand_chacha-0.3.1.tar.gz) = 15251 -SIZE (cargo/rand_core-0.5.1.tar.gz) = 21116 -SIZE (cargo/rand_core-0.6.3.tar.gz) = 21938 -SIZE (cargo/rand_hc-0.2.0.tar.gz) = 11670 -SIZE (cargo/rand_pcg-0.2.1.tar.gz) = 11291 -SIZE (cargo/rayon-1.5.3.tar.gz) = 167246 -SIZE (cargo/rayon-core-1.9.3.tar.gz) = 65300 -SIZE (cargo/redox_syscall-0.2.16.tar.gz) = 24012 -SIZE (cargo/redox_users-0.4.3.tar.gz) = 15353 -SIZE (cargo/regex-1.6.0.tar.gz) = 239329 -SIZE (cargo/regex-automata-0.1.10.tar.gz) = 114533 -SIZE (cargo/regex-cache-0.2.1.tar.gz) = 6346 -SIZE (cargo/regex-syntax-0.6.27.tar.gz) = 297300 -SIZE (cargo/remove_dir_all-0.5.3.tar.gz) = 9184 -SIZE (cargo/ring-0.16.20.tar.gz) = 5082615 -SIZE (cargo/rustls-0.20.6.tar.gz) = 259289 -SIZE (cargo/rustls-native-certs-0.6.2.tar.gz) = 22089 -SIZE (cargo/rustls-pemfile-0.3.0.tar.gz) = 14487 -SIZE (cargo/rustls-pemfile-1.0.1.tar.gz) = 19171 -SIZE (cargo/ryu-1.0.11.tar.gz) = 47007 -SIZE (cargo/same-file-1.0.6.tar.gz) = 10183 -SIZE (cargo/schannel-0.1.20.tar.gz) = 41579 -SIZE (cargo/scopeguard-1.1.0.tar.gz) = 11470 -SIZE (cargo/sct-0.7.0.tar.gz) = 27502 -SIZE (cargo/security-framework-2.7.0.tar.gz) = 72601 -SIZE (cargo/security-framework-sys-2.6.1.tar.gz) = 17717 -SIZE (cargo/semver-1.0.13.tar.gz) = 29653 -SIZE (cargo/serde-1.0.144.tar.gz) = 76387 -SIZE (cargo/serde_derive-1.0.144.tar.gz) = 54867 -SIZE (cargo/serde_json-1.0.85.tar.gz) = 144635 -SIZE (cargo/serde_repr-0.1.9.tar.gz) = 9695 -SIZE (cargo/sha-1-0.10.0.tar.gz) = 12239 -SIZE (cargo/sha1-0.10.4.tar.gz) = 11915 -SIZE (cargo/sha1-0.6.1.tar.gz) = 2931 -SIZE (cargo/sha1_smol-1.0.0.tar.gz) = 9782 -SIZE (cargo/sha2-0.10.5.tar.gz) = 20325 -SIZE (cargo/sha2-0.9.9.tar.gz) = 22247 -SIZE (cargo/sharded-slab-0.1.4.tar.gz) = 52479 -SIZE (cargo/signal-hook-0.1.17.tar.gz) = 27085 -SIZE (cargo/signal-hook-0.3.14.tar.gz) = 49446 -SIZE (cargo/signal-hook-mio-0.2.3.tar.gz) = 9064 -SIZE (cargo/signal-hook-registry-1.4.0.tar.gz) = 17912 -SIZE (cargo/siphasher-0.3.10.tar.gz) = 9889 -SIZE (cargo/slab-0.4.7.tar.gz) = 16647 -SIZE (cargo/sled-0.34.7.tar.gz) = 485296 -SIZE (cargo/smallvec-1.9.0.tar.gz) = 28396 -SIZE (cargo/smawk-0.3.1.tar.gz) = 12840 -SIZE (cargo/socket2-0.4.7.tar.gz) = 44619 -SIZE (cargo/spin-0.5.2.tar.gz) = 12004 -SIZE (cargo/static_assertions-1.1.0.tar.gz) = 18480 -SIZE (cargo/strsim-0.10.0.tar.gz) = 11355 -SIZE (cargo/strum-0.22.0.tar.gz) = 5413 -SIZE (cargo/strum_macros-0.22.0.tar.gz) = 16501 -SIZE (cargo/subtle-2.4.1.tar.gz) = 12630 -SIZE (cargo/syn-1.0.99.tar.gz) = 236084 -SIZE (cargo/synstructure-0.12.6.tar.gz) = 18429 -SIZE (cargo/tar-0.4.38.tar.gz) = 49158 -SIZE (cargo/tauri-winrt-notification-0.1.0.tar.gz) = 41529 -SIZE (cargo/tempfile-3.3.0.tar.gz) = 27578 -SIZE (cargo/termcolor-1.1.3.tar.gz) = 17242 -SIZE (cargo/textwrap-0.14.2.tar.gz) = 52016 -SIZE (cargo/textwrap-0.16.0.tar.gz) = 53722 -SIZE (cargo/thiserror-1.0.34.tar.gz) = 17329 -SIZE (cargo/thiserror-impl-1.0.34.tar.gz) = 15437 -SIZE (cargo/thread_local-1.1.4.tar.gz) = 13106 -SIZE (cargo/time-0.1.44.tar.gz) = 28885 -SIZE (cargo/time-0.3.14.tar.gz) = 93111 -SIZE (cargo/tinytemplate-1.2.1.tar.gz) = 26490 -SIZE (cargo/tinyvec-1.6.0.tar.gz) = 45991 -SIZE (cargo/tinyvec_macros-0.1.0.tar.gz) = 1817 -SIZE (cargo/tokio-1.21.0.tar.gz) = 605527 -SIZE (cargo/tokio-io-timeout-1.2.0.tar.gz) = 8993 -SIZE (cargo/tokio-macros-1.8.0.tar.gz) = 9346 -SIZE (cargo/tokio-rustls-0.23.4.tar.gz) = 27024 -SIZE (cargo/tokio-stream-0.1.9.tar.gz) = 31779 -SIZE (cargo/tokio-util-0.6.10.tar.gz) = 71140 -SIZE (cargo/toml-0.5.9.tar.gz) = 55667 -SIZE (cargo/tower-service-0.3.2.tar.gz) = 6847 -SIZE (cargo/tracing-0.1.36.tar.gz) = 73238 -SIZE (cargo/tracing-appender-0.2.2.tar.gz) = 17208 -SIZE (cargo/tracing-attributes-0.1.22.tar.gz) = 28199 -SIZE (cargo/tracing-core-0.1.29.tar.gz) = 58969 -SIZE (cargo/tracing-log-0.1.3.tar.gz) = 20549 -SIZE (cargo/tracing-subscriber-0.3.15.tar.gz) = 187713 -SIZE (cargo/try-lock-0.2.3.tar.gz) = 4158 -SIZE (cargo/tui-0.15.0.tar.gz) = 139975 -SIZE (cargo/tungstenite-0.17.3.tar.gz) = 53478 -SIZE (cargo/typenum-1.15.0.tar.gz) = 40741 -SIZE (cargo/uds_windows-1.0.2.tar.gz) = 16206 -SIZE (cargo/unicase-2.6.0.tar.gz) = 23478 -SIZE (cargo/unicode-bidi-0.3.8.tar.gz) = 36575 -SIZE (cargo/unicode-ident-1.0.3.tar.gz) = 35031 -SIZE (cargo/unicode-linebreak-0.1.2.tar.gz) = 69293 -SIZE (cargo/unicode-normalization-0.1.21.tar.gz) = 121745 -SIZE (cargo/unicode-segmentation-1.9.0.tar.gz) = 93241 -SIZE (cargo/unicode-width-0.1.9.tar.gz) = 16745 -SIZE (cargo/unicode-xid-0.2.3.tar.gz) = 15174 -SIZE (cargo/universal-hash-0.4.1.tar.gz) = 8503 -SIZE (cargo/untrusted-0.7.1.tar.gz) = 7924 -SIZE (cargo/url-2.2.2.tar.gz) = 68555 -SIZE (cargo/utf-8-0.7.6.tar.gz) = 10422 -SIZE (cargo/uuid-1.2.1.tar.gz) = 53789 -SIZE (cargo/valuable-0.1.0.tar.gz) = 27718 -SIZE (cargo/version_check-0.9.4.tar.gz) = 14895 -SIZE (cargo/waker-fn-1.1.0.tar.gz) = 7114 -SIZE (cargo/walkdir-2.3.2.tar.gz) = 23516 -SIZE (cargo/want-0.3.0.tar.gz) = 6550 -SIZE (cargo/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 26964 -SIZE (cargo/wasi-0.11.0+wasi-snapshot-preview1.tar.gz) = 28131 -SIZE (cargo/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SIZE (cargo/wasm-bindgen-0.2.82.tar.gz) = 166376 -SIZE (cargo/wasm-bindgen-backend-0.2.82.tar.gz) = 25764 -SIZE (cargo/wasm-bindgen-macro-0.2.82.tar.gz) = 11808 -SIZE (cargo/wasm-bindgen-macro-support-0.2.82.tar.gz) = 18529 -SIZE (cargo/wasm-bindgen-shared-0.2.82.tar.gz) = 7197 -SIZE (cargo/web-sys-0.3.59.tar.gz) = 697461 -SIZE (cargo/webpki-0.22.0.tar.gz) = 58663 -SIZE (cargo/wepoll-ffi-0.1.2.tar.gz) = 31309 -SIZE (cargo/which-4.3.0.tar.gz) = 9635 -SIZE (cargo/whoami-1.2.1.tar.gz) = 10963 -SIZE (cargo/winapi-0.3.9.tar.gz) = 1200382 -SIZE (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SIZE (cargo/winapi-util-0.1.5.tar.gz) = 10164 -SIZE (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SIZE (cargo/windows-0.39.0.tar.gz) = 12776691 -SIZE (cargo/windows-sys-0.36.1.tar.gz) = 3347053 -SIZE (cargo/windows_aarch64_msvc-0.36.1.tar.gz) = 661960 -SIZE (cargo/windows_aarch64_msvc-0.39.0.tar.gz) = 661960 -SIZE (cargo/windows_i686_gnu-0.36.1.tar.gz) = 818115 -SIZE (cargo/windows_i686_gnu-0.39.0.tar.gz) = 818115 -SIZE (cargo/windows_i686_msvc-0.36.1.tar.gz) = 724575 -SIZE (cargo/windows_i686_msvc-0.39.0.tar.gz) = 724575 -SIZE (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = 790934 -SIZE (cargo/windows_x86_64_gnu-0.39.0.tar.gz) = 790933 -SIZE (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = 661999 -SIZE (cargo/windows_x86_64_msvc-0.39.0.tar.gz) = 662005 -SIZE (cargo/x25519-dalek-1.2.0.tar.gz) = 88676 -SIZE (cargo/xattr-0.2.3.tar.gz) = 11959 -SIZE (cargo/xflags-0.2.4.tar.gz) = 9932 -SIZE (cargo/xflags-macros-0.2.4.tar.gz) = 10740 -SIZE (cargo/xshell-0.1.17.tar.gz) = 21019 -SIZE (cargo/xshell-macros-0.1.17.tar.gz) = 2682 -SIZE (cargo/zbus-2.3.2.tar.gz) = 113900 -SIZE (cargo/zbus_macros-2.3.2.tar.gz) = 25540 -SIZE (cargo/zbus_names-2.2.0.tar.gz) = 9216 -SIZE (cargo/zeroize-1.3.0.tar.gz) = 15913 -SIZE (cargo/zeroize_derive-1.3.2.tar.gz) = 10299 -SIZE (cargo/zvariant-3.6.0.tar.gz) = 68075 -SIZE (cargo/zvariant_derive-3.6.0.tar.gz) = 10957 -SIZE (gurk-rs-0.3.0-vendorfiles.tar.gz) = 767295 -SIZE (gurk-rs-0.3.0.tar.gz) = 246873 diff --git a/net/gurk-rs/files/config b/net/gurk-rs/files/config deleted file mode 100644 index 1d30ff5..0000000 --- a/net/gurk-rs/files/config +++ /dev/null @@ -1,22 +0,0 @@ -[source."https://github.com/signalapp/curve25519-dalek"] -git = "https://github.com/signalapp/curve25519-dalek" -branch = "lizard2" -replace-with = "vendored-sources" - -[source."https://github.com/signalapp/libsignal"] -git = "https://github.com/signalapp/libsignal" -tag = "v0.20.0" -replace-with = "vendored-sources" - -[source."https://github.com/whisperfish/libsignal-service-rs"] -git = "https://github.com/whisperfish/libsignal-service-rs" -rev = "8666ba56f47e405aaf8ed243be6e2ad1b5ad68c1" -replace-with = "vendored-sources" - -[source."https://github.com/whisperfish/presage"] -git = "https://github.com/whisperfish/presage" -rev = "f84d958" -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" diff --git a/net/gurk-rs/pkg/DESCR b/net/gurk-rs/pkg/DESCR deleted file mode 100644 index f0dfe97..0000000 --- a/net/gurk-rs/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -Signal Messenger client for the terminal written in Rust. diff --git a/net/gurk-rs/pkg/PLIST b/net/gurk-rs/pkg/PLIST deleted file mode 100644 index 53fdefe..0000000 --- a/net/gurk-rs/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@bin bin/gurk diff --git a/net/terraform-provider-hcloud/Makefile b/net/terraform-provider-hcloud/Makefile deleted file mode 100644 index f5b51b6..0000000 --- a/net/terraform-provider-hcloud/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -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 deleted file mode 100644 index a05d8c8..0000000 --- a/net/terraform-provider-hcloud/distinfo +++ /dev/null @@ -1,1600 +0,0 @@ -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 deleted file mode 100644 index bb4445b..0000000 --- a/net/terraform-provider-hcloud/modules.inc +++ /dev/null @@ -1,631 +0,0 @@ -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 deleted file mode 100644 index 1333ed7..0000000 --- a/net/terraform-provider-hcloud/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -TODO diff --git a/net/terraform-provider-hcloud/pkg/PLIST b/net/terraform-provider-hcloud/pkg/PLIST deleted file mode 100644 index 13a22c7..0000000 --- a/net/terraform-provider-hcloud/pkg/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@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 deleted file mode 100644 index a13fd71..0000000 --- a/net/terraform-provider-hcloud/pkg/PLIST.orig +++ /dev/null @@ -1,4 +0,0 @@ -@bin bin/terraform-provider-hcloud -share/terraform/ -share/terraform/plugins/ -@bin share/terraform/plugins/terraform-provider-hcloud diff --git a/net/youtube-viewer/Makefile b/net/youtube-viewer/Makefile index d8c218f..239ebc8 100644 --- a/net/youtube-viewer/Makefile +++ b/net/youtube-viewer/Makefile @@ -1,6 +1,6 @@ COMMENT = cli youtube browser -V = 3.10.2 +V = 3.10.5 GH_ACCOUNT = trizen GH_PROJECT = youtube-viewer GH_TAGNAME = ${V} @@ -25,6 +25,9 @@ RUN_DEPENDS = devel/p5-Data-Dump \ converters/p5-JSON \ converters/p5-JSON-XS \ devel/p5-Term-ReadLine-Gnu \ + www/p5-URI \ + www/p5-libwww \ + www/p5-LWP-Protocol-https \ converters/p5-Unicode-LineBreak # BUILD_DEPENDS = devel/p5-Module-Build \ diff --git a/net/youtube-viewer/distinfo b/net/youtube-viewer/distinfo index 659f9a1..ff220e6 100644 --- a/net/youtube-viewer/distinfo +++ b/net/youtube-viewer/distinfo @@ -1,2 +1,2 @@ -SHA256 (youtube-viewer-3.10.2.tar.gz) = u5gdQEYMafeK95jzrHdCRHyenae/3Zv4blj+aPM/G/g= -SIZE (youtube-viewer-3.10.2.tar.gz) = 263895 +SHA256 (youtube-viewer-3.10.5.tar.gz) = Wyws8U7NaqGKaB48Jcpkcg7ExWz9F58H1k2E7ExQVP8= +SIZE (youtube-viewer-3.10.5.tar.gz) = 265462 diff --git a/ruby/ruby-airstream/Makefile b/ruby/ruby-airstream/Makefile index ab50206..c225802 100644 --- a/ruby/ruby-airstream/Makefile +++ b/ruby/ruby-airstream/Makefile @@ -7,9 +7,11 @@ 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 +# Unknown +PERMIT_PACKAGE = Yes + +MASTER_SITES = https://codevoid.de/9/p/ +DISTFILES = airstream-0.4.10.gem MODULES = lang/ruby @@ -17,4 +19,5 @@ 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 deleted file mode 100644 index 3581651..0000000 Binary files a/ruby/ruby-airstream/data.tar.gz and /dev/null differ diff --git a/ruby/ruby-airstream/distinfo b/ruby/ruby-airstream/distinfo index 47c1d6a..91ad50e 100644 --- a/ruby/ruby-airstream/distinfo +++ b/ruby/ruby-airstream/distinfo @@ -1,2 +1,2 @@ -SHA256 (airstream-0.4.10.gem) = MnkwpHIOqcP+5flqRt5AvP6Tx7siT44ybL1f74CV2gs= +SHA256 (airstream-0.4.10.gem) = wb4G3BgWFgnK4uzQocAcIb6tfJ0keDQopMkx4m6dthI= SIZE (airstream-0.4.10.gem) = 7680 diff --git a/ruby/ruby-airstream/metadata.gz b/ruby/ruby-airstream/metadata.gz deleted file mode 100644 index 3b34e64..0000000 Binary files a/ruby/ruby-airstream/metadata.gz and /dev/null differ diff --git a/security/otptool/Makefile b/security/otptool/Makefile deleted file mode 100644 index daa7707..0000000 --- a/security/otptool/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 7039f43..0000000 --- a/security/otptool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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/qtpass/Makefile b/security/qtpass/Makefile index d380bca..ff102b6 100644 --- a/security/qtpass/Makefile +++ b/security/qtpass/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: $ - -COMMENT= Multi-platform GUI for password-store (pass). +COMMENT= multi-platform GUI for password-store GH_ACCOUNT= IJHack GH_PROJECT= QtPass GH_TAGNAME= v1.3.2 +REVISION= 0 +PKGNAME= ${DISTNAME:L} -CATEGORIES= security +CATEGORIES= security x11 HOMEPAGE= https://qtpass.org/ @@ -18,16 +18,14 @@ 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 +RUN_DEPENDS= devel/git \ + security/gnupg>=2.2.23p1 \ + security/password-store \ + security/pwgen -TEST_TARGET= check +NO_TEST= Yes .include diff --git a/security/qtpass/files/hsetroot.1 b/security/qtpass/files/hsetroot.1 deleted file mode 100644 index b9f040e..0000000 --- a/security/qtpass/files/hsetroot.1 +++ /dev/null @@ -1,121 +0,0 @@ -.\" 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/MESSAGE b/security/qtpass/pkg/MESSAGE deleted file mode 100644 index 12c8166..0000000 --- a/security/qtpass/pkg/MESSAGE +++ /dev/null @@ -1 +0,0 @@ -Make sure to configure a graphical pinentry before using QtPass. diff --git a/security/qtpass/pkg/PLIST b/security/qtpass/pkg/PLIST index b63a1d9..da179ff 100644 --- a/security/qtpass/pkg/PLIST +++ b/security/qtpass/pkg/PLIST @@ -1,2 +1 @@ -@comment $OpenBSD: PLIST,v$ @bin bin/qtpass diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile deleted file mode 100644 index fcca638..0000000 --- a/sysutils/prelink/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -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 deleted file mode 100644 index 1f76850..0000000 --- a/sysutils/prelink/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (prelink-20130503.tar.bz2) = YznHYF6bb0FNG+MlMMnIAR84gg02QxyKYuhnTKNxQPA= -SIZE (prelink-20130503.tar.bz2) = 928040 diff --git a/textproc/ruby-asciidoctor-diagram-ditaamini/Makefile b/textproc/ruby-asciidoctor-diagram-ditaamini/Makefile deleted file mode 100644 index 2280cd5..0000000 --- a/textproc/ruby-asciidoctor-diagram-ditaamini/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -COMMENT = Ditaa JAR files wrapped in a Ruby gem - -DISTNAME = asciidoctor-diagram-ditaamini-1.0.3 - -REVISION = 0 - -CATEGORIES = textproc - -HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram - -# MIT -PERMIT_PACKAGE = Yes - -MODULES = lang/ruby - -CONFIGURE_STYLE = ruby gem - -.include diff --git a/textproc/ruby-asciidoctor-diagram-ditaamini/distinfo b/textproc/ruby-asciidoctor-diagram-ditaamini/distinfo deleted file mode 100644 index 5a3a539..0000000 --- a/textproc/ruby-asciidoctor-diagram-ditaamini/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asciidoctor-diagram-ditaamini-1.0.3.gem) = pjCyqA7gSaNe05vJO6M7VxmWOBIVWDzHPwwevNwqBo4= -SIZE (asciidoctor-diagram-ditaamini-1.0.3.gem) = 102912 diff --git a/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/DESCR b/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/DESCR deleted file mode 100644 index 8cca583..0000000 --- a/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Ditaa is a small command-line utility that can convert diagrams drawn -using ascii art ('drawings' that contain characters that resemble lines -like | / - ), into proper bitmap graphics. - -This package adds ditaa support to asciidoctor. diff --git a/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/PLIST b/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/PLIST deleted file mode 100644 index 43d43dd..0000000 --- a/textproc/ruby-asciidoctor-diagram-ditaamini/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -${GEM_LIB}/cache/${DISTNAME}.gem -${GEM_LIB}/gems/${DISTNAME}/ -${GEM_LIB}/gems/${DISTNAME}/asciidoctor-diagram-ditaamini.gemspec -${GEM_LIB}/gems/${DISTNAME}/ditaamini-license.txt -${GEM_LIB}/gems/${DISTNAME}/lib/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/classpath.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/ditaamini-1.0.3.jar -${GEM_LIB}/specifications/${DISTNAME}.gemspec diff --git a/textproc/ruby-asciidoctor-diagram-plantuml/Makefile b/textproc/ruby-asciidoctor-diagram-plantuml/Makefile deleted file mode 100644 index 3dbc244..0000000 --- a/textproc/ruby-asciidoctor-diagram-plantuml/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -COMMENT = PlantUML JAR files wrapped in a Ruby gem - -DISTNAME = asciidoctor-diagram-plantuml-1.2022.12 - -REVISION = 0 - -CATEGORIES = textproc - -HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram - -# Apache 2.0 -PERMIT_PACKAGE = Yes - -MODULES = lang/ruby - -CONFIGURE_STYLE = ruby gem - -.include diff --git a/textproc/ruby-asciidoctor-diagram-plantuml/distinfo b/textproc/ruby-asciidoctor-diagram-plantuml/distinfo deleted file mode 100644 index 6a264ed..0000000 --- a/textproc/ruby-asciidoctor-diagram-plantuml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asciidoctor-diagram-plantuml-1.2022.12.gem) = Q3qEZpaB12bcUogoYyS+mcw87KDdyHy2fcsbJlxsgN4= -SIZE (asciidoctor-diagram-plantuml-1.2022.12.gem) = 13713920 diff --git a/textproc/ruby-asciidoctor-diagram-plantuml/pkg/DESCR b/textproc/ruby-asciidoctor-diagram-plantuml/pkg/DESCR deleted file mode 100644 index 05561a0..0000000 --- a/textproc/ruby-asciidoctor-diagram-plantuml/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -PlantUML is a component that allows to quickly write: - -* Sequence diagram -* Use case diagram -* Class diagram -* Object diagram -* Activity diagram -* Component diagram -* Deployment diagram -* State diagram -* Timing diagram - -This package adds plantuml support to asciidoctor. diff --git a/textproc/ruby-asciidoctor-diagram-plantuml/pkg/PLIST b/textproc/ruby-asciidoctor-diagram-plantuml/pkg/PLIST deleted file mode 100644 index a76c0d0..0000000 --- a/textproc/ruby-asciidoctor-diagram-plantuml/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -${GEM_LIB}/cache/${DISTNAME}.gem -${GEM_LIB}/gems/${DISTNAME}/ -${GEM_LIB}/gems/${DISTNAME}/asciidoctor-diagram-plantuml.gemspec -${GEM_LIB}/gems/${DISTNAME}/batik-all-license.txt -${GEM_LIB}/gems/${DISTNAME}/jlatexmath-license.txt -${GEM_LIB}/gems/${DISTNAME}/lib/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/batik-all-1.13.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/classpath.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/jlatexmath-1.0.7.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/jlatexmath-font-cyrillic-1.0.7.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/jlatexmath-font-greek-1.0.7.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/plantuml.jar -${GEM_LIB}/gems/${DISTNAME}/plantuml-license.txt -${GEM_LIB}/specifications/${DISTNAME}.gemspec diff --git a/textproc/ruby-asciidoctor-diagram/Makefile b/textproc/ruby-asciidoctor-diagram/Makefile deleted file mode 100644 index b618940..0000000 --- a/textproc/ruby-asciidoctor-diagram/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -COMMENT = asciidoctor extension for various diagram types - -DISTNAME = asciidoctor-diagram-2.2.3 - -REVISION = 1 - -CATEGORIES = textproc - -HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram - -# MIT -PERMIT_PACKAGE = Yes - -MODULES = lang/ruby - -BUILD_DEPENDS = textproc/ruby-asciidoctor-diagram-ditaamini,${MODRUBY_FLAVOR} \ - textproc/ruby-asciidoctor-diagram-plantuml,${MODRUBY_FLAVOR} - -RUN_DEPENDS = textproc/ruby-asciidoctor-diagram-ditaamini,${MODRUBY_FLAVOR} \ - textproc/ruby-asciidoctor-diagram-plantuml,${MODRUBY_FLAVOR} - -CONFIGURE_STYLE = ruby gem - -.include diff --git a/textproc/ruby-asciidoctor-diagram/README b/textproc/ruby-asciidoctor-diagram/README deleted file mode 100644 index 9d90035..0000000 --- a/textproc/ruby-asciidoctor-diagram/README +++ /dev/null @@ -1,5 +0,0 @@ - -Known to work on OpenBSD - -ditaa: needs java, expects java executable in PATH -tikz: needs texlive_texmf-minimal and pdflatex diff --git a/textproc/ruby-asciidoctor-diagram/distinfo b/textproc/ruby-asciidoctor-diagram/distinfo deleted file mode 100644 index 81aca13..0000000 --- a/textproc/ruby-asciidoctor-diagram/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asciidoctor-diagram-2.2.3.gem) = WVGht633heA68w9eiX8t3BYZdZz5vr2JsDIrby1U6ss= -SIZE (asciidoctor-diagram-2.2.3.gem) = 209920 diff --git a/textproc/ruby-asciidoctor-diagram/pkg/DESCR b/textproc/ruby-asciidoctor-diagram/pkg/DESCR deleted file mode 100644 index 4b7889e..0000000 --- a/textproc/ruby-asciidoctor-diagram/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag -(BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, -Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and -WaveDrom. diff --git a/textproc/ruby-asciidoctor-diagram/pkg/PLIST b/textproc/ruby-asciidoctor-diagram/pkg/PLIST deleted file mode 100644 index f17f33d..0000000 --- a/textproc/ruby-asciidoctor-diagram/pkg/PLIST +++ /dev/null @@ -1,200 +0,0 @@ -${GEM_LIB}/cache/${DISTNAME}.gem -${GEM_LIB}/gems/${DISTNAME}/ -${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.adoc -${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt -${GEM_LIB}/gems/${DISTNAME}/README.adoc -${GEM_LIB}/gems/${DISTNAME}/Rakefile -${GEM_LIB}/gems/${DISTNAME}/docs/ -${GEM_LIB}/gems/${DISTNAME}/docs/antora.yml -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/ -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/images/ -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/images/asciidoctor-diagram-classes.png -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/images/asciidoctor-diagram-process.png -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/pages/ -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/pages/index.adoc -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/ -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/advanced.adoc -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/create_diagram.adoc -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/generate.adoc -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/installation.adoc -${GEM_LIB}/gems/${DISTNAME}/docs/modules/ROOT/partials/uris.adoc -${GEM_LIB}/gems/${DISTNAME}/examples/ -${GEM_LIB}/gems/${DISTNAME}/examples/Gemfile -${GEM_LIB}/gems/${DISTNAME}/examples/README.adoc -${GEM_LIB}/gems/${DISTNAME}/examples/design.adoc -${GEM_LIB}/gems/${DISTNAME}/examples/features.adoc -${GEM_LIB}/gems/${DISTNAME}/lib/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/a2s/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/a2s.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/a2s/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/a2s/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode/dependencies.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/barcode/svg_outputter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/blockdiag/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/blockdiag.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/blockdiag/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/blockdiag/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bpmn/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bpmn.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bpmn/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bpmn/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bytefield/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bytefield.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bytefield/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/bytefield/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagram_converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagram_processor.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagram_source.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagrams/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagrams.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagrams/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/diagrams/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/ditaa-1.3.21.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/ditaa/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/dpic/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/dpic.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/dpic/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/dpic/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/erd/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/erd.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/erd/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/erd/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/gnuplot/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/gnuplot.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/gnuplot/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/gnuplot/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz_py/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz_py.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz_py/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/graphviz_py/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/http/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/http/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/http/server.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/lilypond/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/lilypond.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/lilypond/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/lilypond/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/meme/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/meme.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/meme/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/meme/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/mermaid/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/mermaid.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/mermaid/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/mermaid/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/msc/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/msc.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/msc/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/msc/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/nomnoml/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/nomnoml.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/nomnoml/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/nomnoml/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/pikchr/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/pikchr.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/pikchr/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/pikchr/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/plantuml/plantuml-1.3.21.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/salt.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/shaape/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/shaape.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/shaape/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/shaape/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/smcat/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/smcat.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/smcat/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/smcat/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/svgbob/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/svgbob.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/svgbob/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/svgbob/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/symbolator/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/symbolator.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/symbolator/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/symbolator/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/syntrax/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/syntrax.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/syntrax/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/syntrax/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/tikz/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/tikz.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/tikz/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/tikz/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/umlet/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/umlet.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/umlet/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/umlet/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/binaryio.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/cli.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/cli_generator.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/gif.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/java.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/java_jruby.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/java_socket.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/pdf.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/platform.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/png.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/server-1.3.21.jar -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/svg.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/util/which.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/vega/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/vega.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/vega/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/vega/extension.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/version.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/wavedrom/ -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/wavedrom.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/wavedrom/converter.rb -${GEM_LIB}/gems/${DISTNAME}/lib/asciidoctor-diagram/wavedrom/extension.rb -${GEM_LIB}/gems/${DISTNAME}/spec/ -${GEM_LIB}/gems/${DISTNAME}/spec/a2s_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/barcode_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/blockdiag_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/bpmn_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/bytefield_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/diagrams_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/ditaa_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/dpic_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/erd_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/gnuplot_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/graphviz_py_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/graphviz_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/lilypond_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/man.jpg -${GEM_LIB}/gems/${DISTNAME}/spec/meme_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/mermaid_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/msc_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/nomnoml_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/pikchr_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/plantuml_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/shaape_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/shared_examples.rb -${GEM_LIB}/gems/${DISTNAME}/spec/smcat_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/svgbob_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/symbolator_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/syntrax_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/test_helper.rb -${GEM_LIB}/gems/${DISTNAME}/spec/tikz_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/umlet_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/vega_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/wavedrom_spec.rb -${GEM_LIB}/specifications/${DISTNAME}.gemspec diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile deleted file mode 100644 index f75f3df..0000000 --- a/www/forgejo/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -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 deleted file mode 100644 index f04829a..0000000 --- a/www/forgejo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 70b1a78..0000000 --- a/www/forgejo/patches/CVS/Entries +++ /dev/null @@ -1,3 +0,0 @@ -/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 deleted file mode 100644 index 3f5b466..0000000 --- a/www/forgejo/patches/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -ports/www/forgejo/patches diff --git a/www/forgejo/patches/CVS/Root b/www/forgejo/patches/CVS/Root deleted file mode 100644 index d935e40..0000000 --- a/www/forgejo/patches/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index b05fa9e..0000000 --- a/www/forgejo/patches/patch-custom_conf_app_example_ini +++ /dev/null @@ -1,508 +0,0 @@ -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 deleted file mode 100644 index 7e1e8ab..0000000 --- a/www/forgejo/patches/patch-go_syscalls +++ /dev/null @@ -1,4283 +0,0 @@ -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 deleted file mode 100644 index 96eeadc..0000000 --- a/www/forgejo/pkg/CVS/Entries +++ /dev/null @@ -1,6 +0,0 @@ -/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 deleted file mode 100644 index c9a92ec..0000000 --- a/www/forgejo/pkg/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -ports/www/forgejo/pkg diff --git a/www/forgejo/pkg/CVS/Root b/www/forgejo/pkg/CVS/Root deleted file mode 100644 index d935e40..0000000 --- a/www/forgejo/pkg/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -sdk@cvs.openbsd.org:/cvs diff --git a/www/forgejo/pkg/DESCR b/www/forgejo/pkg/DESCR deleted file mode 100644 index 5849f54..0000000 --- a/www/forgejo/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 0464984..0000000 --- a/www/forgejo/pkg/MESSAGE +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index cdd5426..0000000 --- a/www/forgejo/pkg/PLIST +++ /dev/null @@ -1,2194 +0,0 @@ -@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 deleted file mode 100644 index 524b2fb..0000000 --- a/www/forgejo/pkg/PLIST.orig +++ /dev/null @@ -1,2195 +0,0 @@ -@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 deleted file mode 100644 index b503bce..0000000 --- a/www/forgejo/pkg/README +++ /dev/null @@ -1,61 +0,0 @@ -+----------------------------------------------------------------------- -| 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 deleted file mode 100644 index 6ba138f..0000000 --- a/www/forgejo/pkg/gitea.rc +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 index 7979569..e44ab45 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -4,7 +4,10 @@ COMMENT = fast, small, webkit based browser written in lua GH_ACCOUNT = luakit GH_PROJECT = luakit -GH_TAGNAME = 2.2.1 +#GH_TAGNAME = 2.2.1 +REVISION = 0 +DISTNAME = luakit-2.3.3 +GH_COMMIT = 858dc946b01487e6ba2475cb7a9bede34c17d134 EPOCH = 1 @@ -23,8 +26,8 @@ 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 +WANTLIB += intl javascriptcoregtk-4.1 luajit-5.1 pango-1.0 +WANTLIB += pangocairo-1.0 pthread soup-3.0 sqlite3 webkit2gtk-4.1 MODULES = lang/lua @@ -36,7 +39,7 @@ RUN_DEPENDS = devel/desktop-file-utils \ textproc/lua-markdown LIB_DEPENDS = lang/luajit \ - www/webkitgtk4 + www/webkitgtk4,webkitgtk41 TEST_DEPENDS = devel/luassert \ devel/luacheck diff --git a/www/luakit/distinfo b/www/luakit/distinfo index fe4be3c..15785fe 100644 --- a/www/luakit/distinfo +++ b/www/luakit/distinfo @@ -1,2 +1,2 @@ -SHA256 (luakit-2.2.1.tar.gz) = 81NZ9YY/q+K51Cb00+9tKc5bs7rHtMjggkJC+JhoyA4= -SIZE (luakit-2.2.1.tar.gz) = 488845 +SHA256 (luakit-2.3.3-858dc946.tar.gz) = 9VtTrQ02cfKgcUi54IVdDgRd1++FcYBaLgLfiBkjvHo= +SIZE (luakit-2.3.3-858dc946.tar.gz) = 508346 diff --git a/www/luakit/patches/patch-Makefile b/www/luakit/patches/patch-Makefile index e1770ee..b68228d 100644 --- a/www/luakit/patches/patch-Makefile +++ b/www/luakit/patches/patch-Makefile @@ -1,39 +1,13 @@ -$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 +@@ -118,7 +118,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)"' \; + install -d $(DESTDIR)$(PREFIX)/share/luakit/resources/icons + for i in resources/icons/*; do install -m644 "$$i" "$(DESTDIR)$(PREFIX)/share/luakit/resources/icons"; done + diff --git a/www/luakit/patches/patch-common_ipc_c b/www/luakit/patches/patch-common_ipc_c deleted file mode 100644 index 28aadb8..0000000 --- a/www/luakit/patches/patch-common_ipc_c +++ /dev/null @@ -1,31 +0,0 @@ -$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/PLIST b/www/luakit/pkg/PLIST index 60fb7d0..0d56089 100644 --- a/www/luakit/pkg/PLIST +++ b/www/luakit/pkg/PLIST @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST,v 1.8 2020/08/23 22:00:39 abieber Exp $ @bin bin/luakit lib/luakit/ @so lib/luakit/luakit.so @@ -41,6 +40,7 @@ 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/clear_data.html share/doc/luakit/modules/cmdhist.html share/doc/luakit/modules/completion.html share/doc/luakit/modules/domain_props.html @@ -54,6 +54,7 @@ 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/gopher.html share/doc/luakit/modules/help_chrome.html share/doc/luakit/modules/hide_scrollbars.html share/doc/luakit/modules/history.html @@ -82,6 +83,7 @@ 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.tgname.html share/doc/luakit/modules/lousy.widget.uri.html share/doc/luakit/modules/lousy.widget.zoom.html share/doc/luakit/modules/luakit.html @@ -104,7 +106,9 @@ 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/tabgroups.html share/doc/luakit/modules/tabhistory.html +share/doc/luakit/modules/tabmenu.html share/doc/luakit/modules/taborder.html share/doc/luakit/modules/tests.lib.html share/doc/luakit/modules/undoclose.html @@ -143,6 +147,7 @@ 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/clear_data.lua share/luakit/lib/cmdhist.lua share/luakit/lib/completion.lua share/luakit/lib/domain_props.lua @@ -160,6 +165,7 @@ 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/gopher.lua share/luakit/lib/help_chrome.lua share/luakit/lib/hide_scrollbars.lua share/luakit/lib/history.lua @@ -191,6 +197,7 @@ 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/tgname.lua share/luakit/lib/lousy/widget/uri.lua share/luakit/lib/lousy/widget/zoom.lua share/luakit/lib/markdown.lua @@ -210,7 +217,9 @@ 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/tabgroups.lua share/luakit/lib/tabhistory.lua +share/luakit/lib/tabmenu.lua share/luakit/lib/taborder.lua share/luakit/lib/undoclose.lua share/luakit/lib/unique_instance.lua @@ -240,3 +249,4 @@ share/luakit/resources/icons/tab-icon-security-error@2x.png share/pixmaps/ share/pixmaps/luakit.png @tag update-desktop-database +share/pixmaps/luakit.svg