-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from AlibabaCloudLandingZone/solution-ack-sts-…
…token/0.0.6 solution-ack-sts-token/0.0.6
- Loading branch information
Showing
6 changed files
with
880 additions
and
22 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
solution/solution-ack-sts-token/code-example/golang/go.mod
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
module solution-ack-sts-token/code-example/golang | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect | ||
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 | ||
github.com/alibabacloud-go/debug v1.0.1 // indirect | ||
github.com/alibabacloud-go/endpoint-util v1.1.1 // indirect | ||
github.com/alibabacloud-go/openapi-util v0.1.1 // indirect | ||
github.com/alibabacloud-go/sts-20150401/v2 v2.0.2 | ||
github.com/alibabacloud-go/tea v1.2.2 | ||
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect | ||
github.com/alibabacloud-go/tea-utils/v2 v2.0.7 | ||
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect | ||
github.com/aliyun/aliyun-log-go-sdk v0.1.69 | ||
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible | ||
github.com/aliyun/credentials-go v1.3.10 | ||
github.com/cenkalti/backoff v2.2.1+incompatible // indirect | ||
github.com/clbanning/mxj/v2 v2.7.0 // indirect | ||
github.com/go-kit/kit v0.13.0 // indirect | ||
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/tjfoc/gmsm v1.4.1 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/time v0.6.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
) |
Oops, something went wrong.