aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-01-18 12:49:35 +0100
committerJulien Dessaux2021-01-18 12:49:35 +0100
commitc2a732845d5e54e1c8a4ccbf84a08bda009b6c3f (patch)
treec11d907e6a741e1e0c141eaec44873e1ef7f6aac /go.mod
parentAdded menu input gathering (diff)
downloadshell-game-launcher-c2a732845d5e54e1c8a4ccbf84a08bda009b6c3f.tar.gz
shell-game-launcher-c2a732845d5e54e1c8a4ccbf84a08bda009b6c3f.tar.bz2
shell-game-launcher-c2a732845d5e54e1c8a4ccbf84a08bda009b6c3f.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 8924672..6d6f57f 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-20201223074533-0d417f636930
+ golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)