add feature to fork existing repositories

This commit is contained in:
Jonas Bechstein
2019-10-30 23:19:38 +01:00
parent 176a26d914
commit 8cea03e45d
3 changed files with 92 additions and 19 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module github.com/gavinbunney/terraform-provider-bitbucketserver
require github.com/hashicorp/terraform v0.12.2
go 1.13