Changed package from awstools to audax

This commit is contained in:
Leon Mika 2022-07-28 21:36:16 +10:00
parent 2a35667cdb
commit a8dd264983
83 changed files with 198 additions and 198 deletions

View file

@ -3,7 +3,7 @@ package logreader
import (
"bufio"
"encoding/json"
"github.com/lmika/awstools/internal/slog-view/models"
"github.com/lmika/audax/internal/slog-view/models"
"github.com/pkg/errors"
"log"
"os"