Skip to content

Commit 2a759de

Browse files
committed
fix: upgrade packages
1 parent e7c4ee5 commit 2a759de

File tree

5 files changed

+2805
-1472
lines changed

5 files changed

+2805
-1472
lines changed

server/go.mod

Lines changed: 43 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,51 @@ module github.com/authorizerdev/authorizer/server
33
go 1.16
44

55
require (
6-
github.com/99designs/gqlgen v0.17.20
7-
github.com/arangodb/go-driver v1.2.1
8-
github.com/aws/aws-sdk-go v1.44.298
9-
github.com/coreos/go-oidc/v3 v3.1.0
10-
github.com/couchbase/gocb/v2 v2.6.0
11-
github.com/gin-gonic/gin v1.8.1
12-
github.com/glebarez/sqlite v1.5.0
13-
github.com/go-playground/validator/v10 v10.11.1 // indirect
14-
github.com/goccy/go-json v0.9.11 // indirect
15-
github.com/gocql/gocql v1.2.0
6+
github.com/99designs/gqlgen v0.17.39
7+
github.com/arangodb/go-driver v1.6.0
8+
github.com/aws/aws-sdk-go v1.45.25
9+
github.com/bytedance/sonic v1.10.2 // indirect
10+
github.com/coreos/go-oidc/v3 v3.6.0
11+
github.com/couchbase/gocb/v2 v2.6.4
12+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
13+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
14+
github.com/gin-gonic/gin v1.9.1
15+
github.com/glebarez/sqlite v1.9.0
16+
github.com/go-playground/validator/v10 v10.15.5 // indirect
17+
github.com/go-sql-driver/mysql v1.7.1 // indirect
18+
github.com/gocql/gocql v1.6.0
1619
github.com/golang-jwt/jwt v3.2.2+incompatible
17-
github.com/golang/protobuf v1.5.2 // indirect
18-
github.com/google/go-cmp v0.5.6 // indirect
19-
github.com/google/uuid v1.3.0
20-
github.com/guregu/dynamo v1.20.0
21-
github.com/joho/godotenv v1.3.0
22-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
24-
github.com/redis/go-redis/v9 v9.0.3
25-
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
26-
github.com/sirupsen/logrus v1.8.1
27-
github.com/stretchr/testify v1.8.0
28-
github.com/twilio/twilio-go v1.7.2
29-
github.com/vektah/gqlparser/v2 v2.5.1
30-
go.mongodb.org/mongo-driver v1.8.1
31-
golang.org/x/crypto v0.4.0
32-
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
33-
google.golang.org/appengine v1.6.7
34-
google.golang.org/protobuf v1.28.1 // indirect
20+
github.com/google/uuid v1.3.1
21+
github.com/guregu/dynamo v1.20.2
22+
github.com/hashicorp/golang-lru v1.0.2 // indirect
23+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
24+
github.com/joho/godotenv v1.5.1
25+
github.com/klauspost/compress v1.17.0 // indirect
26+
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
27+
github.com/montanaflynn/stats v0.7.1 // indirect
28+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
29+
github.com/redis/go-redis/v9 v9.2.1
30+
github.com/robertkrimen/otto v0.2.1
31+
github.com/sirupsen/logrus v1.9.3
32+
github.com/sosodev/duration v1.2.0 // indirect
33+
github.com/stretchr/testify v1.8.4
34+
github.com/twilio/twilio-go v1.14.1
35+
github.com/urfave/cli/v2 v2.25.7 // indirect
36+
github.com/vektah/gqlparser/v2 v2.5.10
37+
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
38+
go.mongodb.org/mongo-driver v1.12.1
39+
golang.org/x/arch v0.5.0 // indirect
40+
golang.org/x/crypto v0.14.0
41+
golang.org/x/oauth2 v0.13.0
42+
golang.org/x/tools v0.14.0 // indirect
43+
google.golang.org/appengine v1.6.8
3544
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
3645
gopkg.in/mail.v2 v2.3.1
3746
gopkg.in/square/go-jose.v2 v2.6.0
38-
gorm.io/driver/mysql v1.4.3
39-
gorm.io/driver/postgres v1.4.7
40-
gorm.io/driver/sqlserver v1.4.1
41-
gorm.io/gorm v1.24.2
47+
gorm.io/driver/mysql v1.5.2
48+
gorm.io/driver/postgres v1.5.3
49+
gorm.io/driver/sqlserver v1.5.2
50+
gorm.io/gorm v1.25.5
51+
modernc.org/memory v1.7.2 // indirect
52+
modernc.org/sqlite v1.26.0 // indirect
4253
)

0 commit comments

Comments
 (0)