aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 10 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 26fc619..5b4d6b6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module janouch.name/haven
-go 1.14
+go 1.17
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
@@ -12,3 +12,12 @@ require (
github.com/onsi/ginkgo v1.14.1 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
)
+
+require (
+ github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ github.com/sirupsen/logrus v1.7.0 // indirect
+ golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
+ gopkg.in/yaml.v2 v2.3.0 // indirect
+)