forked from 3xxx/engineercms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
124 lines (121 loc) · 5.38 KB
/
Copy pathgo.mod
File metadata and controls
124 lines (121 loc) · 5.38 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
module github.com/3xxx/engineercms
go 1.25.0
require (
github.com/3xxx/flow v0.9.0
github.com/PuerkitoBio/goquery v1.8.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/beego/beego/v2 v2.0.7
github.com/beego/i18n v0.0.0-20161101132742-e9308947f407
github.com/bitly/go-simplejson v0.5.0
github.com/boombuler/barcode v1.0.1
github.com/casbin/beego-orm-adapter/v3 v3.3.0
github.com/casbin/casbin/v2 v2.100.0
github.com/disintegration/gift v1.2.1
github.com/disintegration/imaging v1.6.2
<<<<<<< HEAD
github.com/dlclark/regexp2 v1.7.0
github.com/dsoprea/go-exif/v3 v3.0.1
=======
>>>>>>> c285e3a7c2b894e23be656cce457eca3718e48bd
github.com/elastic/go-elasticsearch/v8 v8.13.1
github.com/go-ldap/ldap/v3 v3.4.8
github.com/go-pay/util v0.0.4
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/google/go-tika v0.3.0
github.com/gorilla/websocket v1.5.0
github.com/holys/initials-avatar v0.0.0-20180809162153-a82edcad3408
github.com/howeyc/fsnotify v0.9.0
github.com/kardianos/service v1.2.2
github.com/lib/pq v1.10.7
github.com/lifei6671/gocaptcha v0.2.0
github.com/mattn/go-runewidth v0.0.14
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/minio/minio-go/v7 v7.0.46
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pborman/uuid v1.2.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/smartystreets/goconvey v1.7.2
github.com/tealeg/xlsx v1.0.5
github.com/u2takey/ffmpeg-go v0.5.0
github.com/unidoc/unioffice v1.21.1
github.com/xuri/excelize/v2 v2.9.0
golang.org/x/crypto v0.45.0
golang.org/x/net v0.47.0
golang.org/x/text v0.35.0
google.golang.org/appengine v1.6.7
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.24.3
xorm.io/xorm v1.3.2
)
require (
github.com/Azure/go-ntlmssp v0.1.1 // indirect
github.com/Unknwon/goconfig v1.0.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/casbin/govaluate v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dchest/lru v0.0.0-20151022103600-d8fd1e40a385 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.8.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/sirupsen/logrus v1.9.1 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/sys v0.38.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
stathat.com/c/consistent v1.0.0 // indirect
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect
)