Skip to content

Commit

Permalink
Run update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seongpyoHong committed Jul 10, 2023
1 parent f23b828 commit 3c9307c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.18

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20210609063737-0067dc6dcea2
github.com/aws/smithy-go v1.13.3
github.com/davecgh/go-spew v1.1.1
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.9
Expand All @@ -23,7 +22,7 @@ require (
go.uber.org/zap v1.19.1
golang.org/x/net v0.12.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.6.0
golang.org/x/sys v0.10.0
golang.org/x/time v0.1.0
google.golang.org/api v0.114.0
google.golang.org/grpc v1.56.1
Expand Down Expand Up @@ -69,6 +68,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.11.23 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 // indirect
github.com/aws/smithy-go v1.13.3 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20221004211355-a250ad2ca1e3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
Expand Down Expand Up @@ -138,7 +138,6 @@ require (
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.6.0 // indirect
Expand Down

0 comments on commit 3c9307c

Please sign in to comment.