summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e6f2ddd..e9bef6d 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module go.awhk.org/pipeln
go 1.15
-require github.com/stretchr/testify v1.7.0
+require (
+ github.com/stretchr/testify v1.7.0
+ golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48
+)