mirror of
https://github.com/andatoshiki/shikigrid.git
synced 2026-06-05 19:56:27 +00:00
21 lines
535 B
Modula-2
21 lines
535 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.0.11
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/gopacket/gopacket v1.2.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|