-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
25 lines (23 loc) · 749 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
module stree-index
go 1.14
require (
github.com/cespare/xxhash v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/gin-gonic/gin v1.6.3
github.com/go-kit/kit v0.10.0
github.com/go-redis/redis v6.15.8+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/gorm v1.9.15
github.com/oklog/run v1.1.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.5.0
github.com/prometheus/common v0.10.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.3.0
gorm.io/datatypes v0.0.0-20200806042100-bc394008dd0d
)