-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 823 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
module github.com/advancedlogic/box
go 1.13
require (
github.com/ankit-arora/go-utils v0.0.0-20170709111640-7f375a7a7b81
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/google/uuid v1.1.1
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/vault/api v1.0.4
github.com/minio/minio-go/v6 v6.0.49
github.com/nats-io/nats.go v1.9.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/toorop/gin-logrus v0.0.0-20190701131413-6c374ad36b67
github.com/zsais/go-gin-prometheus v0.1.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
gopkg.in/resty.v1 v1.12.0
)