mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-23 12:11:33 +00:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/1f349/bluebell
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/charmbracelet/log v0.4.0
|
|
github.com/cloudflare/tableflip v1.2.3
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/golang-migrate/migrate/v4 v4.18.1
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mrmelon54/trie v0.0.3
|
|
github.com/spf13/afero v1.11.0
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/lipgloss v1.0.0 // indirect
|
|
github.com/charmbracelet/x/ansi v0.5.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
)
|