mirror of
https://github.com/khorevaa/kubodin.git
synced 2024-12-12 08:54:22 +02:00
24 lines
815 B
Modula-2
24 lines
815 B
Modula-2
module github.com/khorevaa/kubodin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/arsmn/fiber-swagger/v2 v2.3.0
|
|
github.com/gofiber/fiber/v2 v2.5.0
|
|
github.com/khorevaa/ras-client v0.0.0-20201104084928-a9228766f6ed
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/recoilme/pudge v1.0.3
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/steinfletcher/apitest v1.5.2
|
|
github.com/steinfletcher/apitest-jsonpath v1.6.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
|
|
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
|
|
)
|