Skip to content

Commit

Permalink
Update go.mod dependencies
Browse files Browse the repository at this point in the history
--------

index a1c499ab..f41db5dc 100644
 	code.cloudfoundry.org/garden v0.0.0-20240823205131-490159a0f76e
 	code.cloudfoundry.org/go-loggregator/v9 v9.2.1
 	code.cloudfoundry.org/lager/v3 v3.3.0
-	code.cloudfoundry.org/policy_client v0.6.0
+	code.cloudfoundry.org/policy_client v0.7.0
 	code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf
 	github.com/cloudfoundry/dropsonde v1.1.0
 	github.com/containernetworking/cni v1.2.3
  • Loading branch information
tas-runtime-bot committed Aug 26, 2024
1 parent a6bbea2 commit 1732626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
code.cloudfoundry.org/garden v0.0.0-20240823205131-490159a0f76e
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
code.cloudfoundry.org/lager/v3 v3.3.0
code.cloudfoundry.org/policy_client v0.6.0
code.cloudfoundry.org/policy_client v0.7.0
code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf
github.com/cloudfoundry/dropsonde v1.1.0
github.com/containernetworking/cni v1.2.3
Expand Down
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ code.cloudfoundry.org/lager/v3 v3.3.0 h1:adWGo2aBLpHVfUG+3D2FQ4B6Mf2Bcz47KITbn8V
code.cloudfoundry.org/lager/v3 v3.3.0/go.mod h1:k/AYgZTVrwQaneNfQ2EwnZxUb9iUFE7i6AJ3KVOtAdE=
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2 h1:tUpafuylA0aTl6sdQnf20OsO/ipCvdNSZlWOB1cHhz8=
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2/go.mod h1:AwHLRkdXtttLXNB8RHgLfErJ2kKafH62AR2OClhy6xI=
code.cloudfoundry.org/policy_client v0.6.0 h1:dFDdpWGXxIl20vohtqKtk59g6Ao49lcqZfqb9X8BOoc=
code.cloudfoundry.org/policy_client v0.6.0/go.mod h1:AouY+r1xW7ISkA1oYcXZF5YdsLCtV+/1t5xY/LDOfXU=
code.cloudfoundry.org/policy_client v0.7.0 h1:Aqiw8AEJeojnXgTiLcs4VdO2mZPVE0Akvg0rIROcbfs=
code.cloudfoundry.org/policy_client v0.7.0/go.mod h1:DgX2z5mCSSCt+BESvJoqCltygIP+v2ge/3dsCb2IAaY=
code.cloudfoundry.org/routing-info v0.0.0-20240611155555-dd78756e41b6 h1:9eB1ThJCTAp2oxss4sW47fkaHG1dzAWW+9u0eVjKfcU=
code.cloudfoundry.org/routing-info v0.0.0-20240611155555-dd78756e41b6/go.mod h1:ykLgqzJGV5PTkvxtfyOy8hcQy7wxPaoV5ZPyk74aqp8=
code.cloudfoundry.org/runtimeschema v0.0.0-20180622181441-7dcd19348be6 h1:J08p1/LBnhv5BDDf0WLpHRyMJFCws3vd3fLCFL/iVnQ=
Expand Down
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ code.cloudfoundry.org/lager/v3/lagerflags
code.cloudfoundry.org/lager/v3/lagertest
# code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2
## explicit
# code.cloudfoundry.org/policy_client v0.6.0
# code.cloudfoundry.org/policy_client v0.7.0
## explicit; go 1.21
code.cloudfoundry.org/policy_client
# code.cloudfoundry.org/routing-info v0.0.0-20240611155555-dd78756e41b6
Expand Down

0 comments on commit 1732626

Please sign in to comment.