add gods (Go data structures) as dependency
Which is allowed by leetcode
This commit is contained in:
parent
3a433aef4f
commit
f960020cb4
3 changed files with 9 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -1,3 +1,5 @@
|
|||
module leetcode-go
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/emirpasic/gods/v2 v2.0.0-alpha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue