Merge pull request #8196 from ollama/mxyng/gods-v2
chore: upgrade to gods v2
Showing
| ... | ... | @@ -4,7 +4,6 @@ go 1.23.4 |
| require ( | ||
| github.com/containerd/console v1.0.3 | ||
| github.com/emirpasic/gods v1.18.1 | ||
| github.com/gin-gonic/gin v1.10.0 | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/uuid v1.6.0 | ||
| ... | ... | @@ -18,6 +17,7 @@ require ( |
| require ( | ||
| github.com/agnivade/levenshtein v1.1.1 | ||
| github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 | ||
| github.com/emirpasic/gods/v2 v2.0.0-alpha | ||
| github.com/google/go-cmp v0.6.0 | ||
| github.com/mattn/go-runewidth v0.0.14 | ||
| github.com/nlpodyssey/gopickle v0.3.0 | ||
| ... | ... |
Please register or sign in to comment