-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.19 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
module goshorturl
go 1.15
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gavv/httpexpect/v2 v2.3.0
github.com/gin-gonic/gin v1.7.2
github.com/gomodule/redigo v1.8.5
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jxskiss/base62 v0.0.0-20191017122030-4f11678b909b
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.13.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rShetty/asyncwait v0.0.0-20180203043142-1e02703eb90e
github.com/sergi/go-diff v1.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.28.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.10
)