forked from khorevaa/odin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.55 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/khorevaa/odin
go 1.15
require (
cloud.google.com/go v0.71.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/arsmn/fiber-swagger/v2 v2.0.0
github.com/asmcos/requests v0.0.0-20200816142649-95abc76c8cac
github.com/go-openapi/spec v0.19.12 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofiber/fiber/v2 v2.1.3
github.com/jawher/mow.cli v1.2.0
github.com/jinzhu/configor v1.2.1
github.com/khorevaa/ras-client v0.0.0-20201104084928-a9228766f6ed
github.com/kr/text v0.2.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
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.4.15
github.com/steinfletcher/apitest-jsonpath v1.6.0
github.com/stretchr/testify v1.6.1
github.com/swaggo/swag v1.6.9
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201112185108-eeaa07dd7696 // indirect
google.golang.org/genproto v0.0.0-20210106152847-07624b53cd92
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)