Add API Server (Go/PocketBase), Web App (Go BFF + Vue), Fly App (Flutter/DJI MSDK), Adobe Plugin, and Docker/Docker AIO deployment configs. Design assets and build artifacts are gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
266 B
AMPL
16 lines
266 B
AMPL
module pilotvault/apiserver
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jlaffaye/ftp v0.2.1
|
|
github.com/pkg/sftp v1.13.10
|
|
golang.org/x/crypto v0.41.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|