linkerd2/web
Alex Leong 98b6b9e9ba
Check in gen deps (#3245)
Go dependencies which are only used by generated code had not previously been checked into the repo.  Because `go generate` does not respect the `-mod=readonly` flag, running `bin/linkerd` will add these dependencies and dirty the local repo.  This can interfere with the way version tags are generated.

To avoid this, we simply check these deps in.

Note that running `go mod tidy` will remove these again.  Thus, it is not recommended to run `go mod tidy`. 

Signed-off-by: Alex Leong <alex@buoyant.io>
2019-08-13 17:02:52 -07:00
..
app Update web server to use tap APIService (#3208) 2019-08-08 10:18:32 -07:00
srv Remove redundant `HTTPError` cast check in web server (#3222) 2019-08-09 11:06:50 -07:00
templates Remove single namespace functionality (#2474) 2019-03-12 00:17:22 -07:00
Dockerfile Check in gen deps (#3245) 2019-08-13 17:02:52 -07:00
main.go Update web server to use tap APIService (#3208) 2019-08-08 10:18:32 -07:00