Skip to content

Commit 78cf422

Browse files
committed
increment beta version
1 parent 6e73a08 commit 78cf422

File tree

3 files changed

+117
-8
lines changed

3 files changed

+117
-8
lines changed

go.mod

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,29 @@ module github.com/pogify/pogify-api/v2
33
go 1.15
44

55
require (
6-
github.com/alicebob/miniredis/v2 v2.13.3
6+
github.com/alicebob/miniredis/v2 v2.14.3
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
88
github.com/fatih/structs v1.1.0
9-
github.com/gin-gonic/gin v1.6.3
10-
github.com/go-redis/redis/v8 v8.2.3
9+
github.com/gin-gonic/gin v1.7.1
10+
github.com/go-playground/validator/v10 v10.5.0 // indirect
11+
github.com/go-redis/redis/v8 v8.8.0
12+
github.com/golang/protobuf v1.5.2 // indirect
1113
github.com/jeongy-cho/gin-pow v0.5.0
12-
github.com/joho/godotenv v1.3.0 // indirect
13-
github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae
14+
github.com/joho/godotenv v1.3.0
15+
github.com/kr/text v0.2.0 // indirect
16+
github.com/leodido/go-urn v1.2.1 // indirect
17+
github.com/lestrrat/go-jwx v0.0.0-20210302221443-a9d01c1b7121
1418
github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8 // indirect
15-
github.com/matoous/go-nanoid v1.4.1
19+
github.com/matoous/go-nanoid v1.5.0
20+
github.com/onsi/ginkgo v1.16.1 // indirect
21+
github.com/onsi/gomega v1.11.0 // indirect
1622
github.com/pkg/errors v0.9.1 // indirect
17-
github.com/pogify/pogify-api v1.0.12 // indirect
23+
github.com/pogify/pogify-api v1.0.12
24+
github.com/ugorji/go v1.2.5 // indirect
25+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
26+
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
27+
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
28+
golang.org/x/text v0.3.6 // indirect
29+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
30+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1831
)

0 commit comments

Comments
 (0)