Skip to content

Commit

Permalink
feat: remove replaces on submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
9ssi7 committed Jul 20, 2024
1 parent ffb9816 commit 41563a1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 23 deletions.
8 changes: 0 additions & 8 deletions go.work

This file was deleted.

6 changes: 0 additions & 6 deletions go.work.sum

This file was deleted.

4 changes: 1 addition & 3 deletions txngorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/9ssi7/txn/txngorm

go 1.22.0

replace github.com/9ssi7/txn => ../

require (
github.com/9ssi7/txn v0.0.0-00010101000000-000000000000
github.com/9ssi7/txn v0.0.1-beta.7
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/stretchr/testify v1.8.1
gorm.io/driver/postgres v1.5.9
Expand Down
2 changes: 2 additions & 0 deletions txngorm/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/9ssi7/txn v0.0.1-beta.7 h1:l0tw+xfN6cxN1hSokYTVNlvk55HIAX/0eGP2/krtB1Y=
github.com/9ssi7/txn v0.0.1-beta.7/go.mod h1:2c+CkwFU49XlJeNkamRBp0HQhsLDpXt+/kvaPJkgQ10=
github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down
4 changes: 1 addition & 3 deletions txnmongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/9ssi7/txn/txnmongo

go 1.22.0

replace github.com/9ssi7/txn => ../

require (
github.com/9ssi7/txn v0.0.0-00010101000000-000000000000
github.com/9ssi7/txn v0.0.1-beta.7
github.com/stretchr/testify v1.9.0
go.mongodb.org/mongo-driver v1.16.0
)
Expand Down
2 changes: 2 additions & 0 deletions txnmongo/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/9ssi7/txn v0.0.1-beta.7 h1:l0tw+xfN6cxN1hSokYTVNlvk55HIAX/0eGP2/krtB1Y=
github.com/9ssi7/txn v0.0.1-beta.7/go.mod h1:2c+CkwFU49XlJeNkamRBp0HQhsLDpXt+/kvaPJkgQ10=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
Expand Down
4 changes: 1 addition & 3 deletions txnredis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/9ssi7/txn/txnredis

go 1.22.0

replace github.com/9ssi7/txn => ../

require (
github.com/9ssi7/txn v0.0.0-00010101000000-000000000000
github.com/9ssi7/txn v0.0.1-beta.7
github.com/go-redis/redismock/v9 v9.2.0
github.com/redis/go-redis/v9 v9.6.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 4 additions & 0 deletions txnredis/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
github.com/9ssi7/txn v0.0.1-beta.7 h1:l0tw+xfN6cxN1hSokYTVNlvk55HIAX/0eGP2/krtB1Y=
github.com/9ssi7/txn v0.0.1-beta.7/go.mod h1:2c+CkwFU49XlJeNkamRBp0HQhsLDpXt+/kvaPJkgQ10=
github.com/9ssi7/txn v0.0.1-rc h1:4J2SD+4cA7O/1gPP3GSMuovoHmsLUGY4LaJGRKLLbPM=
github.com/9ssi7/txn v0.0.1-rc/go.mod h1:2c+CkwFU49XlJeNkamRBp0HQhsLDpXt+/kvaPJkgQ10=
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
Expand Down

0 comments on commit 41563a1

Please sign in to comment.