| author | |
| committer | |
| log | 4011a90cca8691b26f924901817b6efc2f6c3846 |
| tree | c8296d9cf61fc45d58c8f3b9906a14871f7a716f |
| parent | 19c488460f351128ed47b3d207612f2be24a727d |
1 files changed, 2 insertions(+), 2 deletions(-)
modfile.go+2-2| ... | ... | @@ -18,8 +18,8 @@ type ModFile struct { |
| 18 | 18 | |
| 19 | 19 | // this is the string enum because Go doesnt have those |
| 20 | 20 | var ( |
| 21 | 	DepTypeGit = "git" | |
| 22 | 	AllDepTypes = []string{ | |
| 21 | 	DepTypeGit = "git" // https://git-scm.com/ | |
| 22 | 	AllDepTypes = []string{ | |
| 23 | 23 | 		DepTypeGit, |
| 24 | 24 | 	} |
| 25 | 25 | ) |