| | module github.com/user/polymarket-trader |
| |
|
| | go 1.25.6 |
| |
|
| | require ( |
| | github.com/gofiber/fiber/v2 v2.52.10 |
| | github.com/gorilla/websocket v1.5.3 |
| | ) |
| |
|
| | require ( |
| | github.com/andybalholm/brotli v1.1.0 |
| | github.com/davecgh/go-spew v1.1.1 |
| | github.com/google/uuid v1.6.0 |
| | github.com/klauspost/compress v1.17.9 |
| | github.com/mattn/go-colorable v0.1.13 |
| | github.com/mattn/go-isatty v0.0.20 |
| | github.com/mattn/go-runewidth v0.0.16 |
| | github.com/pmezard/go-difflib v1.0.0 |
| | github.com/rivo/uniseg v0.2.0 |
| | github.com/stretchr/testify v1.11.1 |
| | github.com/valyala/bytebufferpool v1.0.0 |
| | github.com/valyala/fasthttp v1.51.0 |
| | github.com/valyala/tcplisten v1.0.0 |
| | golang.org/x/sys v0.36.0 |
| | gopkg.in/yaml.v3 v3.0.1 |
| | ) |
| |
|