-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (60 loc) · 3.02 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
module ozigo
go 1.16
require (
4d63.com/gochecknoglobals v0.0.0-20210416044342-fb0abda3d9aa // indirect
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/alexedwards/argon2id v0.0.0-20210511081203-7d35d68092b8 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/aws/aws-sdk-go v1.38.65 // indirect
github.com/denisenkom/go-mssqldb v0.10.0 // indirect
github.com/fasthttp/session/v2 v2.3.2 // indirect
github.com/go-critic/go-critic v0.5.7 // indirect
github.com/go-redis/redis/v8 v8.10.0 // indirect
github.com/gofiber/fiber/v2 v2.13.0
github.com/gofiber/session/v2 v2.0.2
github.com/gofiber/storage/dynamodb v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/memcache v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/memory v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/mongodb v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/mysql v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/postgres v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/redis v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/storage/sqlite3 v0.0.0-20210602124502-f0233feaea00
github.com/gofiber/template v1.6.12
github.com/golangci/golangci-lint v1.41.1 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210522101830-0589229737b2 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/jackc/pgproto3/v2 v2.1.0 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
github.com/savsgio/gotils v0.0.0-20210520110740-c57c45b83e0a // indirect
github.com/securego/gosec/v2 v2.8.1 // indirect
github.com/spf13/viper v1.8.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/thomasvvugt/fiber-hashing v0.0.0-20200511145001-a62bb48860d5
github.com/tomarrell/wrapcheck/v2 v2.2.0 // indirect
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/valyala/fasthttp v1.27.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.opentelemetry.io/otel/internal/metric v0.21.0 // indirect
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/text v0.3.6
gorm.io/driver/mysql v1.1.1
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlserver v1.0.7
gorm.io/gorm v1.21.11
mvdan.cc/unparam v0.0.0-20210520122750-2ac67f130a88 // indirect
)