-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 988 Bytes
/
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
module github.com/bucloud/hwapi
go 1.14
require (
cloud.google.com/go/storage v1.12.0
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.36.15
github.com/go-openapi/runtime v0.19.15 // indirect
github.com/go-openapi/spec v0.19.8 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/go-swagger/go-swagger v0.23.0 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.0 // indirect
go.mongodb.org/mongo-driver v1.3.3 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/text v0.3.3
google.golang.org/api v0.32.0
gopkg.in/ini.v1 v1.56.0 // indirect
)