-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (48 loc) · 2.11 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
module github.com/devguardio/carrier3/v3
go 1.17
require (
github.com/creack/pty v1.1.17
github.com/devguardio/identity/go v0.0.0-20220214220023-621b06891026
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0
github.com/getkin/kin-openapi v0.89.0
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/render v1.0.1
github.com/go-redis/redis/v8 v8.11.4
github.com/joho/godotenv v1.4.0
github.com/rodaine/table v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/uptrace/bun v1.1.0
github.com/uptrace/bun/dialect/pgdialect v1.1.0
github.com/uptrace/bun/driver/pgdriver v1.1.0
github.com/uptrace/bun/extra/bundebug v1.1.0
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/deepmap/oapi-codegen v1.9.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-daq/crc8 v0.0.0-20170116120732-380c22547098 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
github.com/shengdoushi/base58 v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)
//replace github.com/devguardio/identity/go => /home/aep/proj/devguard/identity/go/