x-movie/server/go.mod

10 lines
174 B
Modula-2
Raw Permalink Normal View History

2023-07-04 15:47:01 +00:00
module server
go 1.16
2023-07-07 19:15:48 +00:00
require (
github.com/gin-gonic/gin v1.6.3
github.com/giorgisio/goav v0.1.0 // indirect
2023-07-08 19:00:29 +00:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2023-07-07 19:15:48 +00:00
)