aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Laher <amirlaher@Amirs-Air.fritz.box>2022-05-19 23:29:04 +1200
committerAmir Laher <amirlaher@Amirs-Air.fritz.box>2022-05-19 23:29:04 +1200
commite9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5 (patch)
treec9fdd76129c57f01d434fc38d4236fe7c7739602
parentupdate readme (diff)
downloadpds-e9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5.tar.gz
pds-e9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5.tar.xz
Set module path as v2 (breaking change)
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1548f36..ae0ced8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/benbjohnson/immutable
+module github.com/benbjohnson/immutable/v2
go 1.18