From 49bb7d701f8dad4c4def3313942764312e052e6a Mon Sep 17 00:00:00 2001 From: hannahhoward Date: Thu, 30 Jun 2022 02:53:21 -0700 Subject: [PATCH] style(mod): tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 988d481..608fa39 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/go-data-transfer/v2 -go 1.18 +go 1.17 require ( github.com/bep/debounce v1.2.0