Skip to content

Commit

Permalink
Bump logger/log version to 1.2.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
phughes-scwx authored Oct 2, 2024
1 parent a7694b8 commit 0367fb1
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 29 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ the [LICENSE](./LICENSE) file.
| [`github.com/rs/zerolog`](https://github.com/rs/zerolog) | Logger. | [MIT](https://choosealicense.com/licenses/mit/) |
| [`github.com/sirupsen/logrus`](https://github.com/sirupsen/logrus) | Logger. | [MIT](https://choosealicense.com/licenses/mit/) |

> _**Note:** these are different based on what you import._ Given which submodule(s) you use, the dependencies
> are included as follows:
>
> - `github.com/secureworks/logger/log`:
> - *No external dependencies.*
> - `github.com/secureworks/logger/testlogger`:
> - *No external dependencies.*
> - `github.com/secureworks/logger/middleware`:
> - [`github.com/pkg/errors`](https://github.com/pkg/errors)
> - `github.com/secureworks/logger/logrus`:
> - [`github.com/secureworks/errors`](https://github.com/secureworks/errors)
> - [`github.com/sirupsen/logrus`](https://github.com/sirupsen/logrus)
> - `github.com/secureworks/logger/zerolog`:
> - [`github.com/rs/zerolog`](https://github.com/rs/zerolog)
<!-- Links -->

[taegis-xdr]: https://www.secureworks.com/products/taegis/xdr
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/rs/zerolog v1.27.0
github.com/secureworks/logger/internal v1.1.0
github.com/secureworks/logger/log v1.1.0
github.com/secureworks/logger/log v1.2.0
github.com/secureworks/logger/logrus v1.1.0
github.com/secureworks/logger/middleware v1.1.1
github.com/secureworks/logger/testlogger v1.1.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFo
github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g=
github.com/secureworks/logger/internal v1.1.0 h1:IS94Zzlpc5Y5XPfpf9zPDLadgs0BYX5d8CkUOMAgO9w=
github.com/secureworks/logger/internal v1.1.0/go.mod h1:+qvVncRMoqdsGtw+R6Ff/M48QC34I2W2uKGaNvxw0Dc=
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
github.com/secureworks/logger/logrus v1.1.0 h1:icVPFUHJQsy+NigChV97yh4exsHwOk/gIhBnMnr29ns=
github.com/secureworks/logger/logrus v1.1.0/go.mod h1:LkEoUhXvM8bqnn0o/uiyW5ehE9570/yQ6aFPtQlZQY4=
github.com/secureworks/logger/middleware v1.1.1 h1:DnRHZx+EOtui64wetiu7SWGBnhatNgUWPtLIdIemkc4=
Expand Down
2 changes: 1 addition & 1 deletion internal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.18

require (
github.com/secureworks/errors v0.1.2
github.com/secureworks/logger/log v1.1.0
github.com/secureworks/logger/log v1.2.0
)
4 changes: 2 additions & 2 deletions internal/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/secureworks/errors v0.1.2 h1:7CYiN00neeeEtSDqVagttKXYyLGu8sE7wBqiD+Eq8E0=
github.com/secureworks/errors v0.1.2/go.mod h1:iGDm+slXjGWuc5ozdltnR715LbXzarYt3nE/ydfST7E=
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
2 changes: 1 addition & 1 deletion logrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/secureworks/errors v0.1.2
github.com/secureworks/logger/internal v1.1.0
github.com/secureworks/logger/log v1.1.0
github.com/secureworks/logger/log v1.2.0
github.com/sirupsen/logrus v1.9.3
)

Expand Down
3 changes: 2 additions & 1 deletion logrus/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ github.com/secureworks/errors v0.1.2 h1:7CYiN00neeeEtSDqVagttKXYyLGu8sE7wBqiD+Eq
github.com/secureworks/errors v0.1.2/go.mod h1:iGDm+slXjGWuc5ozdltnR715LbXzarYt3nE/ydfST7E=
github.com/secureworks/logger/internal v1.1.0 h1:IS94Zzlpc5Y5XPfpf9zPDLadgs0BYX5d8CkUOMAgO9w=
github.com/secureworks/logger/internal v1.1.0/go.mod h1:+qvVncRMoqdsGtw+R6Ff/M48QC34I2W2uKGaNvxw0Dc=
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
Expand Down
2 changes: 1 addition & 1 deletion middleware/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/secureworks/errors v0.1.2
github.com/secureworks/logger/internal v1.1.0
github.com/secureworks/logger/log v1.1.0
github.com/secureworks/logger/log v1.2.0
github.com/secureworks/logger/testlogger v1.1.0
)

Expand Down
3 changes: 2 additions & 1 deletion middleware/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ github.com/secureworks/errors v0.1.2 h1:7CYiN00neeeEtSDqVagttKXYyLGu8sE7wBqiD+Eq
github.com/secureworks/errors v0.1.2/go.mod h1:iGDm+slXjGWuc5ozdltnR715LbXzarYt3nE/ydfST7E=
github.com/secureworks/logger/internal v1.1.0 h1:IS94Zzlpc5Y5XPfpf9zPDLadgs0BYX5d8CkUOMAgO9w=
github.com/secureworks/logger/internal v1.1.0/go.mod h1:+qvVncRMoqdsGtw+R6Ff/M48QC34I2W2uKGaNvxw0Dc=
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
github.com/secureworks/logger/testlogger v1.1.0 h1:FDgTNZbCATHf0jtCt209Gb6ngQe578u++FQyVAFX5ww=
github.com/secureworks/logger/testlogger v1.1.0/go.mod h1:Us4ToNHL/pgAWTTd9NAIymTy4GEgV6gdnniA1Q4LkyE=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
Expand Down
2 changes: 1 addition & 1 deletion testlogger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/secureworks/logger/testlogger

go 1.18

require github.com/secureworks/logger/log v1.1.0
require github.com/secureworks/logger/log v1.2.0
4 changes: 2 additions & 2 deletions testlogger/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
2 changes: 1 addition & 1 deletion zerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/rs/zerolog v1.27.0
github.com/secureworks/errors v0.1.2
github.com/secureworks/logger/internal v1.1.0
github.com/secureworks/logger/log v1.1.0
github.com/secureworks/logger/log v1.2.0
)

require (
Expand Down
3 changes: 2 additions & 1 deletion zerolog/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ github.com/secureworks/errors v0.1.2 h1:7CYiN00neeeEtSDqVagttKXYyLGu8sE7wBqiD+Eq
github.com/secureworks/errors v0.1.2/go.mod h1:iGDm+slXjGWuc5ozdltnR715LbXzarYt3nE/ydfST7E=
github.com/secureworks/logger/internal v1.1.0 h1:IS94Zzlpc5Y5XPfpf9zPDLadgs0BYX5d8CkUOMAgO9w=
github.com/secureworks/logger/internal v1.1.0/go.mod h1:+qvVncRMoqdsGtw+R6Ff/M48QC34I2W2uKGaNvxw0Dc=
github.com/secureworks/logger/log v1.1.0 h1:rfBnBswSGHLtyO3qNv66tnUPjekzJ6LEuV+PTFasofo=
github.com/secureworks/logger/log v1.1.0/go.mod h1:joi16d/v8AfHARO8wsU8o2IDC1zex9gOWjBC+HjXF54=
github.com/secureworks/logger/log v1.2.0 h1:i/MeGTncKoGhnLhwgSALQ897HiLw6jSBrbiBqKUfZvw=
github.com/secureworks/logger/log v1.2.0/go.mod h1:o40YODIitWa9CqSGXA8Bf/Xns2zWFL4rbQCzc1MBMcg=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
Expand Down

0 comments on commit 0367fb1

Please sign in to comment.