Update module path to v2

This commit is contained in:
Ian Fijolek
2025-12-11 16:34:18 -08:00
parent b0ea3dc6d4
commit 945c1b1ce0
6 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
module git.iamthefij.com/iamthefij/minitor-go
module git.iamthefij.com/iamthefij/minitor-go/v2
go 1.25.0
@@ -24,4 +24,5 @@ require (
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)