aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2021-08-17 17:22:10 +0200
committerJulien Dessaux2021-08-17 17:22:10 +0200
commite28181dc2ce995e55adf7875095d64dee674c2b1 (patch)
tree39bcad909d562ed7336aae6279dadf0a43d807b6
parentUpdated dependencies (diff)
downloadshell-game-launcher-e28181dc2ce995e55adf7875095d64dee674c2b1.tar.gz
shell-game-launcher-e28181dc2ce995e55adf7875095d64dee674c2b1.tar.bz2
shell-game-launcher-e28181dc2ce995e55adf7875095d64dee674c2b1.zip
Go 1.17
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b9ab743..b97cb62 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module shell-game-launcher
-go 1.15
+go 1.17
require (
github.com/pkg/errors v0.9.1