All checks were successful
test / test (push) Successful in 4m22s
* fix: add time parsing support * changing tests and fixing override
25 lines
528 B
Modula-2
25 lines
528 B
Modula-2
module go.unistack.org/micro-config-env/v3
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.1
|
|
go.unistack.org/micro/v3 v3.11.14
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/stretchr/testify v1.11.1
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|