diff options
| author | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-04-01 14:08:42 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-04-01 14:09:09 +0200 |
| commit | d35e5fb09bfac1fa381e4ed004ea24a6025e36f4 (patch) | |
| tree | e47874ed2c6830abf4c84e9068bc187fb041b6b4 /go.mod | |
| parent | cb398f58a5cb4f3e858fe60e84debde6ab58f7c8 (diff) | |
| download | gofu-d35e5fb09bfac1fa381e4ed004ea24a6025e36f4.tar.gz | |
Bump to go 1.17 and update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ module github.com/majewsky/gofu -go 1.13 +go 1.17 require ( - golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf - gopkg.in/yaml.v2 v2.2.4 + golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 + gopkg.in/yaml.v2 v2.4.0 +) + +require ( + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect + golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect ) |
