aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-11-17 10:30:17 +0100
committerJulien Dessaux2021-11-17 10:30:17 +0100
commiteff9c0c8c6d32c2060841a9b9b98d9d4b38540b2 (patch)
treeaf77a8d0867dc11dfa9130a0bba509b6b55b8246 /go.mod
parentRefactored package structure (diff)
downloadshell-game-launcher-master.tar.gz
shell-game-launcher-master.tar.bz2
shell-game-launcher-master.zip
Refactored to replace github pkg errors dependencies with fmt.ErrorfHEADmaster
Diffstat (limited to '')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1bc7123..1b68bd1 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module shell-game-launcher
go 1.17
require (
- github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)