This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 124
/
go.mod
94 lines (92 loc) · 4.72 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
module github.com/vidar-team/Cardinal
go 1.16
require (
bou.ke/monkey v1.0.2
github.com/Cardinal-Platform/testify v0.0.0-20210919113340-9072c9681cc6
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/containerd/containerd v1.4.8 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200728121027-0f41a77c6993+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/flamego/binding v0.0.0-20210826141511-a26e848cdaa3
github.com/flamego/cors v0.0.0-20211007054804-b92c10841d19 // indirect
github.com/flamego/flamego v0.0.0-20211002062834-f84595763ddb
github.com/flamego/session v0.0.0-20210607182212-8d30fdff82f2
github.com/flamego/validator v0.0.0-20210821065223-7cb80dd2ce7a
github.com/getsentry/sentry-go v0.7.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.7.0
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosimple/slug v1.9.0 // indirect
github.com/jackc/pgconn v1.8.1
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/lib/pq v1.8.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/moby/term v0.0.0-20200611042045-63b9a826fb74 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/qor/admin v0.0.0-20200229145930-e279f96c8c05 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/cache v0.0.0-20171031031927-c9d48d1f13ba // indirect
github.com/qor/i18n v0.0.0-20181014061908-f7206d223bcd
github.com/qor/media v0.0.0-20191022071353-19cf289e17d4 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/oss v0.0.0-20191031055114-aef9ba66bf76 // indirect
github.com/qor/qor v0.0.0-20200224122013-457d2e3f50e1 // indirect
github.com/qor/responder v0.0.0-20171031032654-b6def473574f // indirect
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e // indirect
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/thanhpk/randstr v1.0.4
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967 // indirect
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61 // indirect
github.com/unknwon/com v1.0.1
github.com/urfave/cli/v2 v2.3.0
github.com/vidar-team/Cardinal_frontend v0.7.3
github.com/vidar-team/Cardinal_manager_frontend v0.7.3
github.com/yosssi/gohtml v0.0.0-20200424144038-a48de20dd9dd // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sys v0.0.0-20211006225509-1a26e0398eed // indirect
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.12
moul.io/http2curl v1.0.0 // indirect
unknwon.dev/clog/v2 v2.1.2
)