Skip to content

Commit

Permalink
Merge pull request #60 from osspkg/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
markus621 authored Nov 14, 2023
2 parents 0e09607 + ae2d975 commit 79ce24d
Show file tree
Hide file tree
Showing 21 changed files with 49 additions and 29 deletions.
2 changes: 1 addition & 1 deletion acl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ replace (

require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
)
4 changes: 2 additions & 2 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/syscall v0.1.0
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xlog v0.1.1
go.osspkg.com/goppy/xtest v0.1.1
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/random v0.1.0
go.osspkg.com/goppy/web v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
golang.org/x/oauth2 v0.13.0
)

Expand All @@ -35,7 +35,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
go.osspkg.com/goppy/iosync v0.1.0 // indirect
go.osspkg.com/goppy/xc v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.1 // indirect
go.osspkg.com/goppy/xnet v0.1.0 // indirect
go.osspkg.com/static v1.4.0 // indirect
golang.org/x/net v0.17.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion encryption/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ replace (
require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/random v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
golang.org/x/crypto v0.14.0
)
2 changes: 1 addition & 1 deletion epoll/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/iosync v0.1.0
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xlog v0.1.1
go.osspkg.com/goppy/xnet v0.1.0
golang.org/x/sys v0.13.0
)
Expand Down
4 changes: 2 additions & 2 deletions geoip/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ replace (
require (
github.com/oschwald/geoip2-golang v1.9.0
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/web v0.1.0
go.osspkg.com/goppy/web v0.1.1
)

require (
Expand All @@ -28,7 +28,7 @@ require (
go.osspkg.com/goppy/iosync v0.1.0 // indirect
go.osspkg.com/goppy/ioutil v0.1.0 // indirect
go.osspkg.com/goppy/xc v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.1 // indirect
go.osspkg.com/goppy/xnet v0.1.0 // indirect
go.osspkg.com/static v1.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (
)

require (
go.osspkg.com/goppy/app v0.1.0
go.osspkg.com/goppy/app v0.1.1
go.osspkg.com/goppy/console v0.1.0
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/plugins v0.1.0
Expand All @@ -30,5 +30,5 @@ require (
go.osspkg.com/goppy/iosync v0.1.0 // indirect
go.osspkg.com/goppy/syscall v0.1.0 // indirect
go.osspkg.com/goppy/xc v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.0 // indirect
go.osspkg.com/goppy/xlog v0.1.1 // indirect
)
2 changes: 1 addition & 1 deletion iofile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
2 changes: 1 addition & 1 deletion iosync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.18

replace go.osspkg.com/goppy/xtest => ../xtest

require go.osspkg.com/goppy/xtest v0.1.0
require go.osspkg.com/goppy/xtest v0.1.1
2 changes: 1 addition & 1 deletion orm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replace (

require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/iofile v0.1.0
go.osspkg.com/goppy/iofile v0.1.1
go.osspkg.com/goppy/sqlcommon v0.1.0
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions ormmysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replace (
require (
github.com/go-sql-driver/mysql v1.7.1
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/orm v0.1.0
go.osspkg.com/goppy/orm v0.1.1
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/routine v0.1.0
go.osspkg.com/goppy/sqlcommon v0.1.0
Expand All @@ -29,7 +29,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.1.0 // indirect
go.osspkg.com/goppy/iofile v0.1.1 // indirect
go.osspkg.com/goppy/iosync v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
8 changes: 4 additions & 4 deletions ormpgsql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ replace (
require (
github.com/lib/pq v1.10.9
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/orm v0.1.0
go.osspkg.com/goppy/orm v0.1.1
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/routine v0.1.0
go.osspkg.com/goppy/sqlcommon v0.1.0
go.osspkg.com/goppy/sqlcommon v0.1.1
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xlog v0.1.1
)

require (
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
go.osspkg.com/goppy/iofile v0.1.0 // indirect
go.osspkg.com/goppy/iofile v0.1.1 // indirect
go.osspkg.com/goppy/iosync v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
4 changes: 2 additions & 2 deletions ormsqlite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ replace (
require (
github.com/mattn/go-sqlite3 v1.14.17
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/iofile v0.1.0
go.osspkg.com/goppy/orm v0.1.0
go.osspkg.com/goppy/iofile v0.1.1
go.osspkg.com/goppy/orm v0.1.1
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/routine v0.1.0
go.osspkg.com/goppy/sqlcommon v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion sqlcommon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace (
require (
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions web/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ require (
go.osspkg.com/goppy/ioutil v0.1.0
go.osspkg.com/goppy/plugins v0.1.0
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xlog v0.1.1
go.osspkg.com/goppy/xnet v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
go.osspkg.com/static v1.4.0
)

Expand Down
6 changes: 3 additions & 3 deletions ws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ replace (
require (
github.com/gorilla/websocket v1.5.0
github.com/mailru/easyjson v0.7.7
go.osspkg.com/goppy v0.15.0
go.osspkg.com/goppy v0.15.3
go.osspkg.com/goppy/errors v0.1.0
go.osspkg.com/goppy/iosync v0.1.0
go.osspkg.com/goppy/xc v0.1.0
go.osspkg.com/goppy/xlog v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xlog v0.1.1
go.osspkg.com/goppy/xtest v0.1.1
)

require github.com/josharian/intern v1.0.0 // indirect
2 changes: 1 addition & 1 deletion xlog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (
require (
github.com/mailru/easyjson v0.7.7
go.osspkg.com/goppy/iosync v0.1.0
go.osspkg.com/goppy/xtest v0.1.0
go.osspkg.com/goppy/xtest v0.1.1
)

require github.com/josharian/intern v1.0.0 // indirect
5 changes: 5 additions & 0 deletions xtest/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2022-2023 Mikhail Knyazhev <[email protected]>. All rights reserved.
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
*/

package xtest

import "fmt"
Expand Down
5 changes: 5 additions & 0 deletions xtest/equal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2022-2023 Mikhail Knyazhev <[email protected]>. All rights reserved.
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
*/

package xtest

import (
Expand Down
5 changes: 5 additions & 0 deletions xtest/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2022-2023 Mikhail Knyazhev <[email protected]>. All rights reserved.
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
*/

package xtest

func NoError(t IUnitTest, err error, args ...interface{}) {
Expand Down
5 changes: 5 additions & 0 deletions xtest/nil.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2022-2023 Mikhail Knyazhev <[email protected]>. All rights reserved.
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
*/

package xtest

import (
Expand Down

0 comments on commit 79ce24d

Please sign in to comment.