mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 16:53:47 +00:00
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module git.freecumextremist.com/grumbulon/pomme
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/glebarez/sqlite v1.6.0
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/go-chi/jwtauth/v5 v5.1.0
|
|
github.com/miekg/dns v1.1.50
|
|
golang.org/x/crypto v0.5.0
|
|
gorm.io/gorm v1.24.3
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
github.com/glebarez/go-sqlite v1.20.0 // indirect
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc v1.0.4 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/jwx/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/libc v1.21.5 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.4.0 // indirect
|
|
modernc.org/sqlite v1.20.0 // indirect
|
|
)
|