diff options
Diffstat (limited to 'vendor/github.com/uudashr/gocognit/go.mod')
| -rw-r--r-- | vendor/github.com/uudashr/gocognit/go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/github.com/uudashr/gocognit/go.mod b/vendor/github.com/uudashr/gocognit/go.mod index 1a68d3880..128c73d28 100644 --- a/vendor/github.com/uudashr/gocognit/go.mod +++ b/vendor/github.com/uudashr/gocognit/go.mod @@ -1,3 +1,8 @@ module github.com/uudashr/gocognit -go 1.13 +go 1.16 + +require ( + golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect + golang.org/x/tools v0.1.11 +) |
