From ee604d6429a6055e5c21975d4ccbf3b933dca989 Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Mon, 10 Jun 2019 16:35:05 -0700 Subject: [PATCH] Fix go-bindata install w/ go modules, regen static assets --- Makefile | 4 ++-- httpbin/assets/assets.go | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 86efd24..f1ae03d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TEST_ARGS := -race build: dist/go-httpbin -dist/go-httpbin: $(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go +dist/go-httpbin: $(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go go.mod mkdir -p dist go build -o dist/go-httpbin ./cmd/go-httpbin @@ -55,4 +55,4 @@ $(GOLINT): go get -u golang.org/x/lint/golint $(GOBINDATA): - go get -u github.com/kevinburke/go-bindata/... + cd /tmp && go get -u github.com/kevinburke/go-bindata/... diff --git a/httpbin/assets/assets.go b/httpbin/assets/assets.go index 2aa363f..21b73a4 100644 --- a/httpbin/assets/assets.go +++ b/httpbin/assets/assets.go @@ -5,7 +5,7 @@ // static/image.png (8.09kB) // static/image.svg (8.984kB) // static/image.webp (10.568kB) -// static/index.html (11.271kB) +// static/index.html (11.194kB) // static/moby.html (3.742kB) // static/sample.xml (522B) // static/utf8.html (14.24kB) @@ -28,7 +28,7 @@ import ( func bindataRead(data []byte, name string) ([]byte, error) { gz, err := gzip.NewReader(bytes.NewBuffer(data)) if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) + return nil, fmt.Errorf("read %q: %v", name, err) } var buf bytes.Buffer @@ -36,7 +36,7 @@ func bindataRead(data []byte, name string) ([]byte, error) { clErr := gz.Close() if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) + return nil, fmt.Errorf("read %q: %v", name, err) } if clErr != nil { return nil, err @@ -92,7 +92,7 @@ func formsPostHTML() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "forms-post.html", size: 1398, mode: os.FileMode(420), modTime: time.Unix(1538761140, 0)} + info := bindataFileInfo{name: "forms-post.html", size: 1398, mode: os.FileMode(0644), modTime: time.Unix(1538761140, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xe8, 0x65, 0x54, 0x38, 0x49, 0xec, 0xc3, 0xb0, 0xc3, 0x68, 0x14, 0x55, 0xcf, 0xe6, 0x3b, 0x9d, 0xb5, 0x55, 0xee, 0xc4, 0xe7, 0xf6, 0x20, 0x70, 0x5, 0x9a, 0x8f, 0x32, 0xc4, 0x66, 0x23}} return a, nil } @@ -112,7 +112,7 @@ func imageJpeg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "image.jpeg", size: 35588, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "image.jpeg", size: 35588, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x28, 0xd7, 0xaa, 0x15, 0xe8, 0x51, 0xb0, 0xee, 0xfb, 0x31, 0x63, 0x8a, 0x18, 0x56, 0x49, 0x8a, 0x23, 0x7f, 0xaf, 0x18, 0x29, 0x5, 0x8, 0x32, 0xd3, 0xb9, 0xb1, 0x9f, 0x9a, 0xb7, 0x5f}} return a, nil } @@ -132,7 +132,7 @@ func imagePng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "image.png", size: 8090, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "image.png", size: 8090, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x54, 0x1a, 0x1e, 0xf5, 0x37, 0x3b, 0xe3, 0xdc, 0x49, 0xfc, 0x54, 0x2f, 0xd9, 0xa6, 0x51, 0x77, 0xb6, 0x64, 0xae, 0xc0, 0x1c, 0x8d, 0x86, 0x8, 0xf9, 0x9e, 0x6e, 0xc9, 0x55, 0x77, 0xd8, 0xc1}} return a, nil } @@ -152,7 +152,7 @@ func imageSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "image.svg", size: 8984, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "image.svg", size: 8984, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0xbf, 0x3a, 0xba, 0x48, 0x3e, 0xf8, 0x9e, 0x6c, 0x7b, 0x48, 0x2f, 0xc2, 0xf3, 0x4, 0xbb, 0x21, 0x1f, 0x2e, 0xfc, 0x14, 0xe4, 0x39, 0x3a, 0x4a, 0x9e, 0x7c, 0xce, 0x3d, 0x81, 0x29, 0xf}} return a, nil } @@ -172,12 +172,12 @@ func imageWebp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "image.webp", size: 10568, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "image.webp", size: 10568, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x56, 0x7c, 0xfa, 0xf9, 0x4e, 0xba, 0xf2, 0x79, 0xce, 0xa4, 0xeb, 0xb, 0xc0, 0x5c, 0x46, 0x55, 0x2, 0x1f, 0xb4, 0xee, 0x0, 0x4a, 0xca, 0x52, 0xc0, 0x96, 0x70, 0x9d, 0x3b, 0xa8, 0x7a, 0x63}} return a, nil } -var _indexHTML = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x5a\x6d\x73\xdb\xb6\x93\x7f\xef\x4f\x81\xaa\x97\x3a\x49\x4d\xf1\x49\x96\x64\x5a\x52\xc6\xb5\x9d\xc4\xad\x1d\x7b\x62\xe7\xda\x7b\x95\x01\xc9\x25\x89\x1a\x04\x58\x00\x94\xad\x64\xfa\xdd\x6f\x00\x92\x12\x25\x51\x51\xf3\x7f\x18\xcd\x88\x24\x76\xb1\xbf\xc5\x62\x77\xb1\x00\x39\xf9\xe1\xe2\xf6\xfc\xe1\xff\xee\x2e\x51\xa6\x72\x3a\x3b\x98\x34\x17\xc0\xf1\xec\x00\xa1\x49\x0e\x0a\xa3\x4c\xa9\xc2\x82\xbf\x4a\x32\x9f\x1e\x46\x9c\x29\x60\xca\x52\x8b\x02\x0e\xd1\x1c\xd3\x12\xa6\x87\x0a\x9e\x95\xad\xbb\x9e\x46\x19\x16\x12\xd4\xb4\x54\xc9\xf8\x70\x25\x81\xe1\x1c\xa6\x87\x29\x30\x10\x58\x71\xb1\xec\xf8\x91\x33\x66\xcf\x9d\xfe\xa8\xef\xa3\x97\x1a\x26\xb0\xed\x94\xa8\xac\x0c\xfb\x11\xcf\x6d\xa1\x78\x8e\x17\x8f\xdc\x16\x9a\x4f\x09\x00\xdb\xf0\xbe\xaa\x44\x2b\xa2\x28\xcc\x52\x6e\xe9\x9e\x21\x61\x2f\xdd\x57\x01\x7a\xff\xf0\x70\x87\xce\x29\x01\xa6\xd0\x03\x48\x45\x58\x8a\xee\x41\xcc\x49\x04\x13\xbb\xea\xa1\xfb\x4a\xb5\xa0\x80\xf4\x28\x6a\xf5\x23\x29\x0f\x51\x0e\x31\xc1\xd3\x43\x4c\xa9\x41\xb0\x5f\x23\xc3\x17\xa0\x1c\x33\xf4\xda\x3e\x40\x28\xe4\xf1\xe2\xc7\x1c\xb3\x02\xa7\x80\xbe\xe6\x58\xa4\x84\x05\xce\xdf\x07\x08\xf5\xf3\x42\x37\x3c\x5b\x4f\x24\x56\x59\xe0\x3a\x0e\x3c\x9f\x16\x38\x8e\x09\x4b\x03\x07\x9d\xc0\x33\x72\xe1\x19\x0d\xe0\xb9\xe1\x2e\x8e\xcc\xbf\x00\x73\x2d\xa9\xb9\xf0\xea\x12\xd3\x95\x74\xe4\x20\xcf\x29\x9e\xd1\x12\x26\xf3\x96\x44\xd7\x10\xf4\xaf\x21\xce\x6a\xb9\xb3\xa5\xe4\x59\x23\x7b\xd6\x48\x9f\xb5\xe4\x5b\x14\x12\x15\x8c\x57\x6a\x65\xfe\x1a\xb4\xd3\x56\x39\x56\x2b\xda\x69\x44\x01\x8b\x40\x77\x5f\x91\xfb\x09\x2d\x65\x86\xbe\x26\x94\x63\x65\x68\xa7\x95\x3d\x5a\x00\x71\xbc\x01\x70\xd2\x02\x77\x8f\xaa\x11\x56\x17\xbf\xba\x0c\xd0\xd7\x6d\xb0\x42\x2c\x67\xc0\x0a\xb9\x52\x3c\x0f\xb4\x99\x5a\xe4\x9f\x6b\x31\xe6\x76\x39\x2a\x4b\xf1\x22\xf0\xbc\x15\x67\xe6\xfd\xdc\x98\x2a\xf3\x7f\x6e\x8b\xd5\x9c\xc7\x2b\x46\x92\xa7\xe8\x6b\x4c\x64\x41\xf1\x22\x08\x29\x8f\x1e\x4f\xeb\x71\xe0\x52\xf1\xd5\x10\xfa\x39\x66\x96\xf1\xb5\x15\x3b\xe3\x0c\x6a\x0e\x83\x14\xf1\x18\xd6\xe6\x5f\x29\x73\x79\x0c\x63\x73\x95\xb8\x66\x6c\xd9\x20\xe1\x4c\x59\x09\xce\x09\x5d\x04\x39\x67\x5c\x16\x38\x82\x53\xd3\x2a\xc9\x17\x08\xdc\x41\xf1\x7c\x4a\x09\x03\x2b\x03\x92\x66\x2a\x70\xfb\x03\x6f\x7c\x3c\x72\xeb\x7f\xbf\xed\x40\xad\x6e\xc3\xad\x6e\xde\xf1\x6a\x34\x6d\x56\x6d\xe0\x35\x56\x6f\xe9\xfa\x3a\x8a\x2c\x4c\x49\xca\x82\x3f\x4b\xa9\x48\xb2\x38\x0d\x71\xf4\x98\x0a\x5e\xb2\x38\xf8\x31\x49\x92\x6f\x0e\x5f\x9b\x7d\xd9\xd8\x61\x0b\xf4\x35\xe2\x94\x8b\xe0\x47\xd7\x77\x3d\xd7\xdd\xef\x2f\x15\xb7\xe3\x3b\x9e\xb3\xe4\x2e\x6b\x35\x63\x88\xb8\xc0\x8a\x70\x16\x94\x2c\x06\xa1\x47\xd4\xf0\x2c\x95\x90\x4a\x70\x96\x9a\xdb\xb0\xb6\xc1\x53\x35\xe8\x90\xd3\xf8\xb4\x53\x1d\xc8\x0d\xff\x1c\x8b\xc6\x6a\x26\x7f\x10\x85\x29\x89\x9a\x2e\x9e\xef\x79\x9e\x7b\xba\xa9\x49\xcb\x43\x10\x36\x62\x70\x40\x09\x7b\xac\x6f\x33\x3e\x07\x51\xdd\xaf\x74\xc4\x4b\xfb\xe1\xc6\x68\x78\x69\x36\xbc\x6e\x38\xc7\x71\x9c\xe5\x24\xa0\xd0\x38\xa9\x80\x64\x7d\x68\x8c\x8b\x1c\xd3\x46\xd3\x81\x3f\xf0\x06\xee\x5a\xc0\xad\x32\x5a\x3b\x93\xd5\x93\xf7\xcf\x65\xd5\x31\xd7\xc4\x5b\x2d\xb5\xca\x45\x26\x95\x71\x6a\x14\x34\xf6\x39\x6a\x3f\x20\x4a\x96\xe9\xc3\x37\xc9\xaf\xca\x81\xab\x5c\x7b\xba\x95\x7c\x7c\xff\xc5\x29\x25\xb2\x9e\x0e\xb3\x78\x19\x73\x57\x73\xa0\x04\x66\x32\xe1\x22\x0f\xca\xa2\x00\x11\x61\x09\x8d\xd2\x27\x27\x27\xa7\x14\x94\x02\x61\xe9\x60\xd3\xe2\xdd\x2a\x1f\xac\xa9\xf4\x75\x99\xf3\x5f\x6c\xd1\x28\xe9\x2b\xba\x16\x1e\x4d\x12\xdb\x62\x8b\xd6\xd8\x22\x60\x0a\xc4\x26\xfc\xa0\x03\x5e\xf7\x15\x6b\x7d\x85\x9e\x80\xda\x0e\xe6\x5e\xf7\x99\xd8\x66\xf8\xff\xca\xfa\x37\x76\xa2\x6a\xfd\xdb\x58\xe5\xc6\xc3\xca\x09\x4a\x8a\xbe\xae\x0c\x1c\xa0\x0f\xda\xb8\xa8\xbd\xc0\x20\x17\xf2\x1f\x48\x5e\x70\xa1\x30\xab\x73\x38\x66\x16\xc3\x73\x92\x1a\xff\x47\x5f\x0d\x9f\xeb\xb8\x95\xc8\xa5\xb6\x13\xbb\x2a\x47\x0e\x26\x7a\xf1\x45\x24\x9e\x1e\xd6\x0b\xf0\xe1\xec\xe0\xe0\x60\x12\x93\x39\x8a\x28\x96\x72\x7a\x98\x17\x87\xba\x7a\x71\xd7\x8b\x82\x89\x9d\xb9\xb3\x83\x49\x31\x3b\x43\x29\xa7\x98\xa5\x48\x6b\x81\x78\x82\x54\x06\x68\x6e\xaa\x92\x90\x02\x9a\x60\x94\x09\x48\xa6\x3d\xdd\x55\x06\xb6\x5d\x8b\xe8\x73\x91\xda\xbd\x59\xeb\x69\x62\xe3\x59\x55\x69\x08\xf8\xab\x04\xa9\xd0\x4f\x38\x2f\x4e\x91\x00\x59\x70\x26\x01\xa9\xba\xf2\x90\x55\xe5\xd1\x9f\xd8\x85\x1e\x40\xe6\x69\xf5\x7b\x97\x1f\x2e\xee\x6e\xaf\x3e\x3c\xdc\xf7\x66\xcb\xdb\x89\x9d\x79\x9a\xa5\xd4\xf5\x17\x25\xb3\xa5\x32\x76\x0f\xc5\x58\x61\x2b\xc4\x02\x2c\x9d\x0f\xa6\x3d\x25\x4a\xe8\xcd\x26\x3a\xe2\x66\xf6\xc4\x36\x57\xa3\xd2\x43\x46\x24\xd2\x96\xe9\x4f\x6c\x4a\x36\x05\x91\x62\x8f\x28\x52\xb4\x85\x7d\x04\x55\x0a\x26\xd1\xad\x20\x29\x61\xe8\xea\xae\x53\x68\x29\x41\x58\x38\x05\xa6\xf6\x08\x5f\x31\x76\x81\xac\xa8\x9d\x28\xda\x03\x40\xc8\x3d\x10\x35\x57\x97\xfc\x8a\x84\x62\x12\x75\x03\xa4\xb0\x4f\xff\x14\x3a\x15\x7f\x77\xf9\x60\xfa\xb5\xa5\x56\x1d\x0a\x2e\x9b\x1e\x4b\xee\xbb\xdb\xfb\x9d\xec\x58\x45\xd9\x16\xff\xd9\xc3\xf9\xfb\x5d\x1d\xca\x6d\xf1\x9f\x76\x49\x8f\x81\x82\x82\x4d\xfe\x8b\xcb\xeb\xcb\x87\x4b\xd3\xa5\xcb\x28\xc0\x22\xae\x53\xaa\xad\xcb\xf9\xa5\x21\xd6\x5a\xbb\x4c\x62\x6a\x63\xbd\x51\xc0\x84\xe9\x20\xf8\xf4\xf0\xd6\x1a\x6f\xe9\xb5\x32\xfd\x97\xbd\x8e\xa9\x59\xba\x90\x74\xbb\x65\xf4\x81\x78\x37\x40\x0c\x09\xc5\x0a\xf6\x60\xd4\x5c\x5d\x30\x35\x69\x27\x52\x0c\xb4\x05\x17\x0a\xae\x28\xd9\x83\x56\x31\x75\x81\x55\x94\x4d\x2c\x0d\x81\x26\x64\xf6\x81\x2b\x44\xf2\x82\x42\xae\x57\x87\xf8\x87\x89\x4d\x66\x5d\x63\x96\x0a\xab\x52\xda\x03\x77\x35\x6f\x75\x53\xa0\x9f\x3a\x8d\x49\xe6\xc0\xaa\xac\x76\x6f\x58\xcd\x92\xde\x69\xd1\x26\xcf\x59\x75\xc4\xbd\xd1\x3b\x2c\x10\xd3\x3a\x45\x9a\x64\x78\x5e\xef\x14\x1f\xf4\x1a\xa3\x97\x98\x17\xde\xdb\x82\x62\xc2\x5e\xf8\xbf\xfc\x5c\xef\x13\x5f\xf8\x17\xc6\x39\x96\x3a\x6e\x09\x7e\x84\xc5\x74\x8e\xe9\x6e\x7d\x97\x29\xb7\xee\xb1\x43\xdf\x98\x08\x88\x94\x3d\x6c\x21\xd5\x4d\x01\x6b\x0b\xf7\x1d\x0f\x7d\xac\x49\x12\x4d\x20\x9f\xb1\x89\x0d\xf9\x0c\x29\x92\xc3\xb7\x85\x5b\x8a\xbf\x29\x05\x35\x46\x78\xe1\x9f\xbd\xf0\xde\xbe\xf0\xde\xc2\x33\xd6\xb3\xa5\xb7\xb3\x2f\xbc\xb7\x5b\xe8\x4d\x9f\x84\xf3\xdd\x5a\x28\x6e\x16\x2a\xad\x8c\xe1\xd3\xea\x7c\xfa\x78\xbd\x57\x99\x6a\xc2\x3f\x6b\xb1\x53\xdf\x19\x99\x59\xf9\x37\x14\xfc\x69\x43\xde\xba\xc2\xa3\x7f\x59\x61\x8a\x15\x99\x83\xd5\x39\x47\x9b\xb4\xae\xc9\xaa\x78\x90\xf8\xbe\x59\xc3\xa1\xe4\xb4\x54\x9d\xb8\xdb\xb4\x6d\xdc\xb3\x9a\xe7\x7b\x71\x23\xce\x1f\x09\xec\x5b\xc9\x6a\xae\x2e\xb7\xaf\x48\xbb\xb3\x5d\xdd\xd5\x96\xa0\xde\x3c\xba\xd3\xb9\x6b\xe6\xfd\xd1\x9b\xce\xbd\x4d\xf1\x86\xc7\x9c\xcd\x98\xf3\x98\x36\xda\x3d\x28\x89\x38\x03\xc4\x05\xca\xb9\x00\x24\x4d\xd6\xa9\xd1\xbf\x39\xb4\x7a\xad\xd1\xe0\x0d\xf4\x16\x70\xcd\xa2\xb1\xdb\xa8\x17\xa6\xf9\xbb\x81\x43\x2c\x49\x64\xe1\x52\x65\xa6\xca\xb0\x0b\x2c\xe5\x53\xbc\xca\xb5\x2b\x72\x60\xe8\x41\xc5\xd0\x46\x3e\xcf\x30\xa5\xc0\x52\x90\x26\x03\xfe\xa2\xbb\xa0\xb3\x52\x65\xdd\xe5\x08\x89\x63\x60\xd6\x1e\xdc\x6d\xae\x9d\xf0\x03\x67\x70\x18\x23\x83\xba\x13\x34\x26\x29\x48\x55\x09\xda\xc4\xb4\x6f\x2e\x8e\x57\x2b\x59\x8b\x31\xf8\x8b\x17\xeb\xb0\x76\x80\x69\xca\x05\x51\x59\xfe\x0d\x03\xa0\x0b\x23\x64\xb7\x09\xfe\x43\xda\xfc\x3b\x2a\x48\x25\x00\xe7\xb6\xe7\xb4\x96\x38\xd3\xb2\x1e\xad\xf7\xa6\xb1\x0a\xcf\x9c\xb0\x97\xec\x08\xb9\x8e\xf3\xaa\x0a\x54\xbd\xf3\xef\x76\xaa\x18\x28\x5e\xd8\x7e\xab\x3e\xd0\xcf\xeb\xa2\x2f\x74\x9b\xac\xd7\x20\x5d\x13\xa1\x84\x8b\x75\xa0\x1a\x47\x42\xc4\x59\xbc\x03\x49\x90\xe2\x8d\xc9\xaa\x9e\xe3\x98\x90\x61\x65\x1e\x2e\x14\xc8\xe9\xb1\x79\x8c\xcb\xea\x88\x60\xda\xb2\xaa\xee\xb3\x64\x63\xeb\x6c\xb2\x7a\xd4\xca\xd5\xf7\x46\xfa\xe6\xc2\x7f\x21\x48\x21\x4d\x22\x41\x7c\x0e\x02\x61\xd4\x48\x40\x38\x51\xba\x81\x21\x5e\xe8\x67\x4c\x11\x61\x44\x11\x4c\x91\x91\x7a\xa4\xf3\x3b\x43\x2f\x1b\x2a\x5d\xbc\x42\xa2\xce\x4f\x4f\x44\x65\x26\xfd\x57\xeb\xb3\xdc\x57\x4a\x60\x96\x82\xed\x3a\xde\x60\x95\xf6\x97\x4d\x6f\x36\x86\x14\x65\x25\x7b\xfc\x2c\xc9\x97\xed\xc1\xb4\x67\xb9\x4e\xc2\xc6\x36\x47\x08\xb3\x18\x61\x4a\xf9\x93\x44\xb2\x80\x88\x24\x0b\x3d\x51\xd8\x70\x7e\xd4\x50\x15\x77\xbd\x43\x50\x1c\x49\xa0\x10\x29\x84\x91\x2c\x43\x09\xcb\x8d\xa2\xc9\xb8\xe8\x2c\x8a\xa0\x50\xb2\xee\xbf\x52\xa8\x12\xa2\xb1\x9a\x2d\xa1\xa6\x37\xfa\x57\xd4\x02\x0b\x9c\x83\x02\xd1\x9d\x54\x54\x4e\xf7\x6d\x70\x54\xbe\x51\x0a\x31\x5d\xf3\xe8\x89\x7a\xff\x70\x73\x8d\xee\x76\x6d\xfd\x04\x0f\xb9\x92\x7d\xf5\xbc\x6f\x97\xb3\x62\xec\x5a\x7b\x24\xcf\x01\xad\x58\x90\x28\xe9\xce\xe8\x61\x8b\xbd\x05\x37\x5b\xac\x07\x13\x23\x10\xa3\x70\xd1\x46\x48\x08\xed\x1e\x51\x84\xa3\x6c\x5f\x49\x6f\x78\xba\xc6\xe1\x39\x0e\x2a\x19\x05\x69\x4c\x77\x95\x58\x37\x3c\x26\x09\x81\xd8\xba\x27\x2c\x32\x6b\xcf\x55\x62\x7d\xe0\x0c\xac\x1b\xbd\x2d\x6b\x9c\x43\xef\xae\x05\x9f\x93\x18\xe2\x23\xf4\xa4\x43\x80\xa8\xa5\xe3\x63\xe4\x3b\x83\x4e\x5d\x41\xe1\xd4\xfc\xad\xf6\x50\xba\x25\xd0\xff\x6d\xf5\xce\xa4\x2c\x73\x90\xc6\xdb\x04\x48\x5e\x8a\x08\x50\x86\x65\x2b\x9c\x74\x97\xda\xcb\x4c\xce\x31\xc5\x56\xa7\xae\x26\x0e\xb1\x19\x2a\x17\x5a\x35\xd3\x4d\x8f\xd5\x70\xad\x93\x07\xae\x87\xb0\x44\xb8\x28\x04\x2f\x04\xc1\xea\x1b\x46\xb7\x87\xce\xba\x85\x37\xf3\x2d\x98\xf0\x38\xd7\x24\x4b\xef\x02\x04\xa7\x8d\x52\x4d\x7a\x64\xfb\xb3\xa2\x89\xde\xf5\xc4\x50\x35\xad\xa3\xbd\xab\x5e\x2a\xc1\x5a\xe4\x0b\xcc\x62\x9e\x57\x09\x40\x87\x6f\x48\x18\x16\x0b\xe3\x2c\x47\x08\xd7\x11\xbc\x4c\x6d\xba\xa3\x04\x88\xab\xbe\x84\x29\x48\x41\xec\x09\xd6\x6a\xa5\xb1\x3a\x94\x5c\xa3\xec\x5e\x89\xfe\x03\x9a\xea\xf9\xec\x4a\x42\x5b\x23\xe8\x36\xb0\x0e\x18\xad\xfb\x52\xf3\xaa\x61\x5d\xe5\x5d\x7b\xfa\xd6\x10\x4c\xe6\x31\x7d\xbb\x4f\x9d\x72\x9c\xb6\x8e\x98\xf4\xd3\x3f\x01\xc0\x0c\x19\x5e\x14\x62\x09\x31\xe2\x0c\x49\x60\xaa\x4e\xbf\xb5\x3b\xed\xc6\xb3\x0b\x96\xae\x63\xea\x96\x2e\x5c\x8c\xee\x3e\xbc\xab\xa0\xbe\x21\xee\xcf\x02\x36\xe5\xe9\xa6\x6e\x81\xbf\xde\x5d\xee\x97\xf8\x04\x61\xb1\x21\x51\x37\x75\x4b\xfc\xfd\xf2\x97\xbb\xbd\x12\xe5\x7c\x53\x45\x39\xdf\xa1\xe1\xfd\xff\x7e\x4b\xc1\x84\x8b\x5c\x9a\xe3\xab\x3d\xf9\x75\xc5\xd8\x86\x31\xfe\xa0\x49\x48\x65\x58\xe9\x45\x34\x27\xd5\xa6\x50\x3b\x4d\xcd\x0e\x79\xe7\xb1\xc5\xf3\xde\x25\xf0\x79\x73\x05\x6c\xad\x4c\x7f\xdc\x5c\xd7\x42\xed\x92\xb6\xce\x5b\x2f\x2e\xef\xcf\x3f\x5e\xdd\x3d\x5c\xdd\x7e\xe8\xcd\x5a\x0f\xcd\x99\x6b\x31\x6b\xde\x14\xe3\xfa\x00\xe4\x9a\x84\x42\xc7\x61\x84\x19\x0a\x21\xd2\xc2\x63\x92\x24\x24\x2a\xa9\x32\x58\xd5\x06\x6f\xfd\xc8\x38\xb0\xed\x7a\xed\x0f\xfb\x84\xf5\x66\x1f\xab\x87\x5f\x08\x33\xaa\x12\x89\x12\xcc\x14\x96\x8a\x44\x26\x11\x36\x87\xc4\xe6\x50\xb0\xee\x29\x8f\x50\x58\x2a\x14\x73\x90\xec\x50\x21\x0a\x0a\x2d\x78\x69\x02\x43\xa7\xd1\x7a\x65\x30\x27\x1e\xfd\xea\xb8\x17\x9e\x89\xac\xcc\x1b\x55\x55\x1c\xa5\xe8\x91\xe8\x95\x81\x27\xd5\x60\x64\x04\x0c\x0b\xc2\x65\x1f\x9d\xc5\x31\xa9\x73\x09\xb0\xb8\xe0\x84\xe9\x5c\x2d\x00\x85\xa0\x35\x89\x38\x93\x24\x06\x01\x71\x73\x62\x5d\xcc\xce\xe8\x8a\x77\x89\x5d\x75\xfa\xf5\xfe\xf6\x43\x73\x50\xb5\x79\xc4\xfd\xc7\xd9\xcd\xdd\xf5\xe5\x7d\x6f\xd6\xdc\x35\xc6\xce\x7c\xc3\x60\x45\xa5\xa0\xe6\x90\xbe\x39\xa9\xb7\xb8\x48\x2d\x52\xf4\x66\xff\x83\x34\x0d\xd5\x26\x6d\x1f\xc2\x93\x62\x62\x67\xbe\xd1\x4b\x40\xed\x11\x5f\x7b\xdc\x1c\x50\xf7\x02\xd4\xf3\x06\x7d\xd7\x1b\xf5\x4f\x86\x7d\xd7\x3b\xe9\xfd\x7d\xb0\xf4\x14\xcd\xbe\x17\xbb\x75\x94\xfd\x0d\x1d\xda\xe7\xd8\xdb\xba\xb4\x64\x04\xa8\xa7\x65\xd8\xa3\xbe\x7b\xd2\x1f\xa1\x97\x25\x23\x73\x10\x12\x53\x0b\x17\x05\x05\x2b\xc6\xe2\x89\x30\xd7\xe9\x3b\xaf\x10\x25\x61\x9b\xf7\xb6\x00\x76\x7f\x7f\x6d\x3b\xfd\x93\xfe\x98\xa2\x2f\x94\x84\xb6\xdb\xf7\xfa\xfe\x77\x8f\x29\x85\x6f\x0e\xc6\x1c\x6a\x6f\x8d\xe2\x00\x21\xd4\xc3\x22\x95\xbd\x00\x7d\xfd\xfb\xc8\x3c\x36\x27\xf0\x01\x32\x64\xdd\x54\xe5\x62\x3d\xce\xd7\xf6\xeb\xde\x51\xd3\x7c\xce\x19\x83\x48\x7b\x99\x31\x01\xe5\x12\xd6\x88\xe6\x54\xf0\x1a\x58\xaa\x32\xcd\xb0\x4d\x7b\x58\x14\xb0\x4e\x79\xaf\x73\x51\x80\x7a\x2d\xd5\x57\xc4\x4f\xda\xe4\x67\xff\x3d\x93\x6b\x9c\xda\x08\xbb\x3c\xad\xa2\x96\x82\x36\x4a\x6e\x9b\xb9\x77\xb0\x67\xea\xae\xb6\x27\xaf\xda\x3b\x59\xe6\x10\xb7\x9e\x43\xeb\xaa\x6b\x1a\x57\xa7\xbd\xdb\xb3\xa9\x53\x80\xed\xf6\x5d\x34\x70\xc7\xe8\xea\xf0\x06\x9d\xa1\x87\xcb\xb3\xbb\xdb\x87\x83\xea\xd0\x36\x40\x2c\x25\xec\xd9\x7c\x59\x33\x1c\x1d\x5c\x60\x05\x01\xba\xe1\x7a\xf3\xea\xa3\x5f\x4b\x86\x3c\xc7\x75\x91\x33\x08\xbc\xe3\xc0\x1f\xa3\x77\x37\x0f\x07\xab\x19\x0e\x90\x99\xdf\x83\x67\x2b\xe7\x02\x2c\xc2\x12\x1e\x34\x0a\x2a\xce\xa9\xec\x13\x50\x89\xd1\x51\xef\x5d\x6c\x91\x44\x9e\xef\x0d\x0e\xd6\xdd\x20\x40\xae\x7f\xbc\xdf\xb1\xe5\xa6\x67\x5b\x32\xe3\x4f\x9f\x81\xcd\x2d\x77\xcd\xc9\x37\xdf\xdd\xa5\xa0\xde\x34\xac\x53\xb7\xdb\xe1\xb7\x1c\x7c\xb7\xab\xd6\x8e\x6f\x5d\x63\x96\x96\xba\xb8\x09\x50\x0f\x98\xf5\xe9\xfe\x08\xd8\xe9\x5f\x53\xa7\x3f\xde\x60\xbc\xac\xdf\x98\x68\xc6\xf4\x0b\x29\x8e\xea\x17\x0a\x47\x32\x8e\xb2\x86\xf7\x0f\xeb\x2d\x17\x4f\x58\xc4\x10\x5b\x77\x5c\x18\x67\x1e\x0c\xfc\x2e\xf2\x5b\x2e\x34\xd5\x75\x4e\xfa\x43\xa7\xef\x3a\x6e\xdf\x1b\x38\x0d\xe3\xee\x58\x69\x05\xec\xf2\x8b\xad\x23\x1d\x18\x24\x32\x9b\x54\xfb\x59\xb7\xfc\xfc\xbc\xd9\x9a\x53\x33\xaa\x93\xa3\xd7\xf6\xeb\xf5\xf1\xad\x87\xde\x0d\xff\x42\x28\xc5\xf6\x71\xdf\x41\x2f\xff\x70\xdd\x53\x74\x4d\x58\xf9\x8c\xc8\x70\x3c\x7c\x85\xce\x74\x04\xfe\x0e\xe1\x6f\x44\xd9\xc7\xfe\x71\xdf\x75\xd1\xcb\xdf\x74\xad\x70\x84\x28\x79\x04\xf4\x0e\xa2\x47\xfe\x0a\x9d\x67\x82\xe7\x60\xbb\xa3\xbe\xd3\x3f\x19\xfa\xfd\xb1\x8f\xee\x71\x82\x05\xa9\x3b\xad\xec\x51\x2f\xaf\xd6\xbd\xc2\x95\xb5\x5c\xff\xd8\x71\x8e\xfd\x13\xdf\x1f\x0c\xdc\x8d\x29\x38\xaf\x5e\x38\x68\xb6\xab\xfb\x5b\x6b\x3c\x3e\x3e\xb1\xdc\xa3\x52\x25\xd6\xd8\x0c\x69\x74\x54\x0d\x6d\x69\xef\xf5\x2c\xf6\x08\x50\x58\x98\x92\x39\x74\x4e\x97\xe0\x8a\x37\x36\x97\x2b\x09\xfc\x91\x18\xe7\xf8\x9c\xe2\x32\x05\xf9\xb9\x64\xe4\xaf\x12\x3e\xc7\x78\x31\x75\x4f\xd1\x46\x6b\xce\x99\xca\x3a\xda\x17\x80\xc5\x76\x73\x07\x63\xc6\x4b\x31\x75\x5b\xfa\xaf\x27\xd3\x83\x3a\x8b\x2d\x13\x7b\xc5\xd7\xc4\x85\x31\xe0\x8a\x69\x95\xe9\x3a\xbc\xec\xdb\x99\xae\x15\x6a\x1d\x49\x6f\x59\x21\x9c\x67\x98\xa5\x40\x79\xda\x9b\x2d\x6f\x37\x5f\x82\x3b\x7d\xb7\xef\x04\xe8\xaa\x3e\x7b\x2a\xb8\x50\x6b\x05\xde\x52\xd8\xd9\xa7\x87\xf7\xb7\x1f\x7b\xb3\xea\xba\xaa\xeb\x74\x20\x41\xac\x8b\xa3\x77\x1c\x85\x8b\xed\x57\xfc\xad\xaf\x0d\xf3\x28\x2a\x55\x94\x01\xeb\xcd\x7e\x27\x94\xa2\x9b\xe8\xbc\x7a\xd6\xd5\x5b\x55\xde\x4c\x8a\xd9\x5b\xc1\xf3\x7d\x5f\x0a\xe8\x2a\xad\x32\x20\xa6\xa6\xf4\xdb\x2c\x13\x1f\x81\x31\x50\x99\x00\xa2\xbe\x18\xec\xde\xec\xb7\xaa\x09\x7d\xd4\x6d\xa6\x53\x21\xf8\x9f\x60\x5e\x57\xb7\x0b\xab\xfb\xcb\x4b\xeb\xec\xfa\xfe\xb6\x37\xbb\xbf\xbc\x44\xfa\x6e\x35\xda\xef\xfc\x80\xe1\xa7\x3c\xc6\x32\x3b\x45\x6d\x75\x51\xcd\x54\x83\xda\x31\x99\xeb\xeb\x3f\x31\x9b\xbd\xfa\xe8\xa2\x37\x9b\x90\x3c\xad\x3e\x1e\x99\xf6\x0a\x2e\x49\xb5\x58\x34\x2f\x56\x4e\x91\xe2\x45\x80\x9c\x53\x64\x3e\x4e\x31\x77\x21\x17\xb1\x5e\x8d\x9c\xd3\x1e\x92\x22\x5a\x61\x45\x38\xe7\xfd\x0a\x50\x57\x57\xf5\x17\xa8\x06\xdb\x1f\x43\x32\x76\x93\x31\x8e\xf0\x70\x10\x86\x27\x78\x38\x18\x0c\xc6\xb1\x13\x8f\x9c\xc4\xf5\x9d\x31\x24\xc7\xfe\xc0\xc5\xa1\x3d\x1c\x8f\x06\xa3\xc1\xc8\x19\xf9\x3e\xf6\x12\x2f\x19\xf9\xbe\xef\xc1\xd0\x1d\xc6\x43\x77\x84\x87\xc9\x10\x86\xee\x68\x34\xd2\x6d\xfe\x30\x19\xc6\x5e\x32\x1c\x0d\x4f\x46\x83\xe1\x78\x74\x3c\xf4\xbc\x64\xe4\x0d\x4f\x86\xde\xd0\xd3\x9c\x23\xdf\x4b\x86\xc3\xa1\x6e\x0b\x87\xf1\xf0\xf8\xb8\xa2\x8e\x34\xc6\x71\x32\x1c\x0c\x5d\x43\xf1\x86\xd1\xe8\x58\x53\x7d\xd7\xf7\x7c\xd7\x1f\xea\x7f\x0f\x46\xce\x10\x86\xa3\x1e\xc2\x54\x4d\x7b\x6f\xb9\x78\x44\x39\xe8\xdd\xed\x3b\xa2\xde\x97\x61\xbd\xf9\x89\x30\xe3\x8c\x44\x98\x5a\x6b\x96\x90\x7e\x1f\xe7\xf8\x0b\x67\xf8\x49\x9a\xf1\x57\x56\xb1\x05\x09\x43\xce\xa4\xde\x8f\x3d\xe6\xf0\xd9\xd8\xf4\x73\x8c\xc5\x63\x48\x4b\xf8\xec\x7a\xee\xd0\x73\xfb\xd5\x8e\xd8\xc6\x66\x5a\x43\x1e\x2f\xcc\x97\x35\xe6\x7b\xdf\xff\x0f\x00\x00\xff\xff\x31\xe1\x64\x12\x07\x2c\x00\x00") +var _indexHTML = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x5a\xeb\x72\xdb\xb6\xb3\xff\xee\xa7\x40\xd5\x93\x3a\x49\x4d\xf1\x26\x4b\x32\x75\xc9\xb8\xb6\x73\x69\xed\xd8\x13\x39\xa7\x3d\x9f\x32\x20\xb9\x14\x51\x83\x00\x0b\x80\xb2\x95\x4c\xdf\xfd\x0c\x40\x52\xa2\x24\xca\x6a\xfe\x97\xd1\x8c\x48\x62\x17\xfb\xdb\x5d\xec\x2e\x2e\xe4\xf8\x87\xcb\xdb\x8b\xfb\xff\xbb\xbb\x42\xa9\xca\xe8\xf4\x68\x5c\x5f\x00\xc7\xd3\x23\x84\xc6\x19\x28\x8c\x52\xa5\x72\x0b\xfe\x2a\xc8\x62\x72\x1c\x71\xa6\x80\x29\x4b\x2d\x73\x38\x46\x0b\x4c\x0b\x98\x1c\x2b\x78\x52\xb6\xee\x3a\x8a\x52\x2c\x24\xa8\x49\xa1\x92\xe1\xf1\x5a\x02\xc3\x19\x4c\x8e\xe7\xc0\x40\x60\xc5\xc5\xaa\xe3\x27\xce\x98\xbd\x70\xba\x83\xae\x8f\x5e\x6a\x98\xc0\xb6\xe7\x44\xa5\x45\xd8\x8d\x78\x66\x0b\xc5\x33\xbc\x7c\xe0\xb6\xd0\x7c\x4a\x00\xd8\x86\xf7\x55\x29\x5a\x11\x45\x61\x3a\xe7\x96\xee\x19\x12\xf6\xd2\x7d\x15\xa0\xf7\xf7\xf7\x77\xe8\x82\x12\x60\x0a\xdd\x83\x54\x84\xcd\xd1\x0c\xc4\x82\x44\x30\xb6\xcb\x1e\xba\xaf\x54\x4b\x0a\x48\x5b\x51\xa9\x1f\x49\x79\x8c\x32\x88\x09\x9e\x1c\x63\x4a\x0d\x82\xfd\x1a\x19\xbe\x00\x65\x98\xa1\xd7\xf6\x11\x42\x21\x8f\x97\x3f\x66\x98\xe5\x78\x0e\xe8\x5b\x86\xc5\x9c\xb0\xc0\xf9\xfb\x08\xa1\x6e\x96\xeb\x86\x27\xeb\x91\xc4\x2a\x0d\x5c\xc7\x81\xa7\x51\x8e\xe3\x98\xb0\x79\xe0\xa0\x33\x78\x42\x2e\x3c\xa1\x1e\x3c\xd5\xdc\xf9\x89\xf9\x17\x60\xae\x05\x35\x17\x5e\x5e\x62\xba\x96\x8e\x1c\xe4\x39\xf9\x13\x5a\xc1\xa4\xde\x8a\xe8\x1a\x82\xfe\xd5\xc4\x69\x25\x77\xba\x92\x3c\xad\x65\x4f\x6b\xe9\xd3\x86\x7c\x8b\x42\xa2\x82\xe1\x5a\xad\xd4\xdf\x80\x76\x9a\x2a\xc7\x6a\x4d\x1b\x45\x14\xb0\x08\x74\xf7\x35\xb9\x9b\xd0\x42\xa6\xe8\x5b\x42\x39\x56\x86\x36\x2a\xfd\xd1\x00\x88\xe3\x2d\x80\xb3\x06\xb8\x7b\x52\x5a\x58\x5e\xfc\xf2\xd2\x43\xdf\x76\xc1\x72\xb1\x1a\x01\x2b\xe4\x4a\xf1\x2c\xd0\x6e\x6a\x90\x7f\xae\xc4\x98\xdb\x95\x55\x96\xe2\x79\xe0\x79\x6b\xce\xd4\xfb\xb9\x76\x55\xea\xff\xdc\x14\xab\x39\x4f\xd7\x8c\x24\x9b\xa3\x6f\x31\x91\x39\xc5\xcb\x20\xa4\x3c\x7a\x18\x55\x76\xe0\x42\xf1\xb5\x09\xdd\x0c\x33\xcb\xc4\xda\x9a\x9d\x71\x06\x15\x87\x41\x8a\x78\x0c\x1b\xe3\xaf\x94\xb9\x3c\x84\xb1\xb9\x4a\x5c\x31\x36\x7c\x90\x70\xa6\xac\x04\x67\x84\x2e\x83\x8c\x33\x2e\x73\x1c\xc1\xc8\xb4\x4a\xf2\x15\x02\xb7\x97\x3f\x8d\x28\x61\x60\xa5\x40\xe6\xa9\x0a\xdc\x6e\xcf\x1b\x9e\x0e\xdc\xea\xdf\x6f\x06\x50\xa3\x5b\x7f\xa7\x9b\x77\xba\xb6\xa6\xc9\xaa\x1d\xbc\xc1\xea\xad\x42\x5f\x67\x91\x85\x29\x99\xb3\xe0\xcf\x42\x2a\x92\x2c\x47\x21\x8e\x1e\xe6\x82\x17\x2c\x0e\x7e\x4c\x92\xe4\x59\xf3\xb5\xdb\x57\x8d\x2d\xbe\x40\xdf\x22\x4e\xb9\x08\x7e\x74\x7d\xd7\x73\xdd\xc3\xf1\x52\x72\x3b\xbe\xe3\x39\x2b\xee\xa2\x52\x33\x86\x88\x0b\xac\x08\x67\x41\xc1\x62\x10\xda\xa2\x9a\x67\xa5\x84\x54\x82\xb3\xb9\xb9\x0d\x2b\x1f\x3c\x96\x46\x87\x9c\xc6\xa3\x56\x75\x20\x33\xfc\x0b\x2c\x6a\xaf\x99\xfa\x41\x14\xa6\x24\xaa\xbb\x78\xbe\xe7\x79\xee\x68\x5b\x93\x46\x84\x20\x6c\xc4\xe0\x80\x12\xf6\x50\xdd\xa6\x7c\x01\xa2\xbc\x5f\xeb\x88\x57\xfe\xc3\xb5\xd3\xf0\xca\x6d\x78\xd3\x71\x8e\xe3\x38\xab\x41\x40\xa1\x09\x52\x01\xc9\xa6\x69\x8c\x8b\x0c\xd3\x5a\xd3\x9e\xdf\xf3\x7a\xee\x46\xc2\xad\x2b\x5a\xb3\x92\x55\x83\xf7\xcf\x65\x55\x39\x57\xe7\x5b\x25\xb5\xac\x45\xa6\x94\x71\x6a\x14\x34\xfe\x39\x69\x3e\x20\x4a\x56\xe5\xc3\x37\xc5\xaf\xac\x81\xeb\x5a\x3b\xda\x29\x3e\xbe\xff\x62\x44\x89\xac\x86\xc3\x4c\x5e\xc6\xdd\xe5\x18\x28\x81\x99\x4c\xb8\xc8\x82\x22\xcf\x41\x44\x58\x42\xad\xf4\xd9\xd9\xd9\x88\x82\x52\x20\x2c\x9d\x6c\x5a\xbc\x5b\xd6\x83\x0d\x95\xbe\xad\x6a\xfe\x8b\x1d\x1a\x25\x5d\x45\x37\xd2\xa3\x2e\x62\x3b\x6c\xd1\x06\x5b\x04\x4c\x81\xd8\x86\xef\xb5\xc0\xeb\xbe\x62\xa3\xaf\xd0\x03\x50\xf9\xc1\xdc\xeb\x3e\x63\xdb\x98\xff\xaf\xcc\x7f\x43\x27\x2a\xe7\xbf\xad\x59\x6e\xd8\x2f\x83\xa0\xa0\xe8\xdb\xda\xc1\x01\xfa\xa8\x9d\x8b\x9a\x13\x0c\x72\x21\xfb\x81\x64\x39\x17\x0a\xb3\xaa\x86\x63\x66\x31\xbc\x20\x73\x13\xff\xe8\x9b\xe1\x73\x1d\xb7\x14\xb9\xd2\x76\x6c\x97\xcb\x91\xa3\xb1\x9e\x7c\x11\x89\x27\xc7\xd5\x04\x7c\x3c\x3d\x3a\x3a\x1a\xc7\x64\x81\x22\x8a\xa5\x9c\x1c\x67\xf9\xb1\x5e\xbd\xb8\x9b\x8b\x82\xb1\x9d\xba\xd3\xa3\x71\x3e\x3d\x47\x73\x4e\x31\x9b\x23\xad\x05\xe2\x09\x52\x29\xa0\x85\x59\x95\x84\x14\xd0\x18\xa3\x54\x40\x32\xe9\xe8\xae\x32\xb0\xed\x4a\x44\x97\x8b\xb9\xdd\x99\x36\x9e\xc6\x36\x9e\x96\x2b\x0d\x01\x7f\x15\x20\x15\xfa\x09\x67\xf9\x08\x09\x90\x39\x67\x12\x90\xaa\x56\x1e\xb2\x5c\x79\x74\xc7\x76\xae\x0d\x48\x3d\xad\x7e\xe7\xea\xe3\xe5\xdd\xed\x87\x8f\xf7\xb3\xce\x74\x75\x3b\xb6\x53\x4f\xb3\x14\x7a\xfd\x45\xc9\x74\xa5\x8c\xdd\x41\x31\x56\xd8\x0a\xb1\x00\x4b\xd7\x83\x49\x47\x89\x02\x3a\xd3\xb1\xce\xb8\xa9\x3d\xb6\xcd\xd5\xa8\x74\x9f\x12\x89\xb4\x67\xba\x63\x9b\x92\x6d\x41\x24\x3f\x20\x8a\xe4\x4d\x61\x9f\x40\x15\x82\x49\x74\x2b\xc8\x9c\x30\xf4\xe1\xae\x55\x68\x21\x41\x58\x78\x0e\x4c\x1d\x10\xbe\x66\x6c\x03\x59\x53\x5b\x51\x74\x04\x80\x90\x07\x20\x2a\xae\x36\xf9\x25\x09\xc5\x24\x6a\x07\x98\xc3\x21\xfd\xe7\xd0\xaa\xf8\xbb\xab\x7b\xd3\xaf\x29\xb5\xec\x90\x73\x59\xf7\x58\x71\xdf\xdd\xce\xf6\xb2\x63\x15\xa5\x3b\xfc\xe7\xf7\x17\xef\xf7\x75\x28\x76\xc5\x7f\xde\x27\x3d\x06\x0a\x0a\xb6\xf9\x2f\xaf\xae\xaf\xee\xaf\x4c\x97\x36\xa7\x00\x8b\xb8\x2e\xa9\xb6\x5e\xce\xaf\x1c\xb1\xd1\xda\xe6\x12\xb3\x36\xd6\x1b\x05\x4c\x98\x4e\x82\xcf\xf7\x6f\xad\xe1\x8e\x5e\x6b\xd7\x7f\x3d\x18\x98\x9a\xa5\x0d\x49\xb7\x5b\x46\x1f\x88\xf7\x03\xc4\x90\x50\xac\xe0\x00\x46\xc5\xd5\x06\x53\x91\xf6\x22\xc5\x40\x1b\x70\xa1\xe0\x8a\x92\x03\x68\x25\x53\x1b\x58\x49\xd9\xc6\xd2\x10\x68\x4c\xa6\x1f\xb9\x42\x24\xcb\x29\x64\x7a\x76\x88\x7f\x18\xdb\x64\xda\x66\xb3\x54\x58\x15\xd2\xee\xb9\xeb\x71\xab\x9a\x02\xfd\xd4\xea\x4c\xb2\x00\x56\x56\xb5\x99\x61\x35\x53\x7a\xab\x47\xeb\x3a\x67\x55\x19\xf7\x46\xef\xb0\x40\x4c\xaa\x12\x69\x8a\xe1\x45\xb5\x53\xbc\xd7\x73\x8c\x9e\x62\x5e\x78\x6f\x73\x8a\x09\x7b\xe1\xff\xf2\x73\xb5\x4f\x7c\xe1\x5f\x9a\xe0\x58\xe9\xb8\x23\xf8\x01\x96\x93\x05\xa6\xfb\xf5\x5d\x95\xdc\xaa\xc7\x1e\x7d\x63\x22\x20\x52\x76\xbf\x81\x54\x35\x05\xac\x29\xdc\x77\x3c\xf4\xa9\x22\x49\x34\x86\x6c\xca\xc6\x36\x64\x53\xa4\x48\x06\xcf\x0b\xb7\x14\x7f\x53\x08\x6a\x9c\xf0\xc2\x3f\x7f\xe1\xbd\x7d\xe1\xbd\x85\x27\xac\x47\x4b\x6f\x67\x5f\x78\x6f\x77\xd0\xeb\x3e\x09\xe7\xfb\xb5\x50\xdc\x4c\x54\x5a\x19\xc3\xa7\xd5\xf9\xfc\xe9\xfa\xa0\x32\xe5\x80\x7f\xd1\x62\x27\xbe\x33\x30\xa3\xf2\x6f\x28\xf8\xd3\x96\xbc\x4d\x85\x07\xff\xb2\xc2\x14\x2b\xb2\x00\xab\x75\x8c\xb6\x69\x6d\x83\x55\xf2\x20\xf1\x7d\xa3\x86\x43\xc9\x69\xa1\x5a\x71\x77\x69\xbb\xb8\xe7\x15\xcf\xf7\xe2\x46\x9c\x3f\x10\x38\x34\x93\x55\x5c\x6d\x61\x5f\x92\xf6\x57\xbb\xaa\xab\x2d\x41\xbd\x79\x70\x27\x0b\xd7\x8c\xfb\x83\x37\x59\x78\xdb\xe2\x0d\x8f\x39\x9b\x31\xe7\x31\x4d\xb4\x19\x28\x89\x38\x03\xc4\x05\xca\xb8\x00\x24\x4d\xd5\xa9\xd0\x9f\x35\xad\x9a\x6b\x34\x78\x0d\xbd\x03\x5c\xb1\x68\xec\x26\xea\xa5\x69\xfe\x6e\xe0\x10\x4b\x12\x59\xb8\x50\xa9\x59\x65\xd8\x39\x96\xf2\x31\x5e\xd7\xda\x35\x39\x30\xf4\xa0\x64\x68\x22\x5f\xa4\x98\x52\x60\x73\x90\xa6\x02\xfe\xa2\xbb\xa0\xf3\x42\xa5\xed\xcb\x11\x12\xc7\xc0\xac\x03\xb8\xbb\x5c\x7b\xe1\x7b\x4e\xef\x38\x46\x06\x75\x2f\x68\x4c\xe6\x20\x55\x29\x68\x1b\xd3\xbe\xb9\x3c\x5d\xcf\x64\x0d\xc6\xe0\x2f\x9e\x6f\xc2\xda\x01\xa6\x73\x2e\x88\x4a\xb3\x67\x1c\x80\x2e\x8d\x90\xfd\x2e\xf8\x0f\x69\xf3\xef\xa8\x20\x95\x00\x9c\xd9\x9e\xd3\x98\xe2\x4c\xcb\x66\xb6\xce\x4c\x63\x99\x9e\x19\x61\x2f\xd9\x09\x72\x1d\xe7\x55\x99\xa8\x7a\xe7\xdf\x1e\x54\x31\x50\xbc\xb4\xfd\xc6\xfa\x40\x3f\x6f\x8a\xbe\xd4\x6d\xb2\x9a\x83\xf4\x9a\x08\x25\x5c\x6c\x02\x55\x38\x12\x22\xce\xe2\x3d\x48\x82\xe4\x6f\x4c\x55\xf5\x1c\xc7\xa4\x0c\x2b\xb2\x70\xa9\x40\x4e\x4e\xcd\x63\x5c\x94\x47\x04\x93\x86\x57\x75\x9f\x15\x1b\xdb\x64\x93\xe5\xa3\x56\xae\xba\x37\xd2\xb7\x27\xfe\x4b\x41\x72\x69\x0a\x09\xe2\x0b\x10\x08\xa3\x5a\x02\xc2\x89\xd2\x0d\x0c\xf1\x5c\x3f\x63\x8a\x08\x23\x8a\x60\x8a\x8c\xd4\x13\x5d\xdf\x19\x7a\x59\x53\xe9\xf2\x15\x12\x55\x7d\x7a\x24\x2a\x35\xe5\xbf\x9c\x9f\xe5\xa1\xa5\x04\x66\x73\xb0\x5d\xc7\xeb\xad\xcb\xfe\xaa\xe9\xcd\x96\x49\x51\x5a\xb0\x87\x2f\x92\x7c\xdd\x35\xa6\x39\xca\x55\x11\x36\xbe\x39\x41\x98\xc5\x08\x53\xca\x1f\x25\x92\x39\x44\x24\x59\xea\x81\xc2\x86\xf3\x93\x86\x2a\xb9\xab\x1d\x82\xe2\x48\x02\x85\x48\x21\x8c\x64\x11\x4a\x58\x6d\x14\x4d\xc5\x45\xe7\x51\x04\xb9\x92\x55\xff\xb5\x42\xa5\x10\x8d\x55\x6f\x09\x35\xbd\xd6\xbf\xa4\xe6\x58\xe0\x0c\x14\x88\xf6\xa2\xa2\x32\x7a\x68\x83\xa3\xb2\xad\xa5\x10\xd3\x6b\x1e\x3d\x50\xef\xef\x6f\xae\xd1\xdd\xbe\xad\x9f\xe0\x21\x57\xb2\xab\x9e\x0e\xed\x72\xd6\x8c\x6d\x73\x8f\xe4\x19\xa0\x35\x0b\x12\x05\xdd\x9b\x3d\x6c\x79\x70\xc1\xcd\x96\x9b\xc9\xc4\x08\xc4\x28\x5c\x36\x11\x12\x42\xdb\x2d\x8a\x70\x94\x1e\x5a\xd2\x1b\x9e\x36\x3b\x3c\xc7\x41\x05\xa3\x20\x8d\xeb\x3e\x24\xd6\x0d\x8f\x49\x42\x20\xb6\x66\x84\x45\x66\xee\xf9\x90\x58\x1f\x39\x03\xeb\x46\x6f\xcb\xea\xe0\xd0\xbb\x6b\xc1\x17\x24\x86\xf8\x04\x3d\xea\x14\x20\x6a\x15\xf8\x18\xf9\x4e\xaf\x55\x57\x50\x78\x6e\xfe\xd6\x7b\x28\xdd\x12\xe8\xff\xa6\x7a\xe7\x52\x16\x19\x48\x13\x6d\x02\x24\x2f\x44\x04\x28\xc5\xb2\x91\x4e\xba\x4b\x15\x65\xa6\xe6\x98\xc5\x56\xab\xae\x26\x0f\xb1\x31\x95\x0b\xad\x9a\xe9\xa6\x6d\x35\x5c\x9b\xe4\x9e\xeb\x21\x2c\x11\xce\x73\xc1\x73\x41\xb0\x7a\xc6\xe9\x76\xdf\xd9\xf4\xf0\x76\xbd\x05\x93\x1e\x17\x9a\x64\xe9\x5d\x80\xe0\xb4\x56\xaa\x2e\x8f\xec\x70\x55\x34\xd9\xbb\x59\x18\xca\xa6\x4d\xb4\x77\xe5\x4b\x25\xd8\xc8\x7c\x81\x59\xcc\xb3\xb2\x00\xe8\xf4\x0d\x09\xc3\x62\x69\x82\xe5\x04\xe1\x2a\x83\x57\xa5\x4d\x77\x94\x00\x71\xd9\x97\x30\x05\x73\x10\x07\x92\xb5\x9c\x69\xac\x16\x25\x37\x28\xfb\x67\xa2\xff\x80\xa6\x7a\x3c\xdb\x8a\xd0\x8e\x05\xed\x0e\xd6\x09\xa3\x75\x5f\x69\x5e\x36\x6c\xaa\xbc\x6f\x4f\xdf\x30\xc1\x54\x1e\xd3\xb7\xfd\xd4\x29\xc3\xf3\xc6\x11\x93\x7e\xfa\x27\x00\x98\x21\xc3\x8b\x42\x2c\x21\x46\x9c\x21\x09\x4c\x55\xe5\xb7\x0a\xa7\xfd\x78\x76\xce\xe6\x9b\x98\xba\xa5\x0d\x17\xa3\xbb\x8f\xef\x4a\xa8\x67\xc4\xfd\x99\xc3\xb6\x3c\xdd\xd4\x2e\xf0\xd7\xbb\xab\xc3\x12\x1f\x21\xcc\xb7\x24\xea\xa6\x76\x89\xbf\x5f\xfd\x72\x77\x50\xa2\x5c\x6c\xab\x28\x17\x7b\x34\x9c\xfd\xef\x73\x0a\x26\x5c\x64\xd2\x1c\x5f\x1d\xa8\xaf\x6b\xc6\x26\x8c\x89\x07\x4d\x42\x2a\xc5\x4a\x4f\xa2\x19\x29\x37\x85\x3a\x68\x2a\x76\xc8\x5a\x8f\x2d\x9e\x0e\x4e\x81\x4f\xdb\x33\x60\x63\x66\xfa\xe3\xe6\xba\x12\x6a\x17\xb4\x71\xde\x7a\x79\x35\xbb\xf8\xf4\xe1\xee\xfe\xc3\xed\xc7\xce\xb4\xf1\x50\x9f\xb9\xe6\xd3\xfa\x4d\x31\xae\x0e\x40\xae\x49\x28\x74\x1e\x46\x98\xa1\x10\x22\x2d\x3c\x26\x49\x42\xa2\x82\x2a\x83\x55\x6e\xf0\x36\x8f\x8c\x03\xdb\xae\xe6\xfe\xb0\x4b\x58\x67\xfa\xa9\x7c\xf8\x85\x30\xa3\x2a\x91\x28\xc1\x4c\x61\xa9\x48\x64\x0a\x61\x7d\x48\x6c\x0e\x05\xab\x9e\xf2\x04\x85\x85\x42\x31\x07\xc9\x8e\x15\xa2\xa0\xd0\x92\x17\x26\x31\x74\x19\xad\x66\x06\x73\xe2\xd1\x2d\x8f\x7b\xe1\x89\xc8\xd2\xbd\x51\xb9\x8a\xa3\x14\x3d\x10\x3d\x33\xf0\xa4\x34\x46\x46\xc0\xb0\x20\x5c\x76\xd1\x79\x1c\x93\xaa\x96\x00\x8b\x73\x4e\x98\xae\xd5\x02\x50\x08\x5a\x93\x88\x33\x49\x62\x10\x10\xd7\x27\xd6\xf9\xf4\x9c\xae\x79\x57\xd8\x65\xa7\x5f\x67\xb7\x1f\xeb\x83\xaa\xed\x23\xee\x3f\xce\x6f\xee\xae\xaf\x66\x9d\x69\x7d\x57\x3b\x3b\xf5\x0d\x83\x15\x15\x82\x9a\x43\xfa\xfa\xa4\xde\xe2\x62\x6e\x91\xbc\x33\xfd\x1f\xa4\x69\xa8\x72\x69\xf3\x10\x9e\xe4\x63\x3b\xf5\x8d\x5e\x02\xaa\x88\xf8\xd6\xe1\xe6\x80\xba\x13\xa0\x8e\xd7\xeb\xba\xde\xa0\x7b\xd6\xef\xba\xde\x59\xe7\xef\xa3\x55\xa4\x68\xf6\x83\xd8\x8d\xa3\xec\x67\x74\x68\x9e\x63\xef\xea\xd2\x90\x11\xa0\x8e\x96\x61\x0f\xba\xee\x59\x77\x80\x5e\x16\x8c\x2c\x40\x48\x4c\x2d\x9c\xe7\x14\xac\x18\x8b\x47\xc2\x5c\xa7\xeb\xbc\x42\x94\x84\x4d\xde\xdb\x1c\xd8\x6c\x76\x6d\x3b\xdd\xb3\xee\x90\xa2\xaf\x94\x84\xb6\xdb\xf5\xba\xfe\x77\xdb\x34\x87\x67\x8d\x31\x87\xda\x3b\x56\x1c\x21\x84\x3a\x58\xcc\x65\x27\x40\xdf\xfe\x3e\x31\x8f\xf5\x09\x7c\x80\x0c\x59\x37\x95\xb5\x58\xdb\xf9\xda\x7e\xdd\x39\xa9\x9b\x2f\x38\x63\x10\xe9\x28\x33\x2e\xa0\x5c\xc2\x06\xd1\x9c\x0a\x5e\x03\x9b\xab\x54\x33\xec\xd2\xee\x97\x39\x6c\x52\xde\xeb\x5a\x14\xa0\x4e\x43\xf5\x35\xf1\xb3\x76\xf9\xf9\x7f\xcf\xe5\x1a\xa7\x72\xc2\xbe\x48\x2b\xa9\x85\xa0\xb5\x92\xbb\x6e\xee\x1c\x1d\x18\xba\x0f\xbb\x83\x57\xee\x9d\x2c\x73\x88\x5b\x8d\xa1\xf5\xa1\x6d\x18\xd7\xa7\xbd\xbb\xa3\xa9\x4b\x80\xed\x76\x5d\xd4\x73\x87\xe8\xc3\xf1\x0d\x3a\x47\xf7\x57\xe7\x77\xb7\xf7\x47\xe5\xa1\x6d\x80\xd8\x9c\xb0\x27\xf3\x65\x4d\x7f\x70\x74\x89\x15\x04\xe8\x86\xeb\xcd\xab\x8f\x7e\x2d\x18\xf2\x1c\xd7\x45\x4e\x2f\xf0\x4e\x03\x7f\x88\xde\xdd\xdc\x1f\xad\x47\x38\x40\x66\x7c\x8f\x9e\xac\x8c\x0b\xb0\x08\x4b\x78\x50\x2b\xa8\x38\xa7\xb2\x4b\x40\x25\x46\x47\xbd\x77\xb1\x45\x12\x79\xbe\xd7\x3b\xda\x0c\x83\x00\xb9\xfe\xe9\xe1\xc0\x96\xdb\x91\x6d\xc9\x94\x3f\x7e\x01\xb6\xb0\xdc\x8d\x20\xdf\x7e\x77\x37\x07\xf5\xa6\x66\x9d\xb8\xed\x01\xbf\x13\xe0\xfb\x43\xb5\x0a\x7c\xeb\x1a\xb3\x79\xa1\x17\x37\x01\xea\x00\xb3\x3e\xcf\x4e\x80\x8d\xfe\x9a\x38\xdd\xe1\x16\xe3\x55\xf5\xc6\x44\x33\xce\xbf\x92\xfc\xa4\x7a\xa1\x70\x22\xe3\x28\xad\x79\xff\xb0\xde\x72\xf1\x88\x45\x0c\xb1\x75\xc7\x85\x09\xe6\x5e\xcf\x6f\x23\xbf\xe5\x42\x53\x5d\xe7\xac\xdb\x77\xba\xae\xe3\x76\xbd\x9e\x53\x33\xee\xcf\x95\x46\xc2\xae\xbe\xd8\x3a\xd1\x89\x41\x22\xb3\x49\xb5\x9f\x74\xcb\xcf\x4f\xdb\xad\x19\x35\x56\x9d\x9d\xbc\xb6\x5f\x6f\xda\xb7\x99\x7a\x37\xfc\x2b\xa1\x14\xdb\xa7\x5d\x07\xbd\xfc\xc3\x75\x47\xe8\x9a\xb0\xe2\x09\x91\xfe\xb0\xff\x0a\x9d\xeb\x0c\xfc\x1d\xc2\xdf\x88\xb2\x4f\xfd\xd3\xae\xeb\xa2\x97\xbf\xe9\xb5\xc2\x09\xa2\xe4\x01\xd0\x3b\x88\x1e\xf8\x2b\x74\x91\x0a\x9e\x81\xed\x0e\xba\x4e\xf7\xac\xef\x77\x87\x3e\x9a\xe1\x04\x0b\x52\x75\x5a\xfb\xa3\x9a\x5e\xad\x99\xc2\xa5\xb7\x5c\xff\xd4\x71\x4e\xfd\x33\xdf\xef\xf5\xdc\xad\x21\xb8\x28\x5f\x38\x68\xb6\x0f\xb3\x5b\x6b\x38\x3c\x3d\xb3\xdc\x93\x42\x25\xd6\xd0\x98\x34\x38\x29\x4d\x5b\xf9\x7b\xb3\x8a\x3d\x00\xe4\x16\xa6\x64\x01\xad\xc3\x25\xb8\xe2\xb5\xcf\xe5\x5a\x02\x7f\x20\x26\x38\xbe\xcc\x71\x31\x07\xf9\xa5\x60\xe4\xaf\x02\xbe\xc4\x78\x39\x71\x47\x68\xab\x35\xe3\x4c\xa5\x2d\xed\x4b\xc0\x62\xb7\xb9\x85\x31\xe5\x85\x98\xb8\x0d\xfd\x37\x8b\xe9\x51\x55\xc5\x56\x85\xbd\xe4\xab\xf3\xc2\x38\x70\xcd\xb4\xae\x74\x2d\x51\xf6\x7c\xa5\x6b\xa4\x5a\x4b\xd1\x5b\xad\x10\xce\x3f\xdf\xbf\xbf\xfd\xd4\x99\x96\xd7\xf5\x52\x4c\xc7\x3e\xc4\x7a\x3d\xf3\x8e\xa3\x70\xb9\xfb\x56\xbe\xf1\x81\x60\x16\x45\x85\x8a\x52\x60\x9d\xe9\xef\x84\x52\x74\x13\x5d\x94\xcf\x7a\xc1\x55\xae\x48\xc6\xf9\xf4\xad\xe0\xd9\xa1\x97\xfb\x7a\x61\x55\xda\x8c\xa9\x59\xad\x6d\xaf\xec\x1e\x80\x31\x50\xa9\x00\xa2\xbe\x1a\xec\xce\xf4\xb7\xb2\x09\x7d\xd2\x6d\xa6\x53\x2e\xf8\x9f\x60\xde\x30\x37\xd7\x42\xb3\xab\x2b\xeb\xfc\x7a\x76\xdb\x99\xce\xae\xae\x90\xbe\x5b\x5b\xfb\x9d\xdf\x1c\xfc\x94\xc5\x58\xa6\x23\xd4\x54\x17\x55\x4c\x15\xa8\x1d\x93\x85\xbe\xfe\x13\xb7\xd9\xeb\xef\x24\x3a\xd3\x31\xc9\xe6\xe5\xf7\x1e\x93\x4e\xce\x25\x29\xeb\x7b\xfd\x2e\x64\x84\x14\xcf\x03\xe4\x8c\x90\xf9\x9e\xc4\xdc\x85\x5c\xc4\x7a\x02\x71\x46\x1d\x24\x45\xb4\xc6\x8a\x70\xc6\xbb\x25\xa0\x5e\x10\x55\x1f\x8d\x1a\x6c\x7f\x08\xc9\xd0\x4d\x86\x38\xc2\xfd\x5e\x18\x9e\xe1\x7e\xaf\xd7\x1b\xc6\x4e\x3c\x70\x12\xd7\x77\x86\x90\x9c\xfa\x3d\x17\x87\x76\x7f\x38\xe8\x0d\x7a\x03\x67\xe0\xfb\xd8\x4b\xbc\x64\xe0\xfb\xbe\x07\x7d\xb7\x1f\xf7\xdd\x01\xee\x27\x7d\xe8\xbb\x83\xc1\x40\xb7\xf9\xfd\xa4\x1f\x7b\x49\x7f\xd0\x3f\x1b\xf4\xfa\xc3\xc1\x69\xdf\xf3\x92\x81\xd7\x3f\xeb\x7b\x7d\x4f\x73\x0e\x7c\x2f\xe9\xf7\xfb\xba\x2d\xec\xc7\xfd\xd3\xd3\x92\x3a\xd0\x18\xa7\x49\xbf\xd7\x77\x0d\xc5\xeb\x47\x83\x53\x4d\xf5\x5d\xdf\xf3\x5d\xbf\xaf\xff\x3d\x18\x38\x7d\xe8\x0f\x3a\x08\x53\x35\xe9\xbc\xe5\xe2\x01\x65\xa0\x37\xa4\xef\x88\x7a\x5f\x84\xd5\x7e\x25\xc2\x8c\x33\x12\x61\x6a\x6d\x78\x42\xfa\x5d\x9c\xe1\xaf\x9c\xe1\x47\x69\xec\x2f\xbd\x62\x0b\x12\x86\x9c\x49\xbd\x85\x7a\xc8\xe0\x8b\xf1\xe9\x97\x18\x8b\x87\x90\x16\xf0\xc5\xf5\xdc\xbe\xe7\x76\xcb\x4d\xac\x8d\xcd\xb0\x86\x3c\x5e\x9a\x8f\x61\xcc\x27\xba\xff\x1f\x00\x00\xff\xff\x91\xa3\x46\x3d\xba\x2b\x00\x00") func indexHTMLBytes() ([]byte, error) { return bindataRead( @@ -192,8 +192,8 @@ func indexHTML() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "index.html", size: 11271, mode: os.FileMode(420), modTime: time.Unix(1498424479, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x2a, 0x21, 0x4d, 0x4e, 0x88, 0x1f, 0x11, 0xac, 0x5f, 0x96, 0x4f, 0xf0, 0x88, 0x4e, 0xc9, 0x31, 0x4e, 0x98, 0x2a, 0x72, 0x7f, 0x26, 0x14, 0x67, 0xe8, 0x6e, 0xff, 0x91, 0x25, 0xcf, 0xcc}} + info := bindataFileInfo{name: "index.html", size: 11194, mode: os.FileMode(0644), modTime: time.Unix(1556136706, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x46, 0x7, 0xeb, 0x27, 0xd0, 0xc2, 0xc0, 0xaa, 0x92, 0x6f, 0xa4, 0xbe, 0x24, 0x19, 0x42, 0x43, 0x7e, 0xea, 0x1e, 0xbe, 0xc2, 0x63, 0x92, 0x43, 0x3a, 0x71, 0x72, 0xfa, 0xf3, 0xda, 0xff}} return a, nil } @@ -212,7 +212,7 @@ func mobyHTML() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "moby.html", size: 3742, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "moby.html", size: 3742, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0x50, 0xa7, 0x97, 0x5d, 0x53, 0x80, 0x1e, 0xd8, 0xc3, 0x52, 0x71, 0x78, 0xa, 0x15, 0xa1, 0xda, 0x36, 0xa8, 0xa5, 0x38, 0x33, 0x27, 0xcb, 0x70, 0x6d, 0xea, 0x25, 0x2b, 0x34, 0xd, 0x48}} return a, nil } @@ -232,7 +232,7 @@ func sampleXML() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "sample.xml", size: 522, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "sample.xml", size: 522, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x51, 0xc1, 0xe2, 0x6e, 0x8e, 0x42, 0x94, 0x5d, 0x1e, 0xde, 0x78, 0x42, 0x6e, 0x2, 0xe5, 0x42, 0x65, 0x30, 0xdf, 0x74, 0x70, 0x9d, 0xde, 0x51, 0xaf, 0xa2, 0x18, 0x22, 0xa3, 0x50, 0xba, 0x68}} return a, nil } @@ -252,7 +252,7 @@ func utf8HTML() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "utf8.html", size: 14240, mode: os.FileMode(420), modTime: time.Unix(1498336884, 0)} + info := bindataFileInfo{name: "utf8.html", size: 14240, mode: os.FileMode(0644), modTime: time.Unix(1498336884, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x75, 0x12, 0xcc, 0x55, 0x7d, 0x82, 0x1d, 0x9a, 0x78, 0xa9, 0x7a, 0xc9, 0x74, 0x62, 0x2d, 0x46, 0x3a, 0x5d, 0x37, 0xf8, 0x2a, 0xd7, 0xf6, 0xb0, 0x52, 0xbc, 0xaa, 0x3a, 0xc4, 0x44, 0x1e, 0xc1}} return a, nil } -- GitLab