[GH-ISSUE #75] Incorrect module github.com/alpkeskin/mosint for Golang project with the version 2.x #208

Closed
opened 2026-03-13 23:12:23 +03:00 by kerem · 1 comment
Owner

Originally created by @yurivict on GitHub (Sep 3, 2023).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/75

module github.com/alpkeskin/mosint should be module github.com/alpkeskin/mosint/v2.

Please see this project as an example.

Originally created by @yurivict on GitHub (Sep 3, 2023). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/75 ```module github.com/alpkeskin/mosint``` should be ```module github.com/alpkeskin/mosint/v2```. Please see [this](https://github.com/projectdiscovery/naabu/blob/main/v2/go.mod#L1) project as an example.
kerem closed this issue 2026-03-13 23:12:29 +03:00
Author
Owner

@alpkeskin commented on GitHub (Sep 19, 2023):

Thanks. As you said, I made v3 in this style.

<!-- gh-comment-id:1726551409 --> @alpkeskin commented on GitHub (Sep 19, 2023): Thanks. As you said, I made v3 in this style.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#208
No description provided.