-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (33 loc) · 1.29 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
module github.com/khu-dev/khumu-comment
go 1.14
require (
entgo.io/ent v0.8.0
github.com/AlekSi/pointer v1.1.0
github.com/aws/aws-sdk-go v1.38.18
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-openapi/spec v0.19.12 // indirect
github.com/go-redis/cache/v8 v8.4.2
github.com/go-redis/redis/v8 v8.11.3
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/golang/mock v1.3.1
github.com/labstack/echo/v4 v4.1.17
github.com/magiconair/properties v1.8.5 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v1.14.6
github.com/meehow/go-django-hashers v0.0.0-20171231135116-5e5d6afe52db
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.9 // indirect
github.com/umi0410/ezconfig v0.0.0-20210524051235-5fb1e5782b52
go.uber.org/dig v1.10.0
golang.org/x/sys v0.0.0-20210507014357-30e306a8bba5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gorm.io/gorm v1.20.5
)