initial import

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-12-08 00:58:12 +03:00
parent a1137eafcd
commit 5912af307d
5 changed files with 650 additions and 12 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)