aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-02-13 18:03:27 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-02-13 18:03:27 +0000
commitfcc1f852131a7eaf026f172cd54ce6db3b79bc04 (patch)
tree57de99ac32d4cc8d8cd63c195d4f42fab6829956 /go.mod
parent7f63cc1008f96ff1d29e9b3bf3f343b3009a4551 (diff)
First basic version that works
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e6f2ddd
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.awhk.org/pipeln
+
+go 1.15
+
+require github.com/stretchr/testify v1.7.0