45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module code.rocket9labs.com/tslocum/bgammon
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
code.rocket9labs.com/tslocum/gotext v0.0.0-20240728181248-46f419ff143b
|
|
code.rocket9labs.com/tslocum/tabula v0.0.0-20240820025521-91065b63f1be
|
|
github.com/alexedwards/argon2id v1.0.0
|
|
github.com/coder/websocket v1.8.12
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jackc/pgx/v5 v5.7.1
|
|
github.com/jlouis/glicko2 v1.0.0
|
|
github.com/matcornic/hermes/v2 v2.1.0
|
|
golang.org/x/crypto v0.28.0
|
|
golang.org/x/text v0.19.0
|
|
)
|
|
|
|
require (
|
|
code.rocket9labs.com/tslocum/bei v0.0.0-20240108012722-6db380cc190b // 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.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/css v1.0.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/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // 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.22.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|