Skip to content

Commit

Permalink
update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Feb 1, 2024
1 parent 35381dd commit 98da454
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
go.osspkg.com/goppy/console v0.3.0
go.osspkg.com/goppy/env v0.3.0
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/iofile v0.3.0
go.osspkg.com/goppy/iofile v0.3.1
go.osspkg.com/goppy/iosync v0.3.0
go.osspkg.com/goppy/syscall v0.3.0
go.osspkg.com/goppy/xc v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replace (

require (
github.com/mailru/easyjson v0.7.7
go.osspkg.com/goppy/encryption v0.3.0
go.osspkg.com/goppy/encryption v0.3.1
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/ioutil v0.3.0
go.osspkg.com/goppy/plugins v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ replace (
)

require (
go.osspkg.com/goppy/app v0.3.1
go.osspkg.com/goppy/app v0.3.2
go.osspkg.com/goppy/console v0.3.0
go.osspkg.com/goppy/env v0.3.0
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/iofile v0.3.0
go.osspkg.com/goppy/iofile v0.3.1
go.osspkg.com/goppy/plugins v0.3.1
go.osspkg.com/goppy/xlog v0.3.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion orm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (

require (
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/iofile v0.3.0
go.osspkg.com/goppy/iofile v0.3.1
go.osspkg.com/goppy/sqlcommon v0.3.0
go.osspkg.com/goppy/xc v0.3.0
go.osspkg.com/goppy/xlog v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions ormmysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace (
require (
github.com/go-sql-driver/mysql v1.7.1
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/orm v0.3.0
go.osspkg.com/goppy/orm v0.3.1
go.osspkg.com/goppy/plugins v0.3.1
go.osspkg.com/goppy/routine v0.3.0
go.osspkg.com/goppy/sqlcommon v0.3.0
Expand All @@ -30,7 +30,7 @@ require (
require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
go.osspkg.com/goppy/iofile v0.3.0 // indirect
go.osspkg.com/goppy/iofile v0.3.1 // indirect
go.osspkg.com/goppy/iosync v0.3.0 // indirect
go.osspkg.com/goppy/syscall v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions ormpgsql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace (
require (
github.com/lib/pq v1.10.9
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/orm v0.3.0
go.osspkg.com/goppy/orm v0.3.1
go.osspkg.com/goppy/plugins v0.3.1
go.osspkg.com/goppy/routine v0.3.0
go.osspkg.com/goppy/sqlcommon v0.3.0
Expand All @@ -30,7 +30,7 @@ require (
require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
go.osspkg.com/goppy/iofile v0.3.0 // indirect
go.osspkg.com/goppy/iofile v0.3.1 // indirect
go.osspkg.com/goppy/iosync v0.3.0 // indirect
go.osspkg.com/goppy/syscall v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions ormsqlite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ replace (
require (
github.com/mattn/go-sqlite3 v1.14.19
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/iofile v0.3.0
go.osspkg.com/goppy/orm v0.3.0
go.osspkg.com/goppy/iofile v0.3.1
go.osspkg.com/goppy/orm v0.3.1
go.osspkg.com/goppy/plugins v0.3.1
go.osspkg.com/goppy/routine v0.3.0
go.osspkg.com/goppy/sqlcommon v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion search/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (
require (
github.com/blevesearch/bleve/v2 v2.3.10
go.osspkg.com/goppy/errors v0.3.0
go.osspkg.com/goppy/iofile v0.3.0
go.osspkg.com/goppy/iofile v0.3.1
go.osspkg.com/goppy/xtest v0.3.0
)

Expand Down

0 comments on commit 98da454

Please sign in to comment.