37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/codemicro/platform
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
git.tdpain.net/pkg/cfger v0.1.0
|
|
github.com/carlmjohnson/requests v0.23.5
|
|
github.com/go-playground/validator v9.31.0+incompatible
|
|
github.com/jakobvarmose/go-qidenticon v0.0.0-20170128000056-5c327fb4e74a
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/maragudk/gomponents v0.20.2
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/image v0.13.0
|
|
golang.org/x/oauth2 v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|