VOL-2292: Create application for scale testing of BAL

- Base framework created and is functional
- Able to provision ATT techprofile with scheduler, queue and eapol
  flow creation.
- Extensible framework provided to add various operator workflows
- README has details about how to build, run, configure and extend
  the framework.

Change-Id: I71774959281881278c14b48bee7f9adc0b81ec68
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..34d5297
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module github.com/opencord/openolt-scale-tester
+
+go 1.12
+
+require (
+	github.com/cenkalti/backoff/v3 v3.1.1
+	github.com/opencord/voltha-lib-go/v2 v2.2.19
+	github.com/opencord/voltha-protos/v2 v2.1.0
+	golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
+	google.golang.org/grpc v1.24.0
+)