Skip to content

Commit

Permalink
Merge pull request #1 from DrFaust92/update-airflow-client
Browse files Browse the repository at this point in the history
airflow + token
  • Loading branch information
DrFaust92 authored Oct 28, 2021
2 parents f384c01 + 84de000 commit e576e27
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 64 deletions.
11 changes: 7 additions & 4 deletions go.mod
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
)
Loading

0 comments on commit e576e27

Please sign in to comment.