aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-25 12:44:14 +0300
committerGitHub <noreply@github.com>2023-02-25 12:44:14 +0300
commita143c9140e96ba41dccb32729bb315fbedf12c09 (patch)
tree2fe189a75250e55c7702b918e8e202e197bf9a14 /go.mod
parentad9f720b35a791647e96a6e9a042453db85ab544 (diff)
Bump golang.org/x/sys from 0.0.0-20210823070655-63515b42dcdf to 0.1.0dependabot/go_modules/golang.org/x/sys-0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210823070655-63515b42dcdf 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] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d65c2d4..ad1cee8 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
- golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
+ golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/ini.v1 v1.63.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect