Skip to content

Commit

Permalink
Merge pull request #40 from dylibso/trello
Browse files Browse the repository at this point in the history
add trello servlet
  • Loading branch information
nilslice authored Jan 16, 2025
2 parents 265cbf4 + a2fef08 commit eed8808
Show file tree
Hide file tree
Showing 9 changed files with 1,765 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use (
./servlets/google-maps-image
./servlets/historical-flight-api
./servlets/tenor-gifs
./servlets/trello
./servlets/wordpress
./test/testsuite
)
1 change: 1 addition & 0 deletions servlets/trello/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.wasm
5 changes: 5 additions & 0 deletions servlets/trello/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module trello

go 1.22.1

require github.com/extism/go-pdk v1.0.5
2 changes: 2 additions & 0 deletions servlets/trello/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/extism/go-pdk v1.0.5 h1:5d5yYkWBweBP84Z+H3DP5DsD0fwvf2anWXyypCXpSW8=
github.com/extism/go-pdk v1.0.5/go.mod h1:Gz+LIU/YCKnKXhgge8yo5Yu1F/lbv7KtKFkiCSzW/P4=
Loading

0 comments on commit eed8808

Please sign in to comment.