working trello api

This commit is contained in:
2021-05-09 13:22:43 -04:00
commit e2d7c70673
10 changed files with 304 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module gitea.derajnet.duckdns.org/deranjer/fo-card-create
go 1.16
require (
github.com/adlio/trello v1.9.0 // indirect
github.com/go-resty/resty/v2 v2.6.0 // indirect
)