10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
|
module github.com/unistack-org/micro-config-env
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/consul/api v1.8.0
|
||
|
github.com/pkg/errors v0.9.1 // indirect
|
||
|
github.com/unistack-org/micro/v3 v3.0.2-0.20201207213837-b7b28f6b9add
|
||
|
)
|