mirror of
https://github.com/jimeh/go-golden.git
synced 2026-02-19 11:16:47 +00:00
15 lines
271 B
Modula-2
15 lines
271 B
Modula-2
module github.com/jimeh/go-golden
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/jimeh/envctl v0.1.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
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
|
|
)
|