forked from openware/baseapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (31 loc) · 1.39 KB
/
go.mod
File metadata and controls
33 lines (31 loc) · 1.39 KB
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 baseapp
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/foolin/goview v0.3.0
github.com/frankban/quicktest v1.11.3 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.0 // indirect
github.com/gomarkdown/markdown v0.0.0-20201113031856-722100d81a8e
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/openware/kaigara/pkg/vault v0.0.0-20210316071439-774369aff604
github.com/openware/pkg/database v0.0.0-20210113145702-fb5cceb8f775
github.com/openware/pkg/ika v0.0.0-20210224055737-ee0a497ae719
github.com/openware/pkg/jwt v0.0.0-20210204083929-709d949cb0ff
github.com/openware/pkg/kli v0.0.0-20210110002944-50c944a5e00d
github.com/openware/pkg/mngapi v0.0.0-20210324093355-1ac2290ada1a
github.com/openware/pkg/utils v0.0.0-20210204083929-709d949cb0ff
github.com/openware/sonic v0.0.0-20210326130132-4d3cbf11a9fc
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.11
gotest.tools v2.2.0+incompatible
)