aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-11-17 10:06:06 +0100
committerJulien Dessaux2021-11-17 10:06:06 +0100
commita09a7cd3d60ae7fc9e5a671106127122958add2f (patch)
tree6d878b09ceb091f3f4b12a292dd14376908752ad /go.mod
parentGo 1.17 (diff)
downloadshell-game-launcher-a09a7cd3d60ae7fc9e5a671106127122958add2f.tar.gz
shell-game-launcher-a09a7cd3d60ae7fc9e5a671106127122958add2f.tar.bz2
shell-game-launcher-a09a7cd3d60ae7fc9e5a671106127122958add2f.zip
Updated dependencies
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b97cb62..1bc7123 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,6 @@ go 1.17
require (
github.com/pkg/errors v0.9.1
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
+ golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)