From 658b19b09ab3c0947061a3231effd14ef67845c3 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 16 Sep 2020 11:06:19 -0400 Subject: [PATCH 1/3] Update job examples with MBit deprecation --- command/assets/example-short.nomad | 15 +- command/assets/example.nomad | 81 +++++---- command/job_init.bindata_assetfs.go | 258 +++++++++++++++++++++++----- 3 files changed, 269 insertions(+), 85 deletions(-) diff --git a/command/assets/example-short.nomad b/command/assets/example-short.nomad index d450ff7a1ac..4229f062edc 100644 --- a/command/assets/example-short.nomad +++ b/command/assets/example-short.nomad @@ -2,25 +2,24 @@ job "example" { datacenters = ["dc1"] group "cache" { + network { + port "db" { + to = 6379 + } + } + task "redis" { driver = "docker" config { image = "redis:3.2" - port_map { - db = 6379 - } + ports = ["db"] } resources { cpu = 500 memory = 256 - - network { - mbits = 10 - port "db" {} - } } } } diff --git a/command/assets/example.nomad b/command/assets/example.nomad index 0ec74bb83f2..513791fa51f 100644 --- a/command/assets/example.nomad +++ b/command/assets/example.nomad @@ -142,6 +142,49 @@ job "example" { # to 1. count = 1 + # The "network" stanza specifies the network configuration for the allocation + # including requesting port bindings. + # + # For more information and examples on the "network" stanza, please see + # the online documentation at: + # + # https://www.nomadproject.io/docs/job-specification/network + # + network { + port "db" { + to = 6379 + } + } + + # The "service" stanza instructs Nomad to register this task as a service + # in the service discovery engine, which is currently Consul. This will + # make the service addressable after Nomad has placed it on a host and + # port. + # + # For more information and examples on the "service" stanza, please see + # the online documentation at: + # + # https://www.nomadproject.io/docs/job-specification/service + # + service { + name = "redis-cache" + tags = ["global", "cache"] + port = "db" + + # The "check" stanza instructs Nomad to create a Consul health check for + # this service. A sample check is provided here for your convenience; + # uncomment it to enable it. The "check" stanza is documented in the + # "service" stanza documentation. + + # check { + # name = "alive" + # type = "tcp" + # interval = "10s" + # timeout = "2s" + # } + + } + # The "restart" stanza configures a group's behavior on task failure. If # left unspecified, a default restart policy is used based on the job type. # @@ -261,9 +304,7 @@ job "example" { config { image = "redis:3.2" - port_map { - db = 6379 - } + ports = ["db"] } # The "artifact" stanza instructs Nomad to download an artifact from a @@ -301,7 +342,7 @@ job "example" { # } # The "resources" stanza describes the requirements a task needs to - # execute. Resource requirements include memory, network, cpu, and more. + # execute. Resource requirements include memory, cpu, and more. # This ensures the task will execute on a machine that contains enough # resource capacity. # @@ -313,40 +354,8 @@ job "example" { resources { cpu = 500 # 500 MHz memory = 256 # 256MB - - network { - mbits = 10 - port "db" {} - } } - # The "service" stanza instructs Nomad to register this task as a service - # in the service discovery engine, which is currently Consul. This will - # make the service addressable after Nomad has placed it on a host and - # port. - # - # For more information and examples on the "service" stanza, please see - # the online documentation at: - # - # https://www.nomadproject.io/docs/job-specification/service - # - service { - name = "redis-cache" - tags = ["global", "cache"] - port = "db" - - # The "check" stanza instructs Nomad to create a Consul health check for - # this service. A sample check is provided here for your convenience; - # uncomment it to enable it. The "check" stanza is documented in the - # "service" stanza documentation. - - # check { - # name = "alive" - # type = "tcp" - # interval = "10s" - # timeout = "2s" - # } - } # The "template" stanza instructs Nomad to manage a template, such as # a configuration file or script. This template can optionally pull data diff --git a/command/job_init.bindata_assetfs.go b/command/job_init.bindata_assetfs.go index 6821624255c..440e0c09b5b 100644 --- a/command/job_init.bindata_assetfs.go +++ b/command/job_init.bindata_assetfs.go @@ -1,14 +1,27 @@ +// Code generated by go-bindata. +// sources: +// command/assets/connect-short.nomad +// command/assets/connect.nomad +// command/assets/example-short.nomad +// command/assets/example.nomad +// DO NOT EDIT! + package command import ( + "github.com/elazarl/go-bindata-assetfs" "bytes" "compress/gzip" "fmt" "io" + "io/ioutil" + "os" + "path/filepath" "strings" + "time" ) -func bindata_read(data []byte, name string) ([]byte, error) { +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) @@ -16,62 +29,170 @@ func bindata_read(data []byte, name string) ([]byte, error) { var buf bytes.Buffer _, err = io.Copy(&buf, gz) - gz.Close() + clErr := gz.Close() if err != nil { return nil, fmt.Errorf("Read %q: %v", name, err) } + if clErr != nil { + return nil, err + } return buf.Bytes(), nil } -var _command_assets_connect_short_nomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x08\x61\xd7\x21\x4e\x4f\x6d\x01\x1f\x82\x26\x18\x0a\xac\xe9\xe0\x36\xbb\x0c\x83\x40\x4b\x9c\xad\xa5\x96\x04\x89\x71\x37\x14\xfe\xf7\xc1\x9a\xe7\x3a\xed\x5a\x74\xcb\x45\xf1\x23\xa5\xf7\xf8\xf8\xbe\xbb\x0a\x84\x72\x07\xcb\x1a\x63\x23\xe0\x21\x03\xd0\xc8\xa8\xc8\x32\x85\x08\x05\x7c\x11\x5a\x2d\xc5\xd7\x2c\x03\xa8\x83\x3b\x78\x10\xe8\xcd\xef\x46\x00\x4b\x7c\xef\xc2\x7e\xfc\x02\x68\x9d\x26\x28\x40\x54\xc1\xe8\x9a\x44\x42\xfb\x2c\x1d\x91\x42\x67\x14\x4d\xad\x16\xdb\xd4\x9a\xc8\xdf\x0f\x6f\x8e\x05\xef\x02\x0f\x85\xb3\x3c\x5f\x8a\x6c\x04\x95\xb3\x96\x14\x4f\xb7\x01\xa2\xd1\xa4\x30\xc8\xe9\xdd\x7e\x2c\xf5\x73\x56\xc6\xb8\x07\x71\x4f\x95\x98\xae\xea\x60\x3a\x0a\x03\x83\x76\x6a\x4f\x61\xce\xf1\xcd\xd4\x33\x0a\xd3\x62\x9d\x34\x36\x18\x1b\xa3\x5c\xf0\xd6\xb5\xa8\x17\x49\x32\x85\x41\xf4\x79\xb7\x14\x4f\x78\x47\xee\xd1\xac\xc1\xd6\xca\x61\xd0\x6f\xb5\x6c\xee\x82\x68\x98\xbd\x98\x0f\xcd\xc8\x46\x41\x01\x67\x79\x7e\x32\xa1\xec\xd2\x71\x84\xf6\x6f\xf7\xfe\x51\xe2\xf3\x0d\x9c\xfc\xcb\x06\xa6\x0a\x80\x0f\xee\xc7\xcf\x23\x04\xe0\xe0\x23\x07\xc2\x36\x3e\xc1\x01\x34\x45\x36\x16\xd9\x38\x2b\x5f\xcc\xc5\x9f\xdf\x9d\x53\x78\x27\x2b\x63\xb5\x4c\x42\xa1\x80\xd3\xfc\x34\x3f\xea\xea\xb3\xbf\xfd\x7f\x25\x21\xcf\xd6\xf4\x4a\x4e\xc8\x76\xb3\x09\x2e\xae\x77\xdb\xdb\xcb\xed\x07\x79\xb3\x29\x3f\x5f\x5e\x6c\xe4\xae\xfc\x98\x32\xc3\xec\xcf\x17\x8b\x77\x0f\xdb\xeb\xab\xd5\x5a\xee\x3e\xdd\xdc\x96\x9b\xd5\x95\x5c\xad\xd7\xa5\x4c\xc3\x49\xf4\xa6\x7f\x4c\xcf\xff\xa6\x70\x92\xfe\x42\x16\xfb\xec\x57\x00\x00\x00\xff\xff\x58\x05\x65\x03\xe5\x03\x00\x00") +type asset struct { + bytes []byte + info os.FileInfo +} + +type bindataFileInfo struct { + name string + size int64 + mode os.FileMode + modTime time.Time +} -func command_assets_connect_short_nomad() ([]byte, error) { - return bindata_read( - _command_assets_connect_short_nomad, +func (fi bindataFileInfo) Name() string { + return fi.name +} +func (fi bindataFileInfo) Size() int64 { + return fi.size +} +func (fi bindataFileInfo) Mode() os.FileMode { + return fi.mode +} +func (fi bindataFileInfo) ModTime() time.Time { + return fi.modTime +} +func (fi bindataFileInfo) IsDir() bool { + return false +} +func (fi bindataFileInfo) Sys() interface{} { + return nil +} + +var _commandAssetsConnectShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x08\x61\xd7\x21\x4e\x4f\x6d\x01\x1f\x82\x26\x18\x0a\xac\xe9\xe0\x36\xbb\x0c\x83\x40\x4b\x9c\xad\xa5\x96\x04\x89\x71\x37\x14\xfe\xf7\xc1\x9a\xe7\x3a\xed\x5a\x74\xcb\x45\xf1\x23\xa5\xf7\xf8\xf8\xbe\xbb\x0a\x84\x72\x07\xcb\x1a\x63\x23\xe0\x21\x03\xd0\xc8\xa8\xc8\x32\x85\x08\x05\x7c\x11\x5a\x2d\xc5\xd7\x2c\x03\xa8\x83\x3b\x78\x10\xe8\xcd\xef\x46\x00\x4b\x7c\xef\xc2\x7e\xfc\x02\x68\x9d\x26\x28\x40\x54\xc1\xe8\x9a\x44\x42\xfb\x2c\x1d\x91\x42\x67\x14\x4d\xad\x16\xdb\xd4\x9a\xc8\xdf\x0f\x6f\x8e\x05\xef\x02\x0f\x85\xb3\x3c\x5f\x8a\x6c\x04\x95\xb3\x96\x14\x4f\xb7\x01\xa2\xd1\xa4\x30\xc8\xe9\xdd\x7e\x2c\xf5\x73\x56\xc6\xb8\x07\x71\x4f\x95\x98\xae\xea\x60\x3a\x0a\x03\x83\x76\x6a\x4f\x61\xce\xf1\xcd\xd4\x33\x0a\xd3\x62\x9d\x34\x36\x18\x1b\xa3\x5c\xf0\xd6\xb5\xa8\x17\x49\x32\x85\x41\xf4\x79\xb7\x14\x4f\x78\x47\xee\xd1\xac\xc1\xd6\xca\x61\xd0\x6f\xb5\x6c\xee\x82\x68\x98\xbd\x98\x0f\xcd\xc8\x46\x41\x01\x67\x79\x7e\x32\xa1\xec\xd2\x71\x84\xf6\x6f\xf7\xfe\x51\xe2\xf3\x0d\x9c\xfc\xcb\x06\xa6\x0a\x80\x0f\xee\xc7\xcf\x23\x04\xe0\xe0\x23\x07\xc2\x36\x3e\xc1\x01\x34\x45\x36\x16\xd9\x38\x2b\x5f\xcc\xc5\x9f\xdf\x9d\x53\x78\x27\x2b\x63\xb5\x4c\x42\xa1\x80\xd3\xfc\x34\x3f\xea\xea\xb3\xbf\xfd\x7f\x25\x21\xcf\xd6\xf4\x4a\x4e\xc8\x76\xb3\x09\x2e\xae\x77\xdb\xdb\xcb\xed\x07\x79\xb3\x29\x3f\x5f\x5e\x6c\xe4\xae\xfc\x98\x32\xc3\xec\xcf\x17\x8b\x77\x0f\xdb\xeb\xab\xd5\x5a\xee\x3e\xdd\xdc\x96\x9b\xd5\x95\x5c\xad\xd7\xa5\x4c\xc3\x49\xf4\xa6\x7f\x4c\xcf\xff\xa6\x70\x92\xfe\x42\x16\xfb\xec\x57\x00\x00\x00\xff\xff\x58\x05\x65\x03\xe5\x03\x00\x00") + +func commandAssetsConnectShortNomadBytes() ([]byte, error) { + return bindataRead( + _commandAssetsConnectShortNomad, "command/assets/connect-short.nomad", ) } -var _command_assets_connect_nomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7b\x6d\x8f\x1c\xb7\x91\xff\xfb\xfd\x14\x85\xde\x00\x49\xfe\xd8\x9d\x7d\xb0\x15\xdb\xc2\x7f\x0f\x90\x2d\xe7\x4e\x77\xb1\x7c\x90\xe4\xcb\x8b\x20\x58\x71\xba\x6b\x66\xa8\xed\x26\xdb\x24\x7b\x46\x6b\x63\xbf\xfb\xa1\x8a\x45\x36\xbb\x67\x66\x2d\xc9\x87\xc8\x2f\x24\x79\x48\x16\x8b\xf5\xf8\xab\x22\xfb\x14\xde\x6c\xd0\x21\xd4\xca\x80\x35\xed\x3d\x2c\x11\x14\x78\x6d\xd6\x2d\xc2\x3b\xbb\x84\x06\x57\xda\xe8\xa0\xad\x81\x1e\x1d\xac\x74\x8b\x0b\x78\xb3\xd1\x9e\x47\xb5\x07\xa3\x3a\x6c\x4e\x4e\xa1\xaa\xed\x60\x42\xa3\xfc\xa6\x02\x6f\x41\x07\xd8\xe9\xb6\x85\xda\xa1\x0a\x44\x93\xa6\xef\x74\xd8\x40\xd8\x20\xbc\x78\x0e\xca\x34\xf0\x52\x75\x58\x2e\x5c\x9c\x9c\x30\x43\x50\xbd\xb3\xcb\x0a\x7c\x50\xe6\x17\x45\x9b\xd0\x9a\x60\xfb\xf3\xce\xfa\x00\xb5\x35\x2b\xbd\x1e\x9c\x62\xae\x6c\xcf\x7f\x69\xc3\x93\xde\xd9\xe5\xc9\x29\xf8\x1e\x6b\xbd\xd2\x35\xcf\x58\xc0\xb3\xc4\xab\x82\x06\xeb\x56\xd1\xca\x2d\x4e\x67\x81\x5d\x41\x50\xfe\x8e\xf6\x52\x01\x5e\xda\x4e\xd1\xa9\xfc\xc6\x0e\x6d\x03\x6e\x30\x0b\xf8\x4f\xbb\xf4\xb0\x51\x5b\x3a\xcd\xba\xb5\x4b\xd5\xb6\xf7\x30\x18\xfd\xf3\x80\x2c\x85\x33\xb0\x06\xc1\x3a\xe8\x94\xb9\x67\x62\xb0\x76\x76\xe8\xfd\x19\xec\x36\xba\xde\x9c\x9c\x82\x72\x48\x6c\x76\x1e\xdb\x2d\x7a\xa8\x6d\xdb\x62\x4d\xdb\x7b\xda\x7f\xbe\xdc\x2f\x4e\x4e\x4f\x4e\xe1\xaf\xf4\x9b\x75\x08\xda\xac\xac\xeb\x22\xbb\x24\x3e\x7c\xaf\xba\xbe\x45\x0f\x36\x1e\xbe\x94\xda\x19\xf4\x2d\x2a\x8f\xe0\x11\x4f\x4e\x79\xd8\x9a\x56\x1b\x84\xc6\xd6\x43\x87\x26\x08\x9d\xf0\x94\x37\xa1\xff\x36\x21\xf4\xfe\xe9\xc5\xc5\x6e\xb7\x5b\x18\x12\x40\xef\xec\x3b\xac\xc3\x42\xdb\x8b\xc6\xd6\xfe\xe2\x9d\x5d\x9e\x4f\xa4\x46\xbf\x2c\x36\xa1\x6b\x4f\x4e\x4f\x48\xc6\xa5\x11\xfc\x7a\x02\x20\xda\x74\xb8\xd6\xd6\x54\xd0\x2b\xa7\x3a\x0c\xe8\x92\xec\x31\xaa\x36\x8e\x93\x0e\x59\x50\x10\x2c\xe0\x7b\xac\x87\x80\x49\xa9\x0b\x78\xb1\x62\x7a\xb6\xd3\x21\x60\x73\x06\x81\x6c\x50\x9b\x0d\x3a\x1d\x22\x95\x06\x57\x6a\x68\x43\xa2\x46\x2a\x21\xa9\x56\x51\x57\xd5\x82\xd7\xcb\xe0\x4d\xfe\x99\x7e\x1d\x39\x6d\x54\x50\x35\x9a\x80\xce\x1f\x67\xb7\xd5\x3e\x10\xe5\x62\xb2\x30\x1e\xcd\x85\xc9\x2d\x91\x0c\xd5\xeb\x06\x1d\x36\xb0\xdb\xa0\x81\xbe\x55\xb5\x36\xeb\xc8\x3a\x29\x58\x3c\xa9\x1b\x7c\xa0\xf9\xbd\xb3\x5b\xdd\x60\x43\x9c\x96\xb4\x6f\xe0\x1f\x55\x53\x5f\x55\xff\x3c\x19\x19\x0d\xf7\x3d\x96\x1c\xd6\xd6\x04\x67\x5b\x71\x95\xfb\x9e\x8f\xfe\xce\x2e\xc5\xf6\x40\x77\xbd\xaa\x45\x50\xbe\xde\x60\x33\xb4\xe8\xfe\xe8\x99\x60\x83\xb5\xf6\xec\x03\x91\x47\x24\xf3\x10\xde\xa6\xce\xa6\xbd\xf8\x9b\x6a\xd9\x02\x45\xe4\x1e\x82\x65\x4a\x95\x47\xb7\xd5\x35\x56\x0b\xb6\x5a\x05\xab\xa1\x6d\xb3\xbc\xc8\x42\x88\x35\xcf\x6b\xc3\x06\xb5\x83\x46\xaf\x56\xe8\xd0\xd4\xe8\x27\x26\x4b\xd4\x8e\x19\xed\x22\xeb\xec\x90\x6b\x94\x64\x1e\xb7\xfb\x44\xe5\x43\x6d\x9f\xac\xe0\x22\x0b\xcf\x47\xc3\x8f\x44\x58\xe2\x37\xe3\xf9\x0b\x4d\x91\x15\x04\xa7\xb4\x09\x39\xa2\x71\x50\x25\x31\x34\x8d\x16\x69\x8e\xb3\x3c\xac\xac\x9b\xda\x0a\xe9\x91\x09\x6a\x93\xd7\x90\x93\x50\xa0\x70\xe8\xed\xe0\x6a\x8e\x1c\x8d\xd3\xdb\x68\x0b\x89\x96\x68\x51\xf6\xed\x14\x07\x78\xd6\x71\xb4\x52\x15\xc6\xc8\x71\x06\x15\xc7\xab\xea\x8c\x68\x55\x64\xa0\x15\xb4\xb8\xc5\xf6\x8c\x15\xe6\x87\xbe\xb7\x2e\x78\xd8\x2a\xa7\xd5\xb2\x25\xa9\x07\x74\xbd\x6d\x3f\x40\x2b\x87\x03\xd6\xbe\x6c\x3e\xd8\x08\x3e\x49\x83\xb3\xe8\x35\x6e\x5f\xea\xf2\xb4\x10\xa0\x44\x31\x00\x15\x82\xd3\x4b\x8a\x48\x37\x50\xfd\xe1\x57\xfa\xdf\xc5\x1d\x3a\x83\xed\x82\x02\xcd\x43\x25\xf3\xb6\xaa\x1d\x90\xf9\xb9\x81\xaa\xd5\x66\x78\x1f\x47\x1e\x0a\x8b\x18\xfa\x46\x05\xcc\xd6\x30\x0d\x2e\x71\x10\x68\xff\x80\xeb\xfb\x94\x97\x24\x95\x2c\x98\x42\x9c\xc3\x04\xf3\x3c\xed\x61\xf0\xd8\x90\x59\x48\x2c\x20\xdb\x31\x6b\x0f\xad\xbe\x43\x70\xb6\x6d\xc9\x9e\x86\x7e\xed\x54\x43\xce\x56\x2b\xa3\x9c\xa6\x7f\x29\x23\x21\xab\x1d\xf0\x62\xed\x10\x0d\x34\xd8\xb7\xf6\x9e\x84\xed\x29\xf4\x8e\x61\xd7\xd8\x3d\x0e\xb5\x07\x24\x45\xd7\xd8\x30\x7b\x31\x12\xcc\x0e\x39\x31\xbd\x64\x76\x14\x10\xac\x2b\xce\xb7\x80\xbf\xa7\x40\x99\x67\x31\x39\x8e\x64\x3a\x80\xea\xfb\x96\x25\x65\x41\xb5\xad\x08\x85\x71\xc5\x08\x00\xf6\x88\x2c\xad\xc0\x0e\xda\x2f\x1d\x96\x97\x26\xf3\xe6\xa8\xc8\x8c\x7a\xce\xd1\x1d\xba\x35\x45\xed\x84\x57\x78\xf2\x1f\x29\x68\xdf\x91\x10\x7b\x87\x35\x36\x14\xb4\x3e\xc5\xe8\xa7\x92\xf9\x97\x1a\x7c\xdc\xba\x34\x76\x51\x26\x99\x79\xb6\xcf\x4e\xbd\xbf\xa5\xcc\xd2\xb6\xd8\x1e\xcf\x82\x9d\x7a\xaf\xbb\xa1\x03\x33\x74\x4b\x74\x64\xa7\x91\x96\x24\x03\xa2\xd6\xa3\x23\x59\x50\xd8\x4a\xf4\x16\xf0\xc2\xc4\xa0\x56\x2b\x8f\x92\xc6\x0b\xc2\xd9\xbc\x32\x0a\x25\xeb\x10\x7a\x2a\x80\x82\xa0\x3b\x16\x3b\x40\xc9\x27\xdc\xc0\xd5\xc9\xe4\x10\xda\xdc\x6e\x50\xb5\x61\x73\x7f\x4b\x4b\x1e\x39\x88\x36\x7c\x10\x9a\xc5\x3f\xa8\xb6\xb5\x51\x60\x42\x30\x25\x68\xb1\x31\x21\x4b\x0a\x0c\x08\x4b\x5c\xb1\xda\x03\x39\x42\xa7\xdc\x1d\x19\x9d\xcf\x93\xc8\x04\x06\xb3\x6c\x6d\x7d\xe7\x85\xdc\x6a\x70\x61\x83\xae\xd8\xc7\xc3\xca\xd9\x0e\x96\x18\x5d\x94\x04\xd0\xc8\x19\x67\xc7\xa0\xb0\x72\x75\xe9\xab\xc9\x59\xd3\x84\x06\x55\x43\x86\x73\xfc\xac\x69\x46\x81\xb5\xd8\xc3\x58\xba\x99\x9d\x7c\xe0\x03\xc7\x59\x11\xd1\xbc\xb4\x5c\xa4\xd3\xf9\xd4\x10\x2c\x39\x40\xcd\x08\x39\x38\x65\x3c\xa7\xac\x18\x9d\x06\x23\xb4\x16\xf0\x26\x0f\x71\xaa\x2b\xc6\xb8\x78\x48\xe2\x52\xba\x15\xe6\x53\x50\x62\xa9\xf6\x36\xa0\x09\x9a\x37\xa1\xf0\x06\x4b\x55\xdf\x65\x3f\xd7\x2b\xa8\x88\x91\x5b\x87\x5b\x74\xa1\x1a\xd9\xf3\x18\x68\xaf\xe0\x06\xb1\xa3\xb9\xf8\x48\xc6\x5f\x74\x53\x11\xf7\xce\xae\x1d\x7a\xff\x49\x32\x56\xe6\x23\x44\x1c\x43\x7c\x26\xb2\xc4\xb5\x36\x3e\x02\x48\xa2\xbe\xd2\xce\x87\x7d\x72\x84\x19\x66\x32\x22\x1f\xe3\xea\xab\x61\x71\x69\x4f\x58\x01\x03\x93\x22\x99\x80\x32\xfb\xa6\xae\x3c\x9d\x8b\xe1\xda\x8c\xdc\xa8\xc7\x18\x7e\xa7\x6e\xc0\x59\xc2\xd8\x7d\x82\xb3\x65\x47\xfd\x87\x06\x92\x90\xf3\xe9\xcf\x0a\xf3\x9c\x9e\x6c\x14\x1b\x99\x47\xf2\x96\x3d\x2d\x45\x77\x99\xe9\x72\x62\x16\x87\xb4\xa8\x57\xd9\x8c\xa4\x00\xa4\x25\xe7\x71\x89\x9c\x42\x08\xb6\xca\x07\x3a\xc8\x52\xea\x65\x5b\xe6\x4e\xe6\x6d\x70\x58\x94\xa0\x23\xdf\xb2\x48\xaf\x38\x93\x1d\x72\x43\x5f\x6a\x83\xaa\x9c\x82\xf2\x8e\xaa\x76\x21\x96\x0c\x87\x09\x14\x87\x83\x1b\x58\xa9\xd6\xe3\xe4\xf0\x9c\xf6\xef\x8f\x59\xaf\x0a\x50\x6f\x94\x59\x63\x56\x16\x83\x76\xfa\x7d\x17\x2b\x61\xf4\x43\x9b\xec\x4f\xd3\x61\x7d\x70\x43\xcd\x05\x75\x8a\xff\x22\x33\x29\xfd\x39\xb7\xca\x16\x4d\x91\x2d\x12\xfe\x10\x5a\x94\x6b\xed\x40\xb2\xb4\x7d\x4f\xe1\x80\xc0\x6d\xef\x70\xab\xed\xe0\x4b\xa1\x2c\xe0\x47\x53\x0b\xb2\xef\xd1\xa9\x40\xc0\x97\x0e\xd2\x31\xa6\x1e\x05\x99\x36\xe0\x8c\x2e\x32\x62\x83\xba\xe7\x76\x47\x2c\xb8\x3a\x1b\xb8\x3c\x23\x37\x4d\x61\x1a\x54\x01\x97\x04\x69\x71\xed\xb9\x92\x6a\xb5\x53\x9a\x23\xd6\x44\x55\x94\x9b\x08\x11\x71\xcd\x39\x49\xa1\x51\x31\xa7\x42\xe5\xaf\x31\xfa\x9f\x51\x1c\x0a\x44\x25\xab\x04\x7f\x1e\x54\x9b\xe4\xce\x95\x74\xda\x72\x44\x48\xbc\xe7\x2e\x09\xed\x18\x62\xfb\x7b\x8a\x16\x62\x75\x92\x52\xce\x52\x45\x46\x61\x40\x48\x1b\xdc\x09\xb1\x2d\x3a\x2f\x45\x5e\x24\x26\x81\x63\xe8\xa9\x2e\x64\x51\x69\xc1\x30\xb6\x6d\xca\xe9\xac\xb3\xe4\x83\xf1\x34\x70\x03\x97\x27\x00\x0f\x19\xf5\x76\x7a\xed\x22\x6c\x3c\x00\x7a\x13\xbe\xca\x98\x92\xc2\x59\x5c\x41\x12\xb2\xab\x15\xd8\x58\xff\x37\x4e\x64\x6f\x6c\x83\x33\x6c\xaa\x72\x0b\x40\x96\x5a\x33\x41\xa9\x11\x3c\x36\xbf\x81\xd9\x12\x4c\x13\x86\x3f\x0b\x4e\x93\xbd\x4b\xa0\x96\xe4\x97\x90\xda\xeb\x89\x00\x47\xb7\x2a\x8a\x05\xf1\xe7\x68\xeb\xb2\x3e\x63\x6f\xaf\xba\x64\xd7\x8c\xa8\x62\xa1\x28\x74\x52\x72\x6a\x29\x18\x87\x8d\x32\xd2\x81\x0b\x5c\xa9\x92\x61\xa6\x7c\x23\x46\x99\x0c\xf2\x4f\x71\xf4\x7c\x82\xcd\xfe\x1c\x5b\x81\x4c\x6f\x15\xc0\x0d\x86\x35\xd8\x0c\x8e\xfe\xca\xba\xf2\x8f\xa3\xba\xe9\x81\x3b\xa4\x38\xa5\x7d\x57\x64\xd9\xc2\x1b\xa3\xbb\x47\x53\x96\xd0\x90\x8b\x13\x46\xa6\x09\x3b\xc4\x82\x2d\xc6\x88\xaa\xde\x60\x7d\xe7\xab\x5c\xfe\xde\x72\x86\xf2\x55\x09\x13\x6e\x79\x12\xe5\x15\x99\x7d\x84\xbf\xe3\xa0\xf2\x51\x38\x99\x1c\xfb\xc3\x41\xe5\x6f\xc0\xc9\x04\x61\x45\xfd\xa2\xe7\x02\x74\x37\x30\x78\x0e\x66\xd0\xaa\x25\xb6\xe0\x87\xd5\x4a\xbf\x8f\x55\x63\xf5\xc5\xa5\x88\xe3\xea\x49\x57\x7d\x18\x22\x7d\xfd\xdb\x80\xf3\x83\x70\x50\x4a\x87\x8f\x01\xce\x8f\x80\x9a\x9b\x8c\xff\x3e\xf4\xec\xd7\x9d\x1c\x7d\x53\x1d\xc7\x89\x4f\xba\x6a\x12\xe6\xa4\x85\xb2\xd7\xe9\x01\x8f\x9c\x8b\xa6\x6d\x66\xc9\x94\xdc\x2b\x3c\xe7\x73\x61\x03\x0c\x9d\x4e\xb3\x93\xc6\x5e\x34\xd4\xad\xe6\xae\xdc\xb3\xd4\x5b\x96\xa2\x57\x89\x0b\x26\x17\x93\xb2\x57\xa2\x98\x78\xf9\x69\x5a\xfe\x09\xe5\xea\xe4\x40\xff\xd2\x28\x18\x5b\x02\x45\x0c\x8c\x27\xad\x54\xaf\xab\x69\xc5\xca\x51\xe7\x38\x22\x2f\xa2\xe3\x24\x99\x4e\xb4\x90\x3d\x2f\x07\xa8\xc1\x34\xe8\x62\x85\x2a\xdd\x09\xf6\x9d\xd8\xe2\x49\x76\x6b\xac\x39\x37\xb8\x8e\x57\x0a\x65\x4f\x34\x05\x57\x0b\x57\x92\x18\x39\x34\xce\xeb\x54\x87\x3e\x28\x37\xf6\x06\x53\xc3\x95\x8d\x26\xe5\xc5\x25\x6e\xd4\x56\x5b\xc7\x4a\x21\xf6\x33\xb0\xe4\xb6\x38\x03\x51\x0a\xad\x83\xc9\x96\x5d\xa6\x43\xd9\x03\x7a\xdb\xea\x7a\x6c\x15\x2d\x95\x1f\x2d\x25\x35\x67\x67\x60\xe5\x83\xcd\x64\x76\x8e\x99\xa1\x7c\x80\xa9\x8c\x9b\x7e\xa2\xb9\x08\x07\xc9\x60\x12\xbd\x74\xf8\x68\x30\x49\xee\xa3\x49\xa8\x10\xb0\xeb\xb9\x87\x4d\x9a\xcf\xc2\x28\x9a\x4a\x63\xb8\xe0\x8e\xe7\x56\xb5\x0b\x21\x96\x17\xdf\xc0\xb5\xfc\x94\xa6\x70\x15\x99\x4b\x8f\xf1\x86\x01\x5b\x75\x14\x7e\x23\x25\x45\x95\xda\xbb\x3b\xa5\x43\xca\x04\x72\x8a\x14\xd0\x39\x32\x46\x53\x88\x01\x52\x07\xd8\xcc\x8a\x21\x00\xde\x8b\xe3\xf3\x13\x3f\xe7\xa3\xb3\xcd\xe1\x0b\x84\x1d\xb9\xc4\x46\xf5\x3d\xa6\xb2\x53\x36\x22\xfa\xc2\x06\x36\x99\x58\x95\x44\x50\x71\xae\x9b\x34\xe3\xb2\xb4\xf2\xb1\x69\xd7\xc8\x96\x78\x26\xbe\x0f\x99\x54\xd2\xd4\x60\x82\x54\xfc\x34\x5c\x52\xa1\xe3\x25\x22\x16\x3d\x18\x3b\x1a\x77\x72\xed\x4c\x8e\x3b\x00\x99\x39\xe2\x7e\x49\x40\x79\xc3\x57\x93\xfb\x3c\xca\x3a\x26\x7e\x23\x5b\xf1\x6f\x0f\x13\x7f\xc5\x7e\x83\x1d\x3a\xd5\xde\x36\xda\xdf\x8d\x97\x94\x26\xd6\x41\x5e\xc2\x35\x65\x9f\xa0\x5b\xfd\x0b\x05\x05\xc8\x8b\x80\x16\xe5\xea\xc9\x07\x54\x0d\xdb\x20\x6c\x94\x6b\x78\x10\x1c\xfe\x3c\x68\x27\x77\x30\xdf\x71\xd8\xf6\x92\xa6\x42\xd1\xcb\x9f\x04\x2d\x92\x43\xb4\xa3\xfb\x3d\x22\x3e\xe1\x8c\x74\x53\x90\x49\x14\xf1\x70\x01\xcf\x72\xbf\x25\xe6\x27\x6d\x8a\xc8\x17\xb3\x8b\xdf\xc8\xfd\x65\xcc\x4b\xd3\x43\x7d\x6a\xdc\x38\x2c\xcf\x14\x3e\x72\xcb\xe6\x37\xaf\x72\x7e\x77\xf8\x98\x32\x32\x8f\x22\xd3\xd1\x22\x98\x70\xa9\xe5\x83\xae\xef\x38\xb0\x06\x37\x60\xba\xde\x2a\xcb\xb6\xb2\x08\x9b\xdc\xc1\x65\x42\x2c\xe2\xde\xe1\x8a\x72\x8e\x8d\x79\xbc\xb8\x11\x68\x4a\xe4\x53\x64\x77\x2e\x84\xa4\xab\x5d\x10\x4a\xe5\x02\xc7\x14\x15\xd4\x88\xfb\x06\x8f\xab\xa1\x8d\x00\xbe\x40\x22\x81\xb4\x45\x33\x33\x9d\x12\xa1\xf4\x54\xec\xf9\x00\xaa\x76\xd6\x97\xe5\x78\x2a\xfa\x17\x79\x99\xc8\xe2\x86\x45\x91\x7e\xcd\xa3\xaf\xa5\xe8\xcd\xfc\xc5\x46\x9c\xf4\x15\xb2\xad\x16\x1b\x34\xda\x61\x1d\xac\xe3\xab\x10\x35\xdf\xe6\xe0\xc4\x60\xcb\x8a\x67\x64\x2d\x6d\x7a\x84\x37\xf6\x6f\xaf\x7f\x79\xa4\xb7\x47\xa3\xc4\xe3\x0f\xdf\x12\x37\xec\x10\xcd\x21\xef\x8e\x48\x22\xec\x28\xe0\x14\xfe\x24\xf5\x52\xe2\x88\xa9\xdd\xc0\x17\x97\x97\x07\x02\x8d\x5a\xf1\xcb\x8b\xfb\x1c\x62\xd0\xa8\x25\x7b\x8e\x74\x3d\x7c\xbc\x27\xef\xb9\x63\x96\xef\x6d\xc5\x84\xf8\x46\x35\x41\x9a\x94\xe7\xa3\xa9\xa4\x9b\x2c\xcf\x8f\x0d\x30\x28\xb6\x8f\x4f\x74\xdf\x39\x97\x9f\xc1\x71\x13\x0b\x73\x97\xa5\xda\x21\x8e\x64\xb0\x38\xde\xe2\xcd\x00\xa2\xbc\x15\x50\x33\x11\x95\x12\xda\x23\xc1\x17\x81\x34\x7f\x31\x5e\xd6\x3f\x54\x27\x49\x89\x11\x26\xce\x5b\xc3\x5e\x3b\xae\xc1\x13\x11\x9e\x35\x5e\x8a\x88\x7c\xe5\xfd\xc9\x7e\x60\x18\xd5\xac\xd3\x6d\x92\x3f\xdf\xa1\x0f\x57\x55\xf1\x64\x60\x31\x61\x81\x18\xcd\xb3\x32\x7b\x3b\xd4\xeb\x4d\xee\x0e\xa4\xab\x43\x6d\x1a\x12\x2b\xf9\x63\x1b\x21\xed\x68\x4e\x69\x61\xd9\x5b\xa2\xac\xda\xc5\xf6\x2d\xbf\x20\xc2\x2c\xf3\x05\xbc\x08\xe5\xfb\x00\x78\x72\x49\x19\x99\x33\x15\x86\xc5\x94\x8b\x1b\xb8\x12\x1f\x38\x65\x37\x28\xfd\xc0\xf7\x0e\x55\x93\xbd\x20\xf6\xbf\xa6\x4e\xa0\x4d\xed\x18\x6c\x72\x83\x3c\x42\x63\x08\xb6\x45\xa7\x4c\x8d\xb1\x75\x24\x08\x54\xbb\xd8\x06\x4a\x85\xf2\xf2\x3e\x25\xce\x58\x07\xce\xf4\xcf\x31\xb0\x28\xac\x93\x59\xe7\xba\x2d\x72\x07\x76\x9b\xa5\xfe\xd1\x2e\x34\x3d\xe0\x67\x70\xa0\xc8\xc0\xbe\xfb\xc8\xd9\x3e\x87\xf3\x04\xe5\xd6\x18\xfc\xdc\x3c\x63\x39\x9d\xdd\xa8\x47\x47\x2b\xd5\x3a\x16\xd6\xfb\x7a\xa2\x24\x87\xaa\xde\x08\xbd\x03\x9e\x37\x93\x5f\x9c\xc7\xfe\x82\x8a\xbd\xea\xd7\x42\xb6\xb2\x1f\xdc\xc0\x5f\xb2\xb5\x72\xed\xbf\xb7\x58\x5c\xf2\xf0\xe2\x2f\x0f\x2c\x9e\xc6\x7e\x83\x61\x67\xdd\x88\x2e\x57\xfc\x98\x26\x22\x89\xd8\x56\xa7\xea\x50\x66\xb1\x02\x7c\x4f\x70\x21\x26\xa4\x14\xf6\xef\xe3\xcd\x02\xa7\x9f\x02\xf1\x16\x29\x28\x51\x18\xe1\x8c\xd4\x05\xf2\xe6\xee\xbb\x97\x2f\xa0\x6f\x87\xb5\x36\xe5\xe3\x82\x58\x9f\x0a\x40\x9f\xb1\x50\xe0\x00\xb1\xdc\xa9\xc9\xd2\x49\x46\xaa\x3e\x9b\x70\x99\x87\x4b\x33\x5e\xeb\xb0\x19\x96\x8b\xda\x76\x17\x54\xa1\x28\x6d\xd0\xc9\xa6\xda\xac\x2f\x84\xcc\x8c\x44\xc2\xf0\x4b\xa7\x9b\x35\xce\x2a\x1f\x79\xa2\x03\x3b\x4c\xe6\x14\x7b\x99\x19\xeb\x6a\x0f\xaa\xae\xd1\x7b\xbd\x6c\x31\xbe\x8a\xdc\xea\x11\x78\x7c\x67\x8d\x1f\x5a\xfa\xcb\x60\x1d\xce\xc0\x5b\x26\x65\x39\xb4\x09\xc5\xf8\x4e\x46\x1b\xbe\xb5\x11\x76\x47\xc9\xd0\x28\x54\x74\xc2\xaa\x90\x3c\x90\x74\x6f\xa0\xfa\xfa\xf2\xeb\xcb\x2a\xff\xfa\x20\xc8\xa0\x0c\x88\xf2\xc6\x68\x8e\x0b\xa6\x8c\xc5\xed\xd2\x61\xd3\x36\xec\xab\x37\xd2\x30\x39\x57\xbd\x9e\x09\x87\x59\x4b\x55\xaf\xac\x9d\x3e\xc3\xe4\x19\xe5\x70\xab\x7d\xa0\x52\x31\xbe\x00\x1a\x49\x7d\x6f\xb6\xf6\x1e\x7a\x67\xdf\xc7\xdb\xdc\x59\xaf\xce\x59\x8e\xaf\x8e\xf2\x45\x1d\x2f\x3d\x54\x60\xea\x63\x01\xc7\xcf\xe7\x8e\xd8\x19\xbc\x88\xd5\x4b\x11\xcd\x61\xa9\x4d\xc3\x09\x81\xe2\x40\xbb\xb1\x7e\xa4\x65\x25\xc1\xd2\x06\x67\x23\x38\x37\x88\x8d\xe7\x7b\xcb\xf1\x29\x56\xda\x6b\xf2\xf4\x2d\x9d\x8d\x8f\x7f\x03\xd5\x37\x97\x97\x57\xf3\x92\x9a\x1b\xc2\x07\x9e\xf5\xa4\xab\x52\x88\xad\x63\xe5\xbd\xad\x35\x43\xfa\xfc\xc0\x44\x84\x59\x4a\x50\xe7\xe8\x37\xb6\x1f\xba\xa1\x0d\x9a\xf0\x41\x2c\xb5\xc7\x88\x98\x07\x62\x53\x3a\xb5\xe7\x0b\x67\x8c\xf4\xe1\xa5\x4d\x59\x4d\x66\xba\xc1\x94\x82\x66\xa9\x24\x14\xd0\x50\x0c\xe1\x1c\xc5\x8f\xc1\x32\xb5\x95\xc6\x76\x84\xd5\xf9\xe7\x78\xbc\xd2\xa2\xd9\xdc\x20\x3e\x86\x52\xad\xde\x62\x55\x9a\xfb\x7d\x9f\x07\x43\xdd\x4f\x86\x88\x8b\xb4\x8e\x8c\x74\x1c\x2a\xdb\x2b\xdc\x76\x2e\x56\xe9\x0e\xed\x10\x78\xd5\xb5\x2f\x7d\x48\xfe\x59\x47\xd7\xc8\x2c\x16\xa0\xbf\xc1\x5a\xb9\xdb\xb9\x6b\x15\xcd\xb8\x90\x4d\x5a\x26\x83\x6a\x3a\xed\x7d\xba\xe9\x16\x11\xc4\x2e\x4a\x8b\x2e\xbe\x80\x94\xe4\x93\xcb\x40\x56\xb8\x82\xd9\x7e\x67\xd2\x34\x18\x5f\x3d\x24\x07\xa0\xcc\x0d\xca\xc8\xce\xa2\x1c\xb9\x21\x2c\x9f\x4d\x3d\x13\xfa\xc9\x76\xa5\x1b\x5c\xd0\x92\x8e\x40\xbc\xd2\x53\xd0\xdc\x1b\xd5\xe9\x3a\xda\x73\xea\x1d\x3b\x5c\x93\x33\xd3\x2c\x32\x20\x87\x1d\x59\x8b\x30\xe9\x0b\x62\x31\x0f\xb0\x2c\x83\x15\xe6\xb2\x2d\xb3\xd2\xdf\xca\xf8\x39\x07\x80\xf3\xff\x2f\x44\xfe\xed\xed\x62\x24\x53\x10\xfc\xf6\x3e\x61\xc5\xb3\x4c\x4e\x78\x1a\x0c\x85\x5f\x8e\xa4\x96\x62\x85\x56\x2d\x0c\xbd\x0f\x0e\x55\x07\xcf\x6d\x7d\x87\x0e\x74\xa7\xd6\x38\x52\x9e\x89\x17\x7e\x7d\x90\xa1\x03\xd1\x34\x3e\x73\x4c\xfa\x4e\xb9\xd5\xb0\x0f\x6c\x75\x33\xd0\x6e\x46\xf3\x75\x29\x49\xf6\x0c\xfc\x50\x6f\x40\x91\x57\xc7\xcd\x4f\x46\xcd\x73\x76\x3a\x83\x1d\x2e\xcb\xb0\xc4\xcf\x29\x97\x2a\xd4\x1b\x8a\x86\x9c\x58\xcc\xfa\x53\xc1\x62\xc9\xee\x67\xe8\xb1\x72\xaf\x68\x06\x14\xd9\x0e\xab\x1d\x2e\xab\x59\x8f\xb5\x8a\xef\x51\x8f\x57\xd3\xbc\x52\x1e\xad\xce\xee\x43\x04\x6e\x8c\xbd\x41\xe9\xcc\x32\x03\xf2\xab\xac\xbc\x81\xaa\x61\x4d\xec\xc5\x63\xf6\xde\x23\xef\x2c\xc7\xb7\xb2\x63\x90\xcf\x8f\xa5\x3d\xf4\xca\xfb\xa2\xcb\x19\x7b\x0b\xed\x7d\xba\x9d\x4f\x4c\x5b\x98\x36\x1f\xd3\xe3\x9d\xa0\x74\xcb\x98\x74\x42\x3f\xe3\x14\xbe\x6e\x4c\x92\xe5\x32\x9e\xe2\x44\x24\xca\x88\xa2\x78\xc2\x9c\xa7\xc5\xe1\x91\xa5\x3d\x5c\x35\xb7\xa0\xc5\x18\xf6\x56\x7a\x5d\x44\x3d\x76\x17\x92\xdb\x46\xf9\x8d\xae\xad\xeb\x59\xfd\x17\x8c\x0a\xd0\x11\x2e\x78\xba\xbd\xaa\xb2\xd3\x4c\xc5\xaa\x5c\xd0\x2b\x55\x87\xc7\x7a\x9f\x8d\xdd\x99\xd6\xaa\x86\xdf\x18\xc9\xfc\x78\x29\x39\x02\xa9\x14\x5e\xe2\xf3\xe5\xde\x69\x3b\x0a\x34\x76\x3b\xb1\x7c\x25\x2f\xaf\xe3\xc9\xf1\x6a\x6b\xb6\x68\x34\x9a\x31\xbf\x8f\xf7\xc1\x24\x89\xb4\x3d\x91\x99\xbe\x60\x5f\xe9\x36\x36\x3e\xa8\xec\xe0\xf4\x1f\x61\xad\xd8\xd7\xd8\xfc\xe2\x8d\x5f\xf0\xfd\x6b\x6f\x05\x0b\x12\x77\xd2\x65\x0d\x07\x25\xb1\x97\x9f\x0b\x6d\x89\x40\xf2\x94\xb4\xd8\xef\x27\xd2\x8f\x68\xbf\xcc\x38\xd8\x0b\x09\x1f\x14\x14\x8e\x81\xef\x8f\x69\xc2\x08\x23\x63\x70\x28\x89\x66\x13\x28\xc1\x81\x28\xfe\x26\x42\xe1\xa7\x17\x17\x2b\x6b\x19\xe8\x67\x5a\x41\xb9\xc5\xfa\x97\x32\xc5\xc7\xaf\x0f\xfc\x84\x0e\x08\x94\x19\x3a\xa2\xd5\x35\x4f\x9e\xd6\x5f\x2a\xf5\xf5\x93\x2f\x54\x73\x7d\x7d\xf5\xe4\xcb\xeb\xbf\xe0\xf2\xab\xe6\xab\x4b\x75\x7d\xf5\xcd\xf5\x35\x7e\xf5\xcd\x97\x25\xc5\x87\x12\x26\x4c\x0d\xbd\xb5\x6b\x7f\xc0\xc8\x49\x9c\xe5\x9d\x2c\x29\x63\x63\x77\xf1\xbb\x9d\xd6\xae\xc5\xc6\xca\x96\x6c\xf9\x5e\x96\x9b\x7e\xdc\x7a\xb7\x1e\x69\xbe\x97\x05\x64\x85\x14\x38\xcc\x02\xfe\x66\xd7\x6b\xb2\x5d\x7e\x5a\x4d\xe8\x9e\x90\xd8\x68\x4b\x29\x53\x2e\x07\x79\xbe\x3f\xe1\x54\x3a\x24\xe4\x07\x84\x0d\xdd\xf9\xda\x51\x62\x6a\xf2\xbb\x70\x5b\x86\x11\xfe\xa0\xc5\xae\xc1\xd9\x30\xda\x99\x0f\xd6\x51\x88\x38\x08\x81\x3f\xc5\x4e\x4b\x06\x3f\x9b\x8d\x12\x13\x87\xed\x93\xb5\x50\xda\x54\xa7\xde\xdf\x46\xad\x00\xa3\xd0\xab\xcb\x03\x83\xb7\xd2\xbf\xbd\x7a\xb2\x0f\x35\xc7\xdb\xdd\x78\xe7\x52\xbc\x08\xf0\xb5\xd3\xcb\xfc\xe5\x53\x71\x4f\xa3\xca\x9a\xa4\x88\x1d\xf2\x2d\xd4\x02\x5e\xa5\x6f\x3d\x66\xd7\x3b\x75\x3b\x34\x08\x1d\x76\xd6\xdd\x9f\x25\x0c\x78\x06\x75\x3f\xc4\x2f\x37\x48\x47\xb3\xd2\x02\x8d\xcf\xb0\x56\x9e\x13\xb4\x6d\xfe\xea\x8a\xe4\x0e\x9d\xaa\x37\xa4\x8f\x58\x2d\x44\x78\x43\x0b\xed\xb0\xde\x14\x41\x5c\x58\xaa\x55\xaf\x6a\x1d\xee\x7f\x8f\x95\xec\x49\xeb\xb3\x99\x4a\xe6\xe4\x90\xbd\x8c\x17\x69\x63\x4a\xad\xfb\x21\x5a\xca\x93\xcb\x4b\x38\xe5\x3f\x7f\xf8\x8f\x5f\xf2\x70\xd4\x0d\xdc\xc0\xf5\x93\xbf\xc0\x29\xfd\xf9\xc3\xb7\x33\x4c\x5a\x80\xd2\x23\x75\x46\x51\x5d\x44\x75\x1d\xad\x0f\x52\xbb\x6d\xf2\x1d\xe2\xd8\x0d\xcb\x2d\x90\x83\xd5\x48\x8e\x78\xa3\xd6\x53\xbb\xf6\x48\x99\xf1\x09\xc5\xc5\x09\x4c\x30\x80\x94\x18\xbf\xbf\xb0\xf8\xbf\x2c\x25\x4e\x47\x95\x38\x8c\xdf\x6e\xee\x2c\xec\xf8\xee\xda\x42\x67\x9b\x04\x04\xd2\x3b\x8b\xf4\x4c\xe3\x69\x06\xd9\xff\x0f\xde\x70\xfb\x8d\x2a\x79\x29\xd5\x15\xbc\x4d\x02\x27\xdd\xbc\x1d\x13\x0c\xd3\x4a\xe7\x4b\xbf\x17\x78\x9d\x1d\x91\x3f\x4d\xf1\x63\x15\x98\xf6\x4e\xd6\x72\x20\x64\x47\x46\x9e\x35\xf1\x52\xf2\xed\x9d\x36\x4d\xec\x01\x15\x82\x7c\x9a\x05\x59\xbd\x8d\xf5\x7d\xfc\xc0\xcc\xf2\xd3\xb2\x11\x75\x47\x4e\xde\x10\x27\x63\xd8\x60\xed\x8e\x17\x96\x89\xa5\xb2\x03\xc4\x93\xd1\x04\xed\xb0\xbd\x9f\x8a\x37\xd6\x0f\x89\x9b\x91\x8f\xa2\x7b\xca\x2c\xc3\x63\x4c\xe7\xa9\x47\x8a\x82\xd3\x39\x0e\x8e\x07\xc9\x48\xf8\x0f\xbf\x76\x18\xd4\x42\xc8\x2f\x92\x86\x78\xfc\xa1\x2a\x56\x28\xb7\xf6\xc4\xc9\x3f\x8a\xdf\xa0\x3a\xaf\xab\x33\x22\xf2\xf2\xc7\x1f\x9e\x3d\xbf\x7d\xf3\xec\xf5\x7f\xdd\x3e\x7f\xf1\xea\xe1\x62\x69\x6d\xf0\xc1\xa9\x7e\xf1\xce\x5b\x53\x9d\x4d\x17\xb5\x71\xd1\x64\xe7\xd6\xae\x6f\xf9\xab\xa4\xc9\xae\xff\xcc\xff\x7e\x18\xcf\x33\x8f\x43\xa7\xd3\x48\x54\x5c\xa9\x94\x11\xe8\x8b\xcb\xcb\x43\xc4\x8a\x14\x28\x0b\x66\x29\xf0\xfa\xc0\x58\xca\x80\xd7\x05\x45\xc8\x7d\xcb\xf4\x2a\x4e\x3e\x16\xdf\xa8\xf8\x0e\xae\xb6\xa6\x99\xbf\x93\x1b\x3b\x59\xc5\x9d\x74\xc7\x77\x43\xd3\x0f\x16\x39\x33\x79\xa4\x8a\x32\xcc\x60\x18\x97\x17\xc5\x9b\xd4\xa5\xdd\xe6\xef\xb3\xe4\xe5\x58\xa3\xfc\x66\x69\x95\x6b\x92\x71\xcd\x1b\xe0\x8f\x76\x8e\xdf\x7a\x4a\x34\x35\xdc\xc0\x37\x97\x97\xd7\x6f\x8b\xb2\x96\xe2\x1f\xfa\x09\x36\xcc\x17\xfc\xfc\xd5\x85\xdb\x8e\xf9\x8b\xa3\x22\x51\x88\x87\xd9\x58\x1f\x32\x1f\xdc\xdd\x5a\x71\x7f\x93\x77\xe4\x96\xf0\x6c\xb7\xb1\x0d\x67\xdd\x4e\xb9\x46\xa4\xc5\x74\x62\x77\xd6\x16\x7b\x3c\xda\x44\x2d\x9b\x9a\xb3\x86\x34\xc0\xe4\xb4\xf9\xd7\x60\xc5\x1e\x8a\x5f\x27\x29\xec\xf1\x96\xf3\xa8\x81\x72\xef\xd8\x50\xbd\xae\x8e\x37\xea\xf6\x5a\x3a\x79\x04\x24\xc2\x94\xbf\x24\x8d\xa5\xe0\xee\xe7\xef\x31\xe5\x1d\x7f\x91\x7b\x38\xdc\x71\xdb\x7f\x46\xe7\x4f\xb9\x57\xfe\x67\x4e\x6f\xbb\xd4\xa7\x96\xeb\x77\xeb\x05\x22\x25\x42\x36\x35\x54\x67\x84\x8e\xf4\xb1\xd9\x3f\x04\xb3\xe7\x2f\xc3\x63\x31\xa0\x8a\xef\xb3\x46\x3a\x39\x63\xa9\x30\x36\xba\x9f\x7e\x7d\xf9\xf5\xe5\x62\x32\x73\x3c\xfc\x54\x34\xc0\x1f\x6d\x68\xc3\x19\xe2\xf6\xc0\x8d\xc0\x74\x32\x6f\x71\xbb\xd4\xa6\xb9\xe5\x53\xc3\x0d\xd0\x5e\x93\x59\x0f\x27\x87\xfe\x9d\xc1\xf0\xe8\x40\x87\x12\x1f\x27\xd2\xf1\x86\x3c\xe6\x8e\x49\x1a\x2b\xc8\xc8\x9b\xa5\x79\x6a\x29\xba\x8a\x50\x6e\x32\x69\xf5\x1e\x46\x6e\xfb\x51\xf3\x72\x36\x96\x43\xe7\x93\xab\xeb\xc9\xd0\x43\xf1\x7f\xf3\x16\x63\xd1\x1a\xdb\x8b\x3a\xbf\xd9\xba\x2a\x2f\x35\x08\x3a\x04\x75\x87\xa0\x9a\xad\xe2\xcb\x4e\xbe\xeb\x9c\x5c\xa6\xc8\x77\x5e\x63\xc5\x60\xb6\xda\x59\xc3\x0f\x05\xd2\xd7\xda\x0c\x5a\x56\x5a\x9e\x26\xa9\xa6\xe1\x77\x23\xf2\x65\x51\xb2\x95\x4c\x61\x76\x21\x81\x66\x5b\x88\xec\xbb\x1f\x7f\x7a\xf9\xe6\xc5\xcb\x7f\xbf\x7d\xfd\xfd\xab\xff\x79\xf1\xdd\xf7\xb7\x3f\xbd\xfa\x5b\x51\xc7\xa7\x34\xf8\xd3\x7f\xbf\x7e\xf3\xea\xfb\x67\x3f\xdc\x3e\x7b\xfe\xfc\xd5\x2d\x1b\xd8\xad\xea\xf5\xc3\x5e\x63\xe9\xa3\x1b\x54\x59\xa2\x93\x36\x55\xfa\xf3\xe1\xe4\xe1\xe4\x7f\x03\x00\x00\xff\xff\x62\xe9\xee\xaa\xd9\x44\x00\x00") +func commandAssetsConnectShortNomad() (*asset, error) { + bytes, err := commandAssetsConnectShortNomadBytes() + if err != nil { + return nil, err + } -func command_assets_connect_nomad() ([]byte, error) { - return bindata_read( - _command_assets_connect_nomad, + info := bindataFileInfo{name: "command/assets/connect-short.nomad", size: 997, mode: os.FileMode(420), modTime: time.Unix(1598033262, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _commandAssetsConnectNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7b\x6d\x8f\x1c\xb7\x91\xff\xfb\xfd\x14\x85\xde\x00\x49\xfe\xd8\x9d\x7d\xb0\x95\xd8\xc2\x7f\x0f\x90\x2d\xe7\x4e\x77\xb1\x7c\x90\xe4\xcb\x8b\xc0\x58\x71\xba\x6b\x66\xa8\xed\x26\xdb\x24\x7b\x46\x6b\x63\xbf\xfb\xa1\x8a\x45\x36\xbb\x67\x66\x2d\xc9\x87\x28\x01\x24\x79\x48\x16\x8b\xf5\xf8\xab\x22\xfb\x14\xde\x6c\xd0\x21\xd4\xca\x80\x35\xed\x3d\x2c\x11\x14\x78\x6d\xd6\x2d\xc2\x3b\xbb\x84\x06\x57\xda\xe8\xa0\xad\x81\x1e\x1d\xac\x74\x8b\x0b\x78\xb3\xd1\x9e\x47\xb5\x07\xa3\x3a\x6c\x4e\x4e\xa1\xaa\xed\x60\x42\xa3\xfc\xa6\x02\x6f\x41\x07\xd8\xe9\xb6\x85\xda\xa1\x0a\x44\x93\xa6\xef\x74\xd8\x40\xd8\x20\xbc\x78\x0e\xca\x34\xf0\x52\x75\x58\x2e\x5c\x9c\x9c\x30\x43\x50\xbd\xb3\xcb\x0a\x7c\x50\xe6\x17\x45\x9b\xd0\x9a\x60\xfb\xf3\xce\xfa\x00\xb5\x35\x2b\xbd\x1e\x9c\x62\xae\x6c\xcf\x7f\x69\xc3\x93\xde\xd9\xe5\xc9\x29\xf8\x1e\x6b\xbd\xd2\x35\xcf\x58\xc0\xb3\xc4\xab\x82\x06\xeb\x56\xd1\xca\x2d\x4e\x67\x81\x5d\x41\x50\xfe\x8e\xf6\x52\x01\x5e\xda\x4e\xd1\xa9\xfc\xc6\x0e\x6d\x03\x6e\x30\x0b\xf8\x4f\xbb\xf4\xb0\x51\x5b\x3a\xcd\xba\xb5\x4b\xd5\xb6\xf7\x30\x18\xfd\xf3\x80\x2c\x85\x33\xb0\x06\xc1\x3a\xe8\x94\xb9\x67\x62\xb0\x76\x76\xe8\xfd\x19\xec\x36\xba\xde\x9c\x9c\x82\x72\x48\x6c\x76\x1e\xdb\x2d\x7a\xa8\x6d\xdb\x62\x4d\xdb\x7b\xda\x7f\xbe\xdc\x2f\x4e\x4e\x4f\x4e\xe1\x6f\xf4\x9b\x75\x08\xda\xac\xac\xeb\x22\xbb\x24\x3e\x7c\xaf\xba\xbe\x45\x0f\x36\x1e\xbe\x94\xda\x19\xf4\x2d\x2a\x8f\xe0\x11\x4f\x4e\x79\xd8\x9a\x56\x1b\x84\xc6\xd6\x43\x87\x26\x08\x9d\xf0\x94\x37\xa1\xff\x6d\x42\xe8\xfd\xd3\x8b\x8b\xdd\x6e\xb7\x30\x24\x80\xde\xd9\x77\x58\x87\x85\xb6\x17\x8d\xad\xfd\xc5\x3b\xbb\x3c\x9f\x48\x8d\x7e\x59\x6c\x42\xd7\x9e\x9c\x9e\x90\x8c\x4b\x23\xf8\xf5\x04\x40\xb4\xe9\x70\xad\xad\xa9\xa0\x57\x4e\x75\x18\xd0\x25\xd9\x63\x54\x6d\x1c\x27\x1d\xb2\xa0\x20\x58\xc0\xf7\x58\x0f\x01\x93\x52\x17\xf0\x62\xc5\xf4\x6c\xa7\x43\xc0\xe6\x0c\x02\xd9\xa0\x36\x1b\x74\x3a\x44\x2a\x0d\xae\xd4\xd0\x86\x44\x8d\x54\x42\x52\xad\xa2\xae\xaa\x05\xaf\x97\xc1\x9b\xfc\x33\xfd\x3a\x72\xda\xa8\xa0\x6a\x34\x01\x9d\x3f\xce\x6e\xab\x7d\x20\xca\xc5\x64\x61\x3c\x9a\x0b\x93\x5b\x22\x19\xaa\xd7\x0d\x3a\x6c\x60\xb7\x41\x03\x7d\xab\x6a\x6d\xd6\x91\x75\x52\xb0\x78\x52\x37\xf8\x40\xf3\x7b\x67\xb7\xba\xc1\x86\x38\x2d\x69\xdf\xc0\x3f\xab\xa6\xbe\xaa\x7e\x3a\x19\x19\x0d\xf7\x3d\x96\x1c\xd6\xd6\x04\x67\x5b\x71\x95\xfb\x9e\x8f\xfe\xce\x2e\xc5\xf6\x40\x77\xbd\xaa\x45\x50\xbe\xde\x60\x33\xb4\xe8\xfe\xe8\x99\x60\x83\xb5\xf6\xec\x03\x91\x47\x24\xf3\x10\xde\xa6\xce\xa6\xbd\xf8\x9b\x6a\xd9\x02\x45\xe4\x1e\x82\x65\x4a\x95\x47\xb7\xd5\x35\x56\x0b\xb6\x5a\x05\xab\xa1\x6d\xb3\xbc\xc8\x42\x88\x35\xcf\x6b\xc3\x06\xb5\x83\x46\xaf\x56\xe8\xd0\xd4\xe8\x27\x26\x4b\xd4\x8e\x19\xed\x22\xeb\xec\x90\x6b\x94\x64\x1e\xb7\xfb\x44\xe5\x43\x6d\x9f\xac\xe0\x22\x0b\xcf\x47\xc3\x8f\x44\x58\xe2\x37\xe3\xf9\x0b\x4d\x91\x15\x04\xa7\xb4\x09\x39\xa2\x71\x50\x25\x31\x34\x8d\x16\x69\x8e\xb3\x3c\xac\xac\x9b\xda\x0a\xe9\x91\x09\x6a\x93\xd7\x90\x93\x50\xa0\x70\xe8\xed\xe0\x6a\x8e\x1c\x8d\xd3\xdb\x68\x0b\x89\x96\x68\x51\xf6\xed\x14\x07\x78\xd6\x71\xb4\x52\x15\xc6\xc8\x71\x06\x15\xc7\xab\xea\x8c\x68\x55\x64\xa0\x15\xb4\xb8\xc5\xf6\x8c\x15\xe6\x87\xbe\xb7\x2e\x78\xd8\x2a\xa7\xd5\xb2\x25\xa9\x07\x74\xbd\x6d\x3f\x40\x2b\x87\x03\xd6\xbe\x6c\x3e\xd8\x08\x3e\x49\x83\xb3\xe8\x35\x6e\x5f\xea\xf2\xb4\x10\xa0\x44\x31\x00\x15\x82\xd3\x4b\x8a\x48\x37\x50\xfd\xe1\x57\xfa\xcf\xc5\x1d\x3a\x83\xed\x82\x02\xcd\x43\x25\xf3\xb6\xaa\x1d\x90\xf9\xb9\x81\xaa\xd5\x66\x78\x1f\x47\x1e\x0a\x8b\x18\xfa\x46\x05\xcc\xd6\x30\x0d\x2e\x71\x10\x68\xff\x80\xeb\xfb\x94\x97\x24\x95\x2c\x98\x42\x9c\xc3\x04\xf3\x3c\xed\x61\xf0\xd8\x90\x59\x48\x2c\x20\xdb\x31\x6b\x0f\xad\xbe\x43\x70\xb6\x6d\xc9\x9e\x86\x7e\xed\x54\x43\xce\x56\x2b\xa3\x9c\xa6\x7f\x29\x23\x21\xab\x1d\xf0\x62\xed\x10\x0d\x34\xd8\xb7\xf6\x9e\x84\xed\x29\xf4\x8e\x61\xd7\xd8\x3d\x0e\xb5\x07\x24\x45\xd7\xd8\x30\x7b\x31\x12\xcc\x0e\x39\x31\xbd\x64\x76\x14\x10\xac\x2b\xce\xb7\x80\x7f\xa4\x40\x99\x67\x31\x39\x8e\x64\x3a\x80\xea\xfb\x96\x25\x65\x41\xb5\xad\x08\x85\x71\xc5\x08\x00\xf6\x88\x2c\xad\xc0\x0e\xda\x2f\x1d\x96\x97\x26\xf3\xe6\xa8\xc8\x8c\x7a\xce\xd1\x1d\xba\x35\x45\xed\x84\x57\x78\xf2\x1f\x29\x68\xdf\x91\x10\x7b\x87\x35\x36\x14\xb4\x3e\xc5\xe8\xa7\x92\xf9\x97\x1a\x7c\xdc\xba\x34\x76\x51\x26\x99\x79\xb6\xcf\x4e\xbd\xbf\xa5\xcc\xd2\xb6\xd8\x1e\xcf\x82\x9d\x7a\xaf\xbb\xa1\x03\x33\x74\x4b\x74\x64\xa7\x91\x96\x24\x03\xa2\xd6\xa3\x23\x59\x50\xd8\x4a\xf4\x16\xf0\xc2\xc4\xa0\x56\x2b\x8f\x92\xc6\x0b\xc2\xd9\xbc\x32\x0a\x25\xeb\x10\x7a\x2a\x80\x82\xa0\x3b\x16\x3b\x40\xc9\x27\xdc\xc0\xd5\xc9\xe4\x10\xda\xdc\x6e\x50\xb5\x61\x73\x7f\x4b\x4b\x1e\x39\x88\x36\x7c\x10\x9a\xc5\x3f\xa8\xb6\xb5\x51\x60\x42\x30\x25\x68\xb1\x31\x21\x4b\x0a\x0c\x08\x4b\x5c\xb1\xda\x03\x39\x42\xa7\xdc\x1d\x19\x9d\xcf\x93\xc8\x04\x06\xb3\x6c\x6d\x7d\xe7\x85\xdc\x6a\x70\x61\x83\xae\xd8\xc7\xc3\xca\xd9\x0e\x96\x18\x5d\x94\x04\xd0\xc8\x19\x67\xc7\xa0\xb0\x72\x75\xe9\xab\xc9\x59\xd3\x84\x06\x55\x43\x86\x73\xfc\xac\x69\x46\x81\xb5\xd8\xc3\x58\xba\x99\x9d\x7c\xe0\x03\xc7\x59\x11\xd1\xbc\xb4\x5c\xa4\xd3\xf9\xd4\x10\x2c\x39\x40\xcd\x08\x39\x38\x65\x3c\xa7\xac\x18\x9d\x06\x23\xb4\x16\xf0\x26\x0f\x71\xaa\x2b\xc6\xb8\x78\x48\xe2\x52\xba\x15\xe6\x53\x50\x62\xa9\xf6\x36\xa0\x09\x9a\x37\xa1\xf0\x06\x4b\x55\xdf\x65\x3f\xd7\x2b\xa8\x88\x91\x5b\x87\x5b\x74\xa1\x1a\xd9\xf3\x18\x68\xaf\xe0\x06\xb1\xa3\xb9\xf8\x48\xc6\x5f\x74\x53\x11\xf7\xce\xae\x1d\x7a\xff\x49\x32\x56\xe6\x23\x44\x1c\x43\x7c\x26\xb2\xc4\xb5\x36\x3e\x02\x48\xa2\xbe\xd2\xce\x87\x7d\x72\x84\x19\x66\x32\x22\x1f\xe3\xea\xab\x61\x71\x69\x4f\x58\x01\x03\x93\x22\x99\x80\x32\xfb\xa6\xae\x3c\x9d\x8b\xe1\xda\x8c\xdc\xa8\xc7\x18\x7e\xa7\x6e\xc0\x59\xc2\xd8\x7d\x82\xb3\x65\x47\xfd\x87\x06\x92\x90\xf3\xe9\xcf\x0a\xf3\x9c\x9e\x6c\x14\x1b\x99\x47\xf2\x96\x3d\x2d\x45\x77\x99\xe9\x72\x62\x16\x87\xb4\xa8\x57\xd9\x8c\xa4\x00\xa4\x25\xe7\x71\x89\x9c\x42\x08\xb6\xca\x07\x3a\xc8\x52\xea\x65\x5b\xe6\x4e\xe6\x6d\x70\x58\x94\xa0\x23\xdf\xb2\x48\xaf\x38\x93\x1d\x72\x43\x5f\x6a\x83\xaa\x9c\x82\xf2\x8e\xaa\x76\x21\x96\x0c\x87\x09\x14\x87\x83\x1b\x58\xa9\xd6\xe3\xe4\xf0\x9c\xf6\xef\x8f\x59\xaf\x0a\x50\x6f\x94\x59\x63\x56\x16\x83\x76\xfa\x7d\x17\x2b\x61\xf4\x43\x9b\xec\x4f\xd3\x61\x7d\x70\x43\xcd\x05\x75\x8a\xff\x22\x33\x29\xfd\x39\xb7\xca\x16\x4d\x91\x2d\x12\xfe\x10\x5a\x94\x6b\xed\x40\xb2\xb4\x7d\x4f\xe1\x80\xc0\x6d\xef\x70\xab\xed\xe0\x4b\xa1\x2c\xe0\x07\x53\x0b\xb2\xef\xd1\xa9\x40\xc0\x97\x0e\xd2\x31\xa6\x1e\x05\x99\x36\xe0\x8c\x2e\x32\x62\x83\xba\xe7\x76\x47\x2c\xb8\x3a\x1b\xb8\x3c\x23\x37\x4d\x61\x1a\x54\x01\x97\x04\x69\x71\xed\xb9\x92\x6a\xb5\x53\x9a\x23\xd6\x44\x55\x94\x9b\x08\x11\x71\xcd\x39\x49\xa1\x51\x31\xa7\x42\xe5\x6f\x31\xfa\x9f\x51\x1c\x0a\x44\x25\xab\x04\x7f\x1e\x54\x9b\xe4\xce\x95\x74\xda\x72\x44\x48\xbc\xe7\x2e\x09\xed\x18\x62\xfb\x47\x8a\x16\x62\x75\x92\x52\xce\x52\x45\x46\x61\x40\x48\x1b\xdc\x09\xb1\x2d\x3a\x2f\x45\x5e\x24\x26\x81\x63\xe8\xa9\x2e\x64\x51\x69\xc1\x30\xb6\x6d\xca\xe9\xac\xb3\xe4\x83\xf1\x34\x70\x03\x97\x27\x00\x0f\x19\xf5\x76\x7a\xed\x22\x6c\x3c\x00\x7a\x13\xbe\xca\x98\x92\xc2\x59\x5c\x41\x12\xb2\xab\x15\xd8\x58\xff\x37\x4e\x64\x6f\x6c\x83\x33\x6c\xaa\x72\x0b\x40\x96\x5a\x33\x41\xa9\x11\x3c\x36\xbf\x81\xd9\x12\x4c\x13\x86\x3f\x0b\x4e\x93\xbd\x4b\xa0\x96\xe4\x97\x90\xda\xeb\x89\x00\x47\xb7\x2a\x8a\x05\xf1\xe7\x68\xeb\xb2\x3e\x63\x6f\xaf\xba\x64\xd7\x8c\xa8\x62\xa1\x28\x74\x52\x72\x6a\x29\x18\x87\x8d\x32\xd2\x81\x0b\x5c\xa9\x92\x61\xa6\x7c\x23\x46\x99\x0c\xf2\x4f\x71\xf4\x7c\x82\xcd\xfe\x1c\x5b\x81\x4c\x6f\x15\xc0\x0d\x86\x35\xd8\x0c\x8e\xfe\xca\xba\xf2\x8f\xa3\xba\xe9\x81\x3b\xa4\x38\xa5\x7d\x57\x64\xd9\xc2\x1b\xa3\xbb\x47\x53\x96\xd0\x90\x8b\x13\x46\xa6\x09\x3b\xc4\x82\x2d\xc6\x88\xaa\xde\x60\x7d\xe7\xab\x5c\xfe\xde\x72\x86\xf2\x55\x09\x13\x6e\x79\x12\xe5\x15\x99\x7d\x84\xbf\xe3\xa0\xf2\x51\x38\x99\x1c\xfb\xc3\x41\xe5\x6f\xc0\xc9\x04\x61\x45\xfd\xa2\xe7\x02\x74\x37\x30\x78\x0e\x66\xd0\xaa\x25\xb6\xe0\x87\xd5\x4a\xbf\x8f\x55\x63\xf5\xc5\xa5\x88\xe3\xea\x49\x57\x7d\x18\x22\x7d\xfd\xdb\x80\xf3\x83\x70\x50\x4a\x87\x8f\x01\xce\x8f\x80\x9a\x9b\x8c\xff\x3e\xf4\xec\xd7\x9d\x1c\x7d\x53\x1d\xc7\x89\x4f\xba\x6a\x12\xe6\xa4\x85\xb2\xd7\xe9\x01\x8f\x9c\x8b\xa6\x6d\x66\xc9\x94\xdc\x2b\x3c\xe7\x73\x61\x03\x0c\x9d\x4e\xb3\x93\xc6\x5e\x34\xd4\xad\xe6\xae\xdc\xb3\xd4\x5b\x96\xa2\x57\x89\x0b\x26\x17\x93\xb2\x57\xa2\x98\x78\xf9\x69\x5a\xfe\x09\xe5\xea\xe4\x40\xff\xd2\x28\x18\x5b\x02\x45\x0c\x8c\x27\xad\x54\xaf\xab\x69\xc5\xca\x51\xe7\x38\x22\x2f\xa2\xe3\x24\x99\x4e\xb4\x90\x3d\x2f\x07\xa8\xc1\x34\xe8\x62\x85\x2a\xdd\x09\xf6\x9d\xd8\xe2\x49\x76\x6b\xac\x39\x37\xb8\x8e\x57\x0a\x65\x4f\x34\x05\x57\x0b\x57\x92\x18\x39\x34\xce\xeb\x54\x87\x3e\x28\x37\xf6\x06\x53\xc3\x95\x8d\x26\xe5\xc5\x25\x6e\xd4\x56\x5b\xc7\x4a\x21\xf6\x33\xb0\xe4\xb6\x38\x03\x51\x0a\xad\x83\xc9\x96\x5d\xa6\x43\xd9\x03\x7a\xdb\xea\x7a\x6c\x15\x2d\x95\x1f\x2d\x25\x35\x67\x67\x60\xe5\x83\xcd\x64\x76\x8e\x99\xa1\x7c\x80\xa9\x8c\x9b\x7e\xa2\xb9\x08\x07\xc9\x60\x12\xbd\x74\xf8\x68\x30\x49\xee\xa3\x49\xa8\x10\xb0\xeb\xb9\x87\x4d\x9a\xcf\xc2\x28\x9a\x4a\x63\xb8\xe0\x8e\xe7\x56\xb5\x0b\x21\x96\x17\xdf\xc0\xb5\xfc\x94\xa6\x70\x15\x99\x4b\x8f\xf1\x86\x01\x5b\x75\x14\x7e\x23\x25\x45\x95\xda\xbb\x3b\xa5\x43\xca\x04\x72\x8a\x14\xd0\x39\x32\x46\x53\x88\x01\x52\x07\xd8\xcc\x8a\x21\x00\xde\x8b\xe3\xf3\x13\x3f\xe7\xa3\xb3\xcd\xe1\x0b\x84\x1d\xb9\xc4\x46\xf5\x3d\xa6\xb2\x53\x36\x22\xfa\xc2\x06\x36\x99\x58\x95\x44\x50\x71\xae\x9b\x34\xe3\xb2\xb4\xf2\xb1\x69\xd7\xc8\x96\x78\x26\xbe\x0f\x99\x54\xd2\xd4\x60\x82\x54\xfc\x34\x5c\x52\xa1\xe3\x25\x22\x16\x3d\x18\x3b\x1a\x77\x72\xed\x4c\x8e\x3b\x00\x99\x39\xe2\x7e\x49\x40\x79\xc3\x57\x93\xfb\x3c\xca\x3a\x26\x7e\x23\x5b\xf1\x6f\x0f\x13\x7f\xc5\x7e\x83\x1d\x3a\xd5\xde\x36\xda\xdf\x8d\x97\x94\x26\xd6\x41\x5e\xc2\x35\x65\x9f\xa0\x5b\xfd\x0b\x05\x05\xc8\x8b\x80\x16\xe5\xea\xc9\x07\x54\x0d\xdb\x20\x6c\x94\x6b\x78\x10\x1c\xfe\x3c\x68\x27\x77\x30\xdf\x72\xd8\xf6\x92\xa6\x42\xd1\xcb\x9f\x04\x2d\x92\x43\xb4\xa3\xfb\x3d\x22\x3e\xe1\x8c\x74\x53\x90\x49\x14\xf1\x70\x01\xcf\x72\xbf\x25\xe6\x27\x6d\x8a\xc8\x17\xb3\x8b\xdf\xc8\xfd\x65\xcc\x4b\xd3\x43\x7d\x6a\xdc\x38\x2c\xcf\x14\x3e\x72\xcb\xe6\x37\xaf\x72\x7e\x77\xf8\x98\x32\x32\x8f\x22\xd3\xd1\x22\x98\x70\xa9\xe5\x83\xae\xef\x38\xb0\x06\x37\x60\xba\xde\x2a\xcb\xb6\xb2\x08\x9b\xdc\xc1\x65\x42\x2c\xe2\xde\xe1\x8a\x72\x8e\x8d\x79\xbc\xb8\x11\x68\x4a\xe4\x53\x64\x77\x2e\x84\xa4\xab\x5d\x10\x4a\xe5\x02\xc7\x14\x15\xd4\x88\xfb\x06\x8f\xab\xa1\x8d\x00\xbe\x40\x22\x81\xb4\x45\x33\x33\x9d\x12\xa1\xf4\x54\xec\xf9\x00\xaa\x76\xd6\x97\xe5\x78\x2a\xfa\x17\x79\x99\xc8\xe2\x86\x45\x91\x7e\xcd\xa3\xaf\xa5\xe8\xcd\xfc\xc5\x46\x9c\xf4\x15\xb2\xad\x16\x1b\x34\xda\x61\x1d\xac\xe3\xab\x10\x35\xdf\xe6\xe0\xc4\x60\xcb\x8a\x67\x64\x2d\x6d\x7a\x84\x37\xf6\x6f\xaf\x7f\x79\xa4\xb7\x47\xa3\xc4\xe3\xf7\xdf\x10\x37\xec\x10\xcd\x21\xef\x8e\x48\x22\xec\x28\xe0\x14\xfe\x24\xf5\x52\xe2\x88\xa9\xdd\xc0\x17\x97\x97\x07\x02\x8d\x5a\xf1\xcb\x8b\xfb\x1c\x62\xd0\xa8\x25\x7b\x8e\x74\x3d\x7c\xbc\x27\xef\xb9\x63\x96\xef\x6d\xc5\x84\xf8\x46\x35\x41\x9a\x94\xe7\xa3\xa9\xa4\x9b\x2c\xcf\x8f\x0d\x30\x28\xb6\x8f\x4f\x74\xdf\x39\x97\x9f\xc1\x71\x13\x0b\x73\x97\xa5\xda\x21\x8e\x64\xb0\x18\x2f\x11\xd2\x4d\xde\x0c\x24\xca\x7b\x01\x35\x13\x53\x29\xa5\x4c\x66\x76\x1d\x48\x2b\x16\xe3\x95\xfd\x43\x35\x3b\xd7\xa9\x80\xc6\x79\xa3\xd8\x6b\xc7\x15\x79\x22\xc6\xb3\xc6\x2b\x12\x91\xb6\xbc\x46\x19\x89\x95\xa1\x62\x54\xbc\x4e\xf7\x4b\xfe\x7c\x87\x3e\x5c\x55\xc5\x23\x82\x45\x5e\x1d\x19\xb9\x29\xa6\xed\xf1\xba\x43\xbd\xde\xe4\xc6\x41\xba\x55\xd4\xa6\x21\x89\x93\xab\xb6\x11\xed\x8e\x96\x56\x2e\x2e\x5b\x4f\x94\x74\xbb\xd8\xdd\xe5\x07\x46\x98\x55\xb2\x80\x17\xa1\x7c\x3e\x00\x4f\x2e\x29\x61\x73\x22\xc3\x30\xb2\x2b\xbc\xdc\xc0\x95\x38\x09\x5f\xa5\x96\x7e\xe2\x7b\x87\xaa\xc9\x5e\x12\xfb\x63\x53\x27\xd1\xa6\x76\x0c\x46\xb9\x81\x1e\xa1\x33\x04\xdb\xa2\x53\xa6\xc6\xd8\x5a\x12\x84\xaa\x5d\x6c\x13\xa5\x42\x7a\x79\x9f\x12\x6b\xac\x13\x67\xb6\xc1\x31\xb2\x28\xbc\x93\xd9\xe7\xba\x2e\x72\x07\x76\x9b\x75\xf0\xd1\x2e\x36\x3d\xe0\x67\x70\xb0\xc8\xc0\xbe\x7b\xc9\xd9\x3e\x93\x73\x8d\xe1\x32\x28\xb7\xc6\xe0\xe7\x06\x1b\x6b\xef\xec\x65\x3d\x3a\x22\xa0\xd6\xb1\x0a\xdf\x57\x1a\x65\x44\x54\xf5\x46\xe8\x1d\x70\xcc\x99\x30\xe3\x3c\xf6\x24\x54\xec\x70\xbf\x16\x82\x96\xfd\xe0\x06\xfe\x72\x99\x7f\x7e\x38\xb4\x58\xbc\xf5\xf0\xe2\x2f\x0f\x2c\x9e\x26\x0a\x83\x61\x67\xdd\x08\x45\x57\xfc\xf2\x26\xc2\x8e\xd8\x83\xa7\x52\x52\x66\xb1\x26\x7c\x4f\xd8\x22\x66\xaf\x94\x23\xee\xe3\x35\x04\xe7\xaa\x02\x1e\x17\xf9\x2a\x51\x18\xb1\x8f\x14\x11\xf2\x40\xef\xdb\x97\x2f\xa0\x6f\x87\xb5\x36\xe5\x4b\x84\x58\xcc\x0a\x9a\x9f\xb1\x50\x80\x06\x31\xe3\xa9\xfd\xd2\x49\x46\xaa\x3e\xdb\x73\x99\xb4\x4b\x9b\x5e\xeb\xb0\x19\x96\x8b\xda\x76\x17\x54\xce\x28\x6d\xd0\xc9\xa6\xda\xac\x2f\x84\xcc\x8c\x44\x02\xfc\x4b\xa7\x9b\x35\xce\xca\x24\x79\xcf\x03\x3b\x4c\xe6\x14\x1b\x9f\x19\x18\x6b\x0f\xaa\xae\xd1\x7b\xbd\x6c\x31\x3e\xa1\xdc\xea\x11\xa5\x7c\x6b\x8d\x1f\x5a\xfa\xcb\x60\x1d\xce\xc0\x5b\x26\x65\x39\xd0\x09\xc5\xf8\xa8\x46\x1b\xbe\xe2\x11\x76\x47\xc9\xd0\x28\x54\x74\xc2\xaa\x90\x3c\x90\x74\x6f\xa0\xfa\xea\xf2\xab\xcb\x2a\xff\xfa\x30\xaf\x35\x8d\x7f\x34\x2e\x52\x54\x72\xba\x89\xa2\x7f\xfe\xf2\xf5\xf4\xb5\xd7\x58\x48\xc5\x57\x76\xd8\x90\x95\x70\xc7\x92\x9f\x61\xe6\x8e\x52\x9c\xd5\x18\x3f\x61\x90\x44\x97\x5e\xaf\x5d\x2d\xf8\xff\xd5\x4f\x50\xf0\x0a\x85\x49\xc7\x48\x2e\x8f\xa7\xe6\x80\x67\x2a\xc4\xb8\x63\x52\x4c\xda\x91\x03\xcc\x8d\x74\x82\xce\x55\xaf\x67\x8a\x64\x31\xa6\x72\x5e\xd6\x4e\xdf\x97\xf2\x8c\x72\xb8\xd5\x3e\x50\x0d\x1c\x9f\x36\x8d\xa4\xbe\x33\x5b\x7b\x0f\xbd\xb3\xef\xe3\x35\xf5\xac\x09\xe9\x2c\x27\x06\x47\x99\xae\x8e\xb7\x39\x2a\x30\xf5\x42\xa0\x3e\x49\x7d\xdf\x27\xe0\x45\x2c\xcb\x8a\x34\x04\x4b\x6d\x1a\xd6\x18\xc5\xac\x96\xc4\x9f\x69\x59\xc1\x0a\xb4\xc1\xd9\x58\x75\x18\xc4\xc6\xf3\x85\xec\xf8\xc6\x2c\xed\x35\xd1\x72\x3a\x1b\x1f\xff\x06\xaa\xaf\x2f\x2f\xaf\xe6\xbd\x02\xee\x74\x1f\x78\xaf\x94\xee\x80\x21\xf6\xc4\x95\xf7\xb6\xd6\x5c\xab\xe4\x97\x33\x22\xcc\x52\x82\x3a\x47\xea\xb1\xaf\xd2\x0d\x6d\xd0\x04\x75\x62\x0f\x61\x8c\xde\x79\x20\x76\xdb\xd3\xbd\x43\x11\x38\x22\x7d\x78\x69\x53\x3a\x96\x99\x6e\x30\xa5\xa0\x59\x2a\x09\xc3\x64\x4b\x8e\xaf\xdc\x32\xb5\x95\xc6\x76\xac\x17\xf2\xcf\xf1\x78\xa5\x71\xb3\xb9\x41\x7c\xe5\xa5\x5a\xbd\xc5\xaa\x74\xcd\xfb\x3e\x0f\x86\xba\x9f\x0c\x11\x17\x69\x1d\x19\xe9\x38\x54\xf6\x8d\xb8\x9f\x5e\xac\xd2\x1d\xda\x21\xf0\xaa\x6b\x7f\xc0\xdf\xeb\xe8\x1a\x99\xc5\xa2\x9a\x69\xb0\x56\xee\x76\xee\x5a\x45\x97\x31\x64\x93\x96\xc9\xa0\x9a\x4e\x7b\x3f\x46\x00\x88\x4f\xe2\x82\xb3\x6d\x8b\x2e\x3e\xed\x94\x44\x99\xeb\x5b\x56\xb8\x82\xd9\x7e\x67\xd2\x0d\x19\x9f\x73\x24\x07\x20\xc8\x01\xca\xc8\xce\xa2\x1c\xb9\xfa\x2c\xdf\x83\x3d\x13\xfa\xc9\x76\xa5\xcd\x5d\xd0\x92\x56\x47\xbc\xab\x54\xd0\xdc\x1b\xd5\xe9\x3a\xda\x73\x6a\x8a\x3b\x5c\x93\x33\xd3\x2c\x32\x20\x87\x1d\x59\x8b\x30\xe9\x0b\x62\x31\x67\xb1\x2c\x83\x15\xe6\xb2\x2d\xb3\xd2\xdf\xca\xf8\x39\x07\x80\xf3\xff\x2f\x44\xfe\xed\xed\x62\x24\x53\x10\xfc\xe6\x3e\xa1\xdc\xb3\x4c\x4e\x78\x1a\x0c\xa5\x0a\x8e\xfa\x96\x62\x85\x56\x2d\x0c\xbd\x0f\x0e\x55\x07\xcf\x6d\x7d\x87\x0e\x74\xa7\xd6\x38\x52\x9e\x89\x17\x7e\x7d\x90\xa1\x03\xd1\x34\xbe\xdf\x4c\xfa\x4e\x38\xc0\xb0\x0f\x6c\x75\x33\xd0\x6e\x46\xf3\x3d\x30\x49\xf6\x0c\xfc\x50\x6f\x40\x91\x57\xc7\xcd\x4f\x46\xcd\x73\x26\x3d\x83\x1d\x2e\xcb\xb0\xc4\xef\x44\x97\x2a\xd4\x1b\x8a\x86\x9c\x04\xcd\xfa\x53\x51\x6e\xc9\xee\x67\x68\x1e\x73\x13\x6c\x86\x70\xd9\x0e\xab\x1d\x2e\xab\x59\xf3\xb8\x8a\x0f\x6d\x8f\xb7\x09\x78\xa5\xbc\xc6\x9d\x5d\xf4\x08\x34\xca\xf4\x52\xcb\x99\x19\x90\x5f\x65\xe5\x0d\x54\x0d\x6b\x62\x2f\x1e\xb3\xf7\x1e\x79\x40\x3a\x3e\x02\x1e\x83\x7c\x7e\x05\xee\xa1\x57\xde\x17\xed\xdb\xd8\x34\x69\xef\xd3\xb3\x83\xc4\xb4\x85\x69\x57\x35\xbd\x4a\x0a\x4a\xb7\x8c\x9f\x27\xf4\x33\xa6\xe2\x7b\xd4\x24\x59\xee\x4f\x50\x9c\x88\x44\x19\xfd\x14\x6f\xb3\xf3\xb4\x38\x3c\xb2\xb4\x87\x01\xe7\x16\xb4\x18\xc3\xde\x4a\xaf\x8b\xa8\xc7\xee\x42\x72\xdb\x28\xbf\xd1\xb5\x75\x3d\xab\xff\x82\x51\x01\x3a\xc2\x05\x4f\xb7\x57\x55\x76\x9a\xa9\x58\x95\x0b\x7a\xa5\xea\xf0\x58\x53\xb7\xb1\x3b\xd3\x5a\xd5\xf0\xe3\x29\x99\x1f\x6f\x5b\x47\xd0\x97\xc2\x4b\x7c\x97\xdd\x3b\x6d\x47\x81\xc6\x36\x2e\x96\xcf\xff\xe5\xd9\x3f\x39\x5e\x6d\xcd\x16\x0d\xe1\xaa\xb1\x67\x95\x2f\xba\x49\x12\x69\x7b\x22\x33\x7d\x9a\xbf\xd2\x6d\xec\xe8\x50\xa5\xc4\xe9\x3f\x42\x70\xb1\xaf\xb1\xab\xc7\x1b\xbf\xe0\x8b\xe5\xde\x0a\x6e\x25\xee\xa4\x7d\x1c\x0e\x4a\x62\x2f\x3f\x17\xda\x12\x81\xe4\x29\x69\xb1\xdf\x4f\xa4\x1f\xd1\x57\x9a\x71\xb0\x17\x12\x3e\x28\x28\x1c\x2b\x14\x3e\xa6\xbb\x24\x8c\x8c\xc1\xa1\x24\x9a\x4d\x60\x82\x7c\xa3\xe2\x6f\x22\x6c\x7f\x7a\x71\xb1\xb2\x96\x8b\x92\x4c\x2b\x28\xb7\x58\xff\x52\xa6\xf8\xf8\x59\xc5\x14\x41\x83\x40\x99\xa1\x23\x5a\x5d\xf3\xe4\x69\xfd\xa5\x52\x5f\x3d\xf9\x42\x35\xd7\xd7\x57\x4f\xbe\xbc\xfe\x0b\x2e\xff\xda\xfc\xf5\x52\x5d\x5f\x7d\x7d\x7d\x8d\x7f\xfd\xfa\xcb\x92\xe2\x43\x09\x13\xa6\x86\xde\xda\xb5\x3f\x60\xe4\x24\xce\xf2\xb2\x99\x94\xb1\xb1\xbb\xf8\x41\x52\x6b\xd7\x62\x63\x65\xaf\xb9\x7c\x08\xcc\xdd\x4c\xbe\x53\xb0\x1e\x69\xbe\x97\x05\x64\x85\x14\x38\xcc\x02\xfe\x6e\xd7\x6b\xb2\x5d\x7e\x33\x4e\xe8\x9e\x90\xd8\x68\x4b\x29\x53\x2e\x07\xf9\x2e\x61\xc2\xa9\x94\x30\xe4\x07\x84\x0d\xdd\xf9\xda\x51\x62\x6a\xf2\x83\x77\x5b\x86\x11\xfe\x52\xc7\xae\xc1\xd9\x30\xda\x99\x0f\xd6\x51\x88\x38\x08\x81\x3f\xc5\x4e\x4b\x06\x3f\x9b\x8d\x12\x13\x87\xed\x93\xb5\x50\xda\x54\xa7\xde\xdf\x46\xad\x00\xa3\xd0\xab\xcb\x03\x83\xb7\xd2\x98\xbe\x7a\x72\xb4\xb4\xcc\x97\x49\xc5\x53\x07\x5f\x3b\xbd\xcc\x9f\x74\x15\x17\x50\xaa\xac\x49\x8a\xd8\x21\x1f\x79\x2d\xe0\x55\xfa\x88\x65\x76\x6f\x55\xb7\x43\x83\xd0\x61\x67\xdd\xfd\x59\xc2\x80\x67\x50\xf7\x43\xfc\x24\x85\x74\x34\x2b\x2d\xd0\xf8\x0c\x6b\xe5\x9d\x44\xdb\xe6\xcf\xc9\x48\xee\xd0\xa9\x7a\x43\xfa\x88\xd5\x42\x84\x37\xb4\xd0\x0e\xeb\x4d\x11\xc4\x85\xa5\x5a\xf5\xaa\xd6\xe1\xfe\xf7\x58\xc9\x9e\xb4\x3e\x9b\xa9\x64\x4e\x0e\xd9\xcb\x78\x43\x38\xa6\xd4\xba\x1f\xa2\xa5\x3c\xb9\xbc\x84\x53\xfe\xf3\xfb\xff\xf8\x25\x0f\x47\xdd\xc0\x0d\x5c\x3f\xf9\x0b\x9c\xd2\x9f\xdf\x7f\x33\xc3\xa4\x05\x28\x3d\x52\x67\x14\xd5\x45\x54\xd7\xd1\xfa\x40\x68\x4d\x3f\xb0\x1c\x3b\x77\xb9\x5d\x73\xb0\x1a\xc9\x11\x6f\xd4\x7a\x6a\x34\x1f\x29\x33\x3e\xa1\xb8\x38\x81\x09\x06\x90\x12\xe3\xf7\x17\x16\xff\x97\xa5\xc4\xe9\xa8\x12\x87\xf1\xa3\xd4\x9d\x85\x1d\x5f\xca\x5b\xe8\x6c\x93\x80\x40\x7a\x40\x92\xde\x9f\x3c\xcd\x20\xfb\xff\xc1\x1b\x6e\x15\x52\x25\x2f\xa5\xba\x82\xb7\x49\xe0\xa4\x9b\xb7\x63\x82\x61\x5a\xe9\x7c\xe9\xf7\x02\xaf\xb3\x23\xf2\x37\x37\x7e\xac\x02\xd3\xde\xc9\x5a\x0e\x84\xec\xc8\xc8\xb3\x26\xde\xb6\xbe\xbd\xd3\xa6\x89\x3d\xa0\x42\x90\x4f\xb3\x20\xab\xb7\xb1\xbe\x8f\x5f\xce\x59\x7e\x33\x37\xa2\xee\xc8\xc9\x1b\xe2\x64\x0c\x1b\xac\xdd\xf1\x26\x36\xb1\x54\x76\x80\x78\x32\x9a\xa0\x1d\xb6\xf7\x53\xf1\xc6\xfa\x21\x71\x33\xf2\x51\x74\x7a\x99\x65\x78\x8c\xe9\x3c\xf5\x48\x51\x70\x3a\xc7\xc1\xf1\x20\x19\x09\xff\xe1\xd7\x0e\x83\x5a\x08\xf9\x45\xd2\x10\x8f\x3f\x54\xc5\x0a\xe5\xd6\x9e\x38\xf9\x67\xf1\x1b\x54\xe7\x75\x75\x46\x44\x5e\xfe\xf0\xfd\xb3\xe7\xb7\x6f\x9e\xbd\xfe\xaf\xdb\xe7\x2f\x5e\x3d\x5c\x2c\xad\x0d\x3e\x38\xd5\x2f\xde\x79\x6b\xaa\xb3\xe9\xa2\x36\x2e\x9a\xec\xdc\xda\xf5\x2d\x7f\x6e\x35\xd9\xf5\xa7\xfc\xef\x87\xf1\x3c\xf3\x38\x74\x3a\x8d\x44\xe3\x55\xd0\x24\x02\x7d\x71\x79\x79\x88\x58\x91\x02\x65\xc1\x2c\x05\x5e\x1f\x18\x4b\x19\xf0\xba\xa0\x08\xb9\x6f\x99\x9e\xfb\xc9\x57\xf0\x1b\x15\x1f\xf8\xd5\xd6\x34\xf3\x07\x80\x63\x27\xab\xb8\x6c\xef\xf8\x4e\x6b\xfa\x25\x26\x67\x26\x8f\x54\x51\x86\x19\x0c\xe3\xf2\xa2\x78\x6c\xbb\xb4\xdb\xfc\xe1\x99\x3c\x89\x6b\x94\xdf\x2c\xad\x72\x4d\x32\xae\x79\xb3\xfe\xd1\x2e\xf7\x5b\x4f\x89\xa6\x86\x1b\xf8\xfa\xf2\xf2\xfa\x6d\x51\xd6\x52\xfc\x43\x3f\xc1\x86\xf9\xe5\x02\x7f\x4e\xe2\xb6\x63\xfe\xe2\xa8\x48\x14\xe2\x61\xb8\x4b\x9c\xf8\xe0\xee\xd6\x8a\xfb\x9b\xbc\x23\xb7\xaf\x67\xbb\x8d\x6d\x38\xeb\x76\xca\x35\x22\x2d\xa6\x13\xbb\xb3\xb6\xd8\xe3\xd1\x26\x6a\xd9\xd4\x9c\x35\xcf\x01\x26\xa7\xcd\xbf\x06\x2b\xf6\x50\xfc\x3a\x49\x61\x8f\xb7\x9c\x47\x0d\x94\x7b\xc7\x86\xea\x75\x75\xbc\x51\xb7\xd7\xd2\xc9\x23\x20\x11\xa6\xfc\x25\x69\x2c\x05\x77\x3f\x7f\x68\x2a\x1f\x28\x14\xb9\x87\xc3\x1d\x5f\x51\xcc\xe8\xfc\x29\xf7\xca\xff\xcc\xe9\x6d\x97\xfa\xd4\xf2\xae\xc0\x7a\x81\x48\x89\x90\x4d\x0d\xd5\x19\xa1\x23\x7d\x6c\xf6\x0f\xc1\xec\xf9\x93\xf7\x58\x0c\xa8\xe2\xc3\xb3\x91\x4e\xce\x58\x2a\x8c\x8d\xee\xa7\x5f\x5d\x7e\x75\xb9\x98\xcc\x1c\x0f\x3f\x15\x0d\xf0\xd7\x28\xda\x70\x86\xb8\x3d\x70\x23\x30\x9d\xcc\x5b\xdc\x2e\xb5\x69\x6e\xf9\xd4\x70\x03\xb4\xd7\x64\xd6\xc3\xc9\xa1\x7f\x67\x30\x3c\x3a\xd0\xa1\xc4\xc7\x89\x74\xbc\xec\x8f\xb9\xe3\xd0\x15\x0b\x8c\x1f\x97\xcc\x53\x4b\xd1\x55\x84\x72\x93\x49\xab\xf7\x30\x72\xdb\x8f\x9a\x97\xb3\xb1\x1c\x3a\x9f\x5c\x5d\x4f\x86\x1e\x8a\xff\x9a\xb7\x18\x8b\xd6\xd8\x5e\xd4\xf9\xcd\xd6\x55\x79\xa9\x41\xd0\x21\xa8\x3b\x04\xd5\x6c\x15\x5f\xcc\xf2\xbd\xec\xe4\x32\x45\x3e\x60\x1b\x2b\x06\xb3\xd5\xce\x1a\x7e\xef\x90\x3e\x43\x67\xd0\xb2\xd2\xf2\xe6\x4a\x35\x0d\x3f\x88\x91\x4f\xa6\x92\xad\x64\x0a\xb3\x0b\x09\x34\xdb\x42\x64\xdf\xfe\xf0\xe3\xcb\x37\x2f\x5e\xfe\xfb\xed\xeb\xef\x5e\xfd\xcf\x8b\x6f\xbf\xbb\xfd\xf1\xd5\xdf\x8b\x3a\x3e\xa5\xc1\x1f\xff\xfb\xf5\x9b\x57\xdf\x3d\xfb\xfe\xf6\xd9\xf3\xe7\xaf\x6e\xd9\xc0\x6e\x55\xaf\x1f\xf6\x1a\x4b\x1f\xdd\xa0\xca\x12\x9d\xb4\xa9\xd2\x9f\x0f\x27\x0f\x27\xff\x1b\x00\x00\xff\xff\x73\xa6\xe4\xf3\xb2\x45\x00\x00") + +func commandAssetsConnectNomadBytes() ([]byte, error) { + return bindataRead( + _commandAssetsConnectNomad, "command/assets/connect.nomad", ) } -var _command_assets_example_short_nomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xdd\x4a\xc4\x30\x10\x85\xef\xf3\x14\x87\x79\x00\xe9\xee\xb2\x2b\x0a\x79\x12\x11\x49\x93\xb1\xc6\x9a\x4e\x98\xa4\xfe\xb0\xf4\xdd\xa5\xd2\xd6\x0a\xde\x64\xc2\x97\x2f\x39\x87\xbc\x4a\x0b\xe2\x4f\x97\xf2\x1b\x13\xae\x06\x08\xae\x3a\xcf\x43\x65\x2d\xb0\x78\xa0\xe0\x0f\xf4\x68\x0c\xd0\xa9\x8c\x19\xe4\x9d\x7f\x59\x54\xa0\xba\xd2\x83\x94\x43\x2c\x2b\x02\x82\xc6\x77\x56\x58\x50\x10\xdf\xb3\x92\x59\x0e\xbc\x0c\xcf\xb1\xdb\x3c\x20\x26\xd7\xf1\x2c\xfe\xbc\x70\x7f\xba\x39\x6e\x2e\x90\x45\xeb\x53\x72\x79\xe7\x03\xa1\x85\xc5\xe5\x74\x7b\xb7\xb1\xc9\xac\x73\xd9\x28\x17\x19\xd5\x73\xd9\x5d\xf4\x79\x9c\x87\xc5\xb9\x69\x36\x98\x38\x89\x7e\xc1\xe2\x78\xbe\xfc\xc6\x0e\x5c\x3f\x44\xfb\x3f\xa9\xa9\x8d\x75\xfe\x8d\x43\xb3\x83\x73\x3f\x50\x68\x09\xd7\xe9\x9f\x36\xeb\x3a\x99\xc9\x7c\x07\x00\x00\xff\xff\x46\x4a\xe3\x99\x66\x01\x00\x00") +func commandAssetsConnectNomad() (*asset, error) { + bytes, err := commandAssetsConnectNomadBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "command/assets/connect.nomad", size: 17842, mode: os.FileMode(420), modTime: time.Unix(1598033262, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _commandAssetsExampleShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x4f\xed\x4e\xc3\x30\x0c\xfc\x9f\xa7\x38\xf9\x01\xd0\xd8\xb4\x21\x90\xf2\x24\x68\x3f\x52\xc7\x94\x52\x5a\x47\x4e\xca\x87\xd0\xde\x1d\x75\x8b\x42\xc5\x8f\xe4\x92\xf3\xf9\xec\x7b\xd3\x0e\x24\x5f\x61\x4a\xef\x42\xf8\x71\x40\x0c\x25\xb0\xcc\x45\x2c\xc3\xe3\x99\x22\xdf\xd3\xd9\x39\xa0\x37\x5d\x12\x88\x03\xbf\x56\x29\x30\x4b\xf9\x54\x1b\xeb\x0f\x48\x6a\x05\x14\x3b\x6a\x0c\x50\x14\x1e\xa7\xc3\xc3\x63\x65\x2e\xee\x76\x5f\xa1\x84\x3c\x82\x4c\xe2\x90\xff\x7a\xa2\x0d\x1f\x62\xf0\xa0\xa8\x3c\x8a\x91\xab\x05\xd6\xf9\x65\xe8\x37\xde\xc3\x14\x7a\x59\x85\x57\x87\xa7\xc3\xdd\xbe\x69\x6f\xcb\xd4\x0c\x1d\x9d\xdb\xf4\xfa\x30\xc9\xba\x18\x4b\xde\xd8\x71\x5a\x56\xf0\x38\xee\x76\x8d\x9c\x64\x52\xfb\x86\xc7\xfe\x78\xfa\x17\x61\x3d\x17\xf7\x1b\x00\x00\xff\xff\x4b\x71\xf7\x97\x44\x01\x00\x00") -func command_assets_example_short_nomad() ([]byte, error) { - return bindata_read( - _command_assets_example_short_nomad, +func commandAssetsExampleShortNomadBytes() ([]byte, error) { + return bindataRead( + _commandAssetsExampleShortNomad, "command/assets/example-short.nomad", ) } -var _command_assets_example_nomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\xb8\x04\x90\x46\x1f\x6b\xd9\xf1\x02\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\xb0\xbb\x6b\xa6\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\x7b\x66\xa4\x95\xb5\xc8\xc9\x0f\xbb\xeb\x21\x59\x2c\x56\xfd\xea\x93\xec\x73\xf8\xa5\x43\x8b\xd0\x08\x0d\x46\xab\x3d\xd4\x08\x02\x9c\xd4\x6b\x85\xf0\xde\xd4\xd0\xe2\x4a\x6a\xe9\xa5\xd1\x30\xa0\x85\x95\x54\xb8\x80\x5f\x3a\xe9\x78\x54\x3a\xd0\xa2\xc7\xf6\xec\x1c\x2a\xfc\x20\xfa\x41\x61\x05\xce\x80\xf4\xb0\x93\x4a\x41\x63\x51\x78\xa2\x48\x93\x77\xd2\x77\xe0\x3b\x84\x77\x7f\x04\xa1\x5b\xf8\xb3\xe8\x71\x5a\xb6\x38\x3b\x63\x66\xa0\x7a\x6f\xea\x0a\x9c\x17\xfa\xa3\xa0\x0d\x68\x85\x37\xc3\x65\x6f\x9c\x87\xc6\xe8\x95\x5c\x8f\x56\x30\x47\x66\xe0\xbf\xa4\xe6\x49\xef\x4d\x7d\x76\x0e\x6e\xc0\x46\xae\x64\xc3\x33\x16\xf0\x5d\xe2\x53\x40\x8b\x8d\x12\xb4\x72\x8b\xf3\x59\x60\x56\xe0\x85\xdb\xd0\x5e\xc2\xc3\x9f\x4d\x2f\xe8\x44\xae\x33\xa3\x6a\xc1\x8e\x7a\x01\xff\x62\x6a\x07\x9d\xd8\xd2\x59\xd6\xca\xd4\x42\xa9\x3d\x8c\x5a\xfe\x36\x22\x4b\xe0\x02\x8c\x46\x30\x16\x7a\xa1\xf7\x4c\x0c\xd6\xd6\x8c\x83\xbb\x80\x5d\x27\x9b\xee\xec\x1c\x84\x45\x62\xb3\x77\xa8\xb6\xe8\xa0\x31\x4a\x61\x43\xdb\x3b\xda\xff\x70\xb9\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x37\x63\x11\xa4\x5e\x19\xdb\x07\x76\x49\x78\x51\x6c\x0e\x4c\x38\x7c\x29\xb5\x0b\x18\x14\x0a\x87\xe0\x10\xcf\xce\x79\xd8\x68\x25\x35\x42\x6b\x9a\xb1\x47\xed\x23\x1d\xff\x96\x37\xa1\xff\x3a\xef\x07\xf7\xf6\xea\x6a\xb7\xdb\x2d\x34\x09\x60\xb0\xe6\x3d\x36\x7e\x21\xcd\x55\x6b\x1a\x77\xf5\xde\xd4\x97\x33\xa9\xd1\x2f\x8b\xce\xf7\xea\xec\xfc\x8c\x64\x3c\x01\xe0\xd3\x19\x40\xd4\xa5\xc5\xb5\x34\xba\x82\x41\x58\xd1\xa3\x47\x9b\x24\x8f\x41\xb1\x61\x9c\x34\xc8\x62\x02\x6f\x00\x3f\x60\x33\x7a\x4c\x2a\x5d\x30\xb1\x77\x2b\x30\xbd\xf4\x1e\xdb\x0b\xf0\x84\x3e\xa9\x3b\xb4\xd2\x07\x2a\x2d\xae\xc4\xa8\x7c\xa2\x46\x0a\x21\x99\x56\x41\x53\x55\x20\x11\x07\x97\xf9\x67\xfa\x75\xe2\xb4\x15\x5e\x34\xa8\x3d\x5a\xf7\x38\xbb\x4a\x3a\x4f\x94\x8b\xc9\x91\xf1\x00\x16\x26\x57\x23\xc1\xd4\xc9\x16\x2d\xb6\xb0\xeb\x50\xc3\xa0\x44\x23\xf5\x3a\xb0\x4e\xea\x8d\x36\xd4\x8f\xce\xd3\xfc\xc1\x9a\xad\x6c\xb1\x25\x4e\x4b\xda\x4b\xf8\xdf\xaa\x6d\x6e\xaa\xbf\x9e\x4d\x8c\xfa\xfd\x80\x25\x87\x8d\xd1\xde\x1a\x15\x0d\x65\x3f\xf0\xd1\xdf\x9b\x3a\x22\x0f\x64\x3f\x88\x26\x0a\xca\x35\x1d\xb6\xa3\x42\xfb\x07\xc7\x04\x5b\x6c\xa4\x63\x0b\x08\x3c\x22\x81\x23\xf2\x36\x37\x35\xe9\xa2\xb5\x09\xc5\xf8\x8b\x22\x77\xe0\x0d\x53\xaa\x1c\xda\xad\x6c\xb0\x5a\x30\x66\x05\xac\x46\xa5\xb2\xbc\x08\x1f\xc4\x9a\xe3\xb5\xbe\x43\x69\xa1\x95\xab\x15\x5a\xd4\x0d\xba\x19\x60\x89\xda\x63\x90\x5d\x64\x9d\x9d\x32\x8c\x92\xcc\xd3\xa8\x4f\x54\x9e\x8b\x7c\x42\xc1\x55\x16\x9e\x0b\xb0\x0f\x44\x58\xe2\xcb\xe9\xfc\x85\xa6\x08\x05\xde\x0a\xa9\x7d\xf6\x67\xec\x4e\x49\x0c\x6d\x2b\xa3\x34\xa7\x59\x0e\x56\xc6\xce\xb1\x42\x7a\x64\x82\x52\xe7\x35\x64\x24\xe4\x26\x2c\x3a\x33\xda\x86\xfd\x46\x6b\xe5\x36\x60\x21\xd1\x8a\x5a\x8c\xfb\xf6\x82\x5d\x3b\xeb\x38\xa0\x54\xf8\xc9\x6f\x5c\x40\xc5\xde\xaa\xba\x20\x5a\x15\x01\xb4\x02\x85\x5b\x54\x17\xac\x30\x37\x0e\x83\xb1\xde\xc1\x56\x58\x29\x6a\x45\x52\xf7\x68\x07\xa3\x9e\xa1\x95\xd3\xee\xea\x58\x36\xcf\x06\xc1\x8b\x34\x78\xe0\xbb\xa6\xed\x4b\x5d\x9e\x17\x02\x8c\x5e\x0c\x40\x78\x6f\x65\x4d\x1e\x69\x09\xd5\xdf\x7d\xa2\xff\x5d\x6c\xd0\x6a\x54\x0b\x72\x34\x0f\x55\x9c\xb7\x15\x6a\x44\xe6\x67\x09\x95\x92\x7a\xfc\x10\x46\x1e\x0a\x44\x8c\x43\x2b\x3c\x66\x34\xcc\x9d\x4b\x18\x04\xda\xdf\xe3\x7a\x9f\xa2\x52\x0c\x24\x0b\xa6\x10\xe6\x30\xc1\x3c\x4f\x3a\x18\x1d\xb6\x04\x8b\xe8\x0b\x08\x3b\x7a\xed\x40\xc9\x0d\x82\x35\x4a\x11\x9e\xc6\x61\x6d\x45\x4b\xc6\xd6\x08\x2d\xac\xa4\x7f\x09\x1d\x5d\x96\x1a\xf1\x6a\x6d\x11\x35\xb4\x38\x28\xb3\x27\x61\xbb\xc5\xcc\xed\x6a\x73\xc4\xa1\x74\x80\xa4\xe8\x06\x5b\x66\x2f\x78\x82\x83\x43\xce\xa0\x97\x60\x47\x0e\xc1\xd8\xe2\x7c\x0b\xf8\x4b\x72\x94\x79\x16\x93\x63\x4f\x26\x3d\x88\x61\x50\x2c\x29\x03\x42\xa9\x28\x14\xce\x29\xa6\xf0\x7f\x44\xa4\x36\x31\xe5\xa0\xfd\xd2\x61\x79\x69\x82\x37\x7b\x45\x66\xd4\x71\x84\xee\xd1\xae\xc9\x6b\xa7\x5c\x85\x27\xff\x81\x9c\xf6\x86\x84\x38\x58\x6c\xb0\x25\xa7\xf5\x12\xd0\xcf\x25\xf3\x37\x05\x7c\xd8\xba\x04\x7b\x54\x26\xc1\x3c\xe3\xb3\x17\x1f\xee\x29\xb2\x28\x85\xea\xf1\x28\xd8\x8b\x0f\xb2\x1f\x7b\xd0\x63\x5f\xa3\x25\x9c\x06\x5a\x31\x18\x10\xb5\x01\x2d\xc9\x82\xdc\x56\xa2\xb7\x80\x77\x3a\x38\xb5\x46\x38\x8c\x61\xbc\x20\x9c\xe1\x95\xf3\x4f\x42\x47\xa4\x27\x3c\x08\xf0\xb2\x67\xb1\x03\x94\x7c\xc2\x12\x6e\xce\x66\x87\x90\xfa\xbe\x43\xa1\x7c\xb7\xbf\xa7\x25\x4f\x1c\x44\x6a\x3e\x08\xcd\xe2\x1f\x84\x52\x26\x08\x2c\x12\x4c\x01\x3a\x62\x2c\x92\x25\x05\x7a\x84\x1a\x57\xac\x76\x4f\x86\xd0\x0b\xbb\x21\xd0\xb9\x3c\x89\x20\x30\xea\x5a\x99\x66\xe3\x22\xb9\xd5\x68\x7d\x87\xb6\xd8\xc7\xc1\xca\x9a\x1e\x6a\x0c\x26\x4a\x02\x68\xe3\x19\x0f\x8e\x41\x6e\xe5\xe6\xda\x55\xb3\xb3\xa6\x09\x2d\x8a\x96\x80\xf3\xf8\x59\xd3\x8c\x22\xd7\x62\x0b\x63\xe9\x66\x76\xf2\x81\x4f\x1c\x67\x45\x44\xf3\xd2\x72\x91\x4c\xe7\x13\xa3\x37\x64\x00\x0d\xe7\xc7\xde\x0a\xed\x38\x64\x05\xef\x34\xea\x48\x6b\x01\xbf\xe4\x21\x0e\x75\xc5\x18\x17\x0e\x49\x5c\x42\xaa\xc8\x7c\x72\x4a\x2c\xd5\xc1\x78\xd4\x5e\xf2\x26\xe4\xde\xa0\x16\xcd\x26\xdb\xb9\x5c\x41\x45\x8c\xdc\x5b\xdc\xa2\xf5\xd5\xc4\x9e\x43\x4f\x7b\x79\x3b\x46\x1c\x1d\x8a\x8f\x64\xfc\xa6\x9f\x8b\x78\xb0\x66\x6d\xd1\xb9\x17\xc9\x58\xe8\xdf\x21\xe2\xe0\xe2\x33\x91\x1a\xd7\x52\xbb\x90\x40\x12\xf5\x95\xb4\xce\x1f\x93\xa3\x9c\xe1\x40\x46\x64\x63\x5c\x79\xb5\x2c\x2e\xe9\x28\x57\x40\xcf\xa4\x48\x26\x20\xf4\x31\xd4\x85\xa3\x73\x71\xba\x76\x40\x6e\xd2\x63\x70\xbf\x73\x33\xe0\x28\xa1\xcd\x31\xc1\x83\x65\x8f\xda\x0f\x0d\x24\x21\xe7\xd3\x5f\x14\xf0\x9c\x9f\x6c\x12\x1b\xc1\x23\x59\xcb\x91\x96\x82\xb9\x1c\xe8\x72\x06\x8b\x53\x5a\x94\xab\x0c\xa3\x58\xfe\xd1\x92\xcb\xb0\x24\x9e\x22\x12\x54\xc2\x79\x3a\x48\x1d\x2b\x65\x53\xc6\x4e\xe6\x6d\xb4\x58\x14\xa0\x13\xdf\x71\x91\x5c\x71\x24\x3b\x65\x86\xae\xd4\x06\x55\x39\x05\xe5\x1d\xd5\xeb\x91\x58\x02\x0e\x13\x28\x0e\x07\x4b\x58\x09\xe5\x70\x76\x78\x0e\xfb\xfb\xc7\xd0\x2b\x3c\x34\x9d\xd0\x6b\xcc\xca\xe2\xa4\x9d\x7e\xdf\x85\x3a\x18\xdd\xa8\x12\xfe\x24\x1d\xd6\x79\x3b\x36\x5c\x4e\x27\xff\x1f\x65\x16\xcb\x7e\x8e\xad\x71\x8b\xb6\x88\x16\x29\xff\x88\xb4\x28\xd6\x9a\x91\x64\x69\x86\x81\xdc\x01\x25\xb7\x83\xc5\xad\x34\xa3\x2b\x85\xb2\x80\x7f\xd7\x4d\xcc\xec\x07\xb4\xc2\x53\xe2\x4b\x07\xe9\x39\xa7\x9e\x04\x99\x36\xe0\x88\x1e\x65\xc4\x80\xda\x73\xa3\x23\x14\x5c\xbd\xf1\x5c\x9e\x91\x99\x26\x37\x0d\xa2\x48\x97\x62\xa6\x45\x04\xa3\x4d\x58\xec\x85\x64\x8f\x35\x53\x15\xc5\x26\xca\x88\xb8\xe6\x9c\x85\xd0\xa0\x98\xf3\x48\xe5\x4f\xc1\xfb\x5f\x90\x1f\xf2\x44\x25\xab\x04\x7f\x1b\x85\x4a\x72\x6f\xcc\xa8\xb3\x19\x4e\x19\x12\xef\xb9\x4b\x42\x7b\x2c\x63\xfb\x4b\xf2\x16\x11\x75\x31\xa4\x5c\xa4\x8a\x8c\xdc\x40\x24\xad\x71\x17\x89\x6d\xd1\xba\x58\xe4\x05\x62\xd1\x71\x8c\x03\xd5\x85\x2c\x2a\x19\x73\x18\xa3\xda\x72\x3a\xeb\x2c\xd9\x60\x38\x0d\x2c\xe1\xfa\x0c\xe0\x21\x67\xbd\xbd\x5c\xdb\x90\x36\x9e\x48\x7a\x53\x7e\x95\x73\x4a\x72\x67\x61\x05\x49\xc8\xac\x56\x60\x56\xa1\x56\xb5\x51\xf6\xda\xb4\x78\x90\x9b\x8a\xdc\x02\x88\x4b\x8d\x9e\x65\xa9\x21\x79\x6c\x3f\x93\xb3\xa5\x34\x2d\x32\xfc\x2a\x79\x5a\xdc\xbb\x4c\xd4\x92\xfc\x52\xa6\xf6\xf3\x4c\x80\x93\x59\x15\xc5\x42\xb4\xe7\x80\xf5\xb8\x3e\xe7\xde\x4e\xf4\x09\xd7\x9c\x51\x85\x42\x31\xd2\x49\xc1\x49\x91\x33\xf6\x9d\xd0\xb1\xff\xe6\xb9\x52\x25\x60\xa6\x78\x13\x41\x99\x00\xf9\xf7\x61\xf4\x72\x96\x9b\xfd\x43\x68\x03\x32\xbd\x95\x07\x3b\x6a\xd6\x60\x3b\x5a\xfa\x2b\xeb\xca\x3d\x9d\xd5\xcd\x0f\xdc\x23\xf9\x29\xe9\xfa\x22\xca\x16\xd6\x18\xcc\x3d\x40\x39\xba\x86\x5c\x9c\x70\x66\x9a\x72\x87\x50\xb0\x05\x1f\x51\x35\x1d\x36\x1b\x57\xe5\xf2\xf7\x9e\x23\x94\xab\xca\x34\xe1\x9e\x27\x51\x5c\x89\xb3\x1f\xe1\xef\xf1\xa4\xf2\xc9\x74\x32\x19\xf6\xf3\x93\xca\xcf\xa4\x93\x29\x85\x8d\xea\x8f\x7a\x2e\x92\xee\x16\x46\xc7\xce\x0c\x94\xa8\x51\x81\x1b\x57\x2b\xf9\x21\x54\x8d\xd5\x9b\xeb\x28\x8e\x9b\xbb\xbe\x7a\x5e\x46\xfa\xf3\xe7\x13\xce\x67\xe5\x41\x29\x1c\x3e\x95\x70\xfe\x8e\x54\xb3\xcb\xf9\xdf\x73\xcf\x7e\xdb\xc7\xa3\x77\xd5\xe3\x79\xe2\x5d\x5f\xcd\xdc\x5c\x6c\xa1\x1c\x75\x7a\xc0\x21\xc7\xa2\x79\x93\x39\x46\x4a\xee\x15\x5e\xf2\xb9\xb0\x05\x4e\x9d\xce\xb3\x91\x86\x4e\x34\x34\x4a\x72\x57\xee\xbb\xd4\x59\x8e\x45\xaf\x88\x26\x98\x4c\x2c\x96\xbd\xd1\x8b\x45\x2b\x3f\x4f\xcb\x5f\x50\xae\xce\x0e\xf4\x37\xf5\x82\xa1\x25\x50\xf8\xc0\x70\xd2\xaa\x11\x4d\x17\x1b\xcc\x45\x97\x6d\xd4\x8f\x64\x73\x07\xfe\x71\x16\x4e\x67\x7a\xc8\xb6\x97\x5d\xd4\xa8\x5b\xb4\xa1\x46\x8d\xfd\x09\xb6\x9e\xd0\xe4\x49\xc8\xd5\x46\x5f\x6a\x5c\x87\x2b\x85\xb2\x2b\x9a\xdc\xab\x81\x9b\x18\x1a\xd9\x39\x1e\x56\xaa\x16\x9d\x17\x76\xea\x0e\xa6\x96\x2b\xc3\x26\x45\xc6\x1a\x3b\xb1\x95\xc6\xb2\x5a\x88\xfd\x9c\x5a\xbe\x5b\xa5\x54\x94\x9c\xeb\xa8\x33\xb6\xcb\x80\x18\xf7\x80\xc1\x28\xd9\x4c\xcd\xa2\x5a\xb8\x09\x2b\xa9\x3d\x7b\x90\xae\x3c\x1b\x28\x07\xe7\x38\x80\xca\x33\xc0\x32\x6d\xfa\x42\xc0\x44\x0e\x12\x64\x12\xbd\x74\xf8\x00\x98\x24\xf7\x09\x12\xc2\x7b\xec\x07\xee\x62\x93\xe6\xb3\x30\x8a\xb6\xd2\xe4\x30\xb8\xe7\xb9\x15\x6a\x11\x89\xe5\xc5\x4b\xb8\x8d\x3f\xa5\x29\x5c\x47\xe6\xe2\x63\xba\x63\x40\x25\x1e\x4d\xc0\x91\xc2\xa2\x48\x0d\xde\x9d\x90\x3e\xc5\x82\x78\x8a\xe4\xd2\xd9\x37\x06\x28\x04\x17\x29\x3d\x74\x07\xe5\x10\x00\xef\xc5\x1e\xfa\xce\x1d\xf2\xd1\x9b\xf6\xf4\x15\xc2\x8e\x4c\xa2\x13\xc3\x80\xa9\xf0\x8c\x1b\x11\xfd\xc8\x06\xb6\x99\x58\x95\x44\x50\x71\xb4\x9b\xb5\xe3\xb2\xb4\xf2\xb1\x69\xd7\xc0\x56\xb4\x4c\xfc\xe0\x33\xa9\xa4\xa9\x51\xfb\x58\xf3\xd3\x70\x49\x85\x8e\x97\x88\x18\x74\xa0\xcd\x04\xee\x64\xda\x99\x1c\xf7\x00\x32\x73\xc4\x7d\x4d\xa9\x72\xc7\x17\x93\xc7\x3c\xc6\x75\x4c\x7c\x19\xb7\xe2\xdf\x1e\x66\xf6\x8a\x43\x87\x3d\x5a\xa1\xee\x5b\xe9\x36\xd3\x25\xa5\x0e\x95\x90\x8b\x0e\x9b\xe2\x8f\x97\x4a\x7e\x24\xa7\x00\x79\x11\xd0\xa2\x5c\x3f\x39\x8f\xa2\x65\x0c\x42\x27\x6c\xcb\x83\x60\xf1\xb7\x51\xda\x78\x0b\xf3\x03\x3b\x6e\x17\x03\x95\x2f\xba\xf9\x33\xa7\x45\x72\x08\x38\xda\x1f\x11\x71\x29\xd3\x48\x77\x05\x99\x44\xe1\x0f\x17\xf0\x5d\xee\xb8\x84\x08\x25\x75\xe1\xf9\x42\x7c\x71\x5d\xbc\xbf\x0c\x91\x69\x7e\xa8\x97\xfa\x8d\xd3\xf2\x4c\xee\x23\x37\x6d\x3e\x7b\x99\xf3\xc5\xee\x63\xce\xc8\xa1\x17\x99\x8f\x16\xce\x84\x8b\x2d\xe7\x65\xb3\x61\xc7\xea\xed\x88\xe9\x82\xab\x2c\xdc\xca\x32\x6c\x76\x0b\x97\x09\xb1\x88\x07\x8b\x2b\x8a\x39\x26\x44\xf2\xe2\x4e\xa0\x2d\x73\x9f\x22\xbe\x73\x29\x14\xfb\xda\x05\xa1\x54\x30\xb0\x4f\x11\x5e\x4c\x99\xdf\xe8\x70\x35\xaa\x90\xc2\x17\xb9\x88\x27\x6d\xd1\xcc\x4c\xa7\xcc\x51\x06\x2a\xf7\x9c\x07\xd1\x58\xe3\xca\x82\x3c\x95\xfd\x8b\xbc\x2c\xca\x62\xc9\xa2\x48\xbf\xe6\xd1\x9f\x63\xd9\x9b\xf9\x0b\xad\xb8\xd8\x59\xc8\x58\x2d\x36\x68\xa5\xc5\xc6\x1b\xcb\x97\x21\xe2\x70\x9b\x93\x13\xbd\x29\x6b\x9e\x89\xb5\xb4\xe9\x23\xbc\xb1\x7d\x3b\xf9\xf1\x89\xee\x1e\x8d\x12\x8f\x3f\x7d\x4f\xdc\xb0\x41\xb4\xa7\xac\x3b\x64\x12\x7e\x47\x0e\xa7\xb0\xa7\x58\x31\x25\x8e\x98\xda\x12\xde\x5c\x5f\x9f\x70\x34\x62\xc5\xaf\x2e\xf6\xd9\xc5\xa0\x16\x35\x5b\x4e\xec\x7b\xb8\x70\x53\x3e\x70\xcf\x2c\xdf\xdc\x46\x08\xf1\x9d\x6a\x4a\x69\x52\x9c\x0f\x50\x49\x77\x59\x8e\x1f\x1b\xa0\x17\x8c\x8f\x17\x9a\xef\x21\x97\xaf\x60\xb8\x89\x85\x43\x93\xa5\xea\x21\x8c\xe4\x64\x71\xba\xc7\x3b\x48\x10\xe3\x6b\x01\x71\x20\xa2\x52\x42\x47\x24\xf8\x2a\x90\xe6\x2f\xa6\xeb\xfa\x87\xea\x2c\x29\x31\xa4\x89\x87\xcd\x61\x27\x2d\x57\xe1\x89\x08\xcf\x9a\xae\x45\xa2\x7c\xe3\xfb\x93\x63\xc7\x30\xa9\x59\xa6\xfb\x24\x77\xb9\x43\xe7\x6f\xaa\xe2\xd1\xc0\x62\xc6\x02\x31\x9a\x67\x65\xf6\x76\x28\xd7\x5d\xee\x0f\xa4\xcb\x43\xa9\x5b\x12\x2b\xd9\xa3\x0a\x29\xed\x04\xa7\xb4\xb0\xec\x2e\x51\x54\xed\x43\x03\x97\x5f\x0f\x61\x96\xf9\x02\xde\xf9\xf2\x85\x00\xdc\x5d\x53\x44\xe6\x48\x85\x7e\x31\xe7\x62\x09\x37\xd1\x06\xce\xd9\x0c\x4a\x3b\x70\x83\x45\xd1\x66\x2b\x08\x1d\xb0\xb9\x11\x48\xdd\x58\x4e\x36\xb9\x45\x1e\x52\x63\xf0\x46\xa1\x15\xba\xc1\xd0\x3c\x8a\x19\xa8\xb4\xa1\x11\x94\x4a\xe5\x7a\x9f\x02\x67\xa8\x04\x0f\xf4\xcf\x3e\xb0\x28\xad\x13\xac\x73\xe5\x16\xb8\x03\xb3\xcd\x52\xff\xdd\x26\x34\x3f\xe0\x2b\x18\x50\x60\xe0\xd8\x7c\xe2\xd9\x5e\xc3\x78\xbc\xb0\x6b\xf4\xee\x10\x9e\xa1\xa0\xce\x66\x34\xa0\xa5\x95\x62\x1d\x4a\xeb\x63\x3d\x51\x90\x43\xd1\x74\x91\xde\x09\xcb\x3b\x90\x5f\x98\xc7\xf6\x82\x82\xad\xea\x53\x21\xdb\xb8\x1f\x2c\xe1\xeb\x8c\x56\xae\xfe\x8f\x16\x47\x93\x3c\xbd\xf8\xab\x13\x8b\xe7\xbe\x3f\xbc\xbe\x48\x15\x21\x77\xd2\x1d\xe5\x91\x64\x9e\x5b\xd9\x8e\x42\xc1\xa8\x25\x77\x71\x77\xc6\x6e\x2e\xc0\x8d\x4d\x07\x82\x4a\xc6\x3f\x9a\x66\x13\xb3\x0a\x7e\xca\xe0\x85\xd4\x68\x2f\x60\x87\x75\x89\x7c\x7e\xe5\x51\x0b\xdf\x74\x30\x58\xd3\xa0\xa3\x04\xf3\xa5\x08\x2e\xd9\x7d\x85\xc2\x8f\x13\xd8\x03\xf4\x72\xea\x55\x59\x6c\xa5\xab\x0e\x4a\xbf\x2a\x3c\x94\x79\x3c\xc8\xf3\xda\xf8\x9a\xe6\xa0\x51\x13\x81\x38\x95\x2c\xb1\x60\x64\x16\x52\xd5\x15\x56\x2e\xa1\x6a\x59\x17\x87\x95\x57\xa8\xf0\x1f\x79\x00\x32\x3d\xe2\x99\x1e\x5e\xe5\x57\x5c\x0e\x06\xe1\x5c\x51\x7c\x85\x94\x47\xed\xd3\xb5\x41\x62\xda\xc0\xbc\x26\x4a\xb7\x8a\x5e\x48\xc5\xa6\x32\xa3\xef\xa6\x92\xd2\x4e\xcf\x22\x39\xbb\x20\xdb\x09\x44\x2f\xc0\x99\xf2\x6d\x55\x9e\x16\x86\x27\x96\x66\x1a\x5e\x9d\xc0\x50\x92\x53\xe0\x21\x2b\x07\x40\xf6\x62\xcd\x9e\x81\xd5\xf6\xf6\xcd\xe2\x36\x8b\x0e\x60\x30\xd6\xdf\xf7\x62\x28\xe6\x03\xb4\x35\xd9\xe2\x9b\x6f\xbe\xcd\xbf\x3d\x9c\xa5\xbf\xe7\x42\xa7\xda\x79\x25\x1a\xff\x54\xc1\xd6\x9a\x9d\x56\x46\xb4\x7c\x35\x1a\xe7\x87\x5e\xaa\x28\x6a\xd4\xde\x90\x07\x0c\xaf\xae\x06\x2b\xcd\x24\xee\x50\xa2\x61\xf9\xb8\x2f\x3e\xea\x23\xc3\x6c\x8c\xde\xa2\xa6\x72\x6e\xca\x47\x73\x1b\x9b\xe4\x94\xb6\x27\x32\xf3\x87\x77\x2b\xa9\x42\xb6\x46\xbe\x12\x34\x62\x1b\xdc\x61\x44\xdf\x94\xb1\xf3\xc6\xef\xb8\x6d\x3c\x18\xe7\x64\xad\x38\xc3\x4e\xa5\xa1\x3f\x29\x89\x7e\x54\x5e\x52\xd2\x11\xea\xf7\x02\xdd\x59\x20\x79\x4a\x5a\x3c\xe5\xfb\x79\xf2\xef\xc8\x19\x0f\x38\x38\x72\x19\xcf\x72\x1a\xe5\xde\x2f\x74\x1c\x89\x91\xc9\x79\x94\x44\x33\x04\x3e\x15\xfb\x44\xc5\x2f\xa1\xa2\xfd\xde\x5e\x5d\xad\x8c\x59\x34\xa6\x9f\x68\x79\x61\x17\xeb\x8f\x55\xb1\x26\x3c\x9a\x74\x33\x3a\x00\xe1\x02\x61\xec\x89\x56\xdf\xde\xbd\x6d\xbe\x12\xe2\x1f\xef\xde\x88\xf6\xf6\xf6\xe6\xee\xab\xdb\xaf\xb1\xfe\xa6\xfd\xe6\x5a\xdc\xde\x7c\x7b\x7b\x8b\xdf\x7c\xfb\x55\x49\xf1\x21\xff\x3b\x25\x4b\x19\xe8\xca\xac\xdd\x09\x90\x93\x38\xcb\x56\x32\x29\xa3\x33\xbb\xf0\xd8\x58\x99\x75\xc4\x58\x59\x47\x96\xcf\x7c\xb8\x52\xe1\x7e\x81\x71\x48\xf3\x5d\x5c\x40\x28\x24\xb7\xa2\x17\xf0\x6f\x66\xbd\x26\xec\xf2\x8b\x30\x2a\x55\x5a\xa8\xf7\x13\x96\x42\x2a\x78\x01\xf5\x18\x5f\x1d\xce\x38\x8d\x69\x1d\xd9\x01\x85\x78\x7b\xb9\xb6\x14\xb8\xda\xfc\x9c\xcd\x94\x4e\x86\xdf\xe1\x9a\x35\x58\xe3\x27\x9c\x51\x09\x4b\x0e\x64\x66\x3b\x5f\x82\xd3\x92\xc1\x57\xc3\x28\x31\x71\x1a\x9f\xac\x85\x12\x53\xbd\xf8\x70\x1f\xb4\x02\xfc\x02\xf1\xe6\xfa\xc4\xe0\x7d\x2c\x3a\x6f\xee\x4a\x0c\xcd\x20\x94\x1b\x45\xc5\x45\x86\x6b\xac\xac\xf3\x83\xed\xa2\xb9\x14\x9b\x83\xe4\x94\x66\xbe\x23\x3e\xe1\x5e\xc0\x7f\xa6\x27\xaa\x07\x3d\xa9\x46\x8d\x2d\x42\x8f\xbd\xb1\xfb\x0b\xd0\xe8\x43\x26\xd3\x0c\x63\x78\x70\x4a\x3a\x5a\x14\x8c\x31\xac\x1c\x37\xc6\x73\x90\xe6\xd2\x28\x3d\x16\x27\xb9\x43\x2f\x9a\x8e\xf4\x11\x2e\x3f\x43\xfa\x43\x0b\xcd\xb8\xee\xca\x46\x63\x60\xa9\x11\x83\x68\xa8\x58\xf9\x02\x94\x1c\x49\xeb\xd5\xa0\x92\x39\x39\x85\x97\xa9\xfb\x37\x05\xd0\x66\x18\x03\x52\xee\xae\xaf\xe1\x9c\xff\xfc\xe9\xc7\x8f\x79\x38\xe8\x06\x96\x70\x7b\xf7\x35\x9c\xd3\x9f\x3f\x7d\x3f\x05\xe4\xa8\xb1\x59\x3c\xee\x6b\xc9\xbd\xf0\x8c\x3c\x88\x91\x1b\xaa\xb6\xae\xe0\xd3\xc3\x89\x38\x3d\x83\x5e\x7a\x41\xfd\x44\x94\xb6\xb8\x96\xce\xa7\x8b\x99\xd0\x02\x8f\x57\x6c\xb4\x34\xd3\x4b\xbd\xfb\xf0\x33\xb4\xd2\x35\xe4\x43\xf6\x80\x7a\xcd\x8f\x8b\x72\x52\xd5\x8c\xd6\xa2\xa6\x34\xea\x07\xa3\xdd\xa8\x62\xec\xce\x8f\xd0\x38\x54\x8b\x0d\xce\xe8\x89\xb6\xb5\xe8\x1c\xbf\xe2\x09\x2d\xf8\xc0\x21\x55\xc4\xf1\x16\x4e\xfa\x80\xc9\xce\x38\x3f\xf3\xac\x24\x91\x2f\x81\xdc\x81\x94\x5e\x0d\x70\x91\x8f\x53\x70\x4b\x62\x9a\xd0\xc1\x65\x62\x4a\xee\x2e\xc3\x2d\x5e\x1e\xf4\x62\x1d\xbe\x74\x88\xdf\x65\x5c\xa4\x7b\xbe\xbf\xce\x12\x40\x4e\xaa\xeb\x22\x2b\x0c\xd7\xf1\x25\x04\x79\x9b\x80\xea\x4a\x28\xb9\x2d\x36\x89\x0f\xf5\xe3\xa0\x6f\x86\x72\xa8\xbc\xb6\xe1\x0b\xed\x62\x95\xec\xd1\x8c\x9e\x57\xdd\x16\x23\x8f\xe5\x9a\x1e\xfb\x41\x95\xcf\x9f\x4f\xa0\xb8\x17\x9a\x62\x95\x80\x34\x39\xd7\x70\x53\xfe\x71\x22\x0b\xa4\x24\x90\x5c\xf1\x90\xbe\xd0\x48\xcb\xc3\xd7\x5b\xf1\xeb\x0c\xb5\x87\x61\x54\x6a\xde\xce\xe5\x44\x36\x00\x9c\xa8\xfc\x37\xdf\x0c\x7a\x03\x83\x19\x46\xa6\x60\x47\xcd\x37\xfa\xf3\x5d\xa7\xe6\xe0\xcb\xb0\x7a\x28\x8c\x57\x03\x6b\x62\xe4\x74\x30\xcd\x72\x2c\x03\x2a\xa7\xdb\xf9\xbf\x25\x54\x97\x97\x97\xbf\xea\x0d\xee\xdf\xc2\xa7\x4f\xb0\xc1\x3d\xfc\x9a\x6c\xf1\xaa\xdf\x5f\x6e\x70\xff\x6b\x05\x0f\x0f\x65\xa6\xd6\xa2\xf3\x52\x87\xc3\x84\xaf\x02\x4c\x23\xd4\x15\x7f\x43\xb7\xef\x55\x39\x35\x3c\xbd\xbb\xe7\x0b\x28\x9e\xea\xe4\x5a\x8b\x53\x53\xc2\x00\x4d\xf9\xf9\xdd\x3f\xff\xf8\x5f\xff\x51\x3d\x1a\xca\x8f\xa0\xd8\xf0\xb3\x4f\x67\xca\xae\x4a\x7c\xaa\x87\x7a\x2b\xad\xd1\xdc\x5d\x4c\x1f\x79\x4c\x68\x3c\xb8\x2f\x48\x17\x15\x9c\x0f\x86\xaf\x0e\xa8\x98\xe3\xf4\x23\x54\x9b\x53\x80\xae\xf1\xc4\xbd\x21\xb7\x11\x59\xc0\x04\x55\x6c\x4f\xe3\x33\x3e\x47\x3c\x06\xe0\x67\xf5\xb5\x84\xea\x5f\xff\xe9\x7f\x96\x2f\xd1\xd3\x5c\x4b\xa8\xb7\xe5\x44\xd4\xdb\x02\x11\xe5\x3d\xc2\x91\xf0\xb7\x74\x84\xe7\xe4\xe2\xde\x80\x68\x38\x39\x22\x87\x60\x36\xa8\x59\x1a\x85\x27\xf8\x51\xb8\x4e\xfe\x60\xec\x10\xe5\x42\xa7\x41\x1b\x04\x1d\x48\x85\x5f\xa6\xcf\xc9\xf2\x3b\x82\x76\x16\x7a\xc4\xe8\x3b\x63\xe5\xc7\xf4\xad\x48\xdf\x8f\x3a\x74\x7c\xf9\x73\x07\xa6\xbe\x80\xef\xf7\x53\xbe\x1e\xc8\xb3\x22\xa5\x26\x1b\x9b\x1d\x32\x70\x2b\x75\xf1\x5e\x74\x2b\x05\xdf\x79\x9e\x80\x53\x48\xec\x52\x28\xe5\xb5\x13\x67\x5b\x21\x95\x88\x15\xeb\x49\xd7\x51\x1e\x37\x4a\xae\x13\xba\x55\x39\x2d\xd5\xb8\x13\x53\xc8\xa6\xbd\x2c\x6e\x4d\xf1\x81\x67\x87\xd9\xef\x6d\xf0\x8b\x6a\x83\x99\x6e\x5f\xcd\xa7\x31\x17\xa7\x1d\x1a\x0f\xcd\xac\x83\x5f\x7f\xc8\x58\x1d\x70\xb0\x6d\x5a\x4d\x91\x76\x65\x8d\xf6\xa8\xdb\x1c\x6c\xff\x1f\xbc\xd1\x0f\xb3\x2f\x14\x63\x40\x4d\x37\x64\x81\x82\x0a\x1d\x78\xf6\x1b\xe9\xe3\xe1\x1a\x61\x23\xc9\x3d\xcc\xb4\x4a\x3f\xcd\x9b\x2d\xef\xf2\xcd\x42\xf1\xec\x25\xbe\x73\x99\x8a\x08\x5a\x77\x9f\x36\xa7\x60\x9e\xe2\xfc\x03\xbf\xe2\x7a\x38\xfb\xbf\x00\x00\x00\xff\xff\x88\x5e\xfc\xc0\x0b\x3d\x00\x00") +func commandAssetsExampleShortNomad() (*asset, error) { + bytes, err := commandAssetsExampleShortNomadBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "command/assets/example-short.nomad", size: 324, mode: os.FileMode(420), modTime: time.Unix(1599160264, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _commandAssetsExampleNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\xb8\x04\x90\x46\x1f\x6b\xd9\xf1\x06\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\x70\xba\x6b\xa6\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\xbb\x67\xa4\x95\x65\x9c\xb5\x0f\xb3\xbb\xdd\x64\xb1\x58\x9f\xbf\x2a\xb2\xcf\xe1\xa7\x16\x2d\x42\x2d\x34\x18\xad\x0e\xb0\x42\x10\xe0\xa4\xde\x28\x84\xf7\x66\x05\x0d\xae\xa5\x96\x5e\x1a\x0d\x3d\x5a\x58\x4b\x85\x0b\xf8\xa9\x95\x8e\xdf\x4a\x07\x5a\x74\xd8\x9c\x9d\x43\x85\x1f\x44\xd7\x2b\xac\xc0\x19\x90\x1e\xf6\x52\x29\xa8\x2d\x0a\x4f\x14\x69\xf0\x5e\xfa\x16\x7c\x8b\xf0\xee\x8f\x20\x74\x03\x7f\x16\x1d\x8e\xd3\x16\x67\x67\xcc\x0c\x54\xef\xcd\xaa\x02\xe7\x85\xfe\x28\x68\x01\x9a\xe1\x4d\x7f\xd9\x19\xe7\xa1\x36\x7a\x2d\x37\x83\x15\xcc\x91\xe9\xf9\x2f\xa9\x79\xd0\x7b\xb3\x3a\x3b\x07\xd7\x63\x2d\xd7\xb2\xe6\x11\x0b\xf8\x26\xf1\x29\xa0\xc1\x5a\x09\x9a\xb9\xc3\xe9\x28\x30\x6b\xf0\xc2\x6d\x69\x2d\xe1\xe1\xcf\xa6\x13\xb4\x23\xd7\x9a\x41\x35\x60\x07\xbd\x80\x7f\x35\x2b\x07\xad\xd8\xd1\x5e\x36\xca\xac\x84\x52\x07\x18\xb4\xfc\x65\x40\x96\xc0\x05\x18\x8d\x60\x2c\x74\x42\x1f\x98\x18\x6c\xac\x19\x7a\x77\x01\xfb\x56\xd6\xed\xd9\x39\x08\x8b\xc4\x66\xe7\x50\xed\xd0\x41\x6d\x94\xc2\x9a\x96\x77\xb4\xfe\x7c\xba\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x99\xb1\x08\x52\xaf\x8d\xed\x02\xbb\x24\xbc\x28\x36\x07\x26\x6c\xbe\x94\xda\x05\xf4\x0a\x85\x43\x70\x88\x67\xe7\xfc\xda\x68\x25\x35\x42\x63\xea\xa1\x43\xed\x23\x1d\xff\x96\x17\xa1\x3f\xad\xf7\xbd\x7b\x7b\x75\xb5\xdf\xef\x17\x9a\x04\xd0\x5b\xf3\x1e\x6b\xbf\x90\xe6\xaa\x31\xb5\xbb\x7a\x6f\x56\x97\x13\xa9\x5d\xb1\xbc\xcf\x48\xbc\xa3\xee\x3f\x9d\x01\x44\x35\x5a\xdc\x48\xa3\x2b\xe8\x85\x15\x1d\x7a\xb4\x49\xe8\x18\x74\x1a\xde\x93\xf2\x58\x42\xe0\x0d\xe0\x07\xac\x07\x8f\x49\x9b\x0b\x26\xf6\x6e\x0d\xa6\x93\xde\x63\x73\x01\x9e\x0c\x4f\xea\x16\xad\xf4\x81\x4a\x83\x6b\x31\x28\x9f\xa8\x91\x2e\x48\x9c\x55\x50\x52\x15\x48\xc4\x97\xcb\xfc\x98\x9e\x8e\x9c\x36\xc2\x8b\x1a\xb5\x47\xeb\x1e\x67\x57\x49\xe7\x89\x72\x31\x38\x32\x1e\xec\x84\xc9\xad\x90\x2c\xd4\xc9\x06\x2d\x36\xb0\x6f\x51\x43\xaf\x44\x2d\xf5\x26\xb0\x4e\x9a\x8d\xee\xd3\x0d\xce\xd3\xf8\xde\x9a\x9d\x6c\xb0\x21\x4e\x4b\xda\x4b\xf8\xbf\xaa\xa9\x6f\xaa\xbf\x9e\x8d\x8c\xfa\x43\x8f\x25\x87\xb5\xd1\xde\x1a\x15\x7d\xe4\xd0\xf3\xd6\xdf\x9b\x55\x34\x3a\x90\x5d\x2f\xea\x28\x28\x57\xb7\xd8\x0c\x0a\xed\x1f\x1c\x13\x6c\xb0\x96\x8e\x8d\x3f\xf0\x88\x64\x17\x91\xb7\xa9\x97\x49\x17\x1d\x4d\x28\x36\xbd\x28\x72\x07\xde\x30\xa5\xca\xa1\xdd\xc9\x1a\xab\x05\x9b\xab\x80\xf5\xa0\x54\x96\x17\xd9\x07\xb1\xe6\x78\xae\x6f\x51\x5a\x68\xe4\x7a\x8d\x16\x75\x8d\x6e\x62\xab\x44\xed\x31\x6b\x5d\x64\x9d\x9d\xf2\x89\x92\xcc\xd3\x06\x9f\xa8\x3c\xcb\xe8\xb3\xd0\x5c\x9c\xc7\x42\x5e\x8e\x5b\x2e\x94\x43\x8a\xf7\x56\x48\xed\x73\xf4\xe2\xe0\x49\x3b\x6f\x1a\x19\x05\x38\x8e\x72\xb0\x36\x76\x6a\x1e\xa4\x3a\x26\x28\x75\x9e\x43\x7e\x41\x41\xc1\xa2\x33\x83\xad\x39\x4a\x34\x56\xee\x82\xfa\x13\xad\xa8\xb8\xb8\x6e\x27\x38\x90\xb3\x5a\x83\x61\x0a\x3f\x46\x89\x0b\xa8\x38\x36\x55\x17\x44\xab\x22\x9b\xac\x40\xe1\x0e\xd5\x05\xeb\xc8\x0d\x7d\x6f\xac\x77\xb0\x13\x56\x8a\x95\x22\x41\x7b\xb4\xbd\x51\xcf\x50\xc4\xe9\xe0\x74\x2c\x9b\x67\xeb\xfd\xd7\x2b\xed\x38\x52\x8d\xcb\x67\x4a\xe3\xa3\x18\xb3\x00\x84\xf7\x56\xae\x28\xfe\x2c\xa1\xfa\xbb\x4f\xf4\xdf\xc5\x16\xad\x46\xb5\xa0\xb0\xf2\x50\xc5\x71\x3b\xa1\x06\x64\x56\x96\x50\x29\xa9\x87\x0f\xe1\xcd\x43\x61\x0c\x43\xdf\x08\x8f\xd9\x10\xa6\xa1\x24\xbc\x04\x5a\xdf\xe3\xe6\x90\xd2\x4f\xcc\x18\x0b\xa6\x10\xc6\x30\xc1\x3c\x4e\x3a\x18\x1c\x36\x64\x11\xd1\xf3\xc9\x6c\xf4\xc6\x81\x92\x5b\x04\x6b\x94\x22\x53\x1a\xfa\x8d\x15\x0d\xb9\x56\x2d\xb4\xb0\x92\xfe\x25\x74\x0c\x50\x6a\xc0\xab\x8d\x45\xd4\xd0\x60\xaf\xcc\x81\xe4\xec\x16\x93\x20\xab\xcd\x11\x87\xd2\x01\x92\x8e\x6b\x6c\x98\xbd\xe0\xf7\xb3\x4d\x4e\xac\x2e\x59\x1c\xb9\xbf\xb1\xc5\xfe\x16\xf0\x97\x14\x16\xf3\x28\x26\xc7\x71\x4b\x7a\x10\x7d\xaf\x58\x52\x06\x84\x52\x51\x28\x0c\x1e\xc6\x3c\x7f\x44\x64\x65\x22\xb6\xa0\xf5\xd2\x66\x79\x6a\xb2\x6c\x8e\x81\xcc\xa8\xe3\x54\xdc\xa1\xdd\x50\x8c\x4e\xa0\x84\x07\xff\x81\x42\xf4\x96\x84\xd8\x5b\xac\xb1\xa1\x10\xf5\x12\x7b\x9f\x4a\xe6\x77\xb5\xf5\xd1\x70\xce\x20\xe9\x91\x2c\x3c\x9b\x66\x27\x3e\xdc\x53\x0a\x51\x0a\xd5\xe3\xe9\xae\x13\x1f\x64\x37\x74\xa0\x87\x6e\x85\x96\x4c\x34\xd0\x8a\x51\x9f\xa8\xf5\x68\x49\x0c\x14\xac\x12\xbd\x05\xbc\xd3\x21\x94\xd5\xc2\x61\xcc\xd7\x05\xe1\x6c\x59\x19\x63\x92\x61\x44\x7a\xc2\x83\x00\x2f\x3b\x96\x38\x40\xc9\x27\x2c\xe1\xe6\x6c\xb2\x09\xa9\xef\x5b\x14\xca\xb7\x87\x7b\x9a\xf2\xc4\x46\xa4\xe6\x8d\xd0\x28\x7e\x20\x94\x32\x41\x56\x91\x60\xca\xc4\xd1\xbc\x22\x59\xd2\x9d\x47\x58\xe1\x9a\x35\xee\xc9\x07\x3a\x61\xb7\x64\x6f\x2e\x0f\x22\xed\x0f\x7a\xa5\x4c\xbd\x75\x91\xdc\x7a\xb0\xbe\x45\x5b\xac\xe3\x60\x6d\x4d\x07\x2b\x0c\xde\x49\x02\x68\xe2\x1e\x67\xdb\xa0\x88\x72\x73\xed\xaa\xc9\x5e\xd3\x80\x06\x45\x43\x36\xf3\xf8\x5e\xd3\x88\x02\x54\xb1\x73\xb1\x74\x33\x3b\x79\xc3\x27\xb6\xb3\x26\xa2\x79\x6a\x39\x49\xa6\xfd\x89\xc1\x1b\xb2\xfd\x9a\x31\xb0\xb7\x42\x3b\x4e\x54\x21\x30\x0d\x3a\xd2\x5a\xc0\x4f\xf9\x15\x27\xb8\xe2\x1d\x17\x07\x49\x5c\x42\xaa\xc8\x7c\x8a\x47\x2c\xd5\xde\x78\xd4\x5e\xf2\x22\x14\xd9\x60\x25\xea\x6d\x76\x71\xb9\x86\x8a\x18\xb9\xb7\xb8\x43\xeb\xab\x91\x3d\x87\x9e\xd6\xf2\x76\x88\x76\x34\x17\x1f\xc9\xf8\x4d\x37\x15\x71\x6f\xcd\xc6\xa2\x73\x2f\x92\xb1\xd0\xbf\x42\xc4\x21\xba\x67\x22\x2b\xdc\x48\xed\x02\x52\x24\xea\x6b\x69\x9d\x3f\x26\x47\x48\x61\x26\x23\xf2\x31\xae\xae\x1a\x16\x97\x74\x84\x10\xd0\x33\x29\x92\x09\x08\x7d\x6c\xea\xc2\xd1\xbe\x18\x97\xcd\xc8\x8d\x7a\x0c\x91\x77\xea\x06\x9c\x20\xb4\x39\x26\x38\x9b\xf6\xa8\xff\xd0\x8b\x24\xe4\xbc\xfb\x8b\xc2\x3c\xa7\x3b\x1b\xc5\x46\xe6\x91\xbc\xe5\x48\x4b\xc1\x5d\x66\xba\x9c\x98\xc5\x29\x2d\xca\x75\x36\xa3\x58\xe2\xd1\x94\xcb\x30\x25\xee\x22\x12\x54\xc2\x79\xda\xc8\x2a\x56\xc3\xa6\x4c\x9b\xcc\xdb\x60\xb1\x28\x32\x47\xbe\xe3\x24\xb9\xe6\x24\x76\xca\x0d\x5d\xa9\x0d\x2a\x67\x0a\xca\x7b\xaa\xc9\x23\xb1\x64\x38\x4c\xa0\xd8\x1c\x2c\x61\x2d\x94\xc3\xc9\xe6\x39\xe3\x1f\x1e\xb3\x5e\xe1\xa1\x6e\x85\xde\x60\x56\x16\xa3\x73\x7a\xbe\x0f\xb5\x2e\xba\x41\x25\xfb\x93\xb4\x59\xe7\xed\x50\x73\xc9\x9c\xe2\x7f\x94\x59\x2c\xed\x39\xad\xc6\x25\x9a\x22\x5b\x24\xe8\x11\x69\x51\x9a\x35\x03\xc9\xd2\xf4\x3d\x85\x03\x82\xb4\xbd\xc5\x9d\x34\x83\x2b\x85\xb2\x80\xff\xd0\x75\x84\xf0\x3d\x5a\xe1\x09\xee\xd2\x46\x3a\x46\xd2\xa3\x20\xd3\x02\x9c\xcc\xa3\x8c\xd8\xa0\x0e\xdc\xcc\x08\x95\x55\x67\x3c\xd7\x61\xe4\xa6\x29\x4c\x83\x28\x90\x52\xcc\x95\x44\x30\xfa\x84\xc5\x4e\x48\x8e\x58\x13\x55\x51\x6e\x22\x30\xc4\xc5\xe5\x24\x85\x06\xc5\x9c\x47\x2a\x7f\x0a\xd1\xff\x82\xe2\x90\x27\x2a\x59\x25\xf8\xcb\x20\x54\x92\x7b\x6d\x06\x9d\xdd\x70\x04\x47\xbc\xe6\x3e\x09\xed\x31\xb0\xf6\x97\x14\x2d\xa2\xd5\xc5\x94\x72\x91\x4a\x2f\x0a\x03\x91\xb4\xc6\x7d\x24\xb6\x43\xeb\x62\x35\x17\x88\xc5\xc0\x31\xf4\x54\x00\xb2\xa8\x64\x84\x2f\x46\x35\xe5\x70\xd6\x59\xf2\xc1\xb0\x1b\x58\xc2\xf5\x19\xc0\x43\x06\xbc\x9d\xdc\xd8\x80\x18\x4f\xe0\xdd\x04\xad\x32\x9c\xa4\x70\x16\x66\x90\x84\xcc\x7a\x0d\x66\x1d\x8a\x52\x1b\x65\xaf\x4d\x83\x33\x58\x2a\x72\xad\x1f\xa7\x1a\x3d\x01\xa8\x01\x37\x36\x9f\x81\x6b\x09\xa1\x45\x86\x5f\x05\xa2\xc5\xb5\x23\x99\x24\xba\x04\xd2\x7e\x9c\xc8\x6e\xf4\xa8\xa2\x44\x88\xae\x1c\xcc\x3c\xce\xcf\x88\xdb\x89\x2e\x99\x34\x83\xa9\x50\x19\x46\x3a\x29\x2f\x29\x8a\xc3\xbe\x15\x3a\xb6\xd7\x3c\x97\xa6\x64\x93\x29\xd5\x44\x7b\x4c\xb6\xf8\xf7\xe1\xed\xe5\x04\x96\xfd\x43\xe8\xf2\x31\xbd\xb5\x07\x3b\x68\x56\x5e\x33\x58\xfa\x2b\xab\xc9\x3d\x0d\xe8\xa6\x1b\xee\x90\x42\x94\x74\x5d\x91\x60\x0b\x47\x0c\x9e\x1e\xac\x38\x46\x85\x5c\x92\x30\x28\x4d\xb0\x21\x94\x69\x21\x3c\x54\x75\x8b\xf5\xd6\x55\xb9\xde\xbd\xe7\xe4\xe4\xaa\x12\x21\xdc\xf3\x20\x4a\x29\x71\xf4\x23\xfc\x3d\x8e\x27\x9f\x44\x92\xc9\xa7\x9f\x8f\x27\x3f\x83\x24\x13\x7a\x8d\xea\x8f\x7a\x2e\xf0\x76\x03\x83\xe3\x38\x06\x4a\xac\x50\x81\x1b\xd6\x6b\xf9\x21\xd4\x8a\xd5\x9b\xeb\x28\x8e\x9b\xbb\xae\x7a\x1e\x18\xfd\xf1\xf3\x58\xf3\x59\x10\x28\x65\xc2\xa7\xb0\xe6\xaf\x40\x99\x6d\x86\x7e\xcf\xdd\xfb\x6d\x17\xb7\xde\x56\x8f\x43\xc4\xbb\xae\x9a\x44\xb8\xd8\x33\x39\x6a\xed\x80\x43\x4e\x43\xd3\x1e\x72\x4c\x92\xdc\x0f\xbc\xe4\x7d\x61\x03\x8c\x9a\xce\xb3\x93\x86\x46\x33\xd4\x4a\x72\xe7\xed\x9b\xd4\x38\x8e\xa5\xae\x88\x2e\x98\x5c\x2c\x16\xbb\x31\x80\x45\x2f\x3f\x4f\xd3\x5f\x50\xa4\x4e\x36\xf4\xbb\x06\x40\x5e\x39\x12\x09\x9b\xac\x6a\x51\xb7\xb1\x7f\x5c\x74\xd4\x06\xfd\x08\x86\x9b\x85\xc6\x49\x12\x9d\xa8\x20\xbb\x5d\x8e\x4e\x83\x6e\xd0\x86\xca\x34\x36\x24\xd8\x71\x42\x57\x27\x19\xad\x36\xfa\x52\xe3\x26\x1c\x16\x94\x4d\xcf\x14\x59\x0d\xdc\xc4\x84\xc8\x71\x71\x5e\x9f\x6a\xf4\x7b\x63\xb7\x8f\x34\x80\xe2\xdb\x59\x9f\x35\x45\xde\x23\x90\x2d\x75\xad\x86\x86\x78\xb7\xf8\xcb\x80\x8e\xb3\x66\x6f\xac\x87\x95\xd4\xf4\xdc\xcd\x30\xc8\xb3\x4d\x60\xc6\xe6\xcc\x08\x9e\x61\x06\xe3\xa2\x2f\x34\x85\xc8\x41\x41\x2a\x09\x27\x98\x02\x84\x8d\x56\xcd\xaa\xca\x4f\x80\xc4\xbf\x84\x2f\xdf\x7c\xf5\x75\x7c\xf2\x70\x16\x7e\x4b\x15\xa4\x16\x6d\x3e\x4a\xd2\x01\xcb\xba\xe8\x77\xde\xf0\xb9\x80\xf3\xc9\x1a\xd8\x82\x44\x74\x69\x9a\x3a\xe2\x60\xf6\xb8\xf0\x10\x1a\xe9\x6a\xb3\x43\x7b\x00\xd4\x1b\xae\x62\x62\xb3\xdd\x41\x3d\x58\x8b\xda\xab\x03\x7c\x67\xb4\x1b\x54\x34\xad\xa2\xda\xed\xc4\x16\x27\xd4\x44\xd3\x50\x49\xc3\xc5\x42\x88\x88\x81\xbb\x96\x8a\x83\xe0\xf1\xd2\x93\xbe\x04\xb4\xc6\xf9\xd8\xdb\x0a\x99\xce\xfa\x97\xea\x7d\x26\x9b\x57\xd0\xfb\x44\xc4\xfc\x9b\x24\x92\xb4\xcc\x47\x39\x4b\xa8\x2c\x36\xd2\x5d\x86\xf8\x10\x5f\x79\xb1\x09\x07\x24\xf1\x38\xe7\x22\xc5\x8f\xbf\x96\x36\xb3\x64\xab\x39\x8b\x8f\x52\x4c\xa1\xdc\xfe\x94\x4d\xe4\x23\xcb\xa0\xc2\x04\x38\x02\x38\x58\x1b\x9b\xc9\x85\xde\x56\x60\x9a\x4a\x40\xc7\x32\x8e\x03\xa5\xcb\x07\x3b\xc0\x07\xac\xe4\xdc\x07\x33\x70\xd3\x7e\x87\x5a\xa2\xae\xf1\x9f\x32\xad\x41\xd7\xa6\x0b\xc5\x2f\x57\xa0\xa8\x43\xf5\xe8\x17\x27\xb9\x76\x59\x27\x64\x1e\x3a\x57\x45\x93\xd3\x98\x9c\xa9\xa6\xa7\x28\x79\x60\x60\xf4\x53\xfe\x7f\x94\x78\xec\x6b\x0b\x25\x77\x59\xde\xf4\x92\x4f\x3e\xe2\x4b\x5f\xf7\xe5\x2b\x3e\x1e\xd8\x09\x95\x01\x43\x31\x4b\x76\x48\x75\x1f\xbd\xba\x2d\xde\x44\x57\x9d\x7a\xac\x45\xe7\x85\x1d\x8f\x4f\x52\x78\xe4\x34\x9b\x8a\x88\x15\xb6\x62\x27\x8d\x65\x5b\x26\x8f\xcd\x55\xf8\xbb\x75\xaa\xda\x09\x8c\x0e\x3a\x63\x81\xb2\x76\x88\x6b\x40\x6f\x94\xac\xc7\x96\xfa\x4a\xb8\x31\xb7\xa6\x23\xab\x97\x7a\xd7\x6c\x1f\xaf\xe0\x5d\x91\x83\x82\x54\xda\xf7\xa7\x89\x3b\x8c\x29\x54\x78\x8f\x5d\xcf\x87\x7a\x94\x29\xb3\x1c\x8a\xbe\xfb\x88\xad\x92\xc2\x17\x91\x58\x9e\xbc\x84\xdb\xf8\xa8\xb4\x89\x37\xb9\x45\x33\x1e\xb9\xa2\x12\x8f\xb6\x29\x90\x2a\x08\x91\x0e\xbf\xf6\x42\xfa\x04\x9b\xe3\x2e\x12\xfa\x65\x18\x19\xe3\x36\xc7\x4e\xe9\x39\x70\x96\x4d\x23\x00\x5e\x8b\x6d\xf3\xce\xcd\xf9\xe8\x4c\x73\xfa\x44\x75\x4f\x10\xa2\x15\x7d\x8f\xa9\x3d\x17\x17\x22\xfa\x91\x0d\x6c\x46\xaf\x4b\x22\xa8\xd8\xe4\x27\xe7\x15\x59\x5a\x79\xdb\xb4\x6a\x60\x2b\xe1\x81\x0f\x3e\x93\x4a\x9a\x1a\xb4\x8f\x9d\x51\x7a\x5d\x52\xa1\xed\x25\x22\x06\x1d\x68\x33\xda\x75\x82\x42\x99\x1c\x77\x4a\x33\x73\xc4\xfd\x0a\x51\x43\xcb\x57\x34\x8e\x79\x8c\xf3\x98\xf8\x32\x2e\x75\xc2\x55\xb1\x6f\xb1\x43\x2b\xd4\x7d\x23\xdd\x93\xf1\x74\xf0\x52\xc9\x8f\x04\xa2\x20\x4f\xa2\x1c\xba\xcd\xd9\xd5\x79\x14\x0d\xdb\x20\xb4\xc2\x36\xfc\x92\x91\x8e\xb4\xf1\x50\xfa\x3b\xc6\xb8\x2e\x62\x7a\x5f\x9c\x74\x4e\x40\x1e\xc9\x21\xd8\xd1\xe1\x88\x88\x4b\x69\x3c\x9d\xa3\x66\x12\x05\x7e\x5c\xc0\x37\x39\x53\x07\x30\x2f\x75\x81\x14\x03\x14\x77\x6d\xbc\xc9\x11\x40\xfc\x74\x53\x2f\x0d\x19\xa7\xe5\x99\x22\x47\x6e\x6d\x7f\xf6\x6c\xfb\x37\x47\x8e\x29\x23\x05\xc5\xe9\x8b\x22\x8e\x70\x37\xca\x79\x59\x6f\x39\x9c\x7a\x3b\x60\x3a\xea\x2f\x3b\x5b\x65\x9f\x6a\x72\x1f\x21\x13\x62\xe9\xf6\x16\xd7\x04\xc8\x4c\x40\x3f\xc5\x79\x69\x53\x56\x88\x45\x15\xc4\xbd\xa2\x8c\x8b\x32\xa1\xd4\x56\xe1\x70\x22\xbc\x18\xeb\xe3\xc1\xe1\x7a\x50\x01\x6e\x17\x15\x9b\x27\x45\xd1\xc8\x22\xc3\x8f\x95\x5c\x8f\xd6\x49\xc2\x5f\xb5\x35\xae\xec\x58\xa6\xbe\xe8\x22\x4f\x8b\xb2\x58\xb2\x28\xd2\xd3\xfc\xf6\xc7\xd8\x17\xcc\xfc\x85\xb3\x8a\xd8\x7a\xcd\x66\x5a\x2c\xd0\x48\x8b\xb5\x37\x96\x0f\x8a\xc5\x7c\x99\x93\x03\xbd\x29\x3b\x43\x23\x6b\x69\xd1\x47\x78\x0b\xb8\x59\x7e\x7c\xe2\xf8\x83\xde\x12\x8f\x3f\x7c\x4b\xdc\xb0\x2f\x34\xa7\x1c\x3b\x14\x5d\x7e\x4f\xb1\xa6\x70\xa5\xd8\x57\x4a\x1c\x31\xb5\x25\xbc\xb9\xbe\x3e\x11\x63\xc4\x9a\xaf\x9e\x1d\x72\x74\x09\xa8\xc8\xe5\xc6\xb0\x0b\x77\x86\x7a\x3e\x54\xc8\x77\x58\xa2\x09\xf1\xed\x92\x54\xfd\xa5\xec\x1e\x4c\x25\x9d\xf3\x3b\xbe\x71\x85\x5e\xb0\x7d\xbc\xd0\x73\xe7\x5c\xbe\x82\xcf\x26\x16\x26\xb4\xd2\xc3\x5c\x52\x8f\xd7\x1b\x66\xc5\x68\xbc\x32\x25\x66\xd2\x29\x85\x73\x44\x82\x6f\x48\xd0\xf8\xc5\x78\x67\xe9\xa1\x3a\x4b\xfa\x0b\xc5\xf4\xfc\xe0\xcc\x49\xcb\x6d\xca\x44\x84\x47\x8d\x47\xc6\x51\xb4\xf1\xfe\xdd\x71\x4c\x18\x35\x2c\xd3\x31\xbb\xbb\xdc\xa3\xf3\x37\x55\x71\x73\x6a\x31\x61\x81\x18\xcd\xa3\x32\x7b\x7b\x94\x9b\x36\x37\x50\xd3\x9d\x0a\xaa\xa5\x6b\xf2\x0e\x8b\x2a\x14\xfe\xa3\x25\xa5\x89\x65\xe7\x9d\x72\x69\x17\x0e\xb7\xf8\xf6\x24\x66\x99\x2f\xe0\x9d\x2f\xaf\x49\xc1\xdd\x35\xe5\x61\xce\x4f\x98\x8a\xb6\xc4\xc5\x12\x6e\xa2\xf9\x9f\xb3\x07\x4c\x6a\xd8\xde\xa2\x68\xb2\x03\x84\xd3\x81\xa9\xfd\x4b\x4d\x15\x8b\x0b\x56\x16\xb1\x30\x78\xa3\xd0\x0a\x5d\x63\x68\xac\x47\xc8\x29\x6d\x68\x92\xa7\x5e\xe2\xea\x90\xd2\x65\x68\x95\xcd\xf4\xcf\xe1\xaf\xe8\x3d\x26\x8b\xce\xad\xad\xc0\x1d\x50\x31\xfc\xe2\x42\x74\xb2\xc1\x57\xf0\x9d\xc0\xc0\x84\x52\xdc\xd6\x6b\xf8\x8d\x17\x76\x83\xde\xcd\x2d\x33\x34\x1b\xb3\x07\xf5\x68\x69\xa6\xd8\x84\xb6\xe3\xb1\x8a\x28\xb5\xa1\xa8\xdb\x48\xef\x84\xd3\xcd\x44\x17\xc6\xb1\xab\xa0\x60\x87\xfa\x54\x88\x35\xae\x07\x4b\xf8\x32\x1b\x6a\x6c\xb9\xcc\x26\x47\x6f\x3c\x3d\xf9\x8b\x13\x93\xa7\x11\x3f\x5c\x45\x4b\xd5\x1f\x17\xe2\x8e\x80\x23\x79\xe6\x4e\x36\x83\x50\x30\x68\xc9\x87\x5b\x7b\x63\xb7\x17\xe0\x86\xba\x0d\x2d\x9b\x3f\x9a\x7a\x1b\xb1\x04\x5f\xee\xf2\x42\x6a\xb4\x17\xb0\xc7\x55\x69\xf4\x7c\xe5\x6d\x25\x7c\xdd\x52\x7d\x5e\xa3\x23\x44\xf9\x52\xe3\x2d\xd9\x7d\x85\x22\x6f\xbc\x3a\xc3\xbf\x8c\xb5\x42\xb7\xa4\x9a\x95\x79\x55\xb8\x30\xf8\x78\x56\xe7\xb9\xf1\x56\xe1\xac\x7f\x1d\x6d\x70\x2c\x4f\x62\x71\xc8\x78\x39\x55\x58\x61\xe6\x12\xaa\x86\xd5\x70\xd4\x74\xe1\x42\xfe\x91\x66\xe8\x78\x99\x71\xec\x85\x16\x3d\xb5\x5e\x38\x57\x14\x5a\x01\xe3\xa8\x43\x3a\x48\x4d\x4c\x1b\x98\xd6\x3f\xe9\x9e\x85\x17\x52\xb1\x97\x4c\xe8\xbb\xb1\x7c\xb4\xe3\x65\x70\x86\x13\xe4\x36\x81\xe8\x05\x38\x53\x5e\x2b\xcd\xc3\xc2\xeb\x91\xa5\x89\x72\xd7\x27\xcc\x27\xc9\x29\xf0\x50\xf4\x31\x65\x27\x36\x63\x93\xeb\xed\x9b\xc5\x6d\x16\x5d\x68\x62\xc5\x7b\xc0\xab\xdc\xd9\x7a\x98\x89\x96\xaa\xe1\xb5\xa8\xfd\x53\x25\x58\x63\xf6\x5a\x19\xd1\xf0\x95\x90\x38\x3e\x1c\x24\x89\xa2\xea\xec\x0c\x85\xb8\x70\xc7\xb4\xb7\xd2\x8c\x42\x0d\x45\x17\x96\xb7\x97\x63\x73\x8b\x3c\x2f\x37\xb4\xc6\x12\x76\x3c\xc3\x23\x69\xa4\xe5\x89\xcc\xac\xe3\x2d\x55\x00\x61\x14\x0c\x41\x23\x36\x21\xde\x45\x1b\x1b\x81\x38\x2f\xfc\x8e\xcf\xcc\x7a\xe3\x9c\x5c\x29\x06\xce\xa9\xd8\xf3\x27\x25\xd1\x0d\xca\x4b\x02\x14\xa1\x22\x2f\x6c\x38\x0b\x24\x0f\x49\x93\x47\x18\x9f\x07\xff\x0a\x28\x38\xe3\xe0\x28\x26\x3c\x2b\x2a\x94\x6b\xbf\x14\x10\x46\x46\x8e\xe8\x65\xed\x97\x6d\xbf\xa8\xf3\x25\x54\xb4\xd4\xdb\xab\xab\xb5\x31\x8b\xda\x74\x99\xcc\xc2\x0b\xbb\xd8\x7c\x2c\xfb\x7a\xe1\x42\xb8\x9b\xd0\x81\xd0\x52\x74\x43\x47\xb4\xba\xe6\xee\x6d\xfd\x85\x10\xff\x78\xf7\x46\x34\xb7\xb7\x37\x77\x5f\xdc\x7e\x89\xab\xaf\x9a\xaf\xae\xc5\xed\xcd\xd7\xb7\xb7\xf8\xd5\xd7\x5f\x94\x14\x1f\xca\xde\xe0\xd4\xc6\x95\xd9\xb8\x13\xf6\x4d\x92\x2c\x8f\xd0\x48\x0f\xad\xd9\x87\x6f\x28\x94\xd9\x44\xf3\x2a\x2b\xc3\xf2\x66\x23\xd7\x1e\x5c\xfc\x1b\x87\x34\xde\xc5\x09\x7c\x30\x40\xf9\x63\x01\xff\x6e\x36\x1b\x32\x5b\xbe\xff\x4a\xc5\x47\x03\xab\xc3\x68\x46\x01\xe1\x5d\xc0\x6a\x88\xd7\xab\x27\x9c\x46\xb4\x46\x2e\x40\xe9\xdb\x5e\x6e\x2c\x25\xa5\x26\x5f\xde\x35\x65\x14\xe1\x6f\x0c\xcc\x06\xac\xf1\xa3\x89\x51\x51\x4a\x11\x62\xe2\x36\xbf\xc5\x44\x4b\x06\x5f\xcd\x3c\x89\x89\x23\x5a\xac\x80\xd2\x9c\x3a\xf1\xe1\x3e\x28\x04\xb8\xeb\x7c\x73\x7d\xe2\xe5\x7d\xac\x20\x6f\xee\x4a\xf3\x99\x58\x4f\x6e\xf8\x14\x67\xb7\xae\xb6\x72\x95\xbf\x43\x29\x9a\x44\xb1\xc9\x47\xa1\x68\x12\x31\xe2\x97\x29\x0b\xf8\xaf\x74\x0d\x7f\xd6\x5b\xaa\xd5\xd0\x20\x74\xd8\x19\x7b\xb8\x80\xba\x1f\xc2\x5d\x7a\xd2\xca\xa2\xe0\x87\x0d\xc9\x71\x4b\x3b\xe7\x5d\xae\x71\xd2\xa7\x2f\x7c\xd2\xd3\x89\xba\x25\x0d\x84\x6b\x1e\x01\xcc\xd0\x44\x33\x6c\xda\xb2\x4f\x18\x38\xa9\x45\x2f\x6a\xaa\x3a\x7e\x83\x5d\x1c\x09\xe9\xd5\x8c\x23\x73\x32\x23\x38\xf6\xed\xc6\xf4\x59\xf7\x43\xb0\x8d\xbb\xeb\x6b\x38\xe7\xdf\x1f\xbe\xff\x98\x5f\x07\x6d\xc0\x12\x6e\xef\xbe\x84\x73\xfa\xfd\xe1\xdb\x31\x8d\x4e\xad\xc4\x63\xd7\xab\xf2\x36\xfb\x89\x3c\xda\x09\x4d\xce\x28\x20\x0d\xce\x00\x74\x0c\xb0\x27\x32\x1c\x25\x38\x32\xb8\x3e\x7d\x5e\x93\xa6\x87\xaf\xee\xe2\xa7\x35\xea\x00\xfd\xa0\xd4\xb4\x03\xc5\x49\x3a\x1e\x44\x19\x0b\xff\xc3\x47\x18\xde\x40\x6f\xfa\x81\x29\xd8\x41\xf3\x55\x8d\xe9\xaa\x63\x3f\xe3\x65\xd6\x30\x17\xc6\xab\x19\x43\x62\xe4\x88\x5e\x16\x61\x19\x31\x18\x45\xe4\x3f\x4b\xa8\x2e\x2f\x2f\x7f\xd6\x5b\x3c\xbc\x85\x4f\x9f\x60\x8b\x07\xf8\x39\x9d\x8e\x5d\x75\x87\xcb\x2d\x1e\x7e\xae\xe0\xe1\xa1\xcc\x42\x0d\x9f\xae\x87\x7d\x84\xef\x3b\x4c\x2d\xd4\x15\x7f\xf6\x78\xe8\x54\x39\x34\xdc\xa4\xbc\xe7\x4e\x39\x0f\x75\x72\xa3\xc5\xa9\x21\xe1\x05\x0d\xf9\xf1\xdd\xbf\x7c\xff\xdf\xff\x79\x74\x0c\xf6\xb8\x15\xd6\x7c\x8b\xd7\x99\xb2\x1a\x8c\x27\x94\xa8\x77\xd2\x1a\xcd\x0d\x91\xf4\xa5\xce\x68\x88\xb3\xee\x66\x6a\xab\x72\xae\x0b\xdf\x8f\x10\x12\xe5\xf8\x1a\xa0\xf2\x18\x8a\x56\x78\xe2\x80\x83\x3b\x1f\x2c\x60\xb2\x52\x6c\x4e\x9b\x66\xbc\x5d\x7a\x6c\x7b\x9f\xd5\xd7\x12\xaa\x7f\xfb\xe7\xff\x5d\xbe\x44\x4f\x53\x2d\xa1\xde\x95\x03\x51\xef\x0a\x8b\x28\xbb\x9e\x47\xc2\xdf\xd1\x16\x9e\x83\x33\xbc\x01\x51\x73\xf4\xa7\x58\x60\xb6\xa8\x59\x1a\x45\x10\xf8\x5e\xb8\x56\x7e\x67\x6c\x1f\xe5\x42\xbb\x41\x1b\x04\x1d\x48\x85\x27\xe3\x67\x80\xf9\xac\xb3\x99\x00\x16\x31\xf8\xd6\x58\xf9\x31\x7d\xf5\xd3\x75\x83\x0e\x4d\x2a\xfe\x70\x85\xa9\x2f\xe0\xdb\xc3\x88\x45\x02\x79\x56\xa4\xd4\xe4\x5e\x93\x4d\x06\x6e\xa5\x2e\xae\xff\xee\xa4\xe0\xc3\x99\x13\xe6\x14\x52\x58\xba\xb2\xc0\x73\x47\xce\x76\x42\x2a\x11\x81\xf8\xc9\xa8\x51\x6e\x37\x4a\xae\x15\xba\x51\x39\xef\x6a\xdc\x0b\x35\x12\xd4\x0d\x58\xdc\x99\xe2\x9b\xdc\x16\x73\xc8\xdb\xe2\x6f\xc2\x3d\x13\xdd\xbe\x5a\x38\x63\x2e\x8e\x88\xf1\xd3\x89\x63\xf0\xe1\xb4\x8c\xc8\x87\x2b\xc0\xba\xd1\xd5\x05\x54\x6b\x6b\xb4\x47\xdd\xe4\x72\xf0\x6f\x10\x88\xbe\x9b\x7c\x54\x1a\xcf\xef\x53\x2b\x3f\x50\x50\xa1\x5f\xc8\x21\x23\x7d\xea\xbd\x42\xd8\x4a\x8a\x0c\x13\x85\xd2\xa3\x69\xf9\xf8\x2e\xf7\x41\x8b\x53\xf9\x78\x0c\x3f\x22\x25\x9a\x77\x9f\x16\x5f\x42\x75\x9b\xae\x15\x3c\xf0\xa5\xbc\x87\xb3\xff\x0f\x00\x00\xff\xff\xb7\x06\x79\x5c\xb9\x3e\x00\x00") -func command_assets_example_nomad() ([]byte, error) { - return bindata_read( - _command_assets_example_nomad, +func commandAssetsExampleNomadBytes() ([]byte, error) { + return bindataRead( + _commandAssetsExampleNomad, "command/assets/example.nomad", ) } +func commandAssetsExampleNomad() (*asset, error) { + bytes, err := commandAssetsExampleNomadBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "command/assets/example.nomad", size: 16057, mode: os.FileMode(420), modTime: time.Unix(1599160294, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + // Asset loads and returns the asset for the given name. // It returns an error if the asset could not be found or // could not be loaded. func Asset(name string) ([]byte, error) { cannonicalName := strings.Replace(name, "\\", "/", -1) if f, ok := _bindata[cannonicalName]; ok { - return f() + a, err := f() + if err != nil { + return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) + } + return a.bytes, nil } return nil, fmt.Errorf("Asset %s not found", name) } +// MustAsset is like Asset but panics when Asset would return an error. +// It simplifies safe initialization of global variables. +func MustAsset(name string) []byte { + a, err := Asset(name) + if err != nil { + panic("asset: Asset(" + name + "): " + err.Error()) + } + + return a +} + +// AssetInfo loads and returns the asset info for the given name. +// It returns an error if the asset could not be found or +// could not be loaded. +func AssetInfo(name string) (os.FileInfo, error) { + cannonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[cannonicalName]; ok { + a, err := f() + if err != nil { + return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) + } + return a.info, nil + } + return nil, fmt.Errorf("AssetInfo %s not found", name) +} + // AssetNames returns the names of the assets. func AssetNames() []string { names := make([]string, 0, len(_bindata)) @@ -82,12 +203,13 @@ func AssetNames() []string { } // _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() ([]byte, error){ - "command/assets/connect-short.nomad": command_assets_connect_short_nomad, - "command/assets/connect.nomad": command_assets_connect_nomad, - "command/assets/example-short.nomad": command_assets_example_short_nomad, - "command/assets/example.nomad": command_assets_example_nomad, +var _bindata = map[string]func() (*asset, error){ + "command/assets/connect-short.nomad": commandAssetsConnectShortNomad, + "command/assets/connect.nomad": commandAssetsConnectNomad, + "command/assets/example-short.nomad": commandAssetsExampleShortNomad, + "command/assets/example.nomad": commandAssetsExampleNomad, } + // AssetDir returns the file names below a certain // directory embedded in the file by go-bindata. // For example if you run go-bindata on data/... and data contains the @@ -117,27 +239,81 @@ func AssetDir(name string) ([]string, error) { return nil, fmt.Errorf("Asset %s not found", name) } rv := make([]string, 0, len(node.Children)) - for name := range node.Children { - rv = append(rv, name) + for childName := range node.Children { + rv = append(rv, childName) } return rv, nil } -type _bintree_t struct { - Func func() ([]byte, error) - Children map[string]*_bintree_t -} -var _bintree = &_bintree_t{nil, map[string]*_bintree_t{ - "command": &_bintree_t{nil, map[string]*_bintree_t{ - "assets": &_bintree_t{nil, map[string]*_bintree_t{ - "connect-short.nomad": &_bintree_t{command_assets_connect_short_nomad, map[string]*_bintree_t{ - }}, - "connect.nomad": &_bintree_t{command_assets_connect_nomad, map[string]*_bintree_t{ - }}, - "example-short.nomad": &_bintree_t{command_assets_example_short_nomad, map[string]*_bintree_t{ - }}, - "example.nomad": &_bintree_t{command_assets_example_nomad, map[string]*_bintree_t{ - }}, +type bintree struct { + Func func() (*asset, error) + Children map[string]*bintree +} +var _bintree = &bintree{nil, map[string]*bintree{ + "command": &bintree{nil, map[string]*bintree{ + "assets": &bintree{nil, map[string]*bintree{ + "connect-short.nomad": &bintree{commandAssetsConnectShortNomad, map[string]*bintree{}}, + "connect.nomad": &bintree{commandAssetsConnectNomad, map[string]*bintree{}}, + "example-short.nomad": &bintree{commandAssetsExampleShortNomad, map[string]*bintree{}}, + "example.nomad": &bintree{commandAssetsExampleNomad, map[string]*bintree{}}, }}, }}, }} + +// RestoreAsset restores an asset under the given directory +func RestoreAsset(dir, name string) error { + data, err := Asset(name) + if err != nil { + return err + } + info, err := AssetInfo(name) + if err != nil { + return err + } + err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) + if err != nil { + return err + } + err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) + if err != nil { + return err + } + err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) + if err != nil { + return err + } + return nil +} + +// RestoreAssets restores an asset under the given directory recursively +func RestoreAssets(dir, name string) error { + children, err := AssetDir(name) + // File + if err != nil { + return RestoreAsset(dir, name) + } + // Dir + for _, child := range children { + err = RestoreAssets(dir, filepath.Join(name, child)) + if err != nil { + return err + } + } + return nil +} + +func _filePath(dir, name string) string { + cannonicalName := strings.Replace(name, "\\", "/", -1) + return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) +} + + +func assetFS() *assetfs.AssetFS { + assetInfo := func(path string) (os.FileInfo, error) { + return os.Stat(path) + } + for k := range _bintree.Children { + return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k} + } + panic("unreachable") +} From c320e9140764f3232cd06e321389df5a689c96d1 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 16 Sep 2020 11:06:35 -0400 Subject: [PATCH 2/3] Update website with network mbit deprecation --- .../pages/docs/job-specification/index.mdx | 65 +++++++++---------- .../pages/docs/job-specification/network.mdx | 2 + .../pages/docs/upgrade/upgrade-specific.mdx | 14 ++++ 3 files changed, 48 insertions(+), 33 deletions(-) diff --git a/website/pages/docs/job-specification/index.mdx b/website/pages/docs/job-specification/index.mdx index 37ac6ff1be8..54fab1f3152 100644 --- a/website/pages/docs/job-specification/index.mdx +++ b/website/pages/docs/job-specification/index.mdx @@ -58,6 +58,7 @@ job "docs" { max_parallel = 2 } + # A group defines a series of tasks that should be co-located # on the same client (host). All tasks within a group will be # placed on the same host. @@ -65,6 +66,36 @@ job "docs" { # Specify the number of these tasks we want. count = 5 + network { + # This requests a dynamic port named "http". This will + # be something like "46283", but we refer to it via the + # label "http". + port "http" {} + + # This requests a static port on 443 on the host. This + # will restrict this task to running once per host, since + # there is only one port 443 on each host. + port "https" { + static = 443 + } + } + + # The service block tells Nomad how to register this service + # with Consul for service discovery and monitoring. + service { + # This tells Consul to monitor the service on the port + # labelled "http". Since Nomad allocates high dynamic port + # numbers, we use labels to refer to them. + port = "http" + + check { + type = "http" + path = "/health" + interval = "10s" + timeout = "2s" + } + } + # Create an individual task (unit of work). This particular # task utilizes a Docker container to front a web application. task "frontend" { @@ -77,22 +108,6 @@ job "docs" { image = "hashicorp/web-frontend" } - # The service block tells Nomad how to register this service - # with Consul for service discovery and monitoring. - service { - # This tells Consul to monitor the service on the port - # labelled "http". Since Nomad allocates high dynamic port - # numbers, we use labels to refer to them. - port = "http" - - check { - type = "http" - path = "/health" - interval = "10s" - timeout = "2s" - } - } - # It is possible to set environment variables which will be # available to the task when it runs. env { @@ -102,26 +117,10 @@ job "docs" { } # Specify the maximum resources required to run the task, - # include CPU, memory, and bandwidth. + # include CPU and memory. resources { cpu = 500 # MHz memory = 128 # MB - - network { - mbits = 100 - - # This requests a dynamic port named "http". This will - # be something like "46283", but we refer to it via the - # label "http". - port "http" {} - - # This requests a static port on 443 on the host. This - # will restrict this task to running once per host, since - # there is only one port 443 on each host. - port "https" { - static = 443 - } - } } } } diff --git a/website/pages/docs/job-specification/network.mdx b/website/pages/docs/job-specification/network.mdx index 200c78a526a..96162bcc19c 100644 --- a/website/pages/docs/job-specification/network.mdx +++ b/website/pages/docs/job-specification/network.mdx @@ -50,6 +50,8 @@ job "docs" { ## `network` Parameters +- `mbits` ([*deprecated*](/docs/upgrade/upgrade-specific#nomad-0-12-0) int: 10) - Specifies the bandwidth required in MBits. + - `port` ([Port](#port-parameters): nil) - Specifies a TCP/UDP port allocation and can be used to specify both dynamic ports and reserved ports. diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index d26629a6585..8807481f002 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -17,6 +17,20 @@ standard upgrade flow. ## Nomad 0.12.0 +### `mbits` and Task Network Resource deprecation + +Starting in Nomad 0.12.0 the `mbits` field of the network resource block has +been deprecated and is no longer considered when making scheduling decisions. +This is in part because we felt that `mbits` didn't accurately account network +bandwidth as a resource. + +Additionally the use of the `network` block inside of a task's `resource` block is +also deprecated. Users are advised to move their `network` block to the `group` +block. Recent networking features have only been added to group based network +configuration. If any usecase or feature which was available with task network +resource is not fulfilled with group network configuration, please open an issue +detailing the missing capability. + ### Enterprise Licensing Enterprise binaries for Nomad are now publicly available via From 040e76279f6f41845aca16336d4734cd58020904 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Thu, 17 Sep 2020 08:35:38 -0400 Subject: [PATCH 3/3] tweak the language about mbit scheduling factor --- website/pages/docs/upgrade/upgrade-specific.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index 8807481f002..7ab2c2cdf5a 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -20,9 +20,8 @@ standard upgrade flow. ### `mbits` and Task Network Resource deprecation Starting in Nomad 0.12.0 the `mbits` field of the network resource block has -been deprecated and is no longer considered when making scheduling decisions. -This is in part because we felt that `mbits` didn't accurately account network -bandwidth as a resource. +been deprecated. This is in part because we felt that `mbits` didn't +accurately account network bandwidth as a resource. Additionally the use of the `network` block inside of a task's `resource` block is also deprecated. Users are advised to move their `network` block to the `group`