From af89ba8c95fdcdc81524c5fabf15633597e42993 Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Wed, 19 May 2021 11:58:52 +0100 Subject: [PATCH] Fixes vendoring github.com/jim-minter/go-cosmosdb -> github.com/mjudeikis/go-cosmosdb Package commits changed because we had to update path declaration inside of the package. Diff between versions: https://github.com/mjudeikis/go-cosmosdb/compare/d7f11ed7bd6d7be4b7cab3f8c13c66d5f7a11c76...b205b3cefd36d53fa317c384364d03032d3e5c2c --- go.mod | 2 +- go.sum | 4 +-- .../go-cosmosdb/LICENSE | 0 .../cmd/gencosmosdb/gencosmosdb.go | 4 +-- .../go-cosmosdb/pkg/gencosmosdb/bindata.go | 27 +++++++++---------- .../go-cosmosdb/pkg/gencosmosdb/generate.go | 0 vendor/modules.txt | 8 +++--- 7 files changed, 22 insertions(+), 23 deletions(-) rename vendor/github.com/{jim-minter => mjudeikis}/go-cosmosdb/LICENSE (100%) rename vendor/github.com/{jim-minter => mjudeikis}/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go (94%) rename vendor/github.com/{jim-minter => mjudeikis}/go-cosmosdb/pkg/gencosmosdb/bindata.go (75%) rename vendor/github.com/{jim-minter => mjudeikis}/go-cosmosdb/pkg/gencosmosdb/generate.go (100%) diff --git a/go.mod b/go.mod index aba4f84f1..ab7819a77 100644 --- a/go.mod +++ b/go.mod @@ -52,7 +52,6 @@ require ( github.com/gorilla/sessions v1.2.1 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/h2non/filetype v1.1.1 // indirect - github.com/jim-minter/go-cosmosdb v0.0.0-20210320020825-d7f11ed7bd6d github.com/jstemmer/go-junit-report v0.9.1 github.com/leodido/go-urn v1.2.1 // indirect github.com/libvirt/libvirt-go v7.0.0+incompatible // indirect @@ -61,6 +60,7 @@ require ( github.com/mattn/go-runewidth v0.0.10 // indirect github.com/metal3-io/cluster-api-provider-baremetal v0.2.2 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect + github.com/mjudeikis/go-cosmosdb v0.0.0-20210518104404-b205b3cefd36 github.com/nxadm/tail v1.4.8 // indirect github.com/onsi/ginkgo v1.15.0 github.com/onsi/gomega v1.10.5 diff --git a/go.sum b/go.sum index 78cd96cb8..cad7d203a 100644 --- a/go.sum +++ b/go.sum @@ -1240,8 +1240,6 @@ github.com/jen20/awspolicyequivalence v1.1.0/go.mod h1:PV1fS2xyHhCLp83vbgSMFr2dr github.com/jessevdk/go-flags v0.0.0-20180331124232-1c38ed7ad0cc/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jhump/protoreflect v1.6.0/go.mod h1:eaTn3RZAmMBcV0fifFvlm6VHNz3wSkYyXYWUh7ymB74= -github.com/jim-minter/go-cosmosdb v0.0.0-20210320020825-d7f11ed7bd6d h1:VH6BibAwhtDdFEOfEmRG77/RktPn/MdewL5QAokLlJA= -github.com/jim-minter/go-cosmosdb v0.0.0-20210320020825-d7f11ed7bd6d/go.mod h1:n4wXKwl/rXS49qkPRFf3vovG0V6nkwAO4SbRwjGYibM= github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a/go.mod h1:wK6yTYYcgjHE1Z1QtXACPDjcFJyBskHEdagmnq3vsP8= github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a h1:GmsqmapfzSJkm28dhRoHz2tLRbJmqhU86IPgBtN3mmk= github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a/go.mod h1:xRskid8CManxVta/ALEhJha/pweKBaVG6fWgc0yH25s= @@ -1502,6 +1500,8 @@ github.com/mitchellh/pointerstructure v0.0.0-20190430161007-f252a8fd71c8/go.mod github.com/mitchellh/prefixedio v0.0.0-20190213213902-5733675afd51/go.mod h1:kB1naBgV9ORnkiTVeyJOI1DavaJkG4oNIq0Af6ZVKUo= github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= +github.com/mjudeikis/go-cosmosdb v0.0.0-20210518104404-b205b3cefd36 h1:K0yb4fqa1rYPEbdlv3rYz0vh1aHK0Jkd+EscS1Yi5wI= +github.com/mjudeikis/go-cosmosdb v0.0.0-20210518104404-b205b3cefd36/go.mod h1:l/LMyUQzbW3Pe62a6huel6S/5ED0KrkkqSQdwiGueUI= github.com/mjudeikis/installer v0.9.0-master.0.20210423142443-7756cb69c32a h1:Sgx14vkKBwXgIOv3wBrqANgHalgr9TwiXnrm5h19c9s= github.com/mjudeikis/installer v0.9.0-master.0.20210423142443-7756cb69c32a/go.mod h1:7VaPq04uNsqsSVgORCxZxNN7mq7FyhrvFBN2EPyk7iQ= github.com/moby/ipvs v1.0.1/go.mod h1:2pngiyseZbIKXNv7hsKj3O9UEz30c53MT9005gt2hxQ= diff --git a/vendor/github.com/jim-minter/go-cosmosdb/LICENSE b/vendor/github.com/mjudeikis/go-cosmosdb/LICENSE similarity index 100% rename from vendor/github.com/jim-minter/go-cosmosdb/LICENSE rename to vendor/github.com/mjudeikis/go-cosmosdb/LICENSE diff --git a/vendor/github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go b/vendor/github.com/mjudeikis/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go similarity index 94% rename from vendor/github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go rename to vendor/github.com/mjudeikis/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go index 6569b2e9a..32beb466d 100644 --- a/vendor/github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go +++ b/vendor/github.com/mjudeikis/go-cosmosdb/cmd/gencosmosdb/gencosmosdb.go @@ -8,7 +8,7 @@ import ( "strings" "unicode" - "github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb" + "github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb" ) var ( @@ -29,7 +29,7 @@ func writeFile(filename string, data []byte) error { } defer f.Close() - data = packageRegexp.ReplaceAll(data, []byte("// Code generated by github.com/jim-minter/go-cosmosdb, DO NOT EDIT.\n\npackage "+*pkg)) + data = packageRegexp.ReplaceAll(data, []byte("// Code generated by github.com/mjudeikis/go-cosmosdb, DO NOT EDIT.\n\npackage "+*pkg)) _, err = f.Write(data) return err diff --git a/vendor/github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb/bindata.go b/vendor/github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb/bindata.go similarity index 75% rename from vendor/github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb/bindata.go rename to vendor/github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb/bindata.go index 405c57ed3..93ce3cbf6 100644 --- a/vendor/github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb/bindata.go +++ b/vendor/github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb/bindata.go @@ -1,6 +1,5 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -// Package gencosmosdb generated by go-bindata.// sources: +// Package gencosmosdb Code generated by go-bindata. (@generated) DO NOT EDIT. +// sources: // cosmosdb/authorizer.go // cosmosdb/collection.go // cosmosdb/cosmosdb.go @@ -207,7 +206,7 @@ func permissionGo() (*asset, error) { return a, nil } -var _templateGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x5b\x6f\xdb\x38\x16\x7e\x16\x7f\x05\xab\x07\xc3\x8a\x65\x79\xf7\xd5\x80\x17\x28\x92\x6c\xd7\xdb\x49\xda\x49\xf3\x30\xc0\x60\x80\x30\xd2\xb1\xc3\x46\x16\x55\x8a\x6a\x12\x18\xfe\xef\x03\x92\xba\x90\x94\x64\x27\x99\xa4\x93\x69\x5e\x62\x4b\xe7\xf2\xf1\xdc\x0f\x9d\x93\xf8\x96\xac\x01\xc7\xac\xd8\xb0\x22\xb9\x46\x88\x6e\x72\xc6\x05\x1e\x23\xcf\x8f\x59\x26\xe0\x5e\xf8\xc8\xf3\x33\x10\xb3\x1b\x21\x72\xf9\xb9\x10\x3c\x66\xd9\xf7\xea\x23\xcd\xd6\x85\x8f\x90\x97\xdf\xae\xb1\xbf\xa6\xe2\xa6\xbc\x8e\x62\xb6\x99\x7d\xa5\x9b\xe9\x86\x66\x02\xf8\x6c\xcd\xa6\xb5\xfc\x59\x7e\xbb\x9e\xad\x21\x6b\xbe\x37\x1f\x92\x72\xb3\x79\xf0\x51\x80\x90\x78\xc8\x01\x0b\xd8\xe4\x29\x11\x70\x9c\x52\xc8\x04\x2e\x04\x2f\x63\x81\xb7\xc8\x3b\x4a\x88\x20\xd7\xa4\xa8\xde\x20\x2f\x27\xe2\x06\x6b\x20\x68\x87\xd0\x6c\x86\x2f\x6d\x5e\x5a\x60\xd2\xc8\xc3\xb1\x66\x53\x4a\x5c\x42\x89\x76\x45\x62\x90\x7a\x8e\x39\x10\x01\xe3\xca\x06\xd1\xb1\xfe\x1f\x56\x9a\x42\x7c\x94\xdf\xae\xa3\x5a\x40\x88\x8f\x3e\xe5\x82\xb2\xac\x08\xf0\xd8\x79\x03\x9c\x33\x1e\x20\xef\x17\x5a\x88\x71\x4b\x56\x13\x2c\x05\x70\x22\x18\xd7\x04\xef\xd3\xb4\xab\x72\x48\x76\xd1\x0a\xff\x00\x62\x18\x6a\x03\xf9\x20\xc6\x0b\xc8\x53\x12\xbf\xe4\xa9\x4f\x20\x85\x67\x99\x51\x09\x40\xde\xaf\x25\xf0\x87\x71\x43\xad\xbe\x9a\x64\x35\xeb\x05\xb9\x6b\x2d\xa9\xa8\x7a\x4d\x39\x2c\x68\xd0\xb4\xc7\x37\x24\x5b\xc3\x7f\x01\x92\x7d\xde\xdb\xb9\x71\xdb\x70\xd5\x24\x66\x0c\xdb\xd1\x8d\x3c\x89\x93\x66\x25\x91\xd2\xeb\x58\xf6\x98\x56\x86\xd5\x5f\xad\xba\xa3\x48\x46\xcd\xb3\x55\x24\x2c\x03\x5c\xff\x5d\x33\x96\x3e\x56\xab\x32\xdf\x63\xd4\xe6\x84\x0b\x2a\x65\xdc\xc2\x43\xa3\xf6\x9b\xe4\xae\xd5\x6a\x57\xbc\x00\x40\x23\xf3\x1b\x64\x76\xee\xd3\xda\x5b\x56\xf6\xb7\xc4\x66\xfe\x9f\xc3\x7d\x4f\x4a\xd1\x4c\xec\x0b\x15\xe3\x08\xe3\xa0\xbf\x28\x19\x81\xea\xa0\xe3\xe4\x6e\x00\xa1\xc5\x63\x82\xec\x16\x11\x09\xfb\x82\xdc\xf5\x22\x0f\x5b\xe6\xed\xae\xce\x30\x8d\xee\x1c\xee\x9c\x62\xc8\x41\x94\x3c\x93\x00\x33\xb8\xeb\x94\xcf\x55\x99\xc5\x5d\xa6\x71\xcc\xd2\x34\xc6\xc7\x2c\x4d\x21\x96\x46\xd0\x8f\x43\x2c\x9f\xd3\xa4\x32\x48\xe0\xd6\xdd\x2d\xf2\xb4\x36\x3c\xb2\xc3\x67\x8b\x3c\xcf\x2e\xf7\x73\x25\x2a\x8e\xc6\x47\xb1\xa3\x24\x88\x6c\xca\x10\x79\xaa\x35\xcc\x71\xfb\x37\xcc\xab\x9a\xc8\x04\xfb\x33\xf9\xaa\x98\xf9\x78\x52\x61\x0e\x91\xb7\x93\x36\x52\x07\x1e\xc7\xd8\x09\xf0\x00\x13\x59\x66\xc4\x3d\xee\x1a\xbc\x13\x60\x83\x91\x23\x2d\x40\xd2\xb4\x16\x5d\xe0\xf9\x02\x8f\x2c\xca\xed\x0e\x21\x6f\xc5\xb8\xa4\xf4\x84\xc5\x2f\x89\x69\xa4\xc3\x55\xdc\x87\x78\xfa\xef\x00\x79\x1e\x5d\xa9\x77\xef\x16\x38\xa3\xa9\xe2\xaa\x6d\x9c\xd1\x54\xf1\x21\xcf\xdb\x69\xc2\x56\xef\xc2\x20\xbf\xe6\x40\x6e\x15\x11\xf2\x2c\x74\xd1\x31\x2b\x33\x81\x27\x0b\xec\x3c\x72\xe9\x2e\xa0\x60\x25\x8f\x61\x79\x82\x4d\xda\xf6\xb1\xcb\x70\xd9\x02\xc1\x24\xcf\x21\x4b\xc6\xfd\xef\x43\xdc\xf3\x30\x8a\xa2\x00\x29\xb8\xd5\x49\x4d\xde\x50\x1e\x6c\xaf\x23\xeb\x86\xdf\xe7\xcb\x9e\x2a\x16\xca\xbc\x68\xd2\xc2\x69\x63\x75\x8d\x32\xda\xcb\x10\xa9\xf4\x52\x1b\x05\x37\x40\x12\xe0\x2a\x00\xe4\xb8\x15\xfd\x4f\x7d\xdf\xee\x9a\x37\xd1\x17\x10\x63\xff\xb7\xe9\x59\x31\x3d\x61\x71\xb9\x81\x4c\x24\xd7\xd3\xcf\x06\x3e\x3f\xc4\x57\xbf\xfb\x57\x13\x13\xf3\xe4\xca\xff\xe3\x2a\x40\x48\x7a\xbb\xc6\x66\xf8\xba\x79\x84\x47\x15\x60\xa9\x71\xd7\xd4\xda\xe8\x9c\x9d\x5e\x92\xb5\xf4\x22\x2f\x01\x21\x4f\x82\x5e\xe0\x38\x2a\x40\x54\x0c\xe3\x8a\xd4\x32\x4b\x88\x2b\xd4\x01\xea\x09\x48\xed\x25\xed\xb1\x5a\x60\xc2\x74\x10\xab\xc3\x9f\x81\xb8\x61\xc9\x67\x56\xc8\x0a\xa2\x52\x74\xe2\xcf\x12\x16\x17\x7e\x88\xfd\xea\xbf\x7e\x5e\x31\x7c\x11\x44\x94\x85\x76\x64\x12\xe2\x91\x05\x65\xd4\x87\xaa\xc2\xb0\x2f\x2e\xd4\xdc\xd6\x75\x68\xa7\x7b\x6c\x9d\x16\x36\x5f\x60\xdf\xb7\x2c\x6e\x9c\xdd\xa2\x5c\xd4\x14\x91\xd9\x40\xac\x50\x1e\xf5\xb5\xfb\xad\x0d\x75\x8e\xe3\x26\xf2\xe6\xb8\xf1\x87\xa9\x6a\x6e\x7d\xdb\x5f\xd8\x9a\x71\xb4\x2f\x21\x7a\x02\x7c\xb8\xb4\x55\x67\x88\xa3\xaa\x56\x4a\xaf\x99\x56\x0d\x82\xbd\x40\xd4\x6c\x7b\x28\x2b\xdb\x8a\xd0\xf4\x99\x37\x9c\x86\x7b\xf3\x47\xd6\xe7\x17\xc8\x9b\x0f\xe0\xa6\xcd\xcc\x9f\xb4\x46\x72\x53\xa8\x9f\xc6\x48\xab\x4f\x1f\x2b\x6c\xcf\x4d\xa4\x66\xb9\xf8\xa9\x2b\xec\x0f\x2d\x8d\x65\x8f\x8b\x0d\x25\xd1\xf2\x64\xd8\xcd\x2e\x9d\xe3\xea\x97\x29\x9e\xf5\xfa\xf7\x68\x97\x3f\xc1\xdf\x6f\xc7\xaf\x2f\xea\x54\x6d\xb2\xe1\xb4\xdc\xeb\xd4\x21\x8f\x9e\x33\x65\x76\x39\x8b\xab\x1c\x76\x8a\xcc\x23\x3c\xa9\x17\xf1\x5e\x9f\xe9\x75\xae\x5e\xa9\x87\x5b\xa5\xb9\xc6\xfc\x98\x6e\x69\xad\xa9\x7d\xed\xd2\x3c\xcf\xdc\x69\x28\xea\x58\x73\xfd\xef\x25\x1b\x6b\x7b\x3b\xf1\xe8\xac\x38\x64\xe1\x27\x36\xdf\xae\x2f\x43\xe7\x98\x07\x5a\xb2\x71\x27\xf2\x66\x26\xa3\xee\x8d\xcb\xeb\xce\x47\xdd\x42\xd0\xd8\x60\xb8\x8c\xd5\x55\xca\x28\x51\xd5\x22\x2e\x0f\xdf\x3f\x9d\xb7\x7b\x9b\x3e\xb8\xb1\xb1\xd5\x86\x1b\x8d\xf0\x3b\x67\x56\xdf\xda\xbb\x5d\xa4\x07\x78\x69\x79\x6b\x1b\x3c\xe5\x5c\xbe\xb9\x80\x6f\x25\xe5\x90\x54\x4b\xa1\x55\x32\x97\xab\xe9\x19\x11\xf1\x8d\x1f\xda\xd2\xd4\xb2\x25\x75\xa4\x90\xd5\x26\x88\x3e\x73\xb8\xe4\x74\xbd\x96\x75\x05\xff\x07\xff\x4b\x29\xdb\x5f\x81\x39\x4c\x2b\x96\xe9\x32\x8b\xd3\x32\x01\xbf\xbe\xa8\x2b\xa2\xff\x33\xda\x2b\x3c\xc4\x7e\xe8\x07\xfd\x10\x58\x21\x9e\x8a\x81\x15\xe2\xd1\x20\x0c\xf1\xfb\x50\xd4\xd9\xf5\x11\x1e\x2e\x64\x64\x2e\x4f\x1e\x0b\xa6\xcb\xe9\x37\x81\xdb\x2b\xd7\x4a\x08\x6b\xcf\xa5\x46\xdc\x76\xf2\x23\xc0\xf5\xad\x41\xb7\x0c\x6d\xc8\xfd\x52\xc0\x46\xaf\xfa\xfa\xd6\xab\xbd\x26\xe8\xa9\x36\x4f\xef\xc4\xef\xa7\xcb\x33\xb9\xc8\x2d\xb3\x98\x83\x3c\x3a\x49\xf1\x0a\x20\xf1\x65\xb7\xed\x1a\xe8\x8c\xdc\x4f\x25\xa2\xa9\x82\xa4\x9d\x13\xb3\xec\x7b\xb4\x14\x8c\x8c\x4d\xb8\x81\xee\xbe\x34\xb2\x4a\xc9\xbb\x26\xf4\xdd\xe0\x3e\x67\x19\x34\x11\x6e\x73\x05\x66\xb7\xa6\x66\xef\xa7\xd1\x5f\x19\xd8\xe9\xe0\xc0\x4e\x07\xf6\x5c\xda\xdd\x73\xbb\x03\x79\xe1\xe0\x58\x16\xa7\xd2\x2b\xd5\x5a\xcc\x12\x90\x33\x93\x33\x17\x88\x33\x96\xd0\x15\x85\x44\xf9\xae\xc2\x57\xd5\x9a\x03\x67\x71\x2c\xbc\xa8\x95\x47\x72\x63\xf3\x4f\x05\x59\x2b\x5f\xba\xc3\xc5\x81\x98\xec\xbd\x44\x35\x3a\x99\xad\xb5\x57\xac\xb9\x24\xbf\x52\x90\xab\x00\x53\xb7\xd3\xae\x55\x9e\x32\x88\xbe\x52\x50\x2b\xd9\xa6\x1d\x7f\xb6\xc0\x7e\x76\x50\x76\x2d\x23\x05\x6a\x47\x2e\x5c\xeb\xaa\x6e\xb9\x3f\x80\xed\x48\x7b\x81\xd0\xb5\x26\xd6\x57\x8a\xdd\xda\x55\xcd\x6f\x05\xd2\x5f\xa6\x3c\xd3\xf2\x3d\xdb\xc1\x7e\xb8\x95\xc4\xc3\x88\x43\xfd\x8b\x87\xf9\x93\xc4\xf8\xef\x4f\xb2\xbd\xad\x79\x59\xa8\x31\x59\x86\xef\x25\x2f\xc1\x77\xe9\xab\x25\x6b\x7a\xf9\x90\xcb\xf9\xc1\x27\x79\x9e\xd2\x58\x79\x7b\xa6\x38\x27\x5f\x8b\x2a\xe6\x56\x2a\xf2\x8d\x59\x7f\x5f\x2e\x1f\x58\x58\x6d\x49\xd5\xca\xea\xed\x30\xa4\x05\x1c\x96\xa8\x7c\x38\x3d\xcd\xc8\x75\x0a\x31\x67\x45\xd1\x08\x33\xcf\xb9\xfb\xe7\xd6\x1f\x7d\x83\xfc\xc4\x02\x34\xa2\x51\xb5\x12\x8d\x38\xb9\x7b\xab\xf5\xc7\xc9\xbf\x27\x17\xa0\x3f\x03\x00\x00\xff\xff\xd9\x5c\x1a\xfb\x00\x22\x00\x00") +var _templateGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x5b\x6f\xdb\x38\x16\x7e\x16\x7f\x05\xab\x07\xc3\x8a\x65\x79\xf7\xd5\x80\x17\x28\x92\x6c\xd7\xdb\x49\xda\x49\xf3\x30\xc0\x60\x80\x30\xd2\xb1\xc3\x46\x16\x55\x8a\x6a\x12\x18\xfe\xef\x03\x92\xba\x90\x94\x64\x27\x99\xa4\x93\x69\x5e\x62\x4b\xe7\xf2\xf1\xdc\x0f\x9d\x93\xf8\x96\xac\x01\xc7\xac\xd8\xb0\x22\xb9\x46\x88\x6e\x72\xc6\x05\x1e\x23\xcf\x8f\x59\x26\xe0\x5e\xf8\xc8\xf3\x33\x10\xb3\x1b\x21\x72\xf9\xb9\x10\x3c\x66\xd9\xf7\xea\x23\xcd\xd6\x85\x8f\x90\x97\xdf\xae\xb1\xbf\xa6\xe2\xa6\xbc\x8e\x62\xb6\x99\x6d\xbe\x96\x09\xd0\x5b\x5a\xcc\xd6\x6c\x5a\x8b\x9f\xe5\xb7\xeb\xd9\x1a\xb2\xe6\x7b\xf3\x21\x29\x37\x9b\x07\x1f\x05\x08\x89\x87\x1c\xb0\x80\x4d\x9e\x12\x01\xc7\x29\x85\x4c\xe0\x42\xf0\x32\x16\x78\x8b\xbc\xa3\x84\x08\x72\x4d\x8a\xea\x0d\xf2\x72\x22\x6e\xb0\xc6\x81\x76\x08\xcd\x66\xf8\xd2\xe6\xa5\x05\x26\x8d\x3c\x1c\x6b\x36\xa5\xc4\x25\xcc\x04\xf0\x15\x89\x41\xea\x39\xe6\x40\x04\x8c\x2b\x13\x44\xc7\xfa\x7f\x58\x69\x0a\xf1\x51\x7e\xbb\x8e\x6a\x01\x21\x3e\xfa\x94\x0b\xca\xb2\x22\xc0\x63\xe7\x0d\x70\xce\x78\x80\xbc\x5f\x68\x21\xc6\x2d\x59\x4d\xb0\x14\xc0\x89\x60\x5c\x13\xbc\x4f\xd3\xae\xca\x21\xd9\x45\x2b\xfc\x03\x88\x61\xa8\x0d\xe4\x83\x18\x2f\x20\x4f\x49\xfc\x92\xa7\x3e\x81\x14\x9e\x65\x46\x25\x00\x79\xbf\x96\xc0\x1f\xc6\x0d\xb5\xfa\x6a\x92\xd5\xac\x17\xe4\xae\xb5\xa4\xa2\xea\x35\xe5\xb0\xa0\x41\xd3\x1e\xdf\x90\x6c\x0d\xff\x05\x48\xf6\x79\x6f\xe7\xc6\x6d\xc3\x55\x93\x98\x31\x6c\x47\x37\xf2\x24\x4e\x9a\x95\x44\x4a\xaf\x63\xd9\x63\x5a\x19\x56\x7f\xb5\xea\x8e\x22\x19\x35\xcf\x56\x91\xb0\x0c\x70\xfd\x77\xcd\x58\xfa\x58\xad\xca\x7c\x8f\x51\x9b\x13\x2e\xa8\x94\x71\x0b\x0f\x8d\xda\x6f\x92\xbb\x56\xab\x5d\xf1\x02\x00\x8d\xcc\x6f\x90\xd9\xb9\x4f\x6b\x6f\x59\xd9\xdf\x12\x9b\xf9\x7f\x0e\xf7\x3d\x29\x45\x33\xb1\x2f\x54\x8c\x23\x8c\x83\xfe\xa2\x64\x04\xaa\x83\x8e\x93\xbb\x01\x84\x16\x8f\x09\xb2\x5b\x44\x24\xec\x0b\x72\xd7\x8b\x3c\x6c\x99\xb7\xbb\x3a\xc3\x34\xba\x73\xb8\x73\x8a\x21\x07\x51\xf2\x4c\x02\xcc\xe0\xae\x53\x3e\x57\x65\x16\x77\x99\xc6\x31\x4b\xd3\x18\x1f\xb3\x34\x85\x58\x1a\x41\x3f\x0e\xb1\x7c\x4e\x93\xca\x20\x81\x5b\x77\xb7\xc8\xd3\xda\xf0\xc8\x0e\x9f\x2d\xf2\x3c\xbb\xdc\xcf\x95\xa8\x38\x1a\x1f\xc5\x8e\x92\x20\xb2\x29\x43\xe4\xa9\xd6\x30\xc7\xed\xdf\x30\xaf\x6a\x22\x13\xec\xcf\xe4\xab\x62\xe6\xe3\x49\x85\x39\x44\xde\x4e\xda\x48\x1d\x78\x1c\x63\x27\xc0\x03\x4c\x64\x99\x11\xf7\xb8\x6b\xf0\x4e\x80\x0d\x46\x8e\xb4\x00\x49\xd3\x5a\x74\x81\xe7\x0b\x3c\xb2\x28\xb7\x3b\x84\xbc\x15\xe3\x92\xd2\x13\x16\xbf\x24\xa6\x91\x0e\x57\x71\x1f\xe2\xe9\xbf\x03\xe4\x79\x74\xa5\xde\xbd\x5b\xe0\x8c\xa6\x8a\xab\xb6\x71\x46\x53\xc5\x87\x3c\x6f\xa7\x09\x5b\xbd\x0b\x83\xfc\x9a\x03\xb9\x55\x44\xc8\xb3\xd0\x45\xc7\xac\xcc\x04\x9e\x2c\xb0\xf3\xc8\xa5\xbb\x80\x82\x95\x3c\x86\xe5\x09\x36\x69\xdb\xc7\x2e\xc3\x65\x0b\x04\x93\x3c\x87\x2c\x19\xf7\xbf\x0f\x71\xcf\xc3\x28\x8a\x02\xa4\xe0\x56\x27\x35\x79\x43\x79\xb0\xbd\x8e\xac\x1b\x7e\x9f\x2f\x7b\xaa\x58\x28\xf3\xa2\x49\x0b\xa7\x8d\xd5\x35\xca\x68\x2f\x43\xa4\xd2\x4b\x6d\x14\xdc\x00\x49\x80\xab\x00\x90\xd3\x56\xf4\x3f\xf5\x7d\xbb\x6b\xde\x44\x5f\x40\x8c\xfd\xdf\xa6\x67\xc5\xf4\x84\xc5\xe5\x06\x32\x91\x5c\x4f\x3f\x1b\xf8\xfc\x10\x5f\xfd\xee\x5f\x4d\x4c\xcc\x93\x2b\xff\x8f\xab\x00\x21\xe9\xed\x1a\x9b\xe1\xeb\xe6\x11\x1e\x55\x80\xa5\xc6\x5d\x53\x6b\xa3\x73\x76\x7a\x49\xd6\xd2\x8b\xbc\x04\x84\x3c\x09\x7a\x81\xe3\xa8\x00\x51\x31\x8c\x2b\x52\xcb\x2c\x21\xae\x50\x07\xa8\x27\x20\xb5\x97\xb4\xc7\x6a\x81\x09\xd3\x41\xac\x0e\x7f\x06\xe2\x86\x25\x9f\x59\x21\x2b\x88\x4a\xd1\x89\x3f\x4b\x58\x5c\xf8\x21\xf6\xab\xff\xfa\x79\xc5\xf0\x45\x10\x51\x16\xda\x91\x49\x88\x47\x16\x94\x51\x1f\xaa\x0a\xc3\xbe\xb8\x50\x73\x5b\xd7\xa1\x9d\xee\xb1\x75\x5a\xd8\x7c\x81\x7d\xdf\xb2\xb8\x71\x76\x8b\x72\x51\x53\x44\x66\x03\xb1\x42\x79\xd4\xd7\xee\xb7\x36\xd4\x39\x8e\x9b\xc8\x9b\xe3\xc6\x1f\xa6\xaa\xb9\xf5\x6d\x7f\x61\x6b\xc6\xd1\xbe\x84\xe8\x09\xf0\xe1\xd2\x56\x9d\x21\x8e\xaa\x5a\x29\xbd\x66\x5a\x35\x08\xf6\x02\x51\xb3\xed\xa1\xac\x6c\x2b\x42\xd3\x67\xde\x70\x1a\xee\xcd\x1f\x59\x9f\x5f\x20\x6f\x3e\x80\x9b\x36\x33\x7f\xd2\x1a\xc9\x4d\xa1\x7e\x1a\x23\xad\x3e\x7d\xac\xb0\x3d\x37\x91\x9a\xe5\xe2\xa7\xae\xb0\x3f\xb4\x34\x96\x3d\x2e\x36\x94\x44\xcb\x93\x61\x37\xbb\x74\x8e\xab\x5f\xa6\x78\xd6\xeb\xdf\xa3\x5d\xfe\x04\x7f\xbf\x1d\xbf\xbe\xa8\x53\xb5\xc9\x86\xd3\x72\xaf\x53\x87\x3c\x7a\xce\x94\xd9\xe5\x2c\xae\x72\xd8\x29\x32\x8f\xf0\xa4\x5e\xc4\x7b\x7d\xa6\xd7\xb9\x7a\xa5\x1e\x6e\x95\xe6\x1a\xf3\x63\xba\xa5\xb5\xa6\xf6\xb5\x4b\xf3\x3c\x73\xa7\xa1\xa8\x63\xcd\xf5\xbf\x97\x6c\xac\xed\xed\xc4\xa3\xb3\xe2\x90\x85\x9f\xd8\x7c\xbb\xbe\x0c\x9d\x63\x1e\x68\xc9\xc6\x9d\xc8\x9b\x99\x8c\xba\x37\x2e\xaf\x3b\x1f\x75\x0b\x41\x63\x83\xe1\x32\x56\x57\x29\xa3\x44\x55\x8b\xb8\x3c\x7c\xff\x74\xde\xee\x6d\xfa\xe0\xc6\xc6\x56\x1b\x6e\x34\xc2\xef\x9c\x59\x7d\x6b\xef\x76\x91\x1e\xe0\xa5\xe5\xad\x6d\xf0\x94\x73\xf9\xe6\x02\xbe\x95\x94\x43\x52\x2d\x85\x56\xc9\x5c\xae\xa6\x67\x44\xc4\x37\x7e\x68\x4b\x53\xcb\x96\xd4\x91\x42\x56\x9b\x20\xfa\xcc\xe1\x92\xd3\xf5\x5a\xd6\x15\xfc\x1f\xfc\x2f\xa5\x6c\x7f\x05\xe6\x30\xad\x58\xa6\xcb\x2c\x4e\xcb\x04\xfc\xfa\xa2\xae\x88\xfe\xcf\x68\xaf\xf0\x10\xfb\xa1\x1f\xf4\x43\x60\x85\x78\x2a\x06\x56\x88\x47\x83\x30\xc4\xef\x43\x51\x67\xd7\x47\x78\xb8\x90\x91\xb9\x3c\x79\x2c\x98\x2e\xa7\xdf\x04\x6e\xaf\x5c\x2b\x21\xac\x3d\x97\x1a\x71\xdb\xc9\x8f\x00\xd7\xb7\x06\xdd\x32\xb4\x21\xf7\x4b\x01\x1b\xbd\xea\xeb\x5b\xaf\xf6\x9a\xa0\xa7\xda\x3c\xbd\x13\xbf\x9f\x2e\xcf\xe4\x22\xb7\xcc\x62\x0e\xf2\xe8\x24\xc5\x2b\x80\xc4\x97\xdd\xb6\x6b\xa0\x33\x72\x3f\x95\x88\xa6\x0a\x92\x76\x4e\xcc\xb2\xef\xd1\x52\x30\x32\x36\xe1\x06\xba\xfb\xd2\xc8\x2a\x25\xef\x9a\xd0\x77\x83\xfb\x9c\x65\xd0\x44\xb8\xcd\x15\x98\xdd\x9a\x9a\xbd\x9f\x46\x7f\x65\x60\xa7\x83\x03\x3b\x1d\xd8\x73\x69\x77\xcf\xed\x0e\xe4\x85\x83\x63\x59\x9c\x4a\xaf\x54\x6b\x31\x4b\x40\xce\x4c\xce\x5c\x20\xce\x58\x42\x57\x14\x12\xe5\xbb\x0a\x5f\x55\x6b\x0e\x9c\xc5\xb1\xf0\xa2\x56\x1e\xc9\x8d\xcd\x3f\x15\x64\xad\x7c\xe9\x0e\x17\x07\x62\xb2\xf7\x12\xd5\xe8\x64\xb6\xd6\x5e\xb1\xe6\x92\xfc\x4a\x41\xae\x02\x4c\xdd\x4e\xbb\x56\x79\xca\x20\xfa\x4a\x41\xad\x64\x9b\x76\xfc\xd9\x02\xfb\xd9\x41\xd9\xb5\x8c\x14\xa8\x1d\xb9\x70\xad\xab\xba\xe5\xfe\x00\xb6\x23\xed\x05\x42\xd7\x9a\x58\x5f\x29\x76\x6b\x57\x35\xbf\x15\x48\x7f\x99\xf2\x4c\xcb\xf7\x6c\x07\xfb\xe1\x56\x12\x0f\x23\x0e\xf5\x2f\x1e\xe6\x4f\x12\xe3\xbf\x3f\xc9\xf6\xb6\xe6\x65\xa1\xc6\x64\x19\xbe\x97\xbc\x04\xdf\xa5\xaf\x96\xac\xe9\xe5\x43\x2e\xe7\x07\x9f\xe4\x79\x4a\x63\xe5\xed\x99\xe2\x9c\x7c\x2d\xaa\x98\x5b\xa9\xc8\x37\x66\xfd\x7d\xb9\x7c\x60\x61\xb5\x25\x55\x2b\xab\xb7\xc3\x90\x16\x70\x58\xa2\xf2\xe1\xf4\x34\x23\xd7\x29\xc4\x9c\x15\x45\x23\xcc\x3c\xe7\xee\x9f\x5b\x7f\xf4\x0d\xf2\x13\x0b\xd0\x88\x46\xd5\x4a\x34\xe2\xe4\xee\xad\xd6\x1f\x27\xff\x9e\x5c\x80\xfe\x0c\x00\x00\xff\xff\x39\x70\x41\x42\xff\x21\x00\x00") func templateGoBytes() ([]byte, error) { return bindataRead( @@ -227,7 +226,7 @@ func templateGo() (*asset, error) { return a, nil } -var _template_fakeGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xdd\x6f\xdc\x36\x12\x7f\x96\xfe\x8a\xc9\x02\x67\x48\xc9\x46\xdb\xbe\xba\xd8\x02\x3d\x27\xe9\xe5\x2e\xf5\xf5\x9c\x1c\xee\xc1\x30\x02\xae\x34\xab\x65\x56\x22\x55\x92\xb2\xbd\x30\xfc\xbf\x1f\x48\x4a\x14\xf5\xb1\x5f\x69\x8a\xbb\xe6\xa1\x2b\x4b\x9c\xef\x99\xdf\x0c\xc9\x56\x24\xdd\x92\x1c\x21\xe5\xb2\xe4\x32\x5b\x85\x21\x2d\x2b\x2e\x14\x44\x61\x30\x4b\x39\x53\xf8\xa8\x66\x61\x30\x5b\x97\xe6\x87\xa1\x5a\x6c\x94\xaa\xf4\xb3\xdc\xb1\x74\x16\x86\xc1\x2c\xa7\x6a\x53\xaf\x92\x94\x97\x8b\x3a\xe7\xe2\x0b\x5d\xe4\x7c\x91\xf2\x0c\xcd\xe7\x6a\x9b\x83\xbf\xe4\x0b\x2d\x5f\x97\x94\x29\x14\x8b\x9c\xbf\x6e\xe5\x2e\xaa\x6d\xbe\xc8\x91\xb9\xbf\xdd\x43\x56\x97\xe5\x6e\x16\xc6\x61\xa8\x76\x15\xc2\x9a\x6c\xf1\x13\x96\x55\x41\x14\x7e\x12\x34\xcf\x51\xfc\x8d\xb0\xac\x40\x01\xeb\x9a\xa5\x51\xa3\x73\x72\x65\x7f\xe7\xf0\xb2\xda\xe6\x49\x4b\x11\x03\x0a\xc1\xc5\x98\xd5\xbf\x6a\x14\xbb\x1e\xa3\xf6\xcb\x55\x41\x91\x69\x3e\x66\xc9\x1c\x5e\xfe\xb3\x52\x94\x33\x19\x43\xbb\xe2\x86\x3c\xbc\x57\x28\x88\xe2\x22\x0c\xef\x89\x80\xcf\xd0\x27\x86\x25\x5c\xbc\xf3\x84\xd9\xb7\x4f\xcf\x61\xb8\x58\xc0\x35\x3e\x8c\xbf\x81\x40\x55\x0b\x26\x81\xc0\xf8\x63\xa8\xf5\x9b\xa6\x8b\x36\xf0\xd2\x78\x3e\xf9\xbb\xe4\xcc\xda\x13\xc3\xcb\x09\x01\x4f\x61\x60\x65\x4c\xaa\x16\x06\xc1\x17\xc7\xe0\x12\xcc\xbf\xcd\x3c\x0c\x02\xd5\xac\x93\xcd\x4b\x28\xc9\x16\xa3\x92\x54\xb7\x52\x09\xca\xf2\xbb\xbe\xbb\x0d\x49\x2f\x4a\xf2\x72\x44\xb2\x3f\xa4\x86\xfe\x37\x2f\x34\x46\xec\x21\x7a\x3f\x8e\x9a\xfa\x39\xb4\x5e\x9e\xf0\x00\xdd\xe3\x5d\x93\x1b\x13\xeb\xa5\x12\x75\x6a\x1c\x57\xf0\x74\x0b\xde\x3f\x5d\x09\xc9\xcd\x7f\x7e\xa9\x15\x3e\x86\x9e\xe3\xec\xd7\x51\x40\xc2\xce\x8b\xce\x89\xd3\xfe\x0b\x87\xce\x83\x93\xdc\x16\xf6\x7d\xd6\x17\xb0\xcf\x5b\x61\x20\xb9\x50\x28\x3a\xb3\x4c\x19\xdc\x0e\x22\x1a\x06\xa8\x48\xee\x5b\x4f\x99\x0a\xc3\x60\xb1\x70\x39\xab\x44\x8d\x40\xd7\x90\xf1\xb4\x2e\x91\x29\x09\x29\x67\xeb\x82\xa6\x2a\x0c\xda\xa7\xab\x0d\xa6\xdb\xb6\xd4\x7a\x12\x46\x15\xbb\xe2\xbc\xb0\x02\x50\x88\xb9\x66\xcc\xb8\x02\x46\x8b\xb9\x09\x21\xb3\x25\x0d\x8a\x37\x0a\xc0\xc3\x06\x19\x10\xa5\x9d\xac\x28\xcb\xf5\x97\x94\x97\x65\xcd\x68\x6a\x7c\xba\x58\xc0\x03\x55\x1b\x50\x1b\x2a\xa1\x09\x7a\x80\x42\x34\xd8\x60\x13\xe6\x23\xaa\xb7\x86\xaf\x44\x25\x81\x0b\xa8\x99\x79\xea\xe4\x6d\x88\x82\x07\x5a\x14\xb0\xc2\x46\x32\x66\xc0\x19\x10\xb6\xdb\x93\x71\x25\xaa\x0d\xcf\x80\xb2\x7b\x9e\x12\x0d\x22\xb6\x92\xa3\x74\xaa\x42\x63\xa7\x42\xe4\x74\x8b\x75\xf6\xa5\x89\xce\xbf\xe4\x03\x4f\xb7\x51\x1c\x06\x19\xae\x51\x40\xf3\xf2\xdf\xac\xb0\xaf\xf5\x32\x4d\xb6\xd4\x84\x9d\x49\x1f\x6d\x88\x87\x36\x41\x13\x7a\xad\x8e\xd6\x0b\x1e\x36\x34\xdd\x38\xeb\x6a\x89\x99\xf6\xa2\x5e\x05\xf7\xa4\xa8\x51\x86\x2e\xde\x98\xc1\x6a\x07\x1f\xa8\x54\x51\x0c\x6b\xed\x18\x94\xba\x58\xc8\x8a\x16\x54\xed\x8e\x9a\x68\x55\x8a\x3c\x0d\x46\x39\x77\x9e\xd9\x0d\xa7\x65\x63\x54\x67\xfc\xd5\x20\xf7\x46\x5e\x18\x98\x9f\x12\xe6\x5b\x7f\x4f\x0a\x9a\xe9\x04\x5a\x2c\x80\x64\x19\xd5\x2b\x49\x01\x35\xa3\xbf\xd5\x08\x5b\xdc\x49\xa0\x0c\x88\xc3\xfe\xa3\x96\x0f\xf4\x89\xbe\xb2\x36\xce\xf3\xce\x50\xc8\x12\x06\x6f\x3a\x7f\x0d\xda\xeb\xc8\x5d\x0d\x36\xc1\xa6\x01\x90\x63\xf6\xf6\xf9\x45\x0d\xf9\x35\x29\x11\x2c\x36\xcd\x1d\xcb\x03\x2d\xe1\x2c\x6b\x07\xf0\x79\xeb\xc9\xbc\x83\x65\x2b\xae\x33\xb9\x37\x06\x8c\x0c\x36\xa8\x7a\xb2\xb9\x3e\xaf\xc8\x90\xf6\x4c\xb5\xcc\xf6\xf6\xae\xb3\xcc\xec\xc1\xfd\xad\x93\xa5\x4d\x34\x7f\x68\x03\x0f\xaa\x9b\x21\x56\x57\xbc\xda\x45\x6d\x67\x1a\x26\xda\x30\x0f\x3b\x38\xd2\x03\xcf\x0a\x6e\xef\x56\x3b\x8d\xad\x1a\x73\x2e\x75\x4e\xe9\x96\x77\x8d\x0f\x6f\x99\x7e\x14\x7f\xdd\x29\x94\xd1\xc5\x6a\x0e\x69\xd2\xf5\xc7\x38\xb1\x9f\x9d\xd4\x38\x0c\xe8\x5a\xf3\x86\x17\x4b\x8d\xf0\x9a\x7f\x3b\xa6\x18\xc0\xd7\x60\x16\x3c\x87\x5d\x07\x05\xb3\xce\xca\xf5\xc4\xbe\x41\x4f\xec\x48\xaa\xfd\x1a\x5d\x9c\x2f\xb6\x79\xa9\x9c\x1f\xb4\xf0\x63\xce\x25\x55\x55\xec\xa2\x54\x3d\xc2\x68\x38\xad\x88\x50\x06\x48\xb6\xb8\xeb\x8a\x60\x32\x06\x73\xe0\x76\xf0\x74\x13\xa8\xee\x7f\x57\x02\xf5\x4a\x8b\x03\xfb\x83\x74\x62\x26\xd1\x35\xd8\xb6\xb1\xc7\x0f\xe6\x63\x3f\x00\x46\x8a\x09\x79\x32\x4a\xa2\x18\x16\x0b\x48\x79\xb5\x03\xc6\x1f\x60\x85\x29\xa9\x25\x42\x25\xb0\xa9\x3b\x69\x20\xb6\xac\x95\x36\x41\xb9\x99\xe7\xc4\x58\xd0\xb5\xf3\x88\xb7\xd4\x69\x53\x09\x9e\xa2\x94\xbf\x8a\x16\x40\xa4\x0e\xc1\xdc\x8b\x5d\x43\x1d\x87\xc1\x84\xc8\xb1\xcc\xe0\xd9\xca\xc5\x47\x2a\xf5\x5c\xe1\xf9\x59\xbf\x91\x56\xac\x1b\xed\x6e\xdb\xa7\xe4\xfd\x9b\x3b\xa3\xad\x8b\xd6\xc5\x45\x4b\x32\x34\xee\xc2\x34\x7c\x23\xff\xa3\x22\xaa\x96\x57\x3c\xc3\x4b\xd0\x5b\xae\xa4\x7d\x61\xd1\x5a\x4f\xc6\xc1\x2f\x28\x25\xc9\xed\x80\x3e\x7b\xcb\x14\x55\xbb\x76\xb4\x41\x90\x15\xa6\x74\x4d\x31\x03\x9a\x01\x29\x04\x92\x6c\xd7\xca\xa5\xcc\x2e\xd9\x49\x85\xe5\x6c\xde\x1a\xa7\xb5\x7c\xe1\xd4\x7c\xb2\x8e\x79\xe1\xe9\x3a\xa5\xec\x1e\x45\xaf\xb9\x7a\xc7\x6b\x96\x3d\x1b\xe6\x96\x95\x73\xc9\xdb\x4f\x24\xd7\xde\x1e\xfa\xd2\x7e\x38\x53\xd2\xaf\x02\x53\xce\x6c\x43\x7e\x47\x68\x81\x8d\xcc\x36\x4b\xc6\x4d\xcf\x8b\xb3\x9e\x58\x3e\x77\x59\xf1\x89\x9b\x35\x3a\x96\x82\x30\xbd\x31\xee\x22\x6a\xf5\x9a\x62\x18\x0d\xc8\x3b\x7e\xb1\x25\xda\x17\xe4\xd3\xc2\xfc\x4d\x03\x6d\x3c\x63\xff\xf3\xdc\x2f\x65\xeb\xfc\x25\xac\x4b\x95\x7c\xac\x04\x65\x2a\x4a\x13\x3d\xed\xc7\x66\x9a\x54\x24\x7f\xf5\xca\x76\xd5\xc9\x1c\xd7\xfd\xb4\xad\x61\x87\x94\x53\xa8\xd0\xb4\xdb\x26\xcb\x52\xf3\x23\xbd\xc1\xa9\x55\x3a\x23\x8a\xac\x88\x3c\x32\x48\x59\x36\x7f\x00\xbc\x1e\xc2\x53\x67\x9d\xc3\xf6\xbe\xb0\x09\x98\x99\x9b\x7d\x51\x6b\xfc\x0d\x56\x05\x49\xf5\xc6\xc1\xfc\x7e\xbd\xf9\x0d\xa3\x3f\x83\xfd\x6b\x52\x48\xe7\x00\xbd\x61\xf0\x4e\x39\x5a\x21\xed\x41\x8a\x1e\xb8\x0b\xbd\x84\x14\x85\xfb\x28\xcf\x73\x8d\xd9\x93\x8c\x8f\x6b\x9c\x88\xae\x2f\xde\x4c\x36\xc6\x9b\xd3\x3a\xe3\xe0\x20\xc6\x14\x37\x65\xb9\x77\x2a\x14\x19\xd2\xb8\x5f\x6d\xa6\x5f\x98\xa3\x8c\xc1\x76\x67\x0e\xdf\xcd\xa1\x40\x16\x79\x85\x16\xc7\xe1\x10\xa9\xf6\x43\xd4\x49\xad\xf9\x60\xd3\x3b\xc1\x24\x6b\x90\x81\x91\x4e\xfa\x52\xcf\x3a\xc8\x32\x27\x46\x7a\x48\xe8\xe1\x71\xb3\x45\xf3\x24\xb7\xef\x3a\xca\xb8\x37\x71\x0d\x34\x72\x6a\x78\x82\xbe\xf3\x53\xeb\xa7\xa2\x30\xf9\x23\x7f\x6f\x02\xfd\x54\x14\xd3\xb5\x75\xac\x5c\xa4\x5f\x2f\x54\x9b\x6b\x22\x61\x92\xb2\x9b\x3c\x1a\xf3\xf4\xf7\xe4\x1a\x1f\x95\x2d\xa5\xd7\xdf\xb7\xb6\xfc\x8c\x0a\x72\xbb\xfb\x70\xf8\xb0\x16\xbc\x3c\xc3\x8a\x9f\x51\x9d\x81\x0e\x34\x73\x8f\xe7\x00\xc2\xb7\x28\xa4\x03\x23\xe6\xe4\x80\x45\x33\x3b\x57\xbd\x38\x3c\x4c\x1d\x9f\x4f\x9e\x4f\xea\x57\x6f\xb0\x40\x85\x90\x99\x9f\xdf\x13\x10\xcb\xe8\x48\x4c\xfe\xf1\x55\x88\x6d\x8f\xa6\xbe\xc9\xc0\xef\x05\xe2\xf3\xc9\x23\xee\x44\x28\xce\x8a\x42\xd6\xb8\x26\x99\x00\x90\xe4\xfd\x9b\xae\x60\x9a\x7d\x97\x1e\x23\x36\x1a\x04\xdf\xa1\x1e\x7f\x24\xd4\x8c\x96\x55\x81\x25\x32\x85\xd9\x91\xc1\xc1\x11\xfe\xff\x35\x89\xd3\xa9\xde\x0a\x71\xcd\xd5\xfb\xce\xe8\xf8\xe8\x7e\x74\x7a\x67\x34\xce\xc5\xaf\x48\xbb\xb6\x47\x79\x47\x3b\xae\x4d\x35\x64\x89\x27\xb7\xdd\x62\xf4\x8f\x69\x9a\x2c\x3b\x70\x74\xf3\xc3\x90\xc2\xef\x61\xc3\x2c\x0f\xdc\xa6\xb0\x4f\xd4\xdf\x0e\xc6\x1e\xe9\x07\x47\x38\xd1\x22\xdb\xd8\xd8\x3d\xa1\x9d\xa3\x01\x0b\x89\xbd\x0e\x3a\x0a\x4b\x37\x6e\x8f\x32\xd8\x9c\xfb\x40\x4a\x8a\x62\x74\xc8\xa4\xc7\x20\x97\xd0\x0e\x5e\xec\x1a\xca\xf2\xc3\x71\x36\x7c\x23\x36\x3e\x74\x6a\xaf\xb2\xc6\x81\x9c\xb8\xd2\xfa\x1f\x55\x00\x5d\x83\x7f\xaa\x65\x73\x62\xe2\x9c\x2b\x31\xb6\xdc\xfd\xd0\x5f\xdd\x9b\x2c\x06\x5a\x06\x01\xd5\xdc\xfc\xf5\x51\xda\xb8\xa6\x77\x28\x30\xb4\xda\x35\xeb\x6f\x53\xa3\x6d\xe4\xf5\xa8\xf2\x07\x05\x7f\xef\xf0\x32\xd9\xfa\x8f\x25\xc7\x49\xf3\x8d\x4d\xba\xd9\x6c\xc2\xa1\x07\x67\x9d\xa9\x3b\xcd\xf1\x94\x07\xa3\x59\x59\x9b\x46\x59\x6d\xae\x53\x80\x6a\xcb\xf7\xe4\x70\xdb\x8e\xd6\x13\x02\x9e\xbc\x6b\x4d\xaf\xf3\xf8\xbc\x2f\x7b\x7f\x99\x6b\xc5\xd1\x25\xb2\x13\xd7\x5d\x15\xf6\x6e\xfa\x6e\x87\xb7\x7b\x43\xe5\xc3\x20\xe3\x0c\xdd\xcd\x9a\xb9\xf9\x72\x68\x4e\xe1\xe5\x94\xb0\x18\xb4\x2f\x6f\xc8\xc3\x74\xa4\x4b\xf2\xf8\x5e\x61\x79\xc5\x6b\xa6\xb4\x88\x39\xf0\xda\x3c\xa0\x58\x93\x14\x9f\x9e\x3d\xf4\xde\x8b\x5d\xa7\xe9\x70\x9a\x02\x87\xf3\x68\x0d\x34\x31\x3e\x18\x0e\x73\xe6\x94\x57\x97\xdd\x3d\x11\xb0\x37\x1f\x0c\x87\x9e\xc4\xe5\x12\x5e\x7f\xdf\xdb\x16\xe9\x6d\x0a\xf5\xc7\xc8\xa4\x17\xe7\x3b\x0d\x10\xbd\x57\xb0\x34\xdb\x31\x8f\xc6\x80\x88\xd5\x73\x69\xb6\xf5\xa1\xdf\x03\x4a\xf2\xa8\x6b\x61\xc0\xe4\x55\x4f\x2f\xdb\xf7\xf4\xca\x1f\x47\xcc\x6d\x23\xd1\xdf\x26\x05\x0f\xb7\x5c\x07\x6c\x29\xc9\xe3\x84\x39\xaf\xf4\xbe\xf3\xd1\x37\x81\x9a\x70\xb5\x0b\xa2\x58\x7b\x6d\x36\xeb\xc1\xdc\x45\x2f\x66\x5a\xc3\x4f\x53\x35\x13\x06\x81\xb1\xcf\xfe\xef\x01\x5a\xfb\x4e\xf7\x79\x18\x3c\x0f\x4e\xcc\xf7\xe6\xd3\x40\x1f\x0b\x51\x2e\x43\x7a\xe6\xfc\x38\xf6\x92\x9f\x3d\xd6\x8e\xf6\xaf\xee\x6c\x6b\x1d\xcd\xfe\x92\xcd\xe6\x03\x6e\x2d\x32\x1f\x47\xf5\x89\xc3\x0b\xff\xab\xb9\x42\xd4\x9c\x1e\x36\x5c\x62\x73\xf5\x2b\xdb\x2b\x6a\xbd\x59\xc8\xe9\x3d\x36\x97\xc9\x93\xe8\xb7\x67\xd7\xdd\x56\xcb\x19\x30\x37\xc1\xe9\x09\x85\xb8\xd4\xac\xa6\x91\x6c\xca\xde\x0e\xd4\x7a\x77\xe5\x93\x81\x9c\xa0\xff\x66\x18\xe1\xa3\x02\x4d\x9a\xeb\xed\xf3\xb4\x30\x68\x39\x54\xc2\x80\xe3\x41\x60\xfc\x0a\x69\x7b\xf3\xb8\xcb\xce\xe7\xf0\xbf\x01\x00\x00\xff\xff\x72\xbb\xd6\x3d\x85\x25\x00\x00") +var _template_fakeGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xdd\x6f\xdc\x36\x12\x7f\x96\xfe\x8a\xc9\x02\x67\x48\xc9\x46\xdb\xbe\xba\xd8\x02\x3d\x27\xe9\xe5\x2e\xf5\xf5\x9c\x1c\xee\xc1\x30\x02\xae\x34\xab\x65\x56\x22\x55\x92\xb2\xbd\x30\xfc\xbf\x1f\x48\x4a\x14\xf5\xb1\x5f\x69\x8a\xbb\xe6\xa1\x2b\x4b\x9c\xef\x99\xdf\x0c\xc9\x56\x24\xdd\x92\x1c\x21\xe5\xb2\xe4\x32\x5b\x85\x21\x2d\x2b\x2e\x14\x44\x61\x30\x4b\x39\x53\xf8\xa8\x66\x61\x30\x5b\x97\xe6\x87\xa1\x5a\x6c\x94\xaa\xf4\xb3\xdc\xb1\x74\x16\x86\xc1\x2c\xa7\x6a\x53\xaf\x92\x94\x97\x8b\x3a\xe7\xe2\x0b\x5d\xe4\x7c\x91\xf2\x0c\xcd\xe7\x6a\x9b\x83\xbf\xa4\xfc\x52\x67\x48\xb7\x54\x2e\x72\xfe\xba\x15\xbb\xa8\xb6\xf9\x22\x47\xe6\xfe\x76\x0f\x59\x5d\x96\xbb\x59\x18\x87\xa1\xda\x55\x08\x6b\xb2\xc5\x4f\x58\x56\x05\x51\xf8\x49\xd0\x3c\x47\xf1\x37\xc2\xb2\x02\x05\xac\x6b\x96\x46\x8d\xca\xc9\x95\xfd\x9d\xc3\xcb\x6a\x9b\x27\x2d\x45\x0c\x28\x04\x17\x63\x56\xff\xaa\x51\xec\x7a\x8c\xda\x2f\x57\x05\x45\xa6\xf9\x98\x25\x73\x78\xf9\xcf\x4a\x51\xce\x64\x0c\xed\x8a\x1b\xf2\xf0\x5e\xa1\x20\x8a\x8b\x30\xbc\x27\x02\x3e\x43\x9f\x18\x96\x70\xf1\xce\x13\x66\xdf\x3e\x3d\x87\xe1\x62\x01\xd7\xf8\x30\xfe\x06\x02\x55\x2d\x98\x04\x02\xe3\x8f\xa1\xd6\x6f\x9a\x2e\xda\xc0\x4b\xe3\xf8\xe4\xef\x92\x33\x6b\x4f\x0c\x2f\x27\x04\x3c\x85\x81\x95\x31\xa9\x5a\x18\x04\x5f\x1c\x83\x4b\x30\xff\x36\xf3\x30\x08\x54\xb3\x4e\x36\x2f\xa1\x24\x5b\x8c\x4a\x52\xdd\x4a\x25\x28\xcb\xef\xfa\xee\x36\x24\xbd\x28\xc9\xcb\x11\xc9\xfe\x90\x1a\xfa\xdf\xbc\xd0\x18\xb1\x87\xe8\xfd\x38\x6a\xea\xe7\xd0\x7a\x79\xc2\x03\x74\x8f\x77\x4d\x6e\x4c\xac\x97\x4a\xd4\xa9\x71\x5c\xc1\xd3\x2d\x78\xff\x74\x21\x24\x37\xff\xf9\xa5\x56\xf8\x18\x7a\x8e\xb3\x5f\x47\x01\x09\x3b\x2f\x3a\x27\x4e\xfb\x2f\x1c\x3a\x0f\x4e\x72\x5b\xd8\xf7\x59\x5f\xc0\x3e\x6f\x85\x81\xe4\x42\xa1\xe8\xcc\x32\x65\x70\x3b\x88\x68\x18\xa0\x22\xb9\x6f\x3d\x65\x2a\x0c\x83\xc5\xc2\xe5\xac\x12\x35\x02\x5d\x43\xc6\xd3\xba\x44\xa6\x24\xa4\x9c\xad\x0b\x9a\xaa\x30\x68\x9f\xae\x36\x98\x6e\xdb\x52\xeb\x49\x18\x55\xec\x8a\xf3\xc2\x0a\x40\x21\xe6\x9a\x31\xe3\x0a\x18\x2d\xe6\x26\x84\xcc\x96\x34\x28\xde\x28\x00\x0f\x1b\x64\x40\x94\x76\xb2\xa2\x2c\xd7\x5f\x52\x5e\x96\x35\xa3\xa9\xf1\xe9\x62\x01\x0f\x54\x6d\x40\x6d\xa8\x84\x26\xe8\x01\x0a\xd1\x60\x83\x4d\x98\x8f\xa8\xde\x1a\xbe\x12\x95\x04\x2e\xa0\x66\xe6\xa9\x93\xb7\x21\x0a\x1e\x68\x51\xc0\x0a\x1b\xc9\x98\x01\x67\x40\xd8\x6e\x4f\xc6\x95\xa8\x36\x3c\x03\xca\xee\x79\x4a\x34\x88\xd8\x4a\x8e\xd2\xa9\x0a\x8d\x9d\x0a\x91\xd3\x2d\xd6\xd9\x97\x26\x3a\xff\x92\x0f\x3c\xdd\x46\x71\x18\x64\xb8\x46\x01\xcd\xcb\x7f\xb3\xc2\xbe\xd6\xcb\x34\xd9\x52\x13\x76\x26\x7d\xb4\x21\x1e\xda\x04\x4d\xe8\xb5\x3a\x5a\x2f\x78\xd8\xd0\x74\xe3\xac\xab\x25\x66\xda\x8b\x7a\x15\xdc\x93\xa2\x46\x19\xba\x78\x63\x06\xab\x1d\x7c\xa0\x52\x45\x31\xac\xb5\x63\x50\xea\x62\x21\x2b\x5a\x50\xb5\x3b\x6a\xa2\x55\x29\xf2\x34\x18\xe5\xdc\x79\x66\x37\x9c\x96\x8d\x51\x9d\xf1\x57\x83\xdc\x1b\x79\x61\x60\x7e\x4a\x98\x6f\xfd\x3d\x29\x68\xa6\x13\x68\xb1\x00\x92\x65\x54\xaf\x24\x05\xd4\x8c\xfe\x56\x23\x6c\x71\x27\x81\x32\x20\x0e\xfb\x8f\x5a\x3e\xd0\x27\xfa\xca\xda\x38\xcf\x3b\x43\x21\x4b\x18\xbc\xe9\xfc\x35\x68\xaf\x23\x77\x35\xd8\x04\x9b\x06\x40\x8e\xd9\xdb\xe7\x17\x35\xe4\xd7\xa4\x44\xb0\xd8\x34\x77\x2c\x0f\xb4\x84\xb3\xac\x1d\xc0\xe7\xad\x27\xf3\x0e\x96\xad\xb8\xce\xe4\xde\x18\x30\x32\xd8\xa0\xea\xc9\xe6\xfa\xbc\x22\x43\xda\x33\xd5\x32\xdb\xdb\xbb\xce\x32\xb3\x07\xf7\xb7\x4e\x96\x36\xd1\xfc\xa1\x0d\x3c\xa8\x6e\x86\x58\x5d\xf1\x6a\x17\xb5\x9d\x69\x98\x68\xc3\x3c\xec\xe0\x48\x0f\x3c\x2b\xb8\xbd\x5b\xed\x34\xb6\x6a\xcc\xb9\xd4\x39\xa5\x5b\xde\x35\x3e\xbc\x65\xfa\x51\xfc\x75\xa7\x50\x46\x17\xab\x39\xa4\x49\xd7\x1f\xe3\xc4\x7e\x76\x52\xe3\x30\xa0\x6b\xcd\x1b\x5e\x2c\x35\xc2\x6b\xfe\xed\x98\x62\x00\x5f\x83\x59\xf0\x1c\x76\x1d\x14\xcc\x3a\x2b\xd7\x13\xfb\x06\x3d\xb1\x23\xa9\xf6\x6b\x74\x71\xbe\xd8\xe6\xa5\x72\x7e\xd0\xc2\x8f\x39\x97\x54\x55\xb1\x8b\x52\xf5\x08\xa3\xe1\xb4\x22\x42\x19\x20\xd9\xe2\xae\x2b\x82\xc9\x18\xcc\x81\xdb\xc1\xd3\x4d\xa0\xba\xff\x5d\x09\xd4\x2b\x2d\x0e\xec\x0f\xd2\x89\x99\x44\xd7\x60\xdb\xc6\x1e\x3f\x98\x8f\xfd\x00\x18\x29\x26\xe4\xc9\x28\x89\x62\x58\x2c\x20\xe5\xd5\x0e\x18\x7f\x80\x15\xa6\xa4\x96\x08\x95\xc0\xa6\xee\xa4\x81\xd8\xb2\x56\xda\x04\xe5\x66\x9e\x13\x63\x41\xd7\xce\x23\xde\x52\xa7\x4d\x25\x78\x8a\x52\xfe\x2a\x5a\x00\x91\x3a\x04\x73\x2f\x76\x0d\x75\x1c\x06\x13\x22\xc7\x32\x83\x67\x2b\x17\x1f\xa9\xd4\x73\x85\xe7\x67\xfd\x46\x5a\xb1\x6e\xb4\xbb\x6d\x9f\x92\xf7\x6f\xee\x8c\xb6\x2e\x5a\x17\x17\x2d\xc9\xd0\xb8\x0b\xd3\xf0\x8d\xfc\x8f\x8a\xa8\x5a\x5e\xf1\x0c\x2f\x41\xef\xb8\x92\xf6\x85\x45\x6b\x3d\x19\x07\xbf\xa0\x94\x24\xb7\x03\xfa\xec\x2d\x53\x54\xed\xda\xd1\x06\x41\x56\x98\xd2\x35\xc5\x0c\x68\x06\xa4\x10\x48\xb2\x5d\x2b\x97\x32\xbb\x64\x27\x15\x96\xb3\x79\x6b\x9c\xd6\xf2\x85\x53\xf3\xc9\x3a\xe6\x85\xa7\xeb\x94\xb2\x7b\x14\xbd\xe6\xea\x1d\xaf\x59\xf6\x6c\x98\x5b\x56\xce\x25\x6f\x3f\x91\x5c\x7b\x7b\xe8\x4b\xfb\xe1\x4c\x49\xbf\x0a\x4c\x39\xb3\x0d\xf9\x1d\xa1\x05\x36\x32\xdb\x2c\x19\x37\x3d\x2f\xce\x7a\x62\xf9\xdc\x65\xc5\x27\x6e\xd6\xe8\x58\x0a\xc2\xf4\xbe\xb8\x8b\xa8\xd5\x6b\x8a\x61\x34\x20\xef\xf8\xc5\x96\x68\x5f\x90\x4f\x0b\xf3\x37\x0d\xb4\xf1\x8c\xfd\xcf\x73\xbf\x94\xad\xf3\x97\xb0\x2e\x55\xf2\xb1\x12\x94\xa9\x28\x4d\xf4\xb4\x1f\x9b\x69\x52\x91\xfc\xd5\x2b\xdb\x55\x27\x73\x5c\xf7\xd3\xb6\x86\x1d\x52\x4e\xa1\x42\xd3\x6e\x9b\x2c\x4b\xcd\x8f\xf4\x06\xa7\x56\xe9\x8c\x28\xb2\x22\xf2\xc8\x20\x65\xd9\xfc\x01\xf0\x7a\x08\x4f\x9d\x75\x0e\xdb\xfb\xc2\x26\x60\x66\x6e\xf6\x45\xad\xf1\x37\x58\x15\x24\xd5\x1b\x07\xf3\xfb\xf5\xe6\x37\x8c\xfe\x0c\xf6\xaf\x49\x21\x9d\x03\xf4\x86\xc1\x3b\xe5\x68\x85\xb4\x07\x29\x7a\xe0\x2e\xf4\x12\x52\x14\xee\xa3\x3c\xcf\x35\x66\x4f\x32\x3e\xae\x71\x22\xba\xbe\x78\x33\xd9\x18\x6f\x4e\xeb\x8c\x83\x83\x18\x53\xdc\x94\xe5\xde\xa9\x50\x64\x48\xe3\x7e\xb5\x99\x7e\x61\x8e\x32\x06\xdb\x9d\x39\x7c\x37\x87\x02\x59\xe4\x15\x5a\x1c\x87\x43\xa4\xda\x0f\x51\x27\xb5\xe6\x83\x4d\xef\x04\x93\xac\x41\x06\x46\x3a\xe9\x4b\x3d\xeb\x20\xcb\x9c\x18\xe9\x21\xa1\x87\xc7\xcd\x16\xcd\x93\xdc\xbe\xeb\x28\xe3\xde\xc4\x35\xd0\xc8\xa9\xe1\x09\xfa\xce\x4f\xad\x9f\x8a\xc2\xe4\x8f\xfc\xbd\x09\xf4\x53\x51\x4c\xd7\xd6\xb1\x72\x91\x7e\xbd\x50\x6d\xae\x89\x84\x49\xca\x6e\xf2\x68\xcc\xd3\xdf\x93\x6b\x7c\x54\xb6\x94\x5e\x7f\xdf\xda\xf2\x33\x2a\xc8\xed\xee\xc3\xe1\xc3\x5a\xf0\xf2\x0c\x2b\x7e\x46\x75\x06\x3a\xd0\xcc\x3d\x9e\x03\x08\xdf\xa2\x90\x0e\x8c\x98\x93\x03\x16\xcd\xec\x5c\xf5\xe2\xf0\x30\x75\x7c\x3e\x79\x3e\xa9\x5f\xbd\xc1\x02\x15\x42\x66\x7e\x7e\x4f\x40\x2c\xa3\x23\x31\xf9\xc7\x57\x21\xb6\x3d\x9a\xfa\x26\x03\xbf\x17\x88\xcf\x27\x8f\xb8\x13\xa1\x38\x2b\x0a\x59\xe3\x9a\x64\x02\x40\x92\xf7\x6f\xba\x82\x69\xf6\x5d\x7a\x8c\xd8\x68\x10\x7c\x87\x7a\xfc\x91\x50\x33\x5a\x56\x05\x96\xc8\x14\x66\x47\x06\x07\x47\xf8\xff\xd7\x24\x4e\xa7\x7a\x2b\xc4\x35\x57\xef\x3b\xa3\xe3\xa3\xfb\xd1\xe9\x9d\xd1\x38\x17\xbf\x22\xed\xda\x1e\xe5\x1d\xed\xb8\x36\xd5\x90\x25\x9e\xdc\x76\x8b\xd1\x3f\xa6\x69\xb2\xec\xc0\xd1\xcd\x0f\x43\x0a\xbf\x87\x0d\xb3\x3c\x70\x9b\xc2\x3e\x51\x7f\x3b\x18\x7b\xa4\x1f\x1c\xe1\x44\x8b\x6c\x63\x63\xf7\x84\x76\x8e\x06\x2c\x24\xf6\x3a\xe8\x28\x2c\xdd\xb8\x3d\xca\x60\x73\xee\x03\x29\x29\x8a\xd1\x21\x93\x1e\x83\x5c\x42\x3b\x78\xb1\x6b\x28\xcb\x0f\xc7\xd9\xf0\x8d\xd8\xf8\xd0\xa9\xbd\xca\x1a\x07\x72\xe2\x4a\xeb\x7f\x54\x01\x74\x0d\xfe\xa9\x96\xcd\x89\x89\x73\xae\xc4\xd8\x72\xf7\x43\x7f\x75\x6f\xb2\x18\x68\x19\x04\x54\x73\xf3\xd7\x47\x69\xe3\x9a\xde\xa1\xc0\xd0\x6a\xd7\xac\xbf\x4d\x8d\xb6\x91\xd7\xa3\xca\x1f\x14\xfc\xbd\xc3\xcb\x64\xeb\x3f\x96\x1c\x27\xcd\x37\x36\xe9\x66\xb3\x09\x87\x1e\x9c\x75\xa6\xee\x34\xc7\x53\x1e\x8c\x66\x65\x6d\x1a\x65\xb5\xb9\x4e\x01\xaa\x2d\xdf\x93\xc3\x6d\x3b\x5a\x4f\x08\x78\xf2\xae\x35\xbd\xce\xe3\xf3\xbe\xec\xfd\x65\xae\x15\x47\x97\xc8\x4e\x5c\x77\x55\xd8\xbb\xe9\xbb\x1d\xde\xee\x0d\x95\x0f\x83\x8c\x33\x74\x37\x6b\xe6\xe6\xcb\xa1\x39\x85\x97\x53\xc2\x62\xd0\xbe\xbc\x21\x0f\xd3\x91\x2e\xc9\xe3\x7b\x85\xe5\x15\xaf\x99\xd2\x22\xe6\xc0\x6b\xf3\x80\x62\x4d\x52\x7c\x7a\xf6\xd0\x7b\x2f\x76\x9d\xa6\xc3\x69\x0a\x1c\xce\xa3\x35\xd0\xc4\xf8\x60\x38\xcc\x99\x53\x5e\x5d\x76\xf7\x44\xc0\xde\x7c\x30\x1c\x7a\x12\x97\x4b\x78\xfd\x7d\x6f\x5b\xa4\xb7\x29\xd4\x1f\x23\x93\x5e\x9c\xef\x34\x40\xf4\x5e\xc1\xd2\x6c\xc7\x3c\x1a\x03\x22\x56\xcf\xa5\xd9\xd6\x87\x7e\x0f\x28\xc9\xa3\xae\x85\x01\x93\x57\x3d\xbd\x6c\xdf\xd3\x2b\x7f\x1c\x31\xb7\x8d\x44\x7f\x9b\x14\x3c\xdc\x72\x1d\xb0\xa5\x24\x8f\x13\xe6\xbc\xd2\xfb\xce\x47\xdf\x04\x6a\xc2\xd5\x2e\x88\x62\xed\xb5\xd9\xac\x07\x73\x17\xbd\x98\x69\x0d\x3f\x4d\xd5\x4c\x18\x04\xc6\x3e\xfb\xbf\x07\x68\xed\x3b\xdd\xe7\x61\xf0\x3c\x38\x31\xdf\x9b\x4f\x03\x7d\x2c\x44\xb9\x0c\xe9\x99\xf3\xe3\xd8\x4b\x7e\xf6\x58\x3b\xda\xbf\xba\xb3\xad\x75\x34\xfb\x4b\x36\x9b\x0f\xb8\xb5\xc8\x7c\x1c\xd5\x27\x0e\x2f\xfc\xaf\xe6\x0a\x51\x73\x7a\xd8\x70\x89\xcd\xd5\xaf\x6c\xaf\xa8\xf5\x66\x21\xa7\xf7\xd8\x5c\x26\x4f\xa2\xdf\x9e\x5d\x77\x5b\x2d\x67\xc0\xdc\x04\xa7\x27\x14\xe2\x52\xb3\x9a\x46\xb2\x29\x7b\x3b\x50\xeb\xdd\x95\x4f\x06\x72\x82\xfe\x9b\x61\x84\x8f\x0a\x34\x69\xae\xb7\xcf\xd3\xc2\xa0\xe5\x50\x09\x03\x8e\x07\x81\xf1\x2b\xa4\xed\xcd\xe3\x2e\x3b\x9f\xc3\xff\x06\x00\x00\xff\xff\x50\xf5\x21\x31\x84\x25\x00\x00") func template_fakeGoBytes() ([]byte, error) { return bindataRead( @@ -291,8 +290,8 @@ func userGo() (*asset, error) { // It returns an error if the asset could not be found or // could not be loaded. func Asset(name string) ([]byte, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { + cannonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[cannonicalName]; ok { a, err := f() if err != nil { return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) @@ -317,8 +316,8 @@ func MustAsset(name string) []byte { // It returns an error if the asset could not be found or // could not be loaded. func AssetInfo(name string) (os.FileInfo, error) { - canonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[canonicalName]; ok { + 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) @@ -362,13 +361,13 @@ var _bindata = map[string]func() (*asset, error){ // b.png // then AssetDir("data") would return []string{"foo.txt", "img"} // AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("nonexistent") would return an error +// AssetDir("foo.txt") and AssetDir("notexist") would return an error // AssetDir("") will return []string{"data"}. func AssetDir(name string) ([]string, error) { node := _bintree if len(name) != 0 { - canonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(canonicalName, "/") + cannonicalName := strings.Replace(name, "\\", "/", -1) + pathList := strings.Split(cannonicalName, "/") for _, p := range pathList { node = node.Children[p] if node == nil { @@ -447,6 +446,6 @@ func RestoreAssets(dir, name string) error { } func _filePath(dir, name string) string { - canonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) + cannonicalName := strings.Replace(name, "\\", "/", -1) + return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) } diff --git a/vendor/github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb/generate.go b/vendor/github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb/generate.go similarity index 100% rename from vendor/github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb/generate.go rename to vendor/github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb/generate.go diff --git a/vendor/modules.txt b/vendor/modules.txt index c7655c29a..308c8328d 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -551,10 +551,6 @@ github.com/hashicorp/hcl/json/token github.com/imdario/mergo # github.com/inconshreveable/mousetrap v1.0.0 github.com/inconshreveable/mousetrap -# github.com/jim-minter/go-cosmosdb v0.0.0-20210320020825-d7f11ed7bd6d -## explicit -github.com/jim-minter/go-cosmosdb/cmd/gencosmosdb -github.com/jim-minter/go-cosmosdb/pkg/gencosmosdb # github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a github.com/jingyugao/rowserrcheck/passes/rowserr # github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 @@ -639,6 +635,10 @@ github.com/mitchellh/go-homedir github.com/mitchellh/go-wordwrap # github.com/mitchellh/mapstructure v1.3.0 github.com/mitchellh/mapstructure +# github.com/mjudeikis/go-cosmosdb v0.0.0-20210518104404-b205b3cefd36 +## explicit +github.com/mjudeikis/go-cosmosdb/cmd/gencosmosdb +github.com/mjudeikis/go-cosmosdb/pkg/gencosmosdb # github.com/moby/sys/mountinfo v0.4.0 github.com/moby/sys/mountinfo # github.com/moby/term v0.0.0-20200312100748-672ec06f55cd