mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
* 👷 adding test and push coverage * ⬆️ use official Go 1.18 image Co-authored-by: Ruidy <rnemausat@newstore.com>
14 lines
322 B
Modula-2
14 lines
322 B
Modula-2
module github.com/rjNemo/underscore
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7
|
|
)
|
|
|
|
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.0-20210107192922-496545a6307b // indirect
|
|
)
|