-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ytimocin <[email protected]>
- Loading branch information
Showing
5 changed files
with
114 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,53 @@ | ||
module github.com/radius-project/radius/test/magpiego | ||
|
||
go 1.20 | ||
go 1.21.8 | ||
|
||
toolchain go1.22.2 | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.5.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0 | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 | ||
github.com/dapr/go-sdk v1.9.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.7.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.1.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 | ||
github.com/dapr/go-sdk v1.10.1 | ||
github.com/denisenkom/go-mssqldb v0.12.3 | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/go-chi/chi/v5 v5.0.12 | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/rabbitmq/amqp091-go v1.9.0 | ||
go.mongodb.org/mongo-driver v1.13.1 | ||
go.mongodb.org/mongo-driver v1.14.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect | ||
github.com/Azure/go-amqp v1.0.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/dapr/dapr v1.12.2 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect | ||
github.com/Azure/go-amqp v1.0.5 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/dapr/dapr v1.13.2 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect | ||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect | ||
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/montanaflynn/stats v0.7.1 // indirect | ||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.16.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
go.opentelemetry.io/otel v1.25.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.25.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect | ||
google.golang.org/grpc v1.59.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect | ||
google.golang.org/grpc v1.63.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.