1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-19 17:56:55 +02:00
LeetCode/go/go.mod

12 lines
295 B
Modula-2
Raw Normal View History

module gitlab.com/mfocko/LeetCode
go 1.22.3
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods/v2 v2.0.0-alpha // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)