-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
33 lines (31 loc) · 1.18 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
module github.com/kecci/goscription
go 1.14
require (
github.com/Masterminds/squirrel v1.2.0
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/bxcodec/faker v2.0.1+incompatible
github.com/eapache/go-resiliency v1.2.0
github.com/go-openapi/spec v0.20.2 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/labstack/echo/v4 v4.9.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/ory/viper v1.7.5
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.7.0
go.uber.org/fx v1.11.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20201208062317-e652b2f42cc7 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gorm.io/driver/mysql v1.0.5
gorm.io/gorm v1.21.3
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)