4
go.mod
4
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/unistack-org/micro-config-consul/v3
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/google/btree v1.0.0 // indirect
|
||||
@@ -9,5 +9,5 @@ require (
|
||||
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
||||
github.com/imdario/mergo v0.3.12
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/unistack-org/micro/v3 v3.3.17
|
||||
github.com/unistack-org/micro/v3 v3.4.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user