Skip to content

Commit

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

index acee6e81..72024dd5 100644
@@ -11,7 +11,7 @@ replace github.com/codegangsta/cli => github.com/codegangsta/cli v1.6.0
 replace github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v2.0.2-0.20150911070441-6fa055a7b594+incompatible

-	code.cloudfoundry.org/bbs v0.0.0-20240313161749-134f7e72b48b
+	code.cloudfoundry.org/bbs v0.0.0-20240314215631-30cc7a3ab9d1
 	code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657
 	code.cloudfoundry.org/clock v1.1.0
 	code.cloudfoundry.org/debugserver v0.0.0-20240308143924-cdf7d6ade8bb
  • Loading branch information
tas-runtime-bot committed Mar 14, 2024
1 parent 78b130a commit dcc416d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 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 @@ -11,7 +11,7 @@ replace github.com/codegangsta/cli => github.com/codegangsta/cli v1.6.0
replace github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v2.0.2-0.20150911070441-6fa055a7b594+incompatible

require (
code.cloudfoundry.org/bbs v0.0.0-20240313161749-134f7e72b48b
code.cloudfoundry.org/bbs v0.0.0-20240314215631-30cc7a3ab9d1
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657
code.cloudfoundry.org/clock v1.1.0
code.cloudfoundry.org/debugserver v0.0.0-20240308143924-cdf7d6ade8bb
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 @@ -592,8 +592,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M=
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw=
code.cloudfoundry.org/bbs v0.0.0-20240313161749-134f7e72b48b h1:N/zhoa3UczAyaYw/abLEP0CEDaoVQY6e0ZSw5QbTk40=
code.cloudfoundry.org/bbs v0.0.0-20240313161749-134f7e72b48b/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
code.cloudfoundry.org/bbs v0.0.0-20240314215631-30cc7a3ab9d1 h1:/HAE61u9EX2eNC7stD/T6hOIL4qxkUXE14wu+JDfaX8=
code.cloudfoundry.org/bbs v0.0.0-20240314215631-30cc7a3ab9d1/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657 h1:8rnhkeAe8Bnx+8r3unO++S3syBw8P22qPbw3LLFWEoc=
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657/go.mod h1:Fwt0o/haXfwgOHMom4AM96pXCVw9EAiIcSsPb8hWK9s=
code.cloudfoundry.org/clock v1.1.0 h1:XLzC6W3Ah/Y7ht1rmZ6+QfPdt1iGWEAAtIZXgiaj57c=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# code.cloudfoundry.org/bbs v0.0.0-20240313161749-134f7e72b48b
# code.cloudfoundry.org/bbs v0.0.0-20240314215631-30cc7a3ab9d1
## explicit
code.cloudfoundry.org/bbs/db/sqldb/helpers
code.cloudfoundry.org/bbs/db/sqldb/helpers/monitor
Expand Down

0 comments on commit dcc416d

Please sign in to comment.