Update Dependencies
This commit is contained in:

committed by
Dominic Sauer

parent
e2fd502461
commit
3a22c30b22
18
go.mod
18
go.mod
@ -8,8 +8,8 @@ require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/hashicorp/nomad v1.8.0
|
||||
github.com/hashicorp/nomad/api v0.0.0-20240606055710-c3c2240304e5
|
||||
github.com/hashicorp/nomad v1.8.1
|
||||
github.com/hashicorp/nomad/api v0.0.0-20240624153520-bbdc8b7fa758
|
||||
github.com/influxdata/influxdb-client-go/v2 v2.13.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/shirou/gopsutil/v3 v3.24.5
|
||||
@ -39,7 +39,7 @@ require (
|
||||
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
||||
github.com/go-ole/go-ole v1.3.0 // indirect
|
||||
github.com/gojuno/minimock/v3 v3.3.11 // indirect
|
||||
github.com/gojuno/minimock/v3 v3.3.13 // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/google/btree v1.1.2 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
@ -66,9 +66,9 @@ require (
|
||||
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
||||
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
|
||||
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
|
||||
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
|
||||
github.com/hashicorp/memberlist v0.5.1 // indirect
|
||||
github.com/hashicorp/raft v1.6.1 // indirect
|
||||
github.com/hashicorp/raft v1.7.0 // indirect
|
||||
github.com/hashicorp/raft-autopilot v0.2.0 // indirect
|
||||
github.com/hashicorp/serf v0.10.2-0.20240320153621-5d32001edfaa // indirect
|
||||
github.com/hashicorp/vault/api v1.14.0 // indirect
|
||||
@ -77,7 +77,7 @@ require (
|
||||
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/miekg/dns v1.1.59 // indirect
|
||||
github.com/miekg/dns v1.1.61 // indirect
|
||||
github.com/mitchellh/copystructure v1.2.0 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
|
||||
@ -99,15 +99,15 @@ require (
|
||||
github.com/zclconf/go-cty v1.14.4 // indirect
|
||||
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
|
||||
golang.org/x/crypto v0.24.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
|
||||
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/net v0.26.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
|
||||
google.golang.org/grpc v1.64.0 // indirect
|
||||
google.golang.org/protobuf v1.34.1 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
oss.indeed.com/go/libtime v1.6.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user