Files
stocksearch/go.mod
hayato5246 5aeb5f2b80
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 11m20s
자산 현황 및 자동매매 페이지 제거:
- `/templates/pages/asset.html`, `/templates/pages/autotrade.html` HTML 템플릿 삭제.
- `/static/js/asset.js`, `/static/js/autotrade.js` 클라이언트 스크립트 제거.
- 관련 함수 및 초기화 로직 삭제 (자산 조회 및 자동매매 기능 비활성화).
2026-04-07 21:43:24 +09:00

12 lines
186 B
Modula-2

module stocksearch
go 1.25.0
require (
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.12.3
)
require golang.org/x/net v0.17.0 // indirect