-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
55 lines (53 loc) · 2.38 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
module github.com/I-Reven/Hexagonal
go 1.13
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
github.com/bxcodec/faker/v3 v3.3.1
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-bongo/bongo v0.10.4
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis/v8 v8.0.0-beta.2
github.com/gocql/gocql v0.0.0-20200519160334-799061058e31
github.com/golang/protobuf v1.4.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
github.com/joho/godotenv v1.3.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/kardianos/govendor v1.0.9 // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.4
github.com/maxwellhealth/go-dotaccess v0.0.0-20190924013105-74ea4f4ca4eb // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.1
github.com/oleiade/reflections v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/shirou/gopsutil v2.20.4+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.24.0
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
moul.io/http2curl v1.0.0 // indirect
)