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:
parent
7acd2def69
commit
6181903c83
13 changed files with 49 additions and 34 deletions
2
main.go
2
main.go
|
@ -7,7 +7,7 @@ package main
|
|||
import (
|
||||
"log"
|
||||
|
||||
"github.com/schollz/croc/v9/src/cli"
|
||||
"github.com/schollz/croc/v10/src/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue