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)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 19:12:55 +0000 (16:12 -0300)
commitb732157dec0be4d90aad5cec48056bd69939bb45
treeaba712d8dbc9a2a7fb7f020515d3b09cb3827072
parenta2b08b5cbfb655d853a92f845d7e93e6b4031456
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>
net/restic-rest-server/Makefile