Skip to content

Commit 90cc6ca

Browse files
committed
chore: update dependencies to fix CVE-2023-39325
Fixes CVE-2023-39325
1 parent 3e381b2 commit 90cc6ca

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hashicorp/envconsul
33
go 1.20
44

55
require (
6-
github.com/hashicorp/consul-template v0.33.0
6+
github.com/hashicorp/consul-template v0.34.0
77
github.com/hashicorp/go-gatedio v0.5.0
88
github.com/hashicorp/go-hclog v1.5.0
99
github.com/hashicorp/go-syslog v1.0.0
@@ -24,7 +24,7 @@ require (
2424
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
2525
github.com/google/uuid v1.3.0 // indirect
2626
github.com/gorilla/websocket v1.5.0 // indirect
27-
github.com/hashicorp/consul/api v1.23.0 // indirect
27+
github.com/hashicorp/consul/api v1.25.1 // indirect
2828
github.com/hashicorp/cronexpr v1.1.1 // indirect
2929
github.com/hashicorp/errwrap v1.1.0 // indirect
3030
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -38,8 +38,8 @@ require (
3838
github.com/hashicorp/golang-lru v0.5.4 // indirect
3939
github.com/hashicorp/nomad/api v0.0.0-20230103221135-ce00d683f9be // indirect
4040
github.com/hashicorp/serf v0.10.1 // indirect
41-
github.com/hashicorp/vault/api v1.9.2 // indirect
42-
github.com/hashicorp/vault/api/auth/kubernetes v0.4.1 // indirect
41+
github.com/hashicorp/vault/api v1.10.0 // indirect
42+
github.com/hashicorp/vault/api/auth/kubernetes v0.5.0 // indirect
4343
github.com/huandu/xstrings v1.4.0 // indirect
4444
github.com/imdario/mergo v0.3.13 // indirect
4545
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
6464
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
6565
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
6666
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
67-
github.com/hashicorp/consul-template v0.33.0 h1:UNyf7V/nFeh8edh5X6pP8f+9LZVn+DG9uNLLcTpLsFc=
68-
github.com/hashicorp/consul-template v0.33.0/go.mod h1:3RayddSLvOGQwdifbbe4doVwamgJU4QvxTtf5DNeclw=
69-
github.com/hashicorp/consul/api v1.23.0 h1:L6e4v1AfoumqAHq/Rrsmuulev+nd7vltM3k8H329tyI=
70-
github.com/hashicorp/consul/api v1.23.0/go.mod h1:SfvUIT74b0EplDuNgAJQ/FVqSO6KyK2ia80UI39/Ye8=
71-
github.com/hashicorp/consul/sdk v0.14.0 h1:Hly+BMNMssVzoWddbBnBFi3W+Fzytvm0haSkihhj3GU=
67+
github.com/hashicorp/consul-template v0.34.0 h1:9R37gxg1BDt7Ly239Fq/Z+2/zHEjkuu2MVaDLgJYzzk=
68+
github.com/hashicorp/consul-template v0.34.0/go.mod h1:ffNiAiextae44qgc9cjmLPyzY5DqpmGZgHA14CFVuxU=
69+
github.com/hashicorp/consul/api v1.25.1 h1:CqrdhYzc8XZuPnhIYZWH45toM0LB9ZeYr/gvpLVI3PE=
70+
github.com/hashicorp/consul/api v1.25.1/go.mod h1:iiLVwR/htV7mas/sy0O+XSuEnrdBUUydemjxcUrAt4g=
71+
github.com/hashicorp/consul/sdk v0.14.1 h1:ZiwE2bKb+zro68sWzZ1SgHF3kRMBZ94TwOCFRF4ylPs=
7272
github.com/hashicorp/cronexpr v1.1.1 h1:NJZDd87hGXjoZBdvyCF9mX4DCq5Wy7+A/w+A7q0wn6c=
7373
github.com/hashicorp/cronexpr v1.1.1/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4=
7474
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -127,10 +127,10 @@ github.com/hashicorp/nomad/api v0.0.0-20230103221135-ce00d683f9be h1:bJ/jBA5pt/5
127127
github.com/hashicorp/nomad/api v0.0.0-20230103221135-ce00d683f9be/go.mod h1:EM/2XaEwHziSB4NdWZ6MfE65TcvgWwVawOUBT8kVRqE=
128128
github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=
129129
github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4=
130-
github.com/hashicorp/vault/api v1.9.2 h1:YjkZLJ7K3inKgMZ0wzCU9OHqc+UqMQyXsPXnf3Cl2as=
131-
github.com/hashicorp/vault/api v1.9.2/go.mod h1:jo5Y/ET+hNyz+JnKDt8XLAdKs+AM0G5W0Vp1IrFI8N8=
132-
github.com/hashicorp/vault/api/auth/kubernetes v0.4.1 h1:amFWL1ZhwMWdmqvT51J9phXu835kY25wFfTrY/3yXd0=
133-
github.com/hashicorp/vault/api/auth/kubernetes v0.4.1/go.mod h1:ikWDT8Adnfvm+8DzKez50vvLD9GWD/unZfJxeqP09sU=
130+
github.com/hashicorp/vault/api v1.10.0 h1:/US7sIjWN6Imp4o/Rj1Ce2Nr5bki/AXi9vAW3p2tOJQ=
131+
github.com/hashicorp/vault/api v1.10.0/go.mod h1:jo5Y/ET+hNyz+JnKDt8XLAdKs+AM0G5W0Vp1IrFI8N8=
132+
github.com/hashicorp/vault/api/auth/kubernetes v0.5.0 h1:CXO0fD7M3iCGovP/UApeHhPcH4paDFKcu7AjEXi94rI=
133+
github.com/hashicorp/vault/api/auth/kubernetes v0.5.0/go.mod h1:afrElBIO9Q4sHFVuVWgNevG4uAs1bT2AZFA9aEiI608=
134134
github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
135135
github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=
136136
github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=

0 commit comments

Comments
 (0)