test: Fix test dependancy 99/36299/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Mon, 30 May 2022 14:43:41 +0000 (16:43 +0200)
committerNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Mon, 30 May 2022 16:44:14 +0000 (18:44 +0200)
commita4112fac7b86fe09650d2bb57969fe46404edd7d
tree0fa6420d0e94ce0c293e9020dbc189f12da65526
parentf06c92da266e8a71c8720d92179cd2d2d56d1a27
test: Fix test dependancy

This patch updates the go.mod with missing dependancies
for running `make test`

It also addresses an issue in `proxy/server.go` where
make test would complain of the double newline at the
end of the message.

Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Change-Id: Ia2b00ffa9ecc398ee0ff6af165141f04b0025d61
go.mod
go.sum
proxy/server.go