Update buildplan, fixing typo's.
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0cc2012..2d5c91c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,7 +16,7 @@
             mkdir -p $TEST_RESULTS
       - run:
           name: Install JUnit plugin for saving test /tmp/test-results
-          command: go get -u https://github.com/jstemmer/go-junit-report
+          command: go get -u github.com/jstemmer/go-junit-report
       - run:
           name: Test include Codecoverage
           command: |
@@ -26,7 +26,7 @@
       - run:
           name: Cleanup and Check formated
           command: |
-            go mod tiny
+            go mod tidy
             "! gofmt -l . 2>&1 | read"
       - store_test_results:
           path: $TEST_ARTIFACTS