mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
build: upgrade to Go 1.25.1 (#26823)
This commit is contained in:
committed by
GitHub
parent
bdf023afaa
commit
c7233854b9
12
go.mod
12
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/hashicorp/nomad
|
||||
|
||||
go 1.24.7
|
||||
go 1.25.1
|
||||
|
||||
// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826.
|
||||
replace (
|
||||
@@ -65,7 +65,7 @@ require (
|
||||
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.13
|
||||
github.com/hashicorp/go-memdb v1.3.5
|
||||
github.com/hashicorp/go-metrics v0.5.4
|
||||
github.com/hashicorp/go-msgpack/v2 v2.1.3
|
||||
github.com/hashicorp/go-msgpack/v2 v2.1.5
|
||||
github.com/hashicorp/go-multierror v1.1.1
|
||||
github.com/hashicorp/go-netaddrs v0.1.0
|
||||
github.com/hashicorp/go-plugin v1.7.0
|
||||
@@ -82,7 +82,7 @@ require (
|
||||
github.com/hashicorp/memberlist v0.5.3
|
||||
github.com/hashicorp/net-rpc-msgpackrpc/v2 v2.0.1
|
||||
github.com/hashicorp/nomad/api v0.0.0-20230103221135-ce00d683f9be
|
||||
github.com/hashicorp/raft v1.7.3
|
||||
github.com/hashicorp/raft v1.6.0
|
||||
github.com/hashicorp/raft-autopilot v0.1.6
|
||||
github.com/hashicorp/raft-boltdb/v2 v2.3.1
|
||||
github.com/hashicorp/serf v0.10.2
|
||||
@@ -263,7 +263,7 @@ require (
|
||||
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.3 // indirect
|
||||
github.com/hashicorp/go-set/v2 v2.1.0 // indirect
|
||||
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
||||
github.com/hashicorp/mdns v1.0.5 // indirect
|
||||
github.com/hashicorp/mdns v1.0.6 // indirect
|
||||
github.com/hashicorp/raft-boltdb v0.0.0-20250113192317-e8660f88bcc9 // indirect
|
||||
github.com/hashicorp/vault/api/auth/kubernetes v0.10.0 // indirect
|
||||
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
|
||||
@@ -342,11 +342,11 @@ require (
|
||||
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
||||
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/net v0.44.0 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
golang.org/x/term v0.35.0 // indirect
|
||||
golang.org/x/text v0.29.0 // indirect
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
golang.org/x/tools v0.37.0 // indirect
|
||||
google.golang.org/api v0.217.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
|
||||
|
||||
Reference in New Issue
Block a user