diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-19 05:34:38 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-19 05:35:01 +0200 |
commit | f9e1f9a24422b4c58f61c7247634bc22215bbf34 (patch) | |
tree | 158bd4307f295e9be08e10f6ebc22508a9abe652 /go.mod | |
parent | 4aab0b22aef78af521aae4069b562bc8bdc7bc12 (diff) | |
download | haven-f9e1f9a24422b4c58f61c7247634bc22215bbf34.tar.gz haven-f9e1f9a24422b4c58f61c7247634bc22215bbf34.tar.xz haven-f9e1f9a24422b4c58f61c7247634bc22215bbf34.zip |
Bump Go modules to 1.17
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 +) |