Skip to content

Commit ec0e766

Browse files
authored
Update go.mod module path to v2
The module path needs to contain `/v2` to indicate it is on the major version 2. Then a request to https://proxy.golang.org/github.com/joshmedeski/sesh/v2/@v/v2.7.0.info can be made and the version should eventually update on https://pkg.go.dev/github.com/joshmedeski/sesh
1 parent 023e772 commit ec0e766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/joshmedeski/sesh
1+
module github.com/joshmedeski/sesh/v2
22

33
go 1.21
44

0 commit comments

Comments
 (0)