blob: 446e855f773434c07257c45cc5fd5d0b48718175 [file] [log] [blame]
module github.com/apache/airflow-client-go
go 1.13
replace github.com/apache/airflow-client-go/airflow => ./airflow
require (
github.com/apache/airflow-client-go/airflow v0.0.0-20200725194829-781c285536c1
github.com/stretchr/testify v1.6.1
)