From 51b033641666090cb7b0102a3b55e19b0476ada8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:22:00 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sys in /test-app 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] --- test-app/go.mod | 2 +- test-app/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test-app/go.mod b/test-app/go.mod index e6f4345..af54831 100644 --- a/test-app/go.mod +++ b/test-app/go.mod @@ -8,4 +8,4 @@ require ( github.com/sirupsen/logrus v1.8.1 ) -require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect +require golang.org/x/sys v0.1.0 // indirect diff --git a/test-app/go.sum b/test-app/go.sum index 0a4148a..d6edf01 100644 --- a/test-app/go.sum +++ b/test-app/go.sum @@ -10,5 +10,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=