Append /v2 to module so version 2 can be used as a go package

This commit is contained in:
Jordan Hotmann
2023-11-08 13:06:50 -07:00
committed by GitHub
parent abe7275f0c
commit 92cfa4040b

2
go.mod
View File

@@ -1,4 +1,4 @@
module heckel.io/ntfy
module heckel.io/ntfy/v2
go 1.18