Skip to content

Commit

Permalink
pkg/{recipe,config} update recipe and configs to use latest app versions
Browse files Browse the repository at this point in the history
Change-Id: Ie93f6a99076ffa5fb444df932c24d6e7c13cbe26
  • Loading branch information
dlamarmorgan authored and Storj Robot committed Sep 12, 2024
1 parent 20617ef commit 93c9037
Show file tree
Hide file tree
Showing 18 changed files with 278 additions and 189 deletions.
51 changes: 26 additions & 25 deletions pkg/config/gen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@ go 1.19
require (
github.com/stretchr/testify v1.9.0
github.com/zeebo/errs v1.3.0
storj.io/edge v1.83.0
storj.io/storj v1.108.2
storj.io/edge v1.86.0
storj.io/storj v1.111.4
storj.io/storj-up v1.0.0
storj.io/storjscan v1.0.5
storj.io/storjscan v1.0.9
)

require (
cel.dev/expr v0.15.0 // indirect
cloud.google.com/go v0.115.0 // indirect
cloud.google.com/go/auth v0.5.1 // indirect
cloud.google.com/go/auth v0.7.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/bigquery v1.61.0 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
cloud.google.com/go/longrunning v0.5.7 // indirect
cloud.google.com/go/secretmanager v1.13.1 // indirect
cloud.google.com/go/spanner v1.63.0 // indirect
cloud.google.com/go/compute/metadata v0.4.0 // indirect
cloud.google.com/go/iam v1.1.10 // indirect
cloud.google.com/go/longrunning v0.5.10 // indirect
cloud.google.com/go/secretmanager v1.13.3 // indirect
cloud.google.com/go/spanner v1.64.0 // indirect
git.apache.org/thrift.git v0.13.0 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
Expand All @@ -46,10 +47,10 @@ require (
github.com/caddyserver/certmagic v0.20.0 // indirect
github.com/calebcase/tmpfile v1.0.3 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudfoundry/gosigar v1.1.0 // indirect
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
Expand Down Expand Up @@ -98,8 +99,8 @@ require (
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/googleapis/go-sql-spanner v1.4.1-0.20240619160847-d24b55ade2c4 // indirect
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
github.com/googleapis/go-sql-spanner v1.6.0 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/schema v1.2.0 // indirect
Expand Down Expand Up @@ -250,23 +251,23 @@ require (
go.uber.org/mock v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.184.0 // indirect
google.golang.org/api v0.188.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/genproto v0.0.0-20240711142825-46eb208f015d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
Expand All @@ -278,15 +279,15 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
storj.io/common v0.0.0-20240610190553-b81b7c826f57 // indirect
storj.io/common v0.0.0-20240821205240-79830b9841af // indirect
storj.io/dotworld v0.0.0-20210324183515-0d11aeccd840 // indirect
storj.io/drpc v0.0.34 // indirect
storj.io/drpc v0.0.35-0.20240709171858-0075ac871661 // indirect
storj.io/eventkit v0.0.0-20240415002644-1d9596fee086 // indirect
storj.io/infectious v0.0.2 // indirect
storj.io/minio v0.0.0-20240620235917-ab8893f67859 // indirect
storj.io/minio v0.0.0-20240905153913-c67d6dac9e37 // indirect
storj.io/monkit-jaeger v0.0.0-20240221095020-52b0792fa6cd // indirect
storj.io/picobuf v0.0.3 // indirect
storj.io/private v0.0.0-20240112163619-cfc17a2921bf // indirect
storj.io/uplink v1.13.1-0.20240711151718-608581a81048 // indirect
storj.io/uplink v1.13.2-0.20240826160422-a98008006b25 // indirect
storj.io/zipper v0.0.0-20220124122551-2ac2d53a46f6 // indirect
)
Loading

0 comments on commit 93c9037

Please sign in to comment.