diff --git a/example/templates/index.ace b/example/templates/index.ace index 53e2951..1e2efdb 100644 --- a/example/templates/index.ace +++ b/example/templates/index.ace @@ -3,9 +3,9 @@ html lang=en head meta charset=utf-8 title {{.Project.Name}} - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.6.2/sandstone/bulmaswatch.min.css" - script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.min.css" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.7.5/sandstone/bulmaswatch.min.css" + script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prettycron/0.11.0/prettycron.min.js" meta name="viewport" content="width=device-width, initial-scale=1" diff --git a/go.mod b/go.mod index 57d5303..02c8754 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/docker/go-connections v0.3.0 // indirect github.com/docker/go-units v0.3.2 // indirect github.com/dustin/go-humanize v1.0.0 // indirect - github.com/elazarl/go-bindata-assetfs v0.0.0-20170227122030-30f82fa23fd8 + github.com/elazarl/go-bindata-assetfs v1.0.1-0.20191027195357-d0111fe6fb11 github.com/fatih/color v1.6.0 github.com/fatih/structs v1.0.0 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect diff --git a/go.sum b/go.sum index 460eafe..73d8368 100644 --- a/go.sum +++ b/go.sum @@ -28,6 +28,10 @@ github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4 github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/elazarl/go-bindata-assetfs v0.0.0-20170227122030-30f82fa23fd8 h1:nlhwxV9RE03oHlCRgt4Gx8jYhoRT3k3jMgDxGhiTIuI= github.com/elazarl/go-bindata-assetfs v0.0.0-20170227122030-30f82fa23fd8/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4= +github.com/elazarl/go-bindata-assetfs v1.0.0 h1:G/bYguwHIzWq9ZoyUQqrjTmJbbYn3j3CKKpKinvZLFk= +github.com/elazarl/go-bindata-assetfs v1.0.0/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4= +github.com/elazarl/go-bindata-assetfs v1.0.1-0.20191027195357-d0111fe6fb11 h1:+cSOSSfX6iNy1O2aOGbkzwhfJ+ENkzCc5mgLuubmKCI= +github.com/elazarl/go-bindata-assetfs v1.0.1-0.20191027195357-d0111fe6fb11/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4= github.com/fatih/color v1.6.0 h1:66qjqZk8kalYAvDRtM1AdAJQI0tj4Wrue3Eq3B3pmFU= github.com/fatih/color v1.6.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/structs v1.0.0 h1:BrX964Rv5uQ3wwS+KRUAJCBBw5PQmgJfJ6v4yly5QwU= diff --git a/internal/theme/themes_bindata.go b/internal/theme/themes_bindata.go index e9184ef..7a741eb 100644 --- a/internal/theme/themes_bindata.go +++ b/internal/theme/themes_bindata.go @@ -137,7 +137,7 @@ func complyBlankReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/README.md", size: 1965, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/README.md", size: 1965, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -157,7 +157,7 @@ func complyBlankTodoMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/TODO.md", size: 1429, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/TODO.md", size: 1429, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -177,7 +177,7 @@ func complyBlankNarrativesGitkeep() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/narratives/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/narratives/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -197,7 +197,7 @@ func complyBlankPoliciesGitkeep() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/policies/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/policies/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -217,7 +217,7 @@ func complyBlankProceduresGitkeep() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/procedures/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/procedures/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -237,7 +237,7 @@ func complyBlankStandardsGitkeep() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/standards/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/standards/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -257,7 +257,7 @@ func complyBlankTemplatesGitkeep() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/templates/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/templates/.gitkeep", size: 0, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -277,12 +277,12 @@ func complyBlankTemplatesDefaultLatex() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/templates/default.latex", size: 7649, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/templates/default.latex", size: 7649, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _complyBlankTemplatesIndexAce = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x6d\x6f\x1b\xb9\x11\xfe\xee\x5f\x31\xd8\x7c\x90\x8c\x58\x94\x9d\x2b\xae\x87\xbb\xee\x15\x89\x9d\x43\x83\xcb\xc5\x41\x1d\x14\x28\x82\x43\x41\x91\x23\x2d\x6d\x2e\xb9\x21\x67\x65\xeb\x14\xff\xf7\x82\xdc\x17\xad\x56\x2b\xdb\x68\xe4\xa2\xa8\x3f\xc8\x14\x5f\xe6\x99\x19\x3e\x1c\xce\x50\x29\x48\x2b\x68\x55\x20\x64\x94\xeb\xa3\xf0\x01\x9a\x9b\x45\x8a\xe6\x08\x20\x43\x2e\x8f\x00\x00\x72\x24\x0e\x22\xe3\xce\x23\xa5\x25\xcd\x27\x3f\xc4\x6e\x52\xa4\x11\xd6\x6b\xf6\xd1\xd9\x6b\x14\xc4\x3e\xf0\x1c\xef\xef\xe3\x98\x56\xe6\x06\x1c\xea\x34\xf1\xb4\xd2\xe8\x33\x44\x4a\x20\x73\x38\x4f\x93\x8c\xa8\xf0\x3f\x4e\xa7\x42\x9a\x6b\xcf\x84\xb6\xa5\x9c\x6b\xee\x90\x09\x9b\x4f\xf9\x35\xbf\x9b\x6a\x35\xf3\xd3\x59\xa9\x73\x3e\x3d\x65\xdf\xb3\x57\x53\xe1\xeb\xef\x2c\x57\x86\x09\xef\x93\x83\xa2\xf8\x5b\x4e\x22\xab\xb1\x3c\x37\xd2\x93\x35\xd8\x1d\xdb\xc6\xf5\xc2\xa9\x82\x20\x78\x2e\x4d\x08\xef\x68\x7a\xcd\x97\xbc\xea\x4d\xc0\x3b\xf1\x64\xf8\xdc\xe6\x68\x88\x5d\xfb\xe9\x2b\xf6\xea\x15\x3b\x6d\x3a\x02\xdc\xf5\xc1\xd1\x34\x27\x74\xd3\x33\x16\x80\x62\xfb\x99\x70\x0a\x87\x44\x2b\xe1\xac\x99\x9e\xb2\xb3\x33\x76\xda\xe9\xd9\x82\x8c\xcc\x32\x3c\xc7\x34\x59\x2a\xbc\x2d\xac\xa3\x04\x84\x35\x84\x86\xd2\xe4\x56\x49\xca\x52\x89\x4b\x25\x70\x12\xbf\x9c\x80\x32\x8a\x14\xd7\x13\x2f\xb8\xc6\xf4\xac\x12\x93\x82\xf0\xbe\x6e\x6d\x74\x8e\x1d\x10\x28\x5e\x46\x9f\x72\x29\xdf\x2e\xd1\xd0\x7b\xe5\x09\x0d\xba\x71\x72\x71\xf9\xdb\x79\x05\xf6\xde\x72\x89\x32\x39\x81\x79\x69\x04\x29\x6b\xc6\x18\xa6\x1e\xc3\xba\x96\xd2\x91\xf3\xa5\x44\xb7\xba\x42\x8d\x82\xac\x7b\xad\xf5\x78\xc4\x82\x61\xa3\x63\x36\xb7\xee\x2d\x17\xd9\x78\x23\x44\x77\x25\x00\xa0\x66\xca\x18\x74\x7f\xfb\xf4\xdb\x7b\x48\xa1\xf2\xca\x79\xf0\x0a\xd9\x2b\x72\xca\x2c\xc6\xe3\x24\x79\xd9\x9d\x76\xcc\xc8\xa9\x7c\x7c\x7c\x42\xae\xc4\x63\x98\x4e\xe1\xfb\xc9\x5c\xa1\x96\x80\x77\x85\x43\xef\x95\x35\xbe\x85\xb8\x3f\x3e\x6a\x1b\x75\xab\x51\x06\x7c\x66\x6f\xc7\xc1\xd9\x5d\x9d\xd4\x1c\xc6\x99\xf2\x64\xdd\x8a\x39\x2c\x34\x17\x78\x45\x9c\x70\x5b\x6f\x80\xa1\x39\x63\x53\x6a\x7d\x02\xd5\xe7\xe8\xc5\xe8\x65\x14\xbe\xd1\xe5\xa8\x6d\x2e\xb9\x03\x45\x98\x7b\x48\x37\x7e\x5c\x20\xbd\xd5\x18\x9a\xfe\xcd\xea\x5c\x73\xef\x43\x00\x19\x8f\xc8\x16\x13\xc3\x97\xa3\x8d\xa4\xb9\x75\x30\x8e\x32\xd2\xd3\x9f\x40\xfd\x25\x8a\x62\x1a\xcd\x82\xb2\x9f\x40\xbd\x7c\xb9\xad\x6d\x83\x06\x69\x05\xfa\x59\xfd\xde\x19\x0d\x16\x87\x6e\x46\x7c\x11\x00\x21\x4d\x53\x48\xde\xbf\x4b\xfa\x26\x4f\xa7\x60\xf8\x52\x2d\x78\xf4\x1e\xf1\x99\xdf\x1a\x6e\xe5\x88\xa0\x7a\x20\x15\x0b\xcc\xe5\xca\xf8\xca\xcb\x7d\x79\x00\xbd\xe9\x5c\xca\xf1\x48\xf9\x09\x17\xa4\x96\xd8\xb1\x37\x7a\x0f\x50\x7b\x7c\x4c\x84\xc3\xdc\x2e\xf1\x01\x29\x47\x8f\x48\x9c\x4e\xc1\x63\xe4\xc7\x1e\xeb\x94\x8c\x0e\xea\xf3\xe6\x31\x6d\x32\x25\x25\x9a\xff\xc8\xa6\xc6\x2d\xc3\x22\x8e\x86\xda\x4d\x2b\xfc\x9f\x59\xb9\xaa\xe2\x59\x65\x17\xcb\xd0\x59\xa6\xfc\xa4\x70\x2a\xe7\x6e\x15\x9a\x3e\xe7\x5a\xd7\x6b\xe2\xf8\xa4\x5d\x15\xbb\xea\x8d\x44\xd7\x41\xcb\xce\xd8\x43\x37\x5e\xf5\x57\x30\x5f\xce\xaa\x69\x1f\xad\x56\x62\x75\x02\x1f\x9d\x15\x28\x4b\x87\x27\xc0\x8d\x84\xd7\xa5\x54\x04\xe1\xfc\x94\x7e\x4b\x83\xb9\xb5\xd4\x4a\x32\x7c\xc9\x02\xe3\x82\xb2\x33\x7b\x87\x32\x34\xe6\xa5\xd6\x31\x0c\x76\x00\x07\x55\x05\x28\x75\x34\x53\xfd\x81\x93\x3f\xf5\xbc\xad\x15\xab\x4f\x18\xb3\x4b\x74\x21\xee\xf6\x66\x00\x78\x72\xd6\x2c\x76\xba\x01\x38\x58\x23\xb4\x12\x37\x69\xb2\x09\xb4\x3f\xc6\xc8\x32\x6a\xa4\x8d\x8e\x13\xb8\x1c\x96\xdc\xc1\x36\xdc\x39\x1e\x18\xeb\x0f\x83\xbe\x91\x17\xf0\x3f\xec\x93\xde\xd1\xa0\x08\x1b\xa4\x0e\x85\xdf\x48\x0b\xe8\x1f\x87\x25\x77\xb1\x1b\x52\x1c\x0a\xbd\x95\x17\xf1\xf7\x49\xef\x68\xe0\x89\x1b\xc9\x9d\x3c\x90\x02\xad\xb8\x80\x7f\xb5\x47\xf6\xb4\xab\x00\x2e\x95\x44\x23\x70\x67\xce\xc3\x40\xcd\xb2\x80\xf3\xb6\x6e\xc3\x3f\x78\xa9\xab\xc3\xf3\xa2\x61\x21\x6b\x8e\x7f\x83\xd7\x1e\x14\x56\x27\x18\x35\xf0\x4c\x5b\x71\xf3\xa5\xb4\xb4\xd1\x24\xfb\x0e\x3e\x65\xca\x83\x57\x84\x21\x1d\xf1\x56\x2b\xc9\x09\x3d\x70\xad\xdb\x0b\xcc\x87\xd4\x93\x13\x4a\x20\x0b\x94\xed\x0f\x0c\x59\x73\x36\x99\xb0\xba\xcc\x4d\x3c\xd5\x4b\x81\x86\xd0\xa1\xec\x46\x9d\x30\x1a\x06\xad\xc1\x09\x65\xca\xc9\x8e\x73\xa4\x5a\x6e\xb9\x6a\x13\x6a\xc2\x8a\xef\x58\xc6\xfd\x24\x64\x6d\x93\x46\x30\x84\xdc\xc6\x59\x0d\x9f\x1c\x17\x37\xaa\xb3\xa5\x0d\xd2\xce\x92\x07\xe1\x42\x3d\xa0\xcc\x02\xae\x38\x29\x3f\x57\x1b\x00\xdf\x9b\x18\x95\xea\x6d\xeb\x7a\xcd\x42\xcc\xf3\xac\x59\xd3\x4a\xe9\xc4\xcf\x6f\xd3\xeb\x93\x25\xae\xbf\x49\xa7\x28\xa1\xd5\xe7\xbf\xbc\x5b\xed\xa1\x3d\xf4\x7e\xbd\x8e\x89\x01\x7c\x52\xe2\x06\xe9\x29\x7e\xe1\x40\xdc\x2d\x90\xd2\x7f\xcd\x34\x37\x37\x75\x41\xb5\x5e\xb3\xf7\xca\xdc\x78\xd6\x2a\x7a\x59\xa0\xb9\xbf\x4f\x76\x22\x45\xeb\xd7\xde\xcc\x03\xd9\x73\xa9\x25\x7a\xaa\xed\x79\x92\x39\x03\x0a\x45\x19\x17\x7c\xe5\xef\xef\x41\xf2\x95\x3f\xd0\x9e\x3f\x68\xd2\x0e\x0b\xea\x64\xe0\xc0\xfb\x1d\x9c\x0d\x7f\xc7\x2f\x25\xfa\x43\x6c\x77\xd4\xf1\xd1\xad\xee\xcc\x3a\xe8\x71\x3e\xb0\x1d\xaf\xb5\x7e\xdc\x8c\x83\x85\x81\xce\x20\xdd\xda\x6a\xd0\x3f\xe8\x8e\x29\x14\xce\x2e\x42\x59\xc7\xda\xc6\x26\x75\x85\x25\xd7\x25\xa6\xdb\xda\x9e\x6b\xeb\x43\x14\x85\x9c\xdf\xa5\xfb\x0d\x79\xb1\x49\x90\xbe\xed\x6a\xec\x66\xbb\x5b\x8e\xac\xf2\x86\x7d\xa9\xd7\xd7\x60\x59\xb8\xaf\x81\x1b\x68\x2e\x69\xb0\xf3\x78\x73\x5a\xb7\xe0\x46\xfd\x51\x55\x5a\x21\x4b\x0e\x9d\xc2\xe6\x85\x56\x3c\xdc\xef\x68\x96\xca\x59\x13\xcb\xc6\x5a\x2a\xf1\x99\x46\x56\x7d\xee\xa6\xba\xd4\x3e\x5e\xd5\xdf\xb7\xd3\x63\xca\x20\xdc\xd0\xfd\xbe\xd7\xa1\x8e\x5f\xe5\xfd\xee\x8f\x17\xbf\x6c\x04\x6f\x15\x0a\x81\x39\x8e\x9b\x05\x02\xdb\x98\x0d\x5b\x15\x41\x1f\x59\x06\xb2\xed\xd4\x0d\xcd\x40\xad\xc1\xce\xd8\x0e\xd5\x23\xb9\xd7\x6b\x76\x59\x52\x51\xd2\x2f\x4a\xa3\x89\x32\xb7\xcf\xc0\x10\xd1\xfb\x2b\xb6\x8c\x41\xd3\xdc\xc7\x2f\x9a\x84\xf6\x79\xd9\x32\x98\x2a\x7f\x85\x45\x60\x88\x89\x34\x98\x61\xc6\x97\xca\xba\xc0\x95\xd6\x75\x80\x79\xa1\xed\x0a\x43\x4a\x66\x64\x7c\x32\x72\x5c\x90\x75\xfe\x7f\x95\x1f\x8d\xa1\xff\x2f\xec\x68\x4b\x8c\x67\xe6\xc7\x70\x29\x13\xa2\x09\x86\xba\x60\x86\xe0\x0b\x14\x6a\xae\x04\x78\xc2\xc2\x03\x65\x9c\x80\x3b\x04\xe2\x37\x68\x40\x19\x70\xe8\x0b\x6b\x3c\x86\x3c\xfd\x06\x57\x10\x9f\xf6\x9e\x95\x28\xef\x2e\xfa\x3d\x57\x22\x43\x59\x6a\x84\x71\xd8\x43\x98\x5b\x97\x73\x3a\x7e\x02\x6d\x5a\xfb\xbf\x85\x38\xef\x2e\x7a\xdd\xeb\xb5\x9a\x03\x3b\x77\xd6\xec\xcc\x8f\x8f\x99\x61\xd1\xc0\xe8\x7a\x8d\xda\x0f\x40\x5c\x1a\x90\x98\x73\x23\xfb\xb3\x8d\xdc\x4f\xa1\xb6\x64\x7c\x5e\x06\x0d\x17\xa3\x5f\x6b\xda\xac\xea\xab\xa6\x2a\x00\xc0\xb7\xb5\xcd\x6c\xd5\xbf\x84\xe2\x85\xcc\xf3\x07\x79\x33\xfc\x4c\xf3\x38\x89\x9a\x52\xed\x57\x5c\x3d\x85\x5f\x6d\xf1\xf4\xd7\xbd\x23\xf0\x66\xf5\x38\xbb\x9a\xc2\xe7\x09\xdc\xaa\xa7\xfe\x8a\xab\xc7\xc2\x4f\xed\xf7\x61\x3e\x02\x6c\x5e\xc8\xd6\x6b\x76\x81\x55\x71\xaf\x06\xa8\x16\x18\x3a\x54\x25\x56\xa0\xd1\xe7\xa5\x10\xe8\x3d\xfc\xb3\x17\x1d\xf6\xd1\xf4\x83\x7d\x84\x9f\x03\xd6\xb4\xbe\x6a\x55\x79\xd3\xf7\x00\x00\x6f\x19\xf0\xe7\x36\xf6\x3e\x25\xda\xee\x08\xda\x7f\x64\x62\xd7\xdc\x5a\x42\xc7\xaa\x7f\x9b\xfc\xb4\xff\x02\xd8\x1c\x9b\x07\x53\xcd\xa2\xfb\x5e\x71\xd9\x49\xc0\xea\x1b\xf6\xdc\x9a\xb9\x92\x68\x48\x71\x0d\xaf\x4e\xcf\x7e\x38\x1a\xf8\x79\x45\xcd\x61\x7c\xab\x8c\xb4\xb7\x4c\x5b\xc1\xab\xf7\x56\xee\xb3\x34\x4d\x3a\xef\xe9\xfd\xf7\xc1\xd8\xdd\x7b\x0c\x5e\x72\x07\x61\xe5\xb9\xcd\x0b\x6b\xe2\xf3\x4a\x0a\x43\xa2\x99\x2f\xb4\xa2\xf1\xe8\x45\xfb\x32\x1c\x7f\xc3\xd8\x5a\x5a\xff\x36\xf0\xf3\x59\xf7\xc9\x3a\x20\x84\xaa\x4f\x99\x2a\xcf\x4c\x7b\x78\x9f\xcf\x36\x3f\x13\x04\x91\x9f\x93\x46\xe3\xe4\x24\xd9\x64\xcf\xc9\x49\xd2\xa4\x46\xa1\xd9\xc6\xe7\xe4\x24\x69\x23\x5a\xf2\x3b\x53\x46\xe2\xdd\xe5\x7c\xdc\x41\x3c\x86\x9f\x53\x38\xdd\x7e\x45\x8f\xae\xe9\xce\x69\xc7\xba\x6f\xda\x00\xf7\xff\x0e\x00\x00\xff\xff\x7b\xf4\xc8\x89\xac\x1d\x00\x00") +var _complyBlankTemplatesIndexAce = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x6d\x6f\xe3\xb8\x11\xfe\x9e\x5f\x31\x50\x3e\xd8\xc1\xc6\x94\xb3\x77\xed\x2d\xee\xaa\x2b\xb2\xc9\x1e\xba\xb8\xdc\x26\x68\x82\x02\xc5\xe2\x50\xd0\xe4\xd8\x62\x42\x91\x5a\x92\x72\xa2\xf3\xe6\xbf\x17\xa4\x5e\x2c\xcb\x72\x12\x74\x9d\xa2\x68\x3e\x38\x34\x5f\xe6\x99\x19\x3e\x1c\xce\xd0\x09\x70\xcd\x5c\x99\x23\xa4\x2e\x93\x07\xfe\x03\x24\x55\x8b\x04\xd5\x01\x40\x8a\x94\x1f\x00\x00\x64\xe8\x28\xb0\x94\x1a\x8b\x2e\x29\xdc\x7c\xf2\x2e\x74\x3b\xe1\x24\xc2\x6a\x45\xae\x8c\xbe\x45\xe6\xc8\x27\x9a\xe1\xe3\x63\x18\x93\x42\xdd\x81\x41\x99\x44\xd6\x95\x12\x6d\x8a\xe8\x22\x48\x0d\xce\x93\x28\x75\x2e\xb7\x3f\xc6\x31\xe3\xea\xd6\x12\x26\x75\xc1\xe7\x92\x1a\x24\x4c\x67\x31\xbd\xa5\x0f\xb1\x14\x33\x1b\xcf\x0a\x99\xd1\x78\x4a\xde\x91\x69\xcc\x6c\xfd\x9d\x64\x42\x11\x66\x6d\xb4\x57\x14\x7b\x4f\x1d\x4b\xe3\x29\xf9\x81\xfc\x29\xb6\x54\x71\xeb\xb4\xc2\xee\xd8\x26\xae\x65\x46\xe4\x0e\xbc\xe7\x92\xc8\xe1\x83\x8b\x6f\xe9\x92\x56\xbd\x11\x58\xc3\x5e\x0c\x9f\xe9\x0c\x95\x23\xb7\x36\x7e\x4b\xde\x7e\x4f\xa6\x4d\x87\x87\xbb\xdd\x3b\x9a\xa4\x0e\x4d\x7c\x42\xde\x92\x69\xd5\x7e\x25\x9c\xdc\xa0\x73\x25\x33\x5a\xc5\x53\x72\x72\x42\xa6\x9d\x9e\x0d\xc8\xc0\x2c\x45\x33\x4c\xa2\xa5\xc0\xfb\x5c\x1b\x17\x01\xd3\xca\xa1\x72\x49\x74\x2f\xb8\x4b\x13\x8e\x4b\xc1\x70\x12\xbe\x1c\x83\x50\xc2\x09\x2a\x27\x96\x51\x89\xc9\x49\x25\x26\x01\x66\x6d\xdd\x5a\xeb\x1c\x3a\xc0\x53\xbc\x08\x3e\xa5\x9c\x7f\x58\xa2\x72\x17\xc2\x3a\x54\x68\xc6\xd1\xf9\xe5\x6f\x67\x15\xd8\x85\xa6\x1c\x79\x74\x0c\xf3\x42\x31\x27\xb4\x1a\xa3\x9f\x7a\x04\xab\x5a\x4a\x47\xce\x97\x02\x4d\x79\x8d\x12\x99\xd3\xe6\x54\xca\xf1\x88\x78\xc3\x46\x47\x64\xae\xcd\x07\xca\xd2\xf1\x5a\x88\xec\x4a\x00\x40\x49\x84\x52\x68\xfe\x76\xf3\xdb\x05\x24\x50\x79\xe5\xcc\x7b\xc5\xe9\x6b\x67\x84\x5a\x8c\xc7\x51\xf4\xa6\x3b\xed\x88\x38\x23\xb2\xf1\xd1\xb1\x33\x05\x1e\x41\x1c\xc3\x9f\x27\x73\x81\x92\x03\x3e\xe4\x06\xad\x15\x5a\xd9\x16\xe2\xf1\xe8\xa0\x6d\xd4\xad\x46\x19\xb0\xa9\xbe\x1f\x7b\x67\x77\x75\x12\x73\x18\xa7\xc2\x3a\x6d\x4a\x62\x30\x97\x94\xe1\xb5\xa3\x0e\x37\xf5\x06\x18\x9a\x33\x56\x85\x94\xc7\x50\x7d\x8e\x0e\x47\x6f\x82\xf0\xb5\x2e\x07\x6d\x73\x49\x0d\x08\x87\x99\x85\x64\xed\xc7\x05\xba\x0f\x12\x7d\xd3\xbe\x2f\xcf\x24\xb5\xd6\x07\x90\xf1\xc8\xe9\x7c\xa2\xe8\x72\xb4\x96\x34\xd7\x06\xc6\x41\x46\x32\xfd\x09\xc4\x5f\x82\x28\x22\x51\x2d\x5c\xfa\x13\x88\x37\x6f\x36\xb5\x6d\xd0\x20\xa9\x40\x3f\x8b\xdf\x3b\xa3\xde\x62\xdf\x4d\x1c\x5d\x78\x40\x48\x92\x04\xa2\x8b\x8f\x51\xdf\xe4\x38\x06\x45\x97\x62\x41\x83\xf7\x1c\x9d\xd9\x8d\xe1\x56\x0e\xf3\xaa\x7b\x52\x11\xcf\x5c\x2a\x94\xad\xbc\xdc\x97\x07\xd0\x9b\x4e\x39\x1f\x8f\x84\x9d\x50\xe6\xc4\x12\x3b\xf6\x06\xef\x01\x4a\x8b\xcf\x89\x30\x98\xe9\x25\x3e\x21\xe5\xe0\x19\x89\x71\x0c\x16\x03\x3f\x76\x58\x27\x78\x70\x50\x9f\x37\xcf\x69\x93\x0a\xce\x51\xfd\x47\x36\x35\x6e\x19\x16\x71\x30\xd4\x6e\x5a\xfe\xff\x4c\xf3\xb2\x8a\x67\x95\x5d\x24\x45\xa3\x89\xb0\x93\xdc\x88\x8c\x9a\xd2\x37\x6d\x46\xa5\xac\xd7\x84\xf1\x49\xbb\x2a\x74\xd5\x1b\x89\xa6\x83\x96\x9e\x90\xa7\x6e\xbc\xea\x2f\x27\xb6\x98\x55\xd3\xae\xb4\x14\xac\x3c\x86\x2b\xa3\x19\xf2\xc2\xe0\x31\x50\xc5\xe1\xb4\xe0\xc2\x81\x3f\x3f\x85\xdd\xd0\x60\xae\xb5\x6b\x25\x29\xba\x24\x9e\x71\x5e\xd9\x99\x7e\x40\xee\x1b\xf3\x42\xca\x10\x06\x3b\x80\x83\xaa\x02\x14\x32\x98\x29\xfe\xc0\xc9\xf7\x3d\x6f\x4b\x41\xea\x13\x46\xf4\x12\x8d\x8f\xbb\xbd\x19\x00\xd6\x19\xad\x16\x5b\xdd\x00\x14\xb4\x62\x52\xb0\xbb\x24\x5a\x07\xda\x1f\x43\x64\x19\x35\xd2\x46\x47\x11\x5c\x0e\x4b\xee\x60\x2b\x6a\x0c\xf5\x8c\xb5\xfb\x41\x5f\xcb\xf3\xf8\x9f\x76\x49\xef\x68\x90\xfb\x0d\x12\xfb\xc2\x6f\xa4\x79\xf4\xab\x61\xc9\x5d\xec\x86\x14\xfb\x42\x6f\xe5\x05\xfc\x5d\xd2\x3b\x1a\x58\x47\x15\xa7\x86\xef\x49\x81\x56\x9c\xc7\xbf\xde\x21\x3b\xee\x2a\x80\x4b\xc1\x51\x31\xdc\x9a\xf3\x34\x50\xb3\xcc\xe3\x7c\xa8\xdb\xf0\x0f\x5a\xc8\xea\xf0\x1c\x36\x2c\x24\xcd\xf1\x6f\xf0\xda\x83\x42\xea\x04\xa3\x06\x9e\x49\xcd\xee\xbe\x14\xda\xad\x35\x49\xbf\x83\x9b\x54\x58\xb0\xc2\xa1\x4f\x47\xac\x96\x82\x53\x87\x16\xa8\x94\xed\x05\x66\x7d\xea\x49\x1d\x72\x70\x1a\x5c\xba\x3b\x30\xa4\xcd\xd9\x24\x4c\xcb\x22\x53\xe1\x54\x2f\x19\x2a\x87\x06\x79\x37\xea\xf8\x51\x3f\xa8\x15\x4e\x5c\x2a\x0c\xef\x38\x87\x8b\xe5\x86\xab\xd6\xa1\xc6\xaf\xf8\x8e\xa4\xd4\x4e\x7c\xd6\x36\x69\x04\x83\xcf\x6d\x8c\x96\x70\x63\x28\xbb\x13\x9d\x2d\x6d\x90\xb6\x96\x3c\x09\xe7\xeb\x01\xa1\x16\x70\x4d\x9d\xb0\x73\xb1\x06\xb0\xbd\x89\x41\xa9\xde\xb6\xae\x56\xc4\xc7\x3c\x4b\x9a\x35\xad\x94\x4e\xfc\xfc\x36\xbd\x6e\xb4\xa3\xf2\x9b\x74\x0a\x12\x5a\x7d\xfe\xcb\xbb\xd5\x1e\xda\x7d\xef\xd7\x69\x48\x0c\xe0\x46\xb0\x3b\x74\x2f\xf1\x0b\x05\x47\xcd\x02\x5d\xf2\xaf\x99\xa4\xea\xae\x2e\xa8\x56\x2b\x72\x21\xd4\x9d\x25\xad\xa2\x97\x39\xaa\xc7\xc7\x68\x2b\x52\xb4\x7e\xed\xcd\xdc\x93\x3d\x97\x92\xa3\x75\xb5\x3d\x2f\x32\x67\x40\xa1\x20\xe3\x9c\x96\xf6\xf1\x11\x38\x2d\xed\x9e\xf6\xfc\x49\x93\xb6\x58\x50\x27\x03\x7b\xde\x6f\xef\x6c\xf8\x3b\x7e\x29\xd0\xee\x63\xbb\x83\x8e\xcf\x6e\x75\x67\xd6\x5e\x8f\xf3\x9e\xed\x38\x95\xf2\x79\x33\xf6\x16\x06\x3a\x83\xee\x5e\x57\x83\xf6\x49\x77\xc4\x90\x1b\xbd\xf0\x65\x1d\x69\x1b\xeb\xd4\x15\x96\x54\x16\x98\x6c\x6a\x7b\x26\xb5\xf5\x51\x14\x32\xfa\x90\xec\x36\xe4\x70\x9d\x20\x7d\xdb\xd5\xd8\xcd\x76\x37\x1c\x59\xe5\x0d\xbb\x52\xaf\xaf\xde\x32\x7f\x5f\x03\x55\xd0\x5c\xd2\xa0\xe7\xe1\xe6\xd4\x66\x41\x95\xf8\xa3\xaa\xb4\x7c\x96\xec\x3b\x99\xce\x72\x29\xa8\xbf\xdf\x51\x2d\x85\xd1\x2a\x94\x8d\xb5\x54\x47\x67\x12\x49\xf5\xb9\x9d\xea\xba\xf6\xf1\xaa\xfe\xbe\x99\x1e\xbb\x14\xfc\x0d\xdd\xef\x3b\xf5\x75\x7c\x99\xf5\xbb\xaf\xce\x7f\x59\x0b\xde\x28\x14\x3c\x73\x0c\x55\x0b\x04\xb2\x36\x1b\x36\x2a\x82\x3e\x32\xf7\x64\xdb\xaa\x1b\x9a\x81\x5a\x83\xad\xb1\x2d\xaa\x07\x72\xaf\x56\xe4\xb2\x70\x79\xe1\x7e\x11\x12\x55\x90\xb9\x79\x06\x86\x88\xde\x5f\xb1\x61\x0c\xaa\xe6\x3e\x3e\x6c\x12\xda\xd7\x65\xcb\x60\xaa\xfc\x15\x16\x9e\x21\x2a\xd0\x60\x86\x29\x5d\x0a\x6d\x3c\x57\x5a\xd7\x01\x66\xb9\xd4\x25\xfa\x94\x4c\xf1\xf0\x64\x64\x28\x73\xda\xd8\xff\x55\x7e\x34\x86\xfe\xbf\xb0\xa3\x2d\x31\x5e\x99\x1f\xc3\xa5\x8c\x8f\x26\xe8\xeb\x82\x19\x82\xcd\x91\x89\xb9\x60\x60\x1d\xe6\x16\x5c\x4a\x1d\x50\x83\xe0\xe8\x1d\x2a\x10\x0a\x0c\xda\x5c\x2b\x8b\x3e\x4f\xbf\xc3\x12\xc2\xd3\xde\xab\x12\xe5\xe3\x79\xbf\xe7\x9a\xa5\xc8\x0b\x89\x30\xf6\x7b\x08\x73\x6d\x32\xea\x8e\x5e\x40\x9b\xd6\xfe\x6f\x21\xce\xc7\xf3\x5e\xf7\x6a\x25\xe6\x40\xce\x8c\x56\x5b\xf3\xc3\x63\xa6\x5f\x34\x30\xba\x5a\xa1\xb4\x03\x10\x97\x0a\x38\x66\x54\xf1\xfe\x6c\xc5\x77\x53\xa8\x2d\x19\x5f\x97\x41\xc3\xc5\xe8\xd7\x9a\x36\x65\x7d\xd5\x54\x05\x00\xd8\xb6\xb6\x99\x95\xfd\x4b\x28\x5c\xc8\x34\x7b\x92\x37\xc3\xcf\x34\xcf\x93\xa8\x29\xd5\x7e\xc5\xf2\x25\xfc\x6a\x8b\xa7\xbf\xee\x1c\x81\xf7\xe5\xf3\xec\x6a\x0a\x9f\x17\x70\xab\x9e\xfa\x2b\x96\xcf\x85\x9f\xda\xef\xc3\x7c\x04\x58\xbf\x90\xad\x56\xe4\x1c\xab\xe2\x5e\x0c\x50\xcd\x33\x74\xa8\x4a\xac\x40\x83\xcf\x0b\xc6\xd0\x5a\xf8\x67\x2f\x3a\xec\xa2\xe9\x27\xfd\x0c\x3f\x07\xac\x69\x7d\xd5\xaa\xf2\xbe\xef\x01\x00\xda\x32\xe0\x87\x36\xf6\xbe\x24\xda\x6e\x09\xda\x7d\x64\x42\xd7\x5c\x6b\x87\x86\x54\xff\xd6\xf9\x69\xff\x05\xb0\x39\x36\x4f\xa6\x9a\x79\xf7\xbd\xe2\xb2\x93\x80\xd5\x37\xec\x99\x56\x73\xc1\x51\x39\x41\x25\xbc\x9d\x9e\xbc\x3b\x18\xf8\x79\x45\xcc\x61\x7c\x2f\x14\xd7\xf7\x44\x6a\x46\xab\xf7\x56\x6a\xd3\x24\x89\x3a\xef\xe9\xfd\xf7\xc1\xd0\xdd\x7b\x0c\x5e\x52\x03\x7e\xe5\x99\xce\x72\xad\xc2\xf3\x4a\x02\x43\xa2\x89\xcd\xa5\x70\xe3\xd1\x61\xfb\x32\x1c\x7e\xc3\xd8\x58\x5a\xff\x36\xf0\xf3\x49\xf7\xc9\xda\x23\xf8\xaa\x4f\xa8\x2a\xcf\x4c\x7a\x78\x9f\x4f\xd6\x3f\x13\x78\x91\x9f\xa3\x46\xe3\xe8\x38\x5a\x67\xcf\xd1\x71\xd4\xa4\x46\xbe\xd9\xc6\xe7\xe8\x38\x6a\x23\x5a\xf4\x3b\x11\x8a\xe3\xc3\xe5\x7c\xdc\x41\x3c\x82\x9f\x13\x98\x6e\xbe\xa2\x07\xd7\x74\xe7\xb4\x63\xdd\x37\x6d\x80\xc7\x7f\x07\x00\x00\xff\xff\xc1\x9c\xf6\xee\xac\x1d\x00\x00") func complyBlankTemplatesIndexAceBytes() ([]byte, error) { return bindataRead( @@ -297,7 +297,7 @@ func complyBlankTemplatesIndexAce() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-blank/templates/index.ace", size: 7596, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-blank/templates/index.ace", size: 7596, mode: os.FileMode(420), modTime: time.Unix(1582135931, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -317,7 +317,7 @@ func complySoc2ReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/README.md", size: 1965, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/README.md", size: 1965, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -337,7 +337,7 @@ func complySoc2TodoMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/TODO.md", size: 1429, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/TODO.md", size: 1429, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -357,7 +357,7 @@ func complySoc2NarrativesReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/README.md", size: 96, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/README.md", size: 96, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -377,7 +377,7 @@ func complySoc2NarrativesControlMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/control.md", size: 3325, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/control.md", size: 3325, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -397,7 +397,7 @@ func complySoc2NarrativesOrganizationalMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/organizational.md", size: 2378, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/organizational.md", size: 2378, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -417,7 +417,7 @@ func complySoc2NarrativesProductsMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/products.md", size: 895, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/products.md", size: 895, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -437,7 +437,7 @@ func complySoc2NarrativesSecurityMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/security.md", size: 4047, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/security.md", size: 4047, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -457,7 +457,7 @@ func complySoc2NarrativesSystemMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/narratives/system.md", size: 257, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/narratives/system.md", size: 257, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -477,7 +477,7 @@ func complySoc2PoliciesReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/README.md", size: 71, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/README.md", size: 71, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -497,7 +497,7 @@ func complySoc2PoliciesAccessMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/access.md", size: 2178, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/access.md", size: 2178, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -517,7 +517,7 @@ func complySoc2PoliciesApplicationMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/application.md", size: 8377, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/application.md", size: 8377, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -537,7 +537,7 @@ func complySoc2PoliciesAvailabilityMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/availability.md", size: 7019, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/availability.md", size: 7019, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -557,7 +557,7 @@ func complySoc2PoliciesChangeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/change.md", size: 2793, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/change.md", size: 2793, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -577,7 +577,7 @@ func complySoc2PoliciesClassificationMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/classification.md", size: 14376, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/classification.md", size: 14376, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -597,7 +597,7 @@ func complySoc2PoliciesConductMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/conduct.md", size: 4492, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/conduct.md", size: 4492, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -617,7 +617,7 @@ func complySoc2PoliciesConfidentialityMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/confidentiality.md", size: 3653, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/confidentiality.md", size: 3653, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -637,7 +637,7 @@ func complySoc2PoliciesContinuityMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/continuity.md", size: 5043, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/continuity.md", size: 5043, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -657,7 +657,7 @@ func complySoc2PoliciesCyberMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/cyber.md", size: 4805, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/cyber.md", size: 4805, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -677,7 +677,7 @@ func complySoc2PoliciesDatacenterMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/datacenter.md", size: 3014, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/datacenter.md", size: 3014, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -697,7 +697,7 @@ func complySoc2PoliciesDevelopmentMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/development.md", size: 8933, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/development.md", size: 8933, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -717,7 +717,7 @@ func complySoc2PoliciesDisasterMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/disaster.md", size: 10315, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/disaster.md", size: 10315, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -737,7 +737,7 @@ func complySoc2PoliciesEncryptionMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/encryption.md", size: 5381, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/encryption.md", size: 5381, mode: os.FileMode(420), modTime: time.Unix(1577207008, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -757,7 +757,7 @@ func complySoc2PoliciesIncidentMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/incident.md", size: 8552, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/incident.md", size: 8552, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -777,7 +777,7 @@ func complySoc2PoliciesInformationMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/information.md", size: 5359, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/information.md", size: 5359, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -797,7 +797,7 @@ func complySoc2PoliciesLogMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/log.md", size: 4307, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/log.md", size: 4307, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -817,7 +817,7 @@ func complySoc2PoliciesMediaMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/media.md", size: 8819, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/media.md", size: 8819, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -837,7 +837,7 @@ func complySoc2PoliciesOfficeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/office.md", size: 3927, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/office.md", size: 3927, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -857,7 +857,7 @@ func complySoc2PoliciesPasswordMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/password.md", size: 1796, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/password.md", size: 1796, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -877,7 +877,7 @@ func complySoc2PoliciesPolicyMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/policy.md", size: 892, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/policy.md", size: 892, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -897,7 +897,7 @@ func complySoc2PoliciesPrivacyMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/privacy.md", size: 346, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/privacy.md", size: 346, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -917,7 +917,7 @@ func complySoc2PoliciesProcessingMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/processing.md", size: 210, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/processing.md", size: 210, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -937,7 +937,7 @@ func complySoc2PoliciesRemoteMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/remote.md", size: 4119, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/remote.md", size: 4119, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -957,7 +957,7 @@ func complySoc2PoliciesRetentionMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/retention.md", size: 6811, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/retention.md", size: 6811, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -977,7 +977,7 @@ func complySoc2PoliciesRiskMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/risk.md", size: 10486, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/risk.md", size: 10486, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -997,7 +997,7 @@ func complySoc2PoliciesVendorMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/vendor.md", size: 3139, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/vendor.md", size: 3139, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1017,7 +1017,7 @@ func complySoc2PoliciesWorkstationMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/policies/workstation.md", size: 1791, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/policies/workstation.md", size: 1791, mode: os.FileMode(420), modTime: time.Unix(1577207044, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1037,7 +1037,7 @@ func complySoc2ProceduresReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/procedures/README.md", size: 92, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/procedures/README.md", size: 92, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1057,7 +1057,7 @@ func complySoc2ProceduresOffboardingMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/procedures/offboarding.md", size: 358, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/procedures/offboarding.md", size: 358, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1077,7 +1077,7 @@ func complySoc2ProceduresOnboardingMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/procedures/onboarding.md", size: 495, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/procedures/onboarding.md", size: 495, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1097,7 +1097,7 @@ func complySoc2ProceduresPatchMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/procedures/patch.md", size: 380, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/procedures/patch.md", size: 380, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1117,7 +1117,7 @@ func complySoc2ProceduresWorkstationMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/procedures/workstation.md", size: 1081, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/procedures/workstation.md", size: 1081, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1137,7 +1137,7 @@ func complySoc2StandardsReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/standards/README.md", size: 282, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/standards/README.md", size: 282, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1157,7 +1157,7 @@ func complySoc2StandardsTsc2017Yml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/standards/TSC-2017.yml", size: 16305, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/standards/TSC-2017.yml", size: 16305, mode: os.FileMode(420), modTime: time.Unix(1577397671, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1177,12 +1177,12 @@ func complySoc2TemplatesDefaultLatex() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/templates/default.latex", size: 7649, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/templates/default.latex", size: 7649, mode: os.FileMode(420), modTime: time.Unix(1577206126, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _complySoc2TemplatesIndexAce = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x6d\x6f\x1b\xb9\x11\xfe\xee\x5f\x31\xd8\x7c\x90\x8c\x58\x94\x9d\x2b\xae\x87\xbb\xee\x15\x89\x9d\x43\x83\xcb\xc5\x41\x1d\x14\x28\x82\x43\x41\x91\x23\x2d\x6d\x2e\xb9\x21\x67\x65\xeb\x14\xff\xf7\x82\xdc\x17\xad\x56\x2b\xdb\x68\xe4\xa2\xa8\x3f\xc8\x14\x5f\xe6\x99\x19\x3e\x1c\xce\x50\x29\x48\x2b\x68\x55\x20\x64\x94\xeb\xa3\xf0\x01\x9a\x9b\x45\x8a\xe6\x08\x20\x43\x2e\x8f\x00\x00\x72\x24\x0e\x22\xe3\xce\x23\xa5\x25\xcd\x27\x3f\xc4\x6e\x52\xa4\x11\xd6\x6b\xf6\xd1\xd9\x6b\x14\xc4\x3e\xf0\x1c\xef\xef\xe3\x98\x56\xe6\x06\x1c\xea\x34\xf1\xb4\xd2\xe8\x33\x44\x4a\x20\x73\x38\x4f\x93\x8c\xa8\xf0\x3f\x4e\xa7\x42\x9a\x6b\xcf\x84\xb6\xa5\x9c\x6b\xee\x90\x09\x9b\x4f\xf9\x35\xbf\x9b\x6a\x35\xf3\xd3\x59\xa9\x73\x3e\x3d\x65\xdf\xb3\x57\x53\xe1\xeb\xef\x2c\x57\x86\x09\xef\x93\x83\xa2\xf8\x5b\x4e\x22\xab\xb1\x3c\x37\xd2\x93\x35\xd8\x1d\xdb\xc6\xf5\xc2\xa9\x82\x20\x78\x2e\x4d\x08\xef\x68\x7a\xcd\x97\xbc\xea\x4d\xc0\x3b\xf1\x64\xf8\xdc\xe6\x68\x88\x5d\xfb\xe9\x2b\xf6\xea\x15\x3b\x6d\x3a\x02\xdc\xf5\xc1\xd1\x34\x27\x74\xd3\x33\x16\x80\x62\xfb\x99\x70\x0a\x87\x44\x2b\xe1\xac\x99\x9e\xb2\xb3\x33\x76\xda\xe9\xd9\x82\x8c\xcc\x32\x3c\xc7\x34\x59\x2a\xbc\x2d\xac\xa3\x04\x84\x35\x84\x86\xd2\xe4\x56\x49\xca\x52\x89\x4b\x25\x70\x12\xbf\x9c\x80\x32\x8a\x14\xd7\x13\x2f\xb8\xc6\xf4\xac\x12\x93\x82\xf0\xbe\x6e\x6d\x74\x8e\x1d\x10\x28\x5e\x46\x9f\x72\x29\xdf\x2e\xd1\xd0\x7b\xe5\x09\x0d\xba\x71\x72\x71\xf9\xdb\x79\x05\xf6\xde\x72\x89\x32\x39\x81\x79\x69\x04\x29\x6b\xc6\x18\xa6\x1e\xc3\xba\x96\xd2\x91\xf3\xa5\x44\xb7\xba\x42\x8d\x82\xac\x7b\xad\xf5\x78\xc4\x82\x61\xa3\x63\x36\xb7\xee\x2d\x17\xd9\x78\x23\x44\x77\x25\x00\xa0\x66\xca\x18\x74\x7f\xfb\xf4\xdb\x7b\x48\xa1\xf2\xca\x79\xf0\x0a\xd9\x2b\x72\xca\x2c\xc6\xe3\x24\x79\xd9\x9d\x76\xcc\xc8\xa9\x7c\x7c\x7c\x42\xae\xc4\x63\x98\x4e\xe1\xfb\xc9\x5c\xa1\x96\x80\x77\x85\x43\xef\x95\x35\xbe\x85\xb8\x3f\x3e\x6a\x1b\x75\xab\x51\x06\x7c\x66\x6f\xc7\xc1\xd9\x5d\x9d\xd4\x1c\xc6\x99\xf2\x64\xdd\x8a\x39\x2c\x34\x17\x78\x45\x9c\x70\x5b\x6f\x80\xa1\x39\x63\x53\x6a\x7d\x02\xd5\xe7\xe8\xc5\xe8\x65\x14\xbe\xd1\xe5\xa8\x6d\x2e\xb9\x03\x45\x98\x7b\x48\x37\x7e\x5c\x20\xbd\xd5\x18\x9a\xfe\xcd\xea\x5c\x73\xef\x43\x00\x19\x8f\xc8\x16\x13\xc3\x97\xa3\x8d\xa4\xb9\x75\x30\x8e\x32\xd2\xd3\x9f\x40\xfd\x25\x8a\x62\x1a\xcd\x82\xb2\x9f\x40\xbd\x7c\xb9\xad\x6d\x83\x06\x69\x05\xfa\x59\xfd\xde\x19\x0d\x16\x87\x6e\x46\x7c\x11\x00\x21\x4d\x53\x48\xde\xbf\x4b\xfa\x26\x4f\xa7\x60\xf8\x52\x2d\x78\xf4\x1e\xf1\x99\xdf\x1a\x6e\xe5\x88\xa0\x7a\x20\x15\x0b\xcc\xe5\xca\xf8\xca\xcb\x7d\x79\x00\xbd\xe9\x5c\xca\xf1\x48\xf9\x09\x17\xa4\x96\xd8\xb1\x37\x7a\x0f\x50\x7b\x7c\x4c\x84\xc3\xdc\x2e\xf1\x01\x29\x47\x8f\x48\x9c\x4e\xc1\x63\xe4\xc7\x1e\xeb\x94\x8c\x0e\xea\xf3\xe6\x31\x6d\x32\x25\x25\x9a\xff\xc8\xa6\xc6\x2d\xc3\x22\x8e\x86\xda\x4d\x2b\xfc\x9f\x59\xb9\xaa\xe2\x59\x65\x17\xcb\xd0\x59\xa6\xfc\xa4\x70\x2a\xe7\x6e\x15\x9a\x3e\xe7\x5a\xd7\x6b\xe2\xf8\xa4\x5d\x15\xbb\xea\x8d\x44\xd7\x41\xcb\xce\xd8\x43\x37\x5e\xf5\x57\x30\x5f\xce\xaa\x69\x1f\xad\x56\x62\x75\x02\x1f\x9d\x15\x28\x4b\x87\x27\xc0\x8d\x84\xd7\xa5\x54\x04\xe1\xfc\x94\x7e\x4b\x83\xb9\xb5\xd4\x4a\x32\x7c\xc9\x02\xe3\x82\xb2\x33\x7b\x87\x32\x34\xe6\xa5\xd6\x31\x0c\x76\x00\x07\x55\x05\x28\x75\x34\x53\xfd\x81\x93\x3f\xf5\xbc\xad\x15\xab\x4f\x18\xb3\x4b\x74\x21\xee\xf6\x66\x00\x78\x72\xd6\x2c\x76\xba\x01\x38\x58\x23\xb4\x12\x37\x69\xb2\x09\xb4\x3f\xc6\xc8\x32\x6a\xa4\x8d\x8e\x13\xb8\x1c\x96\xdc\xc1\x36\xdc\x39\x1e\x18\xeb\x0f\x83\xbe\x91\x17\xf0\x3f\xec\x93\xde\xd1\xa0\x08\x1b\xa4\x0e\x85\xdf\x48\x0b\xe8\x1f\x87\x25\x77\xb1\x1b\x52\x1c\x0a\xbd\x95\x17\xf1\xf7\x49\xef\x68\xe0\x89\x1b\xc9\x9d\x3c\x90\x02\xad\xb8\x80\x7f\xb5\x47\xf6\xb4\xab\x00\x2e\x95\x44\x23\x70\x67\xce\xc3\x40\xcd\xb2\x80\xf3\xb6\x6e\xc3\x3f\x78\xa9\xab\xc3\xf3\xa2\x61\x21\x6b\x8e\x7f\x83\xd7\x1e\x14\x56\x27\x18\x35\xf0\x4c\x5b\x71\xf3\xa5\xb4\xb4\xd1\x24\xfb\x0e\x3e\x65\xca\x83\x57\x84\x21\x1d\xf1\x56\x2b\xc9\x09\x3d\x70\xad\xdb\x0b\xcc\x87\xd4\x93\x13\x4a\x20\x0b\x94\xed\x0f\x0c\x59\x73\x36\x99\xb0\xba\xcc\x4d\x3c\xd5\x4b\x81\x86\xd0\xa1\xec\x46\x9d\x30\x1a\x06\xad\xc1\x09\x65\xca\xc9\x8e\x73\xa4\x5a\x6e\xb9\x6a\x13\x6a\xc2\x8a\xef\x58\xc6\xfd\x24\x64\x6d\x93\x46\x30\x84\xdc\xc6\x59\x0d\x9f\x1c\x17\x37\xaa\xb3\xa5\x0d\xd2\xce\x92\x07\xe1\x42\x3d\xa0\xcc\x02\xae\x38\x29\x3f\x57\x1b\x00\xdf\x9b\x18\x95\xea\x6d\xeb\x7a\xcd\x42\xcc\xf3\xac\x59\xd3\x4a\xe9\xc4\xcf\x6f\xd3\xeb\x93\x25\xae\xbf\x49\xa7\x28\xa1\xd5\xe7\xbf\xbc\x5b\xed\xa1\x3d\xf4\x7e\xbd\x8e\x89\x01\x7c\x52\xe2\x06\xe9\x29\x7e\xe1\x40\xdc\x2d\x90\xd2\x7f\xcd\x34\x37\x37\x75\x41\xb5\x5e\xb3\xf7\xca\xdc\x78\xd6\x2a\x7a\x59\xa0\xb9\xbf\x4f\x76\x22\x45\xeb\xd7\xde\xcc\x03\xd9\x73\xa9\x25\x7a\xaa\xed\x79\x92\x39\x03\x0a\x45\x19\x17\x7c\xe5\xef\xef\x41\xf2\x95\x3f\xd0\x9e\x3f\x68\xd2\x0e\x0b\xea\x64\xe0\xc0\xfb\x1d\x9c\x0d\x7f\xc7\x2f\x25\xfa\x43\x6c\x77\xd4\xf1\xd1\xad\xee\xcc\x3a\xe8\x71\x3e\xb0\x1d\xaf\xb5\x7e\xdc\x8c\x83\x85\x81\xce\x20\xdd\xda\x6a\xd0\x3f\xe8\x8e\x29\x14\xce\x2e\x42\x59\xc7\xda\xc6\x26\x75\x85\x25\xd7\x25\xa6\xdb\xda\x9e\x6b\xeb\x43\x14\x85\x9c\xdf\xa5\xfb\x0d\x79\xb1\x49\x90\xbe\xed\x6a\xec\x66\xbb\x5b\x8e\xac\xf2\x86\x7d\xa9\xd7\xd7\x60\x59\xb8\xaf\x81\x1b\x68\x2e\x69\xb0\xf3\x78\x73\x5a\xb7\xe0\x46\xfd\x51\x55\x5a\x21\x4b\x0e\x9d\xc2\xe6\x85\x56\x3c\xdc\xef\x68\x96\xca\x59\x13\xcb\xc6\x5a\x2a\xf1\x99\x46\x56\x7d\xee\xa6\xba\xd4\x3e\x5e\xd5\xdf\xb7\xd3\x63\xca\x20\xdc\xd0\xfd\xbe\xd7\xa1\x8e\x5f\xe5\xfd\xee\x8f\x17\xbf\x6c\x04\x6f\x15\x0a\x81\x39\x8e\x9b\x05\x02\xdb\x98\x0d\x5b\x15\x41\x1f\x59\x06\xb2\xed\xd4\x0d\xcd\x40\xad\xc1\xce\xd8\x0e\xd5\x23\xb9\xd7\x6b\x76\x59\x52\x51\xd2\x2f\x4a\xa3\x89\x32\xb7\xcf\xc0\x10\xd1\xfb\x2b\xb6\x8c\x41\xd3\xdc\xc7\x2f\x9a\x84\xf6\x79\xd9\x32\x98\x2a\x7f\x85\x45\x60\x88\x89\x34\x98\x61\xc6\x97\xca\xba\xc0\x95\xd6\x75\x80\x79\xa1\xed\x0a\x43\x4a\x66\x64\x7c\x32\x72\x5c\x90\x75\xfe\x7f\x95\x1f\x8d\xa1\xff\x2f\xec\x68\x4b\x8c\x67\xe6\xc7\x70\x29\x13\xa2\x09\x86\xba\x60\x86\xe0\x0b\x14\x6a\xae\x04\x78\xc2\xc2\x03\x65\x9c\x80\x3b\x04\xe2\x37\x68\x40\x19\x70\xe8\x0b\x6b\x3c\x86\x3c\xfd\x06\x57\x10\x9f\xf6\x9e\x95\x28\xef\x2e\xfa\x3d\x57\x22\x43\x59\x6a\x84\x71\xd8\x43\x98\x5b\x97\x73\x3a\x7e\x02\x6d\x5a\xfb\xbf\x85\x38\xef\x2e\x7a\xdd\xeb\xb5\x9a\x03\x3b\x77\xd6\xec\xcc\x8f\x8f\x99\x61\xd1\xc0\xe8\x7a\x8d\xda\x0f\x40\x5c\x1a\x90\x98\x73\x23\xfb\xb3\x8d\xdc\x4f\xa1\xb6\x64\x7c\x5e\x06\x0d\x17\xa3\x5f\x6b\xda\xac\xea\xab\xa6\x2a\x00\xc0\xb7\xb5\xcd\x6c\xd5\xbf\x84\xe2\x85\xcc\xf3\x07\x79\x33\xfc\x4c\xf3\x38\x89\x9a\x52\xed\x57\x5c\x3d\x85\x5f\x6d\xf1\xf4\xd7\xbd\x23\xf0\x66\xf5\x38\xbb\x9a\xc2\xe7\x09\xdc\xaa\xa7\xfe\x8a\xab\xc7\xc2\x4f\xed\xf7\x61\x3e\x02\x6c\x5e\xc8\xd6\x6b\x76\x81\x55\x71\xaf\x06\xa8\x16\x18\x3a\x54\x25\x56\xa0\xd1\xe7\xa5\x10\xe8\x3d\xfc\xb3\x17\x1d\xf6\xd1\xf4\x83\x7d\x84\x9f\x03\xd6\xb4\xbe\x6a\x55\x79\xd3\xf7\x00\x00\x6f\x19\xf0\xe7\x36\xf6\x3e\x25\xda\xee\x08\xda\x7f\x64\x62\xd7\xdc\x5a\x42\xc7\xaa\x7f\x9b\xfc\xb4\xff\x02\xd8\x1c\x9b\x07\x53\xcd\xa2\xfb\x5e\x71\xd9\x49\xc0\xea\x1b\xf6\xdc\x9a\xb9\x92\x68\x48\x71\x0d\xaf\x4e\xcf\x7e\x38\x1a\xf8\x79\x45\xcd\x61\x7c\xab\x8c\xb4\xb7\x4c\x5b\xc1\xab\xf7\x56\xee\xb3\x34\x4d\x3a\xef\xe9\xfd\xf7\xc1\xd8\xdd\x7b\x0c\x5e\x72\x07\x61\xe5\xb9\xcd\x0b\x6b\xe2\xf3\x4a\x0a\x43\xa2\x99\x2f\xb4\xa2\xf1\xe8\x45\xfb\x32\x1c\x7f\xc3\xd8\x5a\x5a\xff\x36\xf0\xf3\x59\xf7\xc9\x3a\x20\x84\xaa\x4f\x99\x2a\xcf\x4c\x7b\x78\x9f\xcf\x36\x3f\x13\x04\x91\x9f\x93\x46\xe3\xe4\x24\xd9\x64\xcf\xc9\x49\xd2\xa4\x46\xa1\xd9\xc6\xe7\xe4\x24\x69\x23\x5a\xf2\x3b\x53\x46\xe2\xdd\xe5\x7c\xdc\x41\x3c\x86\x9f\x53\x38\xdd\x7e\x45\x8f\xae\xe9\xce\x69\xc7\xba\x6f\xda\x00\xf7\xff\x0e\x00\x00\xff\xff\x7b\xf4\xc8\x89\xac\x1d\x00\x00") +var _complySoc2TemplatesIndexAce = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x6d\x6f\xe3\xb8\x11\xfe\x9e\x5f\x31\x50\x3e\xd8\xc1\xc6\x94\xb3\x77\xed\x2d\xee\xaa\x2b\xb2\xc9\x1e\xba\xb8\xdc\x26\x68\x82\x02\xc5\xe2\x50\xd0\xe4\xd8\x62\x42\x91\x5a\x92\x72\xa2\xf3\xe6\xbf\x17\xa4\x5e\x2c\xcb\x72\x12\x74\x9d\xa2\x68\x3e\x38\x34\x5f\xe6\x99\x19\x3e\x1c\xce\xd0\x09\x70\xcd\x5c\x99\x23\xa4\x2e\x93\x07\xfe\x03\x24\x55\x8b\x04\xd5\x01\x40\x8a\x94\x1f\x00\x00\x64\xe8\x28\xb0\x94\x1a\x8b\x2e\x29\xdc\x7c\xf2\x2e\x74\x3b\xe1\x24\xc2\x6a\x45\xae\x8c\xbe\x45\xe6\xc8\x27\x9a\xe1\xe3\x63\x18\x93\x42\xdd\x81\x41\x99\x44\xd6\x95\x12\x6d\x8a\xe8\x22\x48\x0d\xce\x93\x28\x75\x2e\xb7\x3f\xc6\x31\xe3\xea\xd6\x12\x26\x75\xc1\xe7\x92\x1a\x24\x4c\x67\x31\xbd\xa5\x0f\xb1\x14\x33\x1b\xcf\x0a\x99\xd1\x78\x4a\xde\x91\x69\xcc\x6c\xfd\x9d\x64\x42\x11\x66\x6d\xb4\x57\x14\x7b\x4f\x1d\x4b\xe3\x29\xf9\x81\xfc\x29\xb6\x54\x71\xeb\xb4\xc2\xee\xd8\x26\xae\x65\x46\xe4\x0e\xbc\xe7\x92\xc8\xe1\x83\x8b\x6f\xe9\x92\x56\xbd\x11\x58\xc3\x5e\x0c\x9f\xe9\x0c\x95\x23\xb7\x36\x7e\x4b\xde\x7e\x4f\xa6\x4d\x87\x87\xbb\xdd\x3b\x9a\xa4\x0e\x4d\x7c\x42\xde\x92\x69\xd5\x7e\x25\x9c\xdc\xa0\x73\x25\x33\x5a\xc5\x53\x72\x72\x42\xa6\x9d\x9e\x0d\xc8\xc0\x2c\x45\x33\x4c\xa2\xa5\xc0\xfb\x5c\x1b\x17\x01\xd3\xca\xa1\x72\x49\x74\x2f\xb8\x4b\x13\x8e\x4b\xc1\x70\x12\xbe\x1c\x83\x50\xc2\x09\x2a\x27\x96\x51\x89\xc9\x49\x25\x26\x01\x66\x6d\xdd\x5a\xeb\x1c\x3a\xc0\x53\xbc\x08\x3e\xa5\x9c\x7f\x58\xa2\x72\x17\xc2\x3a\x54\x68\xc6\xd1\xf9\xe5\x6f\x67\x15\xd8\x85\xa6\x1c\x79\x74\x0c\xf3\x42\x31\x27\xb4\x1a\xa3\x9f\x7a\x04\xab\x5a\x4a\x47\xce\x97\x02\x4d\x79\x8d\x12\x99\xd3\xe6\x54\xca\xf1\x88\x78\xc3\x46\x47\x64\xae\xcd\x07\xca\xd2\xf1\x5a\x88\xec\x4a\x00\x40\x49\x84\x52\x68\xfe\x76\xf3\xdb\x05\x24\x50\x79\xe5\xcc\x7b\xc5\xe9\x6b\x67\x84\x5a\x8c\xc7\x51\xf4\xa6\x3b\xed\x88\x38\x23\xb2\xf1\xd1\xb1\x33\x05\x1e\x41\x1c\xc3\x9f\x27\x73\x81\x92\x03\x3e\xe4\x06\xad\x15\x5a\xd9\x16\xe2\xf1\xe8\xa0\x6d\xd4\xad\x46\x19\xb0\xa9\xbe\x1f\x7b\x67\x77\x75\x12\x73\x18\xa7\xc2\x3a\x6d\x4a\x62\x30\x97\x94\xe1\xb5\xa3\x0e\x37\xf5\x06\x18\x9a\x33\x56\x85\x94\xc7\x50\x7d\x8e\x0e\x47\x6f\x82\xf0\xb5\x2e\x07\x6d\x73\x49\x0d\x08\x87\x99\x85\x64\xed\xc7\x05\xba\x0f\x12\x7d\xd3\xbe\x2f\xcf\x24\xb5\xd6\x07\x90\xf1\xc8\xe9\x7c\xa2\xe8\x72\xb4\x96\x34\xd7\x06\xc6\x41\x46\x32\xfd\x09\xc4\x5f\x82\x28\x22\x51\x2d\x5c\xfa\x13\x88\x37\x6f\x36\xb5\x6d\xd0\x20\xa9\x40\x3f\x8b\xdf\x3b\xa3\xde\x62\xdf\x4d\x1c\x5d\x78\x40\x48\x92\x04\xa2\x8b\x8f\x51\xdf\xe4\x38\x06\x45\x97\x62\x41\x83\xf7\x1c\x9d\xd9\x8d\xe1\x56\x0e\xf3\xaa\x7b\x52\x11\xcf\x5c\x2a\x94\xad\xbc\xdc\x97\x07\xd0\x9b\x4e\x39\x1f\x8f\x84\x9d\x50\xe6\xc4\x12\x3b\xf6\x06\xef\x01\x4a\x8b\xcf\x89\x30\x98\xe9\x25\x3e\x21\xe5\xe0\x19\x89\x71\x0c\x16\x03\x3f\x76\x58\x27\x78\x70\x50\x9f\x37\xcf\x69\x93\x0a\xce\x51\xfd\x47\x36\x35\x6e\x19\x16\x71\x30\xd4\x6e\x5a\xfe\xff\x4c\xf3\xb2\x8a\x67\x95\x5d\x24\x45\xa3\x89\xb0\x93\xdc\x88\x8c\x9a\xd2\x37\x6d\x46\xa5\xac\xd7\x84\xf1\x49\xbb\x2a\x74\xd5\x1b\x89\xa6\x83\x96\x9e\x90\xa7\x6e\xbc\xea\x2f\x27\xb6\x98\x55\xd3\xae\xb4\x14\xac\x3c\x86\x2b\xa3\x19\xf2\xc2\xe0\x31\x50\xc5\xe1\xb4\xe0\xc2\x81\x3f\x3f\x85\xdd\xd0\x60\xae\xb5\x6b\x25\x29\xba\x24\x9e\x71\x5e\xd9\x99\x7e\x40\xee\x1b\xf3\x42\xca\x10\x06\x3b\x80\x83\xaa\x02\x14\x32\x98\x29\xfe\xc0\xc9\xf7\x3d\x6f\x4b\x41\xea\x13\x46\xf4\x12\x8d\x8f\xbb\xbd\x19\x00\xd6\x19\xad\x16\x5b\xdd\x00\x14\xb4\x62\x52\xb0\xbb\x24\x5a\x07\xda\x1f\x43\x64\x19\x35\xd2\x46\x47\x11\x5c\x0e\x4b\xee\x60\x2b\x6a\x0c\xf5\x8c\xb5\xfb\x41\x5f\xcb\xf3\xf8\x9f\x76\x49\xef\x68\x90\xfb\x0d\x12\xfb\xc2\x6f\xa4\x79\xf4\xab\x61\xc9\x5d\xec\x86\x14\xfb\x42\x6f\xe5\x05\xfc\x5d\xd2\x3b\x1a\x58\x47\x15\xa7\x86\xef\x49\x81\x56\x9c\xc7\xbf\xde\x21\x3b\xee\x2a\x80\x4b\xc1\x51\x31\xdc\x9a\xf3\x34\x50\xb3\xcc\xe3\x7c\xa8\xdb\xf0\x0f\x5a\xc8\xea\xf0\x1c\x36\x2c\x24\xcd\xf1\x6f\xf0\xda\x83\x42\xea\x04\xa3\x06\x9e\x49\xcd\xee\xbe\x14\xda\xad\x35\x49\xbf\x83\x9b\x54\x58\xb0\xc2\xa1\x4f\x47\xac\x96\x82\x53\x87\x16\xa8\x94\xed\x05\x66\x7d\xea\x49\x1d\x72\x70\x1a\x5c\xba\x3b\x30\xa4\xcd\xd9\x24\x4c\xcb\x22\x53\xe1\x54\x2f\x19\x2a\x87\x06\x79\x37\xea\xf8\x51\x3f\xa8\x15\x4e\x5c\x2a\x0c\xef\x38\x87\x8b\xe5\x86\xab\xd6\xa1\xc6\xaf\xf8\x8e\xa4\xd4\x4e\x7c\xd6\x36\x69\x04\x83\xcf\x6d\x8c\x96\x70\x63\x28\xbb\x13\x9d\x2d\x6d\x90\xb6\x96\x3c\x09\xe7\xeb\x01\xa1\x16\x70\x4d\x9d\xb0\x73\xb1\x06\xb0\xbd\x89\x41\xa9\xde\xb6\xae\x56\xc4\xc7\x3c\x4b\x9a\x35\xad\x94\x4e\xfc\xfc\x36\xbd\x6e\xb4\xa3\xf2\x9b\x74\x0a\x12\x5a\x7d\xfe\xcb\xbb\xd5\x1e\xda\x7d\xef\xd7\x69\x48\x0c\xe0\x46\xb0\x3b\x74\x2f\xf1\x0b\x05\x47\xcd\x02\x5d\xf2\xaf\x99\xa4\xea\xae\x2e\xa8\x56\x2b\x72\x21\xd4\x9d\x25\xad\xa2\x97\x39\xaa\xc7\xc7\x68\x2b\x52\xb4\x7e\xed\xcd\xdc\x93\x3d\x97\x92\xa3\x75\xb5\x3d\x2f\x32\x67\x40\xa1\x20\xe3\x9c\x96\xf6\xf1\x11\x38\x2d\xed\x9e\xf6\xfc\x49\x93\xb6\x58\x50\x27\x03\x7b\xde\x6f\xef\x6c\xf8\x3b\x7e\x29\xd0\xee\x63\xbb\x83\x8e\xcf\x6e\x75\x67\xd6\x5e\x8f\xf3\x9e\xed\x38\x95\xf2\x79\x33\xf6\x16\x06\x3a\x83\xee\x5e\x57\x83\xf6\x49\x77\xc4\x90\x1b\xbd\xf0\x65\x1d\x69\x1b\xeb\xd4\x15\x96\x54\x16\x98\x6c\x6a\x7b\x26\xb5\xf5\x51\x14\x32\xfa\x90\xec\x36\xe4\x70\x9d\x20\x7d\xdb\xd5\xd8\xcd\x76\x37\x1c\x59\xe5\x0d\xbb\x52\xaf\xaf\xde\x32\x7f\x5f\x03\x55\xd0\x5c\xd2\xa0\xe7\xe1\xe6\xd4\x66\x41\x95\xf8\xa3\xaa\xb4\x7c\x96\xec\x3b\x99\xce\x72\x29\xa8\xbf\xdf\x51\x2d\x85\xd1\x2a\x94\x8d\xb5\x54\x47\x67\x12\x49\xf5\xb9\x9d\xea\xba\xf6\xf1\xaa\xfe\xbe\x99\x1e\xbb\x14\xfc\x0d\xdd\xef\x3b\xf5\x75\x7c\x99\xf5\xbb\xaf\xce\x7f\x59\x0b\xde\x28\x14\x3c\x73\x0c\x55\x0b\x04\xb2\x36\x1b\x36\x2a\x82\x3e\x32\xf7\x64\xdb\xaa\x1b\x9a\x81\x5a\x83\xad\xb1\x2d\xaa\x07\x72\xaf\x56\xe4\xb2\x70\x79\xe1\x7e\x11\x12\x55\x90\xb9\x79\x06\x86\x88\xde\x5f\xb1\x61\x0c\xaa\xe6\x3e\x3e\x6c\x12\xda\xd7\x65\xcb\x60\xaa\xfc\x15\x16\x9e\x21\x2a\xd0\x60\x86\x29\x5d\x0a\x6d\x3c\x57\x5a\xd7\x01\x66\xb9\xd4\x25\xfa\x94\x4c\xf1\xf0\x64\x64\x28\x73\xda\xd8\xff\x55\x7e\x34\x86\xfe\xbf\xb0\xa3\x2d\x31\x5e\x99\x1f\xc3\xa5\x8c\x8f\x26\xe8\xeb\x82\x19\x82\xcd\x91\x89\xb9\x60\x60\x1d\xe6\x16\x5c\x4a\x1d\x50\x83\xe0\xe8\x1d\x2a\x10\x0a\x0c\xda\x5c\x2b\x8b\x3e\x4f\xbf\xc3\x12\xc2\xd3\xde\xab\x12\xe5\xe3\x79\xbf\xe7\x9a\xa5\xc8\x0b\x89\x30\xf6\x7b\x08\x73\x6d\x32\xea\x8e\x5e\x40\x9b\xd6\xfe\x6f\x21\xce\xc7\xf3\x5e\xf7\x6a\x25\xe6\x40\xce\x8c\x56\x5b\xf3\xc3\x63\xa6\x5f\x34\x30\xba\x5a\xa1\xb4\x03\x10\x97\x0a\x38\x66\x54\xf1\xfe\x6c\xc5\x77\x53\xa8\x2d\x19\x5f\x97\x41\xc3\xc5\xe8\xd7\x9a\x36\x65\x7d\xd5\x54\x05\x00\xd8\xb6\xb6\x99\x95\xfd\x4b\x28\x5c\xc8\x34\x7b\x92\x37\xc3\xcf\x34\xcf\x93\xa8\x29\xd5\x7e\xc5\xf2\x25\xfc\x6a\x8b\xa7\xbf\xee\x1c\x81\xf7\xe5\xf3\xec\x6a\x0a\x9f\x17\x70\xab\x9e\xfa\x2b\x96\xcf\x85\x9f\xda\xef\xc3\x7c\x04\x58\xbf\x90\xad\x56\xe4\x1c\xab\xe2\x5e\x0c\x50\xcd\x33\x74\xa8\x4a\xac\x40\x83\xcf\x0b\xc6\xd0\x5a\xf8\x67\x2f\x3a\xec\xa2\xe9\x27\xfd\x0c\x3f\x07\xac\x69\x7d\xd5\xaa\xf2\xbe\xef\x01\x00\xda\x32\xe0\x87\x36\xf6\xbe\x24\xda\x6e\x09\xda\x7d\x64\x42\xd7\x5c\x6b\x87\x86\x54\xff\xd6\xf9\x69\xff\x05\xb0\x39\x36\x4f\xa6\x9a\x79\xf7\xbd\xe2\xb2\x93\x80\xd5\x37\xec\x99\x56\x73\xc1\x51\x39\x41\x25\xbc\x9d\x9e\xbc\x3b\x18\xf8\x79\x45\xcc\x61\x7c\x2f\x14\xd7\xf7\x44\x6a\x46\xab\xf7\x56\x6a\xd3\x24\x89\x3a\xef\xe9\xfd\xf7\xc1\xd0\xdd\x7b\x0c\x5e\x52\x03\x7e\xe5\x99\xce\x72\xad\xc2\xf3\x4a\x02\x43\xa2\x89\xcd\xa5\x70\xe3\xd1\x61\xfb\x32\x1c\x7e\xc3\xd8\x58\x5a\xff\x36\xf0\xf3\x49\xf7\xc9\xda\x23\xf8\xaa\x4f\xa8\x2a\xcf\x4c\x7a\x78\x9f\x4f\xd6\x3f\x13\x78\x91\x9f\xa3\x46\xe3\xe8\x38\x5a\x67\xcf\xd1\x71\xd4\xa4\x46\xbe\xd9\xc6\xe7\xe8\x38\x6a\x23\x5a\xf4\x3b\x11\x8a\xe3\xc3\xe5\x7c\xdc\x41\x3c\x82\x9f\x13\x98\x6e\xbe\xa2\x07\xd7\x74\xe7\xb4\x63\xdd\x37\x6d\x80\xc7\x7f\x07\x00\x00\xff\xff\xc1\x9c\xf6\xee\xac\x1d\x00\x00") func complySoc2TemplatesIndexAceBytes() ([]byte, error) { return bindataRead( @@ -1197,7 +1197,7 @@ func complySoc2TemplatesIndexAce() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "comply-soc2/templates/index.ace", size: 7596, mode: os.FileMode(420), modTime: time.Unix(1562746750, 0)} + info := bindataFileInfo{name: "comply-soc2/templates/index.ace", size: 7596, mode: os.FileMode(420), modTime: time.Unix(1582135923, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/themes/comply-blank/templates/index.ace b/themes/comply-blank/templates/index.ace index 53e2951..1e2efdb 100644 --- a/themes/comply-blank/templates/index.ace +++ b/themes/comply-blank/templates/index.ace @@ -3,9 +3,9 @@ html lang=en head meta charset=utf-8 title {{.Project.Name}} - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.6.2/sandstone/bulmaswatch.min.css" - script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.min.css" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.7.5/sandstone/bulmaswatch.min.css" + script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prettycron/0.11.0/prettycron.min.js" meta name="viewport" content="width=device-width, initial-scale=1" diff --git a/themes/comply-soc2/templates/index.ace b/themes/comply-soc2/templates/index.ace index 53e2951..1e2efdb 100644 --- a/themes/comply-soc2/templates/index.ace +++ b/themes/comply-soc2/templates/index.ace @@ -3,9 +3,9 @@ html lang=en head meta charset=utf-8 title {{.Project.Name}} - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" - link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.6.2/sandstone/bulmaswatch.min.css" - script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.min.css" + link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulmaswatch/0.7.5/sandstone/bulmaswatch.min.css" + script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/later/1.2.0/later.min.js" script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prettycron/0.11.0/prettycron.min.js" meta name="viewport" content="width=device-width, initial-scale=1"