Web manifest is now in a separate file

This commit is contained in:
2019-05-22 19:09:25 +09:00
parent 014793a3f4
commit e722efa327
5 changed files with 91 additions and 61 deletions

6
go.mod
View File

@ -6,13 +6,14 @@ require (
cloud.google.com/go v0.39.0 // indirect
github.com/OneOfOne/xxhash v1.2.5
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/aerogo/aero v1.1.15
github.com/aerogo/aero v1.1.17
github.com/aerogo/api v0.1.7
github.com/aerogo/crawler v0.2.5
github.com/aerogo/graphql v0.3.6
github.com/aerogo/http v1.0.6
github.com/aerogo/layout v0.1.9
github.com/aerogo/log v0.2.5
github.com/aerogo/manifest v0.1.4
github.com/aerogo/markdown v0.1.8
github.com/aerogo/nano v0.2.1
github.com/aerogo/pack v0.5.0
@ -36,6 +37,7 @@ require (
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/json-iterator/go v1.1.6
github.com/logpacker/PayPal-Go-SDK v1.1.4
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mssola/user_agent v0.5.0
@ -45,8 +47,10 @@ require (
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190520210107-018c4d40a106 // indirect
golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect