From 4e102655684f61e4d73b3b6f3d3fd3698e0b7528 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 15 Mar 2022 22:42:22 +0800 Subject: [PATCH] chore: run `task generate` (#6844) # Conflicts: # .github/workflows/go.yml # internal/assets/templates/templates_gen.go --- .github/workflows/go.yml | 19 +++++++++ internal/assets/conf/conf_gen.go | 46 +++++++++++----------- internal/assets/public/public_gen.go | 14 +++---- internal/assets/templates/templates_gen.go | 34 ++++++++-------- 4 files changed, 66 insertions(+), 47 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a73c7c51..b78103674 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,6 +30,25 @@ jobs: with: version: latest args: --timeout=30m + - name: Install Task + uses: arduino/setup-task@v1 + - name: Install go-bindata + shell: bash + run: | + curl --silent --location --output /usr/local/bin/go-bindata https://github.com/kevinburke/go-bindata/releases/download/v3.23.0/go-bindata-linux-amd64 + chmod +x /usr/local/bin/go-bindata + - name: Check Go module tidiness and generated files + shell: bash + run: | + go mod tidy + task generate + STATUS=$(git status --porcelain) + if [ ! -z "$STATUS" ]; then + echo "Unstaged files:" + echo $STATUS + echo "Run 'go mod tidy' or 'task generate' and commit them" + exit 1 + fi test: name: Test diff --git a/internal/assets/conf/conf_gen.go b/internal/assets/conf/conf_gen.go index 2f0174692..a423545f0 100644 --- a/internal/assets/conf/conf_gen.go +++ b/internal/assets/conf/conf_gen.go @@ -324,7 +324,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 19650, mode: os.FileMode(0644), modTime: time.Unix(1647273109, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 19650, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x18, 0x3, 0x82, 0x7e, 0x63, 0x59, 0x5, 0x1a, 0x7e, 0x31, 0x7c, 0xce, 0x32, 0xc8, 0x50, 0x54, 0xce, 0x62, 0xbc, 0x2d, 0x93, 0xb7, 0x4, 0x48, 0x34, 0x87, 0x47, 0xd6, 0x5, 0x61, 0x2a}} return a, nil } @@ -4544,7 +4544,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 74540, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 74540, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x59, 0xc7, 0x7c, 0xb3, 0xe4, 0xa3, 0xf2, 0x7e, 0x84, 0xbf, 0x17, 0xa0, 0x80, 0xec, 0xb7, 0xb6, 0xb6, 0xde, 0xd9, 0xa5, 0x12, 0xd0, 0xd5, 0x47, 0x30, 0x7f, 0xb9, 0x7c, 0x40, 0x4c, 0xc8}} return a, nil } @@ -4564,7 +4564,7 @@ func confLocaleLocale_enGbIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-GB.ini", size: 66927, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-GB.ini", size: 66927, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdd, 0x3e, 0x3f, 0xd7, 0xdd, 0xf4, 0x9d, 0x79, 0x82, 0x92, 0xe, 0xc3, 0xcd, 0x34, 0xd2, 0xe7, 0x1f, 0xe0, 0xf, 0xd1, 0x4a, 0xe7, 0x87, 0xa7, 0x98, 0x4a, 0xac, 0x91, 0x1a, 0x2e, 0xce, 0xe0}} return a, nil } @@ -4584,7 +4584,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 69583, mode: os.FileMode(0644), modTime: time.Unix(1647273109, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 69583, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0xb6, 0x7d, 0x58, 0x67, 0x4f, 0xcf, 0x8c, 0x1, 0x56, 0x34, 0x35, 0x55, 0x29, 0xc1, 0x5e, 0x87, 0x1f, 0x13, 0x83, 0x85, 0xb, 0x2c, 0x5, 0x52, 0x5c, 0xd5, 0xdd, 0x26, 0xd1, 0x9c, 0xea}} return a, nil } @@ -4604,7 +4604,7 @@ func confLocaleLocale_esEsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 74541, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 74541, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x71, 0x97, 0xe9, 0x92, 0x76, 0x4, 0x35, 0x3a, 0x8a, 0x56, 0xec, 0x5a, 0x35, 0xcd, 0xe5, 0xc3, 0x18, 0xd3, 0xe4, 0x7c, 0xd4, 0x52, 0xb, 0xe, 0xd3, 0x9f, 0x37, 0x2b, 0x22, 0x98, 0xce}} return a, nil } @@ -4624,7 +4624,7 @@ func confLocaleLocale_faIrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fa-IR.ini", size: 92428, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fa-IR.ini", size: 92428, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x27, 0xfc, 0xec, 0xa, 0xe6, 0xeb, 0x68, 0xd2, 0xcb, 0xc2, 0x99, 0x8f, 0xf4, 0x35, 0x1d, 0xdf, 0x89, 0x9a, 0x2b, 0xee, 0x2f, 0x2d, 0xf1, 0x97, 0xea, 0xc, 0xe5, 0xe7, 0xd, 0x7f, 0x6e, 0x55}} return a, nil } @@ -4644,7 +4644,7 @@ func confLocaleLocale_fiFiIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 70799, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 70799, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0xd6, 0x9b, 0x1a, 0x71, 0xe1, 0x56, 0x96, 0x8d, 0x45, 0xb8, 0xb4, 0x1f, 0xfc, 0xd, 0x91, 0x5b, 0xae, 0x4e, 0xd2, 0xba, 0xaa, 0x20, 0xab, 0x72, 0x55, 0x7b, 0x18, 0xd2, 0x19, 0x40, 0xa7}} return a, nil } @@ -4664,7 +4664,7 @@ func confLocaleLocale_frFrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 75031, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 75031, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0xf9, 0xcc, 0xa8, 0x8f, 0x54, 0xb, 0x69, 0xd5, 0xe, 0x8c, 0x29, 0x2b, 0xbe, 0xa8, 0xf3, 0x1f, 0x8b, 0x3b, 0xf5, 0x40, 0x5, 0x43, 0xa5, 0x29, 0xf0, 0x8e, 0x94, 0xde, 0x63, 0x1b, 0x6d}} return a, nil } @@ -4704,7 +4704,7 @@ func confLocaleLocale_huHuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_hu-HU.ini", size: 73590, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_hu-HU.ini", size: 73590, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xec, 0x98, 0x96, 0xac, 0x29, 0x4f, 0xaa, 0x4f, 0x45, 0x93, 0xa8, 0x56, 0x89, 0xb7, 0xea, 0x46, 0xb2, 0xf0, 0xd0, 0x46, 0x69, 0x2e, 0xfd, 0x72, 0x4b, 0x5e, 0xae, 0xf9, 0x52, 0xec, 0x63}} return a, nil } @@ -4744,7 +4744,7 @@ func confLocaleLocale_itItIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 71571, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 71571, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb0, 0x8d, 0xf4, 0x29, 0x9d, 0x18, 0x7f, 0xe9, 0x67, 0xe4, 0xfd, 0xd2, 0xe6, 0x19, 0x76, 0x44, 0x4a, 0x5d, 0xfb, 0x21, 0xc3, 0x68, 0xf1, 0x9c, 0x4, 0x3f, 0xe5, 0x38, 0x23, 0x16, 0xbc, 0x5f}} return a, nil } @@ -4764,7 +4764,7 @@ func confLocaleLocale_jaJpIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 83822, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 83822, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x91, 0xc2, 0xf7, 0xf0, 0x93, 0xa, 0x3f, 0xec, 0x92, 0x84, 0x36, 0xd8, 0xfb, 0x22, 0xa9, 0x79, 0x42, 0x58, 0x89, 0x12, 0xe0, 0x12, 0xea, 0x0, 0x1a, 0x56, 0x38, 0xe4, 0x96, 0x21, 0xeb, 0x6f}} return a, nil } @@ -4784,7 +4784,7 @@ func confLocaleLocale_koKrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ko-KR.ini", size: 74794, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ko-KR.ini", size: 74794, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x5, 0x51, 0x2b, 0x17, 0x78, 0x4, 0x82, 0xfc, 0x20, 0x5b, 0x15, 0x52, 0x7d, 0x7e, 0xcf, 0xe4, 0x37, 0x8f, 0x63, 0xf9, 0x7a, 0x69, 0x4d, 0xdd, 0x9, 0x49, 0xa, 0xa5, 0xbd, 0x23, 0x2c}} return a, nil } @@ -4824,7 +4824,7 @@ func confLocaleLocale_nlNlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 70067, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 70067, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x18, 0xc2, 0xfc, 0xf8, 0xc7, 0x90, 0x9, 0xea, 0x71, 0x4a, 0xca, 0xf7, 0x92, 0xb6, 0x3c, 0xf7, 0x31, 0x5a, 0x31, 0x99, 0xaa, 0xc7, 0xf4, 0xe, 0x39, 0x9d, 0xe8, 0x4f, 0x70, 0x11, 0x24, 0x1}} return a, nil } @@ -4844,7 +4844,7 @@ func confLocaleLocale_plPlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 72244, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 72244, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x9e, 0x79, 0x60, 0xfb, 0xda, 0xb9, 0x3b, 0x34, 0x83, 0x36, 0x56, 0x27, 0xc0, 0x88, 0xd7, 0xdd, 0xdb, 0xd4, 0xb7, 0x40, 0xbf, 0x19, 0x50, 0xb5, 0x49, 0xb, 0x1, 0x39, 0x5f, 0x16, 0xe7}} return a, nil } @@ -4864,7 +4864,7 @@ func confLocaleLocale_ptBrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 72290, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 72290, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0x5c, 0x7b, 0x14, 0x91, 0xc, 0x4d, 0xbf, 0x9c, 0x87, 0xed, 0xeb, 0x2b, 0x35, 0x14, 0x18, 0xa2, 0x5a, 0x57, 0x6a, 0xfa, 0x43, 0x63, 0x88, 0x5d, 0x4, 0x39, 0x6, 0x8c, 0xc4, 0x32, 0xe5}} return a, nil } @@ -4884,7 +4884,7 @@ func confLocaleLocale_ptPtIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-PT.ini", size: 73346, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-PT.ini", size: 73346, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x82, 0xc, 0x3f, 0x6, 0xe7, 0x3d, 0x6b, 0x6c, 0x6e, 0x55, 0x1a, 0xae, 0x59, 0xbe, 0x4a, 0x35, 0x5, 0xf7, 0xf2, 0xa3, 0x74, 0x95, 0xe0, 0x9b, 0x67, 0x8c, 0xf9, 0xe4, 0xc9, 0x1d, 0xb}} return a, nil } @@ -4904,7 +4904,7 @@ func confLocaleLocale_ruRuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 102698, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 102698, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x2c, 0x2d, 0x7b, 0x60, 0xb6, 0xe6, 0x8e, 0xcb, 0x8f, 0xe7, 0x6, 0x99, 0xcb, 0xc0, 0xec, 0xa1, 0x20, 0x4a, 0xcb, 0x49, 0x4, 0x2c, 0x6f, 0xc9, 0x40, 0xf5, 0xf6, 0xea, 0xb5, 0x52, 0xb5}} return a, nil } @@ -4924,7 +4924,7 @@ func confLocaleLocale_skSkIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_sk-SK.ini", size: 73355, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_sk-SK.ini", size: 73355, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0x27, 0x30, 0x4e, 0xf2, 0xda, 0xc0, 0xd5, 0xb8, 0x9d, 0xd4, 0x7, 0xd1, 0x4a, 0x44, 0xa3, 0x78, 0xf0, 0x33, 0xaa, 0xd8, 0x96, 0xac, 0xad, 0xb2, 0xb4, 0x66, 0x8f, 0xdb, 0xc6, 0x25, 0x67}} return a, nil } @@ -4964,7 +4964,7 @@ func confLocaleLocale_svSeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_sv-SE.ini", size: 69955, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_sv-SE.ini", size: 69955, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xca, 0xf7, 0xd6, 0x13, 0xc4, 0x88, 0x71, 0x33, 0xce, 0xb7, 0x18, 0x4b, 0xd3, 0xc3, 0xd3, 0xf6, 0xae, 0x40, 0xce, 0x7f, 0x15, 0x4f, 0x34, 0x9d, 0xc8, 0xfc, 0x2f, 0x5, 0xa1, 0x3, 0x50}} return a, nil } @@ -4984,7 +4984,7 @@ func confLocaleLocale_trTrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_tr-TR.ini", size: 72816, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_tr-TR.ini", size: 72816, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0xbb, 0x69, 0xe4, 0xa7, 0xef, 0x25, 0x66, 0x76, 0x5d, 0xee, 0x17, 0x59, 0xf7, 0xd5, 0xda, 0x1e, 0x26, 0x32, 0x44, 0xf3, 0xa2, 0xa7, 0x4b, 0xf1, 0xe6, 0x59, 0xa6, 0x5b, 0x67, 0xc4, 0x6e}} return a, nil } @@ -5004,7 +5004,7 @@ func confLocaleLocale_ukUaIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_uk-UA.ini", size: 100202, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_uk-UA.ini", size: 100202, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5c, 0xb1, 0x82, 0xd9, 0xa2, 0x6e, 0x8, 0x4f, 0x60, 0x8c, 0xc0, 0x6b, 0x3f, 0x76, 0xbf, 0xc7, 0x9c, 0x2d, 0x59, 0x8c, 0x7e, 0x94, 0x14, 0x76, 0x8a, 0x20, 0xa0, 0xf0, 0xa8, 0xfb, 0x22, 0x1f}} return a, nil } @@ -5024,7 +5024,7 @@ func confLocaleLocale_viVnIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_vi-VN.ini", size: 77827, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_vi-VN.ini", size: 77827, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x35, 0x9e, 0x58, 0x1a, 0x31, 0x59, 0xc4, 0xe5, 0x46, 0x50, 0x21, 0x3, 0x44, 0x22, 0xa5, 0x86, 0x8e, 0xfd, 0x5, 0x17, 0xd, 0x1d, 0x6e, 0x25, 0x40, 0x8, 0x41, 0x23, 0xcf, 0x90, 0xb9}} return a, nil } @@ -5084,7 +5084,7 @@ func confLocaleLocale_zhTwIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-TW.ini", size: 65809, mode: os.FileMode(0644), modTime: time.Unix(1647273025, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-TW.ini", size: 65809, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xdb, 0xc8, 0xe3, 0xe9, 0xe9, 0xa7, 0xf1, 0x5b, 0x6a, 0xde, 0x46, 0x24, 0xac, 0x10, 0x23, 0xf5, 0xdc, 0xb6, 0xea, 0xdc, 0x3b, 0x4b, 0xcb, 0x3f, 0xf3, 0x89, 0xa6, 0xa3, 0xb5, 0x1f, 0x1}} return a, nil } diff --git a/internal/assets/public/public_gen.go b/internal/assets/public/public_gen.go index c38d5f211..d0b982d5c 100644 --- a/internal/assets/public/public_gen.go +++ b/internal/assets/public/public_gen.go @@ -1561,7 +1561,7 @@ func assetsLibrejsLibrejsHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "assets/librejs/librejs.html", size: 4358, mode: os.FileMode(0755), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "assets/librejs/librejs.html", size: 4358, mode: os.FileMode(0755), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xb1, 0xd8, 0xc7, 0xb4, 0x69, 0x59, 0x61, 0xfe, 0x1e, 0x4a, 0xd2, 0xe5, 0x2a, 0xaa, 0xfb, 0x84, 0x87, 0x58, 0xed, 0xe1, 0x9b, 0x57, 0x90, 0x7b, 0x15, 0x2f, 0xd3, 0xcd, 0x41, 0x96, 0x41}} return a, nil } @@ -19901,7 +19901,7 @@ func jsGogsJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "js/gogs.js", size: 47795, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "js/gogs.js", size: 47795, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x14, 0xf7, 0xd3, 0x68, 0xb1, 0x2b, 0xe1, 0x5d, 0x32, 0xed, 0x5, 0xe6, 0x9c, 0xf, 0x92, 0x60, 0x19, 0x18, 0x11, 0xdb, 0x3e, 0x26, 0x4f, 0xe7, 0x7f, 0xf5, 0x5f, 0xff, 0xf0, 0x96, 0x1e, 0xf3}} return a, nil } @@ -19921,7 +19921,7 @@ func jsJquery341MinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "js/jquery-3.4.1.min.js", size: 88145, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "js/jquery-3.4.1.min.js", size: 88145, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x25, 0xe8, 0xad, 0x7b, 0xd9, 0x71, 0x39, 0x1a, 0x8b, 0x1e, 0x98, 0xbe, 0x8e, 0x87, 0xa6, 0x97, 0x19, 0x19, 0xeb, 0x5b, 0x60, 0xc1, 0x96, 0x48, 0x59, 0x41, 0xc3, 0xc1, 0xdf, 0x8, 0x9a}} return a, nil } @@ -21741,7 +21741,7 @@ func pluginsCodemirror5170ModeFactorFactorJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/factor/factor.js", size: 2919, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/factor/factor.js", size: 2919, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdd, 0xd4, 0x8, 0x18, 0x77, 0x71, 0xe1, 0x2d, 0xeb, 0x19, 0xa7, 0xf9, 0xa1, 0x11, 0xad, 0x29, 0x46, 0xb2, 0x8f, 0x67, 0xa6, 0xb5, 0xc1, 0xef, 0x3d, 0x3f, 0x45, 0x6d, 0x70, 0x24, 0x3e, 0x1e}} return a, nil } @@ -21901,7 +21901,7 @@ func pluginsCodemirror5170ModeGasGasJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/gas/gas.js", size: 8886, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/gas/gas.js", size: 8886, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0xf4, 0xb, 0xde, 0x7b, 0xf8, 0xc3, 0x5b, 0x55, 0x90, 0x84, 0x1d, 0x78, 0x29, 0xe8, 0x5b, 0xa6, 0xaa, 0x35, 0xc6, 0xf0, 0x73, 0x91, 0x5c, 0xeb, 0xed, 0xe4, 0xfa, 0x3b, 0x8e, 0x9c, 0x7f}} return a, nil } @@ -25941,7 +25941,7 @@ func pluginsCodemirror5170ModeYamlYamlJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/yaml/yaml.js", size: 3649, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "plugins/codemirror-5.17.0/mode/yaml/yaml.js", size: 3649, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7b, 0xdf, 0xc4, 0x67, 0x41, 0x40, 0xab, 0xdb, 0x36, 0xef, 0x36, 0xd4, 0xa6, 0x3a, 0xc6, 0x1, 0x94, 0x39, 0x89, 0x54, 0xbc, 0xe6, 0x5f, 0xb5, 0x47, 0xe9, 0xae, 0x36, 0x63, 0x23, 0xe3, 0xef}} return a, nil } @@ -26321,7 +26321,7 @@ func pluginsPdfjs1420BuildPdfWorkerJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "plugins/pdfjs-1.4.20/build/pdf.worker.js", size: 1337459, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "plugins/pdfjs-1.4.20/build/pdf.worker.js", size: 1337459, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x94, 0x3a, 0x11, 0xc0, 0x53, 0x15, 0xc5, 0x18, 0x4c, 0xb4, 0x7d, 0xed, 0x6a, 0x4b, 0x13, 0x56, 0xe1, 0x77, 0x14, 0x39, 0x7b, 0xa3, 0x44, 0x74, 0x44, 0xa0, 0xda, 0x5b, 0xbb, 0x63, 0xec}} return a, nil } diff --git a/internal/assets/templates/templates_gen.go b/internal/assets/templates/templates_gen.go index 0786baeb0..0c1971951 100644 --- a/internal/assets/templates/templates_gen.go +++ b/internal/assets/templates/templates_gen.go @@ -41,7 +41,7 @@ // org/header.tmpl (938B) // org/home.tmpl (3.338kB) // org/member/invite.tmpl (803B) -// org/member/members.tmpl (2.423kB) +// org/member/members.tmpl (2.438kB) // org/settings/delete.tmpl (1.502kB) // org/settings/navbar.tmpl (558B) // org/settings/options.tmpl (3.025kB) @@ -232,7 +232,7 @@ func adminAuthEditTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin/auth/edit.tmpl", size: 10533, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "admin/auth/edit.tmpl", size: 10533, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3a, 0x7e, 0x85, 0x71, 0x56, 0xd, 0x56, 0xd7, 0x5d, 0x60, 0xf4, 0xa5, 0xf, 0xcb, 0xf, 0xe4, 0x61, 0xe5, 0x35, 0xfd, 0x45, 0x44, 0xd7, 0x3b, 0x77, 0xd3, 0x38, 0x53, 0xd8, 0x8b, 0x2c, 0xa6}} return a, nil } @@ -332,7 +332,7 @@ func adminConfigTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin/config.tmpl", size: 23179, mode: os.FileMode(0644), modTime: time.Unix(1647273109, 0)} + info := bindataFileInfo{name: "admin/config.tmpl", size: 23179, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0x8, 0x18, 0x9b, 0xa9, 0xd, 0x82, 0x0, 0xb5, 0xb3, 0xf8, 0xb0, 0x9c, 0xe9, 0xf5, 0x87, 0xfa, 0xf6, 0x62, 0xfe, 0x69, 0x48, 0xc6, 0xa6, 0xc7, 0xc5, 0x6b, 0x17, 0x2b, 0x54, 0x44, 0xaf}} return a, nil } @@ -572,7 +572,7 @@ func baseFooterTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "base/footer.tmpl", size: 2819, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "base/footer.tmpl", size: 2819, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x3f, 0xee, 0x25, 0x21, 0x4e, 0xe8, 0xfb, 0x63, 0x8a, 0xaf, 0x27, 0x25, 0x1e, 0xbb, 0x51, 0x4e, 0x2b, 0x64, 0xa1, 0xa4, 0x93, 0xa3, 0x93, 0xd, 0x78, 0xdb, 0x4f, 0x18, 0x2, 0xb8, 0xd3}} return a, nil } @@ -592,7 +592,7 @@ func baseHeadTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "base/head.tmpl", size: 9236, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "base/head.tmpl", size: 9236, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0x2f, 0xd2, 0x99, 0x6e, 0xcb, 0x4c, 0xa2, 0xe3, 0xc5, 0x3c, 0x3c, 0x67, 0xd9, 0xa1, 0x6d, 0xfd, 0x39, 0x63, 0x80, 0x6b, 0xc4, 0x9c, 0x66, 0x7e, 0x41, 0x45, 0xbf, 0x9a, 0x28, 0xdb, 0xcd}} return a, nil } @@ -672,7 +672,7 @@ func exploreRepo_listTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1356, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "explore/repo_list.tmpl", size: 1356, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x8, 0x4, 0xaa, 0x42, 0x2b, 0x36, 0xb6, 0x91, 0x3c, 0xda, 0xfa, 0x96, 0x51, 0xa5, 0x40, 0x32, 0x5b, 0x42, 0x86, 0x0, 0x18, 0xb8, 0x9, 0xb8, 0x8b, 0xd6, 0x5f, 0x62, 0x0, 0x5f, 0xcd}} return a, nil } @@ -752,7 +752,7 @@ func homeTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "home.tmpl", size: 17611, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "home.tmpl", size: 17611, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x32, 0xfc, 0x18, 0x69, 0x6e, 0x11, 0xac, 0xda, 0x42, 0xf4, 0x54, 0x38, 0x49, 0x8f, 0x87, 0x6d, 0xe9, 0x24, 0x6c, 0x85, 0x8f, 0xf1, 0x7b, 0xaf, 0x75, 0x5, 0xac, 0x4, 0xc9, 0x82, 0xa4}} return a, nil } @@ -812,7 +812,7 @@ func installTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "install.tmpl", size: 14499, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "install.tmpl", size: 14499, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x71, 0xc4, 0x9a, 0xc2, 0xe1, 0xb3, 0xe9, 0x9, 0x5a, 0x86, 0x27, 0x9d, 0x43, 0xd4, 0x4, 0x60, 0x0, 0x94, 0x58, 0x7e, 0x72, 0x31, 0x6f, 0x9b, 0x18, 0x67, 0x58, 0x48, 0x42, 0x4b, 0x74}} return a, nil } @@ -1037,7 +1037,7 @@ func orgMemberInviteTmpl() (*asset, error) { return a, nil } -var _orgMemberMembersTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x41\x8b\xdb\x3a\x10\x3e\x3b\xbf\x42\x88\x1c\x76\x0f\x6b\xf3\xe0\x1d\x96\x87\xe3\xe5\xc1\xf2\x78\x81\x6d\x53\x4a\x7b\x0e\x8a\x3d\x71\x86\xca\x52\x2a\xc9\xde\xb6\xc2\xff\xbd\x58\xb2\x1d\x65\x9d\x6c\xb2\xb0\xd0\x93\x12\xfb\x9b\x99\x6f\x46\xdf\x27\xd9\x5a\x03\xd5\x9e\x33\x03\x84\x6e\x98\x86\x64\x07\xac\xa0\x24\x6e\xdb\x59\x5a\x60\x43\x72\xce\xb4\x5e\x50\xa9\x4a\x26\xf0\x17\x33\x28\x05\xa9\xa0\xda\x80\xd2\x34\x9b\x45\x61\xb8\x54\xa5\x8b\x06\xe5\xe3\xa3\x30\x41\x8d\x24\x97\xc2\x30\x14\xa0\xba\xc0\x68\x52\x98\x71\x50\xa6\x8f\x8c\xac\xc5\x2d\x89\x97\x7a\x15\xd4\x5d\x3d\x0b\x50\xee\xed\x51\x66\x03\x3f\x0c\x51\x58\xee\x8c\xcb\x1b\x45\x29\x0b\x8a\x6e\x78\x0d\x64\x53\x1b\x23\x05\x25\x3b\x05\xdb\x05\xb5\x36\x5e\xa9\xf2\x09\xc5\xb7\xb6\x4d\x50\x34\x68\x5c\x7a\x9d\x08\x78\xa6\x59\x8a\x63\xcf\xb9\xc1\x5c\x0a\xd2\xaf\x77\x0a\xf6\xf2\x2e\x57\xc0\x0c\xd0\x2c\x4d\x30\x23\xd6\xc6\xf8\xd7\xbd\x88\xbf\x28\xd7\x7d\xec\x92\xc1\x5a\xcb\x0a\xa4\x00\xda\xb6\x69\xc2\x1c\xa7\x34\x29\xb0\xc9\x5e\x32\xaf\x91\x14\xd8\x60\x37\xb0\x6c\x44\x58\x0b\xa2\x68\xdb\xd9\xec\x18\xcb\x51\xf7\xfd\x59\xab\x98\x28\x81\xc4\x1f\xfc\x36\xf8\x89\x1c\x81\xd1\x40\x45\x6a\x24\xa5\xc2\xa2\x1f\xca\xcb\xc2\x52\x00\x79\xc6\x02\x48\x2e\x79\x5d\x89\x01\x15\xa5\x58\x95\x01\x8c\x35\xcc\x30\x45\x89\x56\xb9\x1b\xdc\x67\xe0\xff\xba\x47\x7e\x7c\x0f\x7a\xf1\xf7\xfd\x58\x61\x6c\x72\x52\xcd\xec\x14\x9c\xa9\x17\x00\x2b\x30\x8c\x66\x29\x3b\xec\xd3\xff\xb2\x02\x5f\x89\x66\xd6\xc6\x1f\x59\x05\x7e\xa8\x61\xad\x13\x39\xac\x8d\xff\xab\x39\x1f\xf0\x01\xaf\xf3\x1c\xb7\xd8\x1c\x51\x24\x39\x08\xd3\x8b\xf5\x74\x95\xfe\x45\x64\xed\xfc\x58\x07\xbd\x41\x86\x75\x87\xfb\x75\x83\x1a\x37\xc8\xd1\xfc\xa4\xfd\x86\x1d\x93\x79\x35\x3d\x99\xa3\xfe\x54\x6f\x38\xe6\xe4\x9f\x45\x67\x0b\xff\xc7\x0b\x80\xcc\x3b\x39\xc7\xcb\xc7\x31\xaf\x77\xcf\x18\x73\x78\x1e\xa5\xda\x28\x29\xca\xec\x2c\xe3\xbd\x8b\x70\xca\xed\xa1\x63\xac\x4b\x2a\x15\xb9\x81\xef\x64\x1e\x3f\xc9\xb2\x84\xe2\xab\x06\x15\x2f\x1f\x49\xbc\x7c\xbc\x25\xf3\xd3\x7e\xbd\x09\x36\x74\x1e\x38\xaf\x2f\x99\xb0\xbc\x03\x27\x7b\x85\x0d\x33\xf0\x50\x63\xb1\xb0\xd6\xb5\x43\x2f\xf1\x5c\xef\x80\xef\x41\xf5\x46\xbb\x1d\xac\x33\x12\x06\xae\xe1\x4d\xdd\x7b\x0e\x7f\xa4\x7d\xd7\xd0\xb5\xdd\x7b\x9e\x17\xdb\x0f\xfe\x5e\x69\x82\x89\x51\xdf\xcd\x05\x6b\x25\x39\xbc\x59\xfb\x87\x2d\xf3\xf7\x41\x37\xf1\x95\x2a\xdd\x6c\x03\xe1\xa7\x7a\xcf\xc4\xb9\x73\x5b\xef\x10\x78\xd1\x1d\xb1\x1d\xaa\x3b\xb5\xcf\x10\x95\x5d\x56\xda\xb6\x83\x70\x2e\x74\xe4\x91\xdd\x8c\x5f\xaa\xe5\xda\x13\x47\xd6\xea\xe2\xa1\x38\xb9\xde\x06\x2d\x9e\xd6\x61\x28\xf7\xf0\x1e\x54\x50\x10\x5d\x31\xce\x27\x97\xe1\x2b\xa2\xe4\xc0\x9a\x6b\x1d\xe9\xb0\xc1\x95\x77\x70\x20\xe9\x0e\xa3\xf3\x77\xf9\x3b\x71\x55\x50\xc9\xab\xc9\x7a\xf0\x94\xed\x65\xc3\x1c\x7e\x1e\xe0\xc3\xb3\x7e\xed\x97\xc9\x07\xce\x56\x4a\x33\x7c\x1b\xfd\x0e\x00\x00\xff\xff\x44\xd9\x18\x64\x77\x09\x00\x00" +var _orgMemberMembersTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xdf\x6b\xe3\x38\x10\x7e\x76\xfe\x8a\xc1\xe4\xa1\x7d\xa8\xcd\xc1\x3d\x94\xc3\xf1\x51\x28\xc7\x05\x7a\x97\xe3\x76\xf7\x39\x28\xf6\xc4\x19\x56\x96\xbc\x92\xec\xee\x56\xf8\x7f\x5f\x2c\xff\x88\xd2\x24\x4d\x0a\x85\x7d\x52\xec\x7c\x33\xf3\xcd\xe8\xfb\x24\x5b\x6b\xb0\xac\x38\x33\x08\xe1\x86\x69\x8c\x77\xc8\xf2\x10\xa2\xb6\x9d\x25\x39\x35\x90\x71\xa6\xf5\x22\x94\xaa\x60\x82\x5e\x98\x21\x29\xa0\xc4\x72\x83\x4a\x87\xe9\x2c\xf0\xc3\xa5\x2a\x5c\x34\xaa\x3e\x3e\xf0\x13\xd4\x04\x99\x14\x86\x91\x40\xd5\x05\x06\x47\x85\x19\x47\x65\x86\xc8\xc0\x5a\xda\x42\xb4\xd4\x2b\xaf\xee\xea\x59\xa0\x72\xff\x1e\x64\x36\xf8\xdd\x80\xa2\x62\x67\x5c\xde\x20\x48\x98\x57\x74\xc3\x6b\x84\x4d\x6d\x8c\x14\x21\xec\x14\x6e\x17\xa1\xb5\xd1\x4a\x15\x4f\x24\xbe\xb6\x6d\x4c\xa2\x21\xe3\xd2\xeb\x58\xe0\x73\x98\x26\x34\xf5\x9c\x19\xca\xa4\x80\x61\xbd\x53\x58\xc9\xbb\x4c\x21\x33\x18\xa6\x49\x4c\x29\x58\x1b\xd1\x6f\xf7\x22\xfa\xac\x5c\xf7\x91\x4b\x86\x6b\x2d\x4b\x94\x02\xc3\xb6\x4d\x62\xe6\x38\x25\x71\x4e\x4d\xfa\x9a\x79\x4d\x90\x53\x43\xdd\xc0\xd2\x09\x61\x2d\x8a\xbc\x6d\x67\xb3\x43\x2c\x27\x3d\xf4\x67\xad\x62\xa2\x40\x88\xfe\xe9\xb7\xa1\x9f\xc8\x01\x98\x0c\x96\x50\x13\x14\x8a\xf2\x61\x28\xaf\x0b\x4b\x81\xf0\x4c\x39\x42\x26\x79\x5d\x8a\x11\x15\x24\x54\x16\x1e\x8c\x35\xcc\x30\x15\x82\x56\x59\x37\xb8\x87\xaa\x42\x91\x3f\xb8\x97\x9f\xe8\x05\x21\xfa\x1f\x79\xff\xd8\xcd\x13\x7e\xbf\x6f\xdb\xa9\xe0\xd4\xf3\x51\x71\xb3\x53\x78\xa6\xbc\x07\x2c\xd1\xb0\x30\x4d\xd8\x7e\xdb\xfe\x96\x25\xf6\xfb\x16\xa6\xd6\x46\xff\xb2\x12\xfb\x19\xfb\xb5\x4e\xe4\xb0\x36\xfa\xab\xe6\x7c\xc4\x7b\xbc\xce\x73\xdc\x52\x73\x40\x11\x32\x14\x66\xd0\xee\xe9\x2a\xc3\x1f\x81\xb5\xf3\x43\x59\x0c\x7e\x19\xd7\x1d\x55\xeb\x86\x34\x6d\x88\x93\xf9\x11\x0e\xfb\x77\x48\xe6\xcd\xf4\x30\x27\xfd\x5f\xbd\xe1\x94\xc1\x1f\x8b\xce\x25\xfd\x43\xaf\x07\x98\x77\xea\x8e\x96\x8f\x53\xde\xde\x4c\x53\xcc\xfe\x7d\x90\x68\xa3\xa4\x28\xd2\xb3\x8c\x2b\x17\xe1\x84\x3c\x40\xa7\x58\x97\x54\x2a\xb8\xc1\x6f\x30\x8f\x9e\x64\x51\x60\xfe\x45\xa3\x8a\x96\x8f\x10\x2d\x1f\x6f\x61\x7e\xda\xbe\x37\xde\x86\xce\x3d\x23\x0e\x25\x63\x96\x75\xe0\xb8\x52\xd4\x30\x83\x7f\xd6\x94\x2f\xac\x75\xed\x84\x97\x78\xae\x77\xc8\x2b\x54\x83\xef\x6e\x47\x27\x4d\x84\x91\x6b\x7c\x57\xf7\x3d\x87\x5f\xd2\xbe\x6b\xe8\xda\xee\x7b\x9e\x17\xdb\xf7\x1e\xaf\x34\xc1\x91\x51\x3f\xcc\x05\x6b\x25\x39\xbe\x5b\xfb\xfb\x2d\xeb\xaf\x87\x6e\xe2\x2b\x55\xb8\xd9\x7a\xc2\x4f\x74\xc5\xc4\xb9\x63\x5c\xef\x08\x79\xde\x9d\xb8\x1d\xaa\x3b\xc4\xcf\x10\x95\x5d\xd6\xb0\x6d\x47\xe1\x5c\xe8\xa8\x47\x76\x33\x7e\xad\x96\x6b\x4f\x1c\x59\xab\x8b\x87\xe2\xd1\x6d\x37\x6a\xf1\xb4\x0e\x7d\xb9\xfb\xd7\xa2\xc2\x1c\x74\xc9\x38\x3f\xba\x1b\xdf\x10\x25\x47\xd6\x5c\xeb\x48\x87\xf5\x6e\xc0\xbd\x03\xa1\x3b\x8c\xce\x5f\xed\x1f\xc4\x55\x61\x29\xaf\x26\xdb\x83\x8f\xd9\x5e\x36\xcc\xfe\xe7\x1e\x3e\xbe\x1b\xd6\x61\x39\xfa\xde\xd9\x4a\x69\xc6\x4f\xa5\x9f\x01\x00\x00\xff\xff\xad\xfc\x4a\xe7\x86\x09\x00\x00" func orgMemberMembersTmplBytes() ([]byte, error) { return bindataRead( @@ -1052,8 +1052,8 @@ func orgMemberMembersTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "org/member/members.tmpl", size: 2423, mode: os.FileMode(0644), modTime: time.Unix(1642426145, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0x10, 0xf8, 0xb0, 0x47, 0xa4, 0x61, 0x14, 0x9d, 0x9, 0x3, 0x9c, 0xb2, 0x34, 0x2a, 0x60, 0x0, 0x8, 0xf1, 0x66, 0x3a, 0x6a, 0xd6, 0xe0, 0x3e, 0x57, 0xce, 0x66, 0x6e, 0x11, 0x19, 0x5b}} + info := bindataFileInfo{name: "org/member/members.tmpl", size: 2438, mode: os.FileMode(0644), modTime: time.Unix(1647355391, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0x47, 0x9f, 0xe6, 0x95, 0x4e, 0x68, 0x33, 0x39, 0xe1, 0xb2, 0x38, 0xdc, 0xd8, 0xfd, 0xe0, 0x2, 0x4f, 0x9c, 0x9b, 0xa9, 0x55, 0x85, 0x2f, 0xf6, 0xbb, 0x10, 0xa5, 0x32, 0x83, 0xea, 0x92}} return a, nil } @@ -1412,7 +1412,7 @@ func repoCreateTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/create.tmpl", size: 4626, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/create.tmpl", size: 4626, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x8c, 0xd0, 0xcd, 0xd8, 0x22, 0x23, 0x9, 0x3d, 0x8d, 0xd4, 0x74, 0x76, 0xcb, 0x82, 0x85, 0x1b, 0x11, 0xc8, 0xd, 0x47, 0x51, 0x4f, 0x2a, 0x37, 0x4d, 0xb8, 0x51, 0xa4, 0x5e, 0xc0, 0x34}} return a, nil } @@ -1612,7 +1612,7 @@ func repoHeaderTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/header.tmpl", size: 4622, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/header.tmpl", size: 4622, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xe3, 0x78, 0xed, 0x4f, 0xfb, 0xe8, 0xdc, 0xb9, 0x59, 0x5a, 0xfd, 0x9f, 0xae, 0xf, 0xb5, 0x30, 0x47, 0x3, 0x9d, 0x77, 0x9c, 0xc5, 0x54, 0x77, 0x55, 0xff, 0x40, 0xf2, 0x77, 0x9f, 0x78}} return a, nil } @@ -1632,7 +1632,7 @@ func repoHomeTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/home.tmpl", size: 4531, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/home.tmpl", size: 4531, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x55, 0xb3, 0xd3, 0x84, 0x7, 0x2c, 0x62, 0x66, 0xf9, 0xab, 0x73, 0x89, 0x89, 0xe, 0x46, 0xf1, 0x79, 0xc9, 0xd, 0xe8, 0xcd, 0x2e, 0x30, 0x33, 0x6b, 0x1e, 0x1b, 0xb0, 0xb8, 0xd1, 0x9c}} return a, nil } @@ -1892,7 +1892,7 @@ func repoMigrateTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4212, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/migrate.tmpl", size: 4212, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0xa8, 0xd7, 0x80, 0x33, 0xbd, 0xac, 0xec, 0xdd, 0xc4, 0x46, 0xb8, 0x0, 0xa3, 0xa, 0xcf, 0x3f, 0x88, 0x97, 0x7e, 0xd1, 0xdd, 0x15, 0x61, 0x9a, 0xf5, 0xca, 0xba, 0x7b, 0xcc, 0x35, 0x24}} return a, nil } @@ -1972,7 +1972,7 @@ func repoPullsForkTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2618, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/pulls/fork.tmpl", size: 2618, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1c, 0xb, 0xc6, 0x34, 0xf3, 0x1, 0x9b, 0xf1, 0x60, 0x71, 0xcb, 0x8, 0xd7, 0x98, 0x24, 0xed, 0x71, 0x27, 0x9, 0x4b, 0xcd, 0x9, 0xa0, 0xad, 0x94, 0x74, 0x29, 0x7b, 0x6e, 0xda, 0x65, 0xca}} return a, nil } @@ -2172,7 +2172,7 @@ func repoSettingsOptionsTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 18622, mode: os.FileMode(0644), modTime: time.Unix(1647273026, 0)} + info := bindataFileInfo{name: "repo/settings/options.tmpl", size: 18622, mode: os.FileMode(0644), modTime: time.Unix(1647355386, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3b, 0x2f, 0x8a, 0x1c, 0xa4, 0xd9, 0xe4, 0x32, 0xaf, 0x11, 0xc2, 0xec, 0xfa, 0x30, 0xe0, 0x67, 0xa1, 0xb9, 0xba, 0x39, 0x88, 0x85, 0x40, 0x38, 0xbf, 0x1a, 0x90, 0xb4, 0xa4, 0xc4, 0xff, 0xa5}} return a, nil }