[v4] update ci (#182)
Some checks failed
sync / sync (push) Successful in 10m26s
test / test (push) Successful in 13m9s
coverage / build (push) Failing after 50s

* go mod tidy

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:25:39 +05:00
committed by GitHub
parent ce5eb94cf7
commit b685ece22c
4 changed files with 101 additions and 24 deletions

17
go.mod
View File

@@ -1,17 +1,19 @@
module go.unistack.org/micro-config-consul/v4
go 1.22.0
go 1.23.0
toolchain go1.24.2
require (
dario.cat/mergo v1.0.1
github.com/hashicorp/consul/api v1.31.0
github.com/hashicorp/consul/api v1.32.0
github.com/hashicorp/go-hclog v1.6.3
go.unistack.org/micro/v3 v3.10.97
go.unistack.org/micro/v4 v4.1.9
)
require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -24,16 +26,17 @@ require (
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.unistack.org/micro-proto/v4 v4.1.0 // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/grpc v1.71.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)