64 lines
2.9 KiB
Modula-2
64 lines
2.9 KiB
Modula-2
module code.rocket9labs.com/tslocum/boxcars
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
code.rocket9labs.com/tslocum/bgammon v0.0.0-20241206200924-9b9931c37e67
|
|
code.rocket9labs.com/tslocum/bgammon-bei-bot v0.0.0-20241120222708-b6040779885c
|
|
code.rocket9labs.com/tslocum/etk v0.0.0-20241123190838-067aa2c1973f
|
|
code.rocket9labs.com/tslocum/gotext v0.0.0-20240728181248-46f419ff143b
|
|
code.rocket9labs.com/tslocum/tabula v0.0.0-20241123064436-a9529056c6e2
|
|
github.com/coder/websocket v1.8.12
|
|
github.com/hajimehoshi/ebiten/v2 v2.8.6
|
|
github.com/llgcode/draw2d v0.0.0-20240627062922-0ed1ff131195
|
|
golang.org/x/sys v0.30.0
|
|
golang.org/x/text v0.22.0
|
|
)
|
|
|
|
require (
|
|
code.rocket9labs.com/tslocum/bei v0.0.0-20240108012722-6db380cc190b // indirect
|
|
code.rocket9labs.com/tslocum/clipboard v0.0.0-20241012025701-2c0fb515daab // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/PuerkitoBio/goquery v1.10.1 // indirect
|
|
github.com/alexedwards/argon2id v1.0.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/ebitengine/gomobile v0.0.0-20241016134836-cc2e38a7c0ee // indirect
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
|
github.com/ebitengine/oto/v3 v3.4.0-alpha.3 // indirect
|
|
github.com/ebitengine/purego v0.9.0-alpha.2 // indirect
|
|
github.com/go-text/typesetting v0.2.1 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.2 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
github.com/jlouis/glicko2 v1.0.0 // indirect
|
|
github.com/matcornic/hermes/v2 v2.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/vanng822/css v1.0.1 // indirect
|
|
github.com/vanng822/go-premailer v1.23.0 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20250128182459-e0ece0dbea4c // indirect
|
|
golang.org/x/image v0.23.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20250106192035-c31d5b91ecc3 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
)
|