Skip to content

Commit 32c792f

Browse files
authored
Merge pull request jippi#684 from jippi/dependabot/go_modules/backend/github.com/hashicorp/consul/api-1.9.1
Bump github.com/hashicorp/consul/api from 1.9.0 to 1.9.1 in /backend
2 parents 25c0e0d + 2d48b8f commit 32c792f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/google/btree v1.0.0 // indirect
99
github.com/gorilla/mux v1.8.0
1010
github.com/gorilla/websocket v1.4.2
11-
github.com/hashicorp/consul/api v1.9.0
11+
github.com/hashicorp/consul/api v1.9.1
1212
github.com/hashicorp/cronexpr v1.1.1 // indirect
1313
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1414
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect

backend/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7
4747
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
4848
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
4949
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
50-
github.com/hashicorp/consul/api v1.9.0 h1:T6dKIWcaihG2c21YUi0BMAHbJanVXiYuz+mPgqxY3N4=
51-
github.com/hashicorp/consul/api v1.9.0/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M=
50+
github.com/hashicorp/consul/api v1.9.1 h1:SngrdG2L62qqLsUz85qcPhFZ78rPf8tcD5qjMgs6MME=
51+
github.com/hashicorp/consul/api v1.9.1/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M=
5252
github.com/hashicorp/consul/sdk v0.8.0 h1:OJtKBtEjboEZvG6AOUdh4Z1Zbyu0WcxQ0qatRrZHTVU=
5353
github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms=
5454
github.com/hashicorp/cronexpr v1.1.0/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4=

0 commit comments

Comments
 (0)