microservices-demo/src/frontend
2020-06-17 17:01:02 -07:00
..
genproto pb: add "categories" field to Product (#60) 2018-10-01 21:33:25 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
static CSS fix for Azure platform flag (#330) 2020-04-24 12:27:40 -04:00
templates Hide currency conversion after checkout (#343) 2020-05-06 09:22:02 -04:00
.dockerignore frontend: add vendor/ to dockerignore 2018-08-27 13:29:16 -07:00
.gitkeep Add src dirs 2018-06-13 14:26:55 -07:00
Dockerfile Update docker images for go to 1.12 (#203) 2019-04-01 10:50:44 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Updated deps for exporter/jaeger (#282) 2020-04-13 15:23:46 -07:00
Gopkg.toml Updated deps for exporter/jaeger (#282) 2020-04-13 15:23:46 -07:00
handlers.go Handle error template errors (#332) 2020-06-17 17:01:02 -07:00
main.go Updated deps for exporter/jaeger (#282) 2020-04-13 15:23:46 -07:00
middleware.go Add more license headers 2018-07-25 21:25:27 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
rpc.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00

frontend

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only