42 lines
1.4 KiB
Modula-2
42 lines
1.4 KiB
Modula-2
module git.erbosoft.com/amy/amsterdam
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/CloudyKit/jet/v6 v6.3.1
|
|
github.com/alexflint/go-arg v1.6.0
|
|
github.com/biter777/countries v1.7.5
|
|
github.com/bits-and-blooms/bitset v1.24.0
|
|
github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/klauspost/lctime v0.1.0
|
|
github.com/labstack/echo-contrib v0.17.4
|
|
github.com/labstack/echo/v4 v4.13.4
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tkuchiki/go-timezone v0.2.3
|
|
golang.org/x/text v0.30.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/alexflint/go-scalar v1.2.0 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
)
|