diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ module github.com/hawkinsw/goresponsiveness -go 1.16 +go 1.17 + +require golang.org/x/net v0.0.0-20211209124913-491a49abca63 + +require golang.org/x/text v0.3.6 // indirect |
