Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 98503bc

Browse files
committed
fix transactions in new gorm
1 parent 8aa47d3 commit 98503bc

File tree

3 files changed

+59
-83
lines changed

3 files changed

+59
-83
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ require (
2222
github.com/gavv/httpexpect v0.0.0-20170820080527-c44a6d7bb636
2323
github.com/gavv/monotime v0.0.0-20190629144257-30dba4353424 // indirect
2424
github.com/getsentry/raven-go v0.2.0
25-
github.com/go-ini/ini v1.42.0 // indirect
2625
github.com/go-kit/kit v0.9.0
2726
github.com/golang/mock v1.3.1
2827
github.com/golangci/golangci-lint v1.17.1
@@ -43,6 +42,7 @@ require (
4342
github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
4443
github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
4544
github.com/moul/http2curl v1.0.0 // indirect
45+
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
4646
github.com/pkg/errors v0.8.1
4747
github.com/rs/cors v1.6.0
4848
github.com/satori/go.uuid v1.2.0
@@ -52,7 +52,6 @@ require (
5252
github.com/sirupsen/logrus v1.4.2
5353
github.com/smartystreets/goconvey v0.0.0-20190630083245-68dc04aab96a // indirect
5454
github.com/spf13/viper v1.4.0
55-
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
5655
github.com/stretchr/testify v1.3.0
5756
github.com/stvp/rollbar v0.5.1
5857
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect
@@ -67,7 +66,6 @@ require (
6766
golang.org/x/oauth2 v0.0.0-20190630083822-0f29369cfe45
6867
golang.org/x/tools v0.0.0-20190630095024-fb37f6ba8261
6968
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
70-
gopkg.in/ini.v1 v1.42.0 // indirect
7169
gopkg.in/redsync.v1 v1.0.1
7270
gopkg.in/yaml.v2 v2.2.2
7371
)

0 commit comments

Comments
 (0)