summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2023-06-21 10:56:41 +0000
committerPaul Buetow <pbuetow@mimecast.com>2023-09-07 15:32:15 +0300
commit29db47776250d19b0fbab56f7670af59c45ea009 (patch)
tree53e79fe1f2763c4f1feff0ff241561e013689aa8
parent014aba0369d75c4ce9deddbebc15b231c6b5f562 (diff)
DTail: Restrict SSH MAC algorithms allowed - Update of few dependencies
-rw-r--r--internal/mapr/logformat/parser.go1
-rw-r--r--internal/version/version.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/internal/mapr/logformat/parser.go b/internal/mapr/logformat/parser.go
index d6aac8c..b980e3d 100644
--- a/internal/mapr/logformat/parser.go
+++ b/internal/mapr/logformat/parser.go
@@ -17,7 +17,6 @@ var ErrIgnoreFields error = errors.New("Ignore this field set")
// Parser is used to parse the mapreduce information from the server log files.
type Parser struct {
hostname string
- logFormatName string
makeFieldsFunc reflect.Value
makeFieldsReceiver reflect.Value
timeZoneName string
diff --git a/internal/version/version.go b/internal/version/version.go
index 15ea50f..90073b5 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -13,7 +13,7 @@ const (
// Name of DTail.
Name string = "DTail"
// Version of DTail.
- Version string = "4.3.0"
+ Version string = "4.2.0"
// Additional information for DTail
Additional string = "Have a lot of fun!"
)