Skip to content

Commit 856e98e

Browse files
committed
Upgrade dependencies
1 parent 6ea310d commit 856e98e

File tree

2 files changed

+356
-71
lines changed

2 files changed

+356
-71
lines changed

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ module github.com/partyoffice/spotifete
33
go 1.17
44

55
require (
6-
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3 // indirect
7-
github.com/containerd/containerd v1.5.0-beta.1 // indirect
86
github.com/fsnotify/fsnotify v1.5.1 // indirect
97
github.com/getsentry/sentry-go v0.11.0
108
github.com/gin-contrib/cors v1.3.1
119
github.com/gin-gonic/gin v1.7.4
1210
github.com/go-playground/validator/v10 v10.9.0 // indirect
13-
github.com/golang-migrate/migrate/v4 v4.14.1
11+
github.com/golang-migrate/migrate/v4 v4.15.1
1412
github.com/google/logger v1.1.1
1513
github.com/hashicorp/errwrap v1.1.0 // indirect
1614
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -27,17 +25,17 @@ require (
2725
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2826
github.com/spf13/viper v1.9.0
2927
github.com/zmb3/spotify v1.3.0
30-
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
31-
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
32-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
33-
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
28+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
29+
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
30+
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
31+
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
3432
golang.org/x/text v0.3.7 // indirect
3533
google.golang.org/appengine v1.6.7 // indirect
3634
google.golang.org/protobuf v1.27.1 // indirect
3735
gopkg.in/ini.v1 v1.63.2 // indirect
3836
gopkg.in/yaml.v2 v2.4.0 // indirect
39-
gorm.io/driver/postgres v1.1.1
40-
gorm.io/gorm v1.21.15
37+
gorm.io/driver/postgres v1.2.1
38+
gorm.io/gorm v1.22.2
4139
)
4240

4341
require (
@@ -62,4 +60,5 @@ require (
6260
github.com/spf13/pflag v1.0.5 // indirect
6361
github.com/subosito/gotenv v1.2.0 // indirect
6462
github.com/ugorji/go/codec v1.2.6 // indirect
63+
go.uber.org/atomic v1.9.0 // indirect
6564
)

0 commit comments

Comments
 (0)