Skip to content

Commit 67b5b8a

Browse files
committed
update dependencies
1 parent ebfbb9f commit 67b5b8a

File tree

7 files changed

+180
-180
lines changed

7 files changed

+180
-180
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GOFMT=$(shell which gofmt)
6161
GOTEST=$(GO) test
6262
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
6363
GOLANGCILINT=$(BINUTIL)/golangci-lint
64-
GOLANGCILINTVERSION=v2.6.1
64+
GOLANGCILINTVERSION=v2.6.2
6565

6666
# Directory containing the source code
6767
SRCDIR=./pkg

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.111.2
1+
1.112.1

examples/service/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ GOFMT=$(shell which gofmt)
150150
GOTEST=$(GO) test
151151
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
152152
GOLANGCILINT=$(BINUTIL)/golangci-lint
153-
GOLANGCILINTVERSION=v2.6.1
153+
GOLANGCILINTVERSION=v2.6.2
154154
DOCKERIZEVERSION=v0.9.2
155155

156156
# Current operating system and architecture as one string.

examples/service/go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.10.1
1212
github.com/spf13/viper v1.21.0
1313
github.com/stretchr/testify v1.11.1
14-
github.com/tecnickcom/gogen v1.111.2
14+
github.com/tecnickcom/gogen v1.112.1
1515
)
1616

1717
require (
@@ -73,7 +73,7 @@ require (
7373
github.com/pkg/errors v0.9.1 // indirect
7474
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7575
github.com/prometheus/client_model v0.6.2 // indirect
76-
github.com/prometheus/common v0.67.2 // indirect
76+
github.com/prometheus/common v0.67.3 // indirect
7777
github.com/prometheus/procfs v0.19.2 // indirect
7878
github.com/rs/zerolog v1.34.0 // indirect
7979
github.com/sagikazarmark/crypt v0.31.0 // indirect
@@ -86,10 +86,10 @@ require (
8686
github.com/spf13/pflag v1.0.10 // indirect
8787
github.com/spf13/viper/remote v1.21.0 // indirect
8888
github.com/subosito/gotenv v1.6.0 // indirect
89-
go.etcd.io/etcd/api/v3 v3.6.5 // indirect
90-
go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect
91-
go.etcd.io/etcd/client/v2 v2.305.24 // indirect
92-
go.etcd.io/etcd/client/v3 v3.6.5 // indirect
89+
go.etcd.io/etcd/api/v3 v3.6.6 // indirect
90+
go.etcd.io/etcd/client/pkg/v3 v3.6.6 // indirect
91+
go.etcd.io/etcd/client/v2 v2.305.25 // indirect
92+
go.etcd.io/etcd/client/v3 v3.6.6 // indirect
9393
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9494
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
9595
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
@@ -101,21 +101,21 @@ require (
101101
go.uber.org/zap v1.27.0 // indirect
102102
go.yaml.in/yaml/v2 v2.4.3 // indirect
103103
go.yaml.in/yaml/v3 v3.0.4 // indirect
104-
golang.org/x/crypto v0.43.0 // indirect
105-
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
106-
golang.org/x/mod v0.29.0 // indirect
107-
golang.org/x/net v0.46.0 // indirect
104+
golang.org/x/crypto v0.44.0 // indirect
105+
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
106+
golang.org/x/mod v0.30.0 // indirect
107+
golang.org/x/net v0.47.0 // indirect
108108
golang.org/x/oauth2 v0.33.0 // indirect
109109
golang.org/x/sync v0.18.0 // indirect
110110
golang.org/x/sys v0.38.0 // indirect
111-
golang.org/x/text v0.30.0 // indirect
111+
golang.org/x/text v0.31.0 // indirect
112112
golang.org/x/time v0.14.0 // indirect
113-
golang.org/x/tools v0.38.0 // indirect
114-
google.golang.org/api v0.255.0 // indirect
115-
google.golang.org/genproto v0.0.0-20251110190251-83f479183930 // indirect
116-
google.golang.org/genproto/googleapis/api v0.0.0-20251110190251-83f479183930 // indirect
117-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251110190251-83f479183930 // indirect
118-
google.golang.org/grpc v1.76.0 // indirect
113+
golang.org/x/tools v0.39.0 // indirect
114+
google.golang.org/api v0.256.0 // indirect
115+
google.golang.org/genproto v0.0.0-20251111163417-95abcf5c77ba // indirect
116+
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect
117+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect
118+
google.golang.org/grpc v1.77.0 // indirect
119119
google.golang.org/protobuf v1.36.10 // indirect
120120
gopkg.in/yaml.v3 v3.0.1 // indirect
121121
)

0 commit comments

Comments
 (0)