aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-07-23 22:24:47 -0400
committerDeterminant <tederminant@gmail.com>2020-07-23 22:24:47 -0400
commitcffa0954bbdb43821d1b71d00f99fb705cecd25b (patch)
treee3b8a40c72468ed6842c8b9084ff8f1bfa7a59d7 /go.mod
parent43af06a5fbf3808519b94db7aec1d01f2e753e94 (diff)
add go mod filesv0.2.8
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0be6c24
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/ava-labs/coreth
+
+go 1.14