You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devops/go.mod

36 lines
1.1 KiB

3 months ago
module devops
go 1.23
toolchain go1.23.0
require (
github.com/gorilla/sessions v1.4.0
github.com/gorilla/websocket v1.5.3
github.com/wader/gormstore/v2 v2.0.3
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.11
3 months ago
zestack.dev/env v0.0.0-20240108012311-632035163eec
3 months ago
zestack.dev/misc v0.0.0-20240815120320-73293b130b9f
zestack.dev/slim v0.0.0-20240815120229-098d3294fc1a
)
require (
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
3 months ago
github.com/joho/godotenv v1.5.1 // indirect
3 months ago
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/rs/xid v1.6.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
3 months ago
zestack.dev/cast v0.0.0-20240523001414-e34212374a23 // indirect
3 months ago
zestack.dev/color v0.0.0-20240522040239-8edfb0bd027f // indirect
zestack.dev/log v0.0.0-20240523001421-24d58305cd03 // indirect
)