From b59e51abd475f1b06f94d24f15d99bef8546368c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 01:04:25 +0000 Subject: [PATCH] build(deps): bump golang.org/x/sys in /pkgs/os-specific/linux/pam_ussh Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210615035016-665e8c7367d1 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] --- pkgs/os-specific/linux/pam_ussh/go.mod | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pkgs/os-specific/linux/pam_ussh/go.mod b/pkgs/os-specific/linux/pam_ussh/go.mod index 9adc453560a43..0693967e29529 100644 --- a/pkgs/os-specific/linux/pam_ussh/go.mod +++ b/pkgs/os-specific/linux/pam_ussh/go.mod @@ -1,15 +1,3 @@ module github.com/uber/pam-ussh go 1.17 - -require ( - github.com/stretchr/testify v1.7.0 - golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000 -) - -require ( - github.com/davecgh/go-spew v1.1.0 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect -)