mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
21 lines
751 B
Modula-2
21 lines
751 B
Modula-2
module github.com/kerberos-io/opensource/machinery
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/appleboy/gin-jwt v2.5.0+incompatible
|
|
github.com/appleboy/gin-jwt/v2 v2.6.4
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.5.1
|
|
github.com/ugorji/go v1.1.13 // indirect
|
|
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
|
|
golang.org/x/tools v0.0.0-20190611222205-d73e1c7e250b // indirect
|
|
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
|
|
)
|