add new solutions
This commit is contained in:
parent
51975f3386
commit
489fa73880
13 changed files with 437 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -4,12 +4,12 @@ go 1.25.5
|
|||
|
||||
require (
|
||||
github.com/emirpasic/gods/v2 v2.0.0-alpha
|
||||
github.com/k0kubun/pp/v3 v3.5.0
|
||||
github.com/k0kubun/pp/v3 v3.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue