go-sprout/sprout

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/go-sprout/sprout

go 1.22.5

require (
    dario.cat/mergo v1.0.0
    github.com/Masterminds/semver/v3 v3.2.1
    github.com/google/uuid v1.6.0
    github.com/mitchellh/copystructure v1.2.0
    github.com/spf13/cast v1.6.0
    github.com/stretchr/testify v1.9.0
    golang.org/x/crypto v0.25.0
    golang.org/x/text v0.16.0
    gopkg.in/yaml.v3 v3.0.1
)

require (
    github.com/davecgh/go-spew v1.1.1 // indirect
    github.com/mitchellh/reflectwalk v1.0.2 // indirect
    github.com/pmezard/go-difflib v1.0.0 // indirect
    github.com/stretchr/objx v0.5.2 // indirect
)