jimeh/go-goldsert

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/jimeh/go-goldsert

go 1.15

require (
    github.com/davecgh/go-spew v1.1.1 // indirect
    github.com/jimeh/go-golden v0.1.0
    github.com/stretchr/testify v1.7.0
    gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)