-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.07 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
module github.com/terry960302/go-clean-media-upload-server
go 1.16
require (
cloud.google.com/go/storage v1.23.0
github.com/davecgh/go-spew v1.1.1
github.com/go-openapi/spec v0.20.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/labstack/echo/v4 v4.7.2
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/spf13/viper v1.12.0
github.com/subosito/gotenv v1.4.0 // indirect
github.com/swaggo/echo-swagger v1.3.3
github.com/swaggo/swag v1.8.3
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
golang.org/x/tools v0.1.11 // indirect
google.golang.org/api v0.85.0
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gorm.io/driver/postgres v1.3.7
gorm.io/gorm v1.23.6
)