forked from stefanprodan/podinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (60 loc) · 2.72 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/yoanyombapro1234/FeelguudsPlatform
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fatih/color v1.12.0
github.com/fsnotify/fsnotify v1.5.1
github.com/giantswarm/retry-go v0.0.0-20151203102909-d78cea247d5e
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/runtime v0.19.31
github.com/go-openapi/swag v0.19.15 // indirect
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v1.8.5
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/infobloxopen/atlas-app-toolkit v1.1.1
github.com/infobloxopen/protoc-gen-gorm v1.0.1
github.com/itimofeev/go-saga v0.1.0
github.com/jinzhu/gorm v1.9.16
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.10.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mfridman/tparse v0.8.3 // indirect
github.com/mwitkow/go-proto-validators v0.3.2
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/stripe/stripe-go/v72 v72.68.0 // indirect
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 // indirect
github.com/swaggo/http-swagger v1.1.1
github.com/swaggo/swag v1.7.1
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/wailsapp/wails v1.16.7
github.com/yoanyombapro1234/FeelGuuds_Core/core/core-auth-sdk v0.0.0-20210825234059-68dcdef2198a
github.com/yoanyombapro1234/FeelGuuds_Core/core/core-database v0.0.0-20210825234059-68dcdef2198a
github.com/yoanyombapro1234/FeelGuuds_Core/core/core-logging v0.0.0-20210825234059-68dcdef2198a
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/ini.v1 v1.62.1 // indirect
gorm.io/driver/postgres v1.1.2 // indirect
gorm.io/gorm v1.21.15
)