mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
14 lines
294 B
Modula-2
14 lines
294 B
Modula-2
module github.com/rjNemo/underscore
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|