aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-18 21:40:29 +0100
committerJulien Dessaux2021-03-18 21:40:29 +0100
commit0f3c9cbc7a61f2baad9b59653b7140c872b2e861 (patch)
treec835a95eb4efa8cc74e10979d45a80b232ea29cc /go.mod
parentFixed typos in error messages (diff)
downloadshell-game-launcher-0f3c9cbc7a61f2baad9b59653b7140c872b2e861.tar.gz
shell-game-launcher-0f3c9cbc7a61f2baad9b59653b7140c872b2e861.tar.bz2
shell-game-launcher-0f3c9cbc7a61f2baad9b59653b7140c872b2e861.zip
Upgraded modules 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 6d6f57f..972bb7f 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,6 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
- golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78
+ golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)