diff --git a/debian/rules b/debian/rules
index 4cecad8ea4bf8b36826a7067cc2f7a7e782f72c4..dcb31c71657b4794abdddf0073505461b57b1ccd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DH_GOLANG_EXCLUDES := vendor
+export GO111MODULE := off
 
 %:
 	dh $@ --with=golang