underscore/go.mod
2024-09-08 19:39:27 +02:00

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
)