summaryrefslogtreecommitdiff
path: root/test/some-program/go.mod
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2018-12-27 11:11:15 -0800
committerAlex Flint <[email protected]>2018-12-27 11:11:15 -0800
commit1c224f495bd5a8f0fd55e8d1f68ca1c1f51582e6 (patch)
tree1fd9f29416108518134a9adb141cc8251a53fbfa /test/some-program/go.mod
parentf40417ef119019b1c94b79f3f18b7f66b9fb6bce (diff)
add integration test that fetches and compiles code using go 1.11
Diffstat (limited to 'test/some-program/go.mod')
-rw-r--r--test/some-program/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/some-program/go.mod b/test/some-program/go.mod
new file mode 100644
index 0000000..c02bb1b
--- /dev/null
+++ b/test/some-program/go.mod
@@ -0,0 +1,3 @@
+module some-program
+
+require github.com/alexflint/go-arg v1.0.0