summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2021-12-15 00:21:20 -0500
committerWill Hawkins <[email protected]>2021-12-15 00:21:20 -0500
commit0390ac743419231022d87f393eaa876876e76ee9 (patch)
tree40468a341e6fd193e3b0f3547fdcb93001c06af1 /go.mod
parent45b8e5f0e195de0a9c077b4cdab9410f22654699 (diff)
Basic implementation complete.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ee5ae7e..2b40bb2 100644
--- a/go.mod
+++ b/go.mod
@@ -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