restic-rest-server: fix build with golang 1.16
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 18:37:12 +0000 (15:37 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 26 Feb 2021 11:47:02 +0000 (12:47 +0100)
commitc33122dbd9d0cd8763a6f92c33b272106df6392d
tree62bac4a38e3f3e7d090153e94e4614940e65e102
parentcac54a66f4c6f1e7abd2c492fd3f8b4b90044546
restic-rest-server: fix build with golang 1.16

Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be
built in non-module mode.

Module-aware mode will be mandatory in the next golang release.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit b732157dec0be4d90aad5cec48056bd69939bb45)
net/restic-rest-server/Makefile