-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
84 lines (81 loc) · 4.74 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
module github.com/DanielRenne/GoCore
go 1.19
require (
github.com/DanielRenne/GoCore/core v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/app v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/app/api v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/appGen v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/atomicTypes v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/channels v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/cmdExec v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/crypto v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/dbServices v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/dbServices/bolt/stubs v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/dbServices/common/stubs v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/dbServices/mongo/stubs v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/extensions v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/fileCache v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/ginServer v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/gitWebHooks v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/httpExtensions v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/logger v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/mongo v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/pubsub v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/serverSettings v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/store v0.0.0-20221223210029-bca2197988c2
github.com/DanielRenne/GoCore/core/utils v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/workQueue v0.0.0-20221224110536-f3cb2b1de330
github.com/DanielRenne/GoCore/core/zip v0.0.0-20221224110536-f3cb2b1de330
github.com/altipla-consulting/i18n-dateformatter v0.0.0-20181229145957-7f51bee562e1
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/davidrenne/heredoc v0.0.0-20161006151009-80dc836e596c
github.com/fatih/camelcase v1.0.0
)
require (
github.com/DanielRenne/GoCore/core/path v0.0.0-20221223210029-bca2197988c2 // indirect
github.com/altipla-consulting/dateformatter v0.0.0-20181229145957-7f51bee562e1 // indirect
github.com/asdine/storm v2.1.2+incompatible // indirect
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/davidrenne/professor v0.0.0-20180814210453-cc6399dacc55 // indirect
github.com/davidrenne/reflections v1.0.2 // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/forPelevin/gomoji v1.1.8 // indirect
github.com/gin-contrib/secure v0.0.1 // indirect
github.com/gin-contrib/sessions v0.0.5 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/contrib v0.0.0-20221130124618-7e01895a63f2 // indirect
github.com/gin-gonic/gin v1.8.2 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/go-playground/webhooks.v5 v5.17.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)