1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

go.mod v9 -> v10

This commit is contained in:
Zack 2024-05-23 06:25:53 -07:00
parent 7acd2def69
commit 6181903c83
13 changed files with 49 additions and 34 deletions

View file

@ -7,7 +7,7 @@ package main
import (
"log"
"github.com/schollz/croc/v9/src/cli"
"github.com/schollz/croc/v10/src/cli"
)
func main() {