From af5784b77b762d4b5436faf5e328037b5e16d4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:25:34 +0000 Subject: [PATCH] Bump golang.org/x/sys in /libs/logrushook Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191026070338-33540a1f6037 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] --- libs/logrushook/go.mod | 2 +- libs/logrushook/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/logrushook/go.mod b/libs/logrushook/go.mod index 2be580d..75345d2 100644 --- a/libs/logrushook/go.mod +++ b/libs/logrushook/go.mod @@ -9,7 +9,7 @@ require ( require ( github.com/sheb-gregor/sam v1.0.0 // indirect - golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect + golang.org/x/sys v0.1.0 // indirect ) replace github.com/lancer-kit/uwe/v3 => ../../ diff --git a/libs/logrushook/go.sum b/libs/logrushook/go.sum index fa05d4e..75de8f2 100644 --- a/libs/logrushook/go.sum +++ b/libs/logrushook/go.sum @@ -8,5 +8,6 @@ github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=