Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module code.cloudfoundry.org/cc-uploader
go 1.25.8

require (
code.cloudfoundry.org/cfhttp/v2 v2.91.0
code.cloudfoundry.org/cfhttp/v2 v2.92.0
code.cloudfoundry.org/debugserver v0.111.0
code.cloudfoundry.org/lager/v3 v3.82.0
code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf
Expand All @@ -24,7 +24,7 @@ require (
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3 // indirect
github.com/google/pprof v0.0.0-20260824235931-c0b50f2f6510 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7 h1:vmwkTM1T0Hx6V4LgOGrU6dgkwNNJg5yf8Wyk1I6ptpg=
code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
code.cloudfoundry.org/cfhttp/v2 v2.91.0 h1:UoUpXqCp4se/YeCwUiD/Y9j7ywo86GOXN05yCfKcUyo=
code.cloudfoundry.org/cfhttp/v2 v2.91.0/go.mod h1:ZmA1DErXVTqfo97LwuiRr9qNmReFoTobzIGgmeweRF0=
code.cloudfoundry.org/cfhttp/v2 v2.92.0 h1:7qHuewHkiNfPEnxueu9OxhL7ouhzhyjZ2pqpBDNI4p8=
code.cloudfoundry.org/cfhttp/v2 v2.92.0/go.mod h1:IUlNCAnNQf4ifHyk663SExh7aIkbgolx4IhRQS3ChcY=
code.cloudfoundry.org/clock v1.0.0 h1:kFXWQM4bxYvdBw2X8BbBeXwQNgfoWv1vqAk2ZZyBN2o=
code.cloudfoundry.org/clock v1.0.0/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8=
code.cloudfoundry.org/debugserver v0.111.0 h1:G3iQdarMY9xBIvZ9tz6S3neOR4b9ftdLPk7R90LuHtY=
Expand Down Expand Up @@ -53,8 +53,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3 h1:LMLX+LgTNWpfvCBdFebv6EsYotImrt/Ppc5cXIriCSo=
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3/go.mod h1:jl5iWTm0/hd5PjEYEOuwAJ57L/CibdZfrqZ5XA5GrCk=
github.com/google/pprof v0.0.0-20260824235931-c0b50f2f6510 h1:CQYko0lanR9GRMWuUwgBH5CBCWz0UTXNkDHFOZvNA0w=
github.com/google/pprof v0.0.0-20260824235931-c0b50f2f6510/go.mod h1:jl5iWTm0/hd5PjEYEOuwAJ57L/CibdZfrqZ5XA5GrCk=
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 h1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
code.cloudfoundry.org/bbs/encryption
code.cloudfoundry.org/bbs/format
code.cloudfoundry.org/bbs/models
# code.cloudfoundry.org/cfhttp/v2 v2.91.0
# code.cloudfoundry.org/cfhttp/v2 v2.92.0
## explicit; go 1.25.0
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.111.0
Expand Down Expand Up @@ -66,7 +66,7 @@ github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3
# github.com/google/pprof v0.0.0-20260824235931-c0b50f2f6510
## explicit; go 1.25.0
github.com/google/pprof/profile
# github.com/jackc/pgpassfile v1.0.0
Expand Down