forked from houqp/terraform-provider-airflow
-
Notifications
You must be signed in to change notification settings - Fork 11
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 #1 from DrFaust92/update-airflow-client
airflow + token
- Loading branch information
Showing
4 changed files
with
66 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
module github.com/apache/terraform-provider-airflow | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/apache/airflow-client-go/airflow v0.0.0-20200906053102-e1deffdac652 | ||
github.com/apache/airflow-client-go/airflow v0.0.0-20210618063701-c4bfdb8caedb | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.10.0 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect | ||
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect | ||
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
) |
Oops, something went wrong.