40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module picgo
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
github.com/dlclark/regexp2 v1.11.2
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gorilla/csrf v1.7.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/llgcode/draw2d v0.0.0-20240627062922-0ed1ff131195
|
|
github.com/redis/go-redis/v9 v9.5.4
|
|
github.com/spf13/cobra v1.8.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.25.0
|
|
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.11
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/garyburd/redigo v1.6.4 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/gorilla/sessions v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/image v0.18.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|