underscore/go.mod
Ruidy fbf58eff42
Refresh documentation (#39)
* minor documentation fixes

* fix Hugo warnings

* add openssf badge
2024-12-03 09:29:53 +01:00

14 lines
296 B
Modula-2

module github.com/rjNemo/underscore
go 1.23.3
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
)