Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
manhtu1997 authored Mar 15, 2024
1 parent bcc52df commit 8e3846d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ go 1.16

require (
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.51.0 // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/mattn/go-colorable v0.1.8 // indirect
golang.org/x/net v0.17.0
golang.org/x/net v0.0.0-20210326060303-6b1517762897
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
google.golang.org/api v0.34.0 // indirect
google.golang.org/genproto v0.0.0-20210421164718-3947dc264843 // indirect
)

0 comments on commit 8e3846d

Please sign in to comment.