mirror of
https://github.com/andatoshiki/shikigrid.git
synced 2026-06-05 19:56:27 +00:00
22 lines
578 B
Modula-2
22 lines
578 B
Modula-2
module github.com/andatoshiki/shikigrid
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/biezhi/gorm-paginator/pagination v0.0.0-20190124091837-7a5c8ed20334
|
|
github.com/evilsocket/islazy v1.11.0
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gopacket/gopacket v1.2.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|