underscore/go.mod

14 lines
296 B
Modula-2

module github.com/rjNemo/underscore
go 1.24.2
require (
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
)
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
)