-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
21 lines (19 loc) · 647 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/wrfly/yasuser
go 1.12
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/boltdb/bolt v1.3.1
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/coocood/freecache v1.2.4
github.com/gin-gonic/gin v1.10.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/golang/protobuf v1.5.3 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.2
github.com/wrfly/ecp v0.2.4
github.com/wrfly/testing-kit v0.0.0-20190113155143-58d36cb803ee
gopkg.in/yaml.v2 v2.4.0
)