diff --git a/.lic.yaml b/.lic.yaml index 54b4a24..ee29af9 100755 --- a/.lic.yaml +++ b/.lic.yaml @@ -1,3 +1,3 @@ -author: "Mikhail Knyazhev " +author: "Mikhail Knyazhev " lic_short: "BSD 3-Clause" lic_file: LICENSE \ No newline at end of file diff --git a/LICENSE b/LICENSE index 66a8106..b04a10e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022-2024, Mikhail Knyazhev +Copyright (c) 2022-2024, Mikhail Knyazhev Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/acl/acl.go b/acl/acl.go index a91cc1c..38f3233 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/acl_test.go b/acl/acl_test.go index 002aca2..332695d 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/cache.go b/acl/cache.go index e0a476c..afd9b8a 100644 --- a/acl/cache.go +++ b/acl/cache.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/go.mod b/acl/go.mod index 39c89fb..6e069eb 100644 --- a/acl/go.mod +++ b/acl/go.mod @@ -9,8 +9,8 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/acl/store_inconfig.go b/acl/store_inconfig.go index 7e70274..b12a0dc 100644 --- a/acl/store_inconfig.go +++ b/acl/store_inconfig.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/store_inconfig_test.go b/acl/store_inconfig_test.go index 061f91d..f91ecbf 100644 --- a/acl/store_inconfig_test.go +++ b/acl/store_inconfig_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/store_inmemory.go b/acl/store_inmemory.go index 0fa8215..2adf5a3 100644 --- a/acl/store_inmemory.go +++ b/acl/store_inmemory.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/store_inmemory_test.go b/acl/store_inmemory_test.go index 66a6ef3..01c1cca 100644 --- a/acl/store_inmemory_test.go +++ b/acl/store_inmemory_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/acl/utils.go b/acl/utils.go index b53b88f..f4466bb 100644 --- a/acl/utils.go +++ b/acl/utils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/application.go b/app/application.go index b69aa8a..545532e 100644 --- a/app/application.go +++ b/app/application.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/application_test.go b/app/application_test.go index adf4c57..6421b43 100644 --- a/app/application_test.go +++ b/app/application_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/config.go b/app/config.go index 0edae6f..abb86a0 100644 --- a/app/config.go +++ b/app/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/container.go b/app/container.go index 4879853..ef12764 100644 --- a/app/container.go +++ b/app/container.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/container_test.go b/app/container_test.go index 66506cc..1cd1319 100644 --- a/app/container_test.go +++ b/app/container_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/errors.go b/app/errors.go index 5663cd4..f7ae9a5 100644 --- a/app/errors.go +++ b/app/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/go.mod b/app/go.mod index 04caca5..0ba8b53 100644 --- a/app/go.mod +++ b/app/go.mod @@ -16,15 +16,15 @@ replace ( require ( go.osspkg.com/algorithms v1.3.1 - go.osspkg.com/goppy/console v0.2.0 - go.osspkg.com/goppy/env v0.2.0 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iofile v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/syscall v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + 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/iosync v0.3.0 + go.osspkg.com/goppy/syscall v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) require ( diff --git a/app/logger.go b/app/logger.go index 5092c01..1e5d229 100644 --- a/app/logger.go +++ b/app/logger.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/modules.go b/app/modules.go index 5eee110..ba5ce8b 100644 --- a/app/modules.go +++ b/app/modules.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/modules_test.go b/app/modules_test.go index 783d8ea..a176024 100644 --- a/app/modules_test.go +++ b/app/modules_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/reflect.go b/app/reflect.go index fdda9bd..a38d3f0 100644 --- a/app/reflect.go +++ b/app/reflect.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/reflect_test.go b/app/reflect_test.go index db11dc5..69b2078 100644 --- a/app/reflect_test.go +++ b/app/reflect_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/services.go b/app/services.go index d09778c..bfbd8f2 100644 --- a/app/services.go +++ b/app/services.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/app/storage.go b/app/storage.go index 02d7849..8d3f3d5 100644 --- a/app/storage.go +++ b/app/storage.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/go.mod b/auth/go.mod index 0487ec7..a84204d 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -18,13 +18,13 @@ replace ( require ( github.com/mailru/easyjson v0.7.7 - go.osspkg.com/goppy/encryption v0.2.0 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/ioutil v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/random v0.2.0 - go.osspkg.com/goppy/web v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/encryption v0.3.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/ioutil v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/random v0.3.0 + go.osspkg.com/goppy/web v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 golang.org/x/oauth2 v0.16.0 ) @@ -33,11 +33,11 @@ require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/josharian/intern v1.0.0 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect - go.osspkg.com/goppy/xc v0.2.0 // indirect - go.osspkg.com/goppy/xlog v0.2.0 // indirect - go.osspkg.com/goppy/xnet v0.2.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect + go.osspkg.com/goppy/xc v0.3.0 // indirect + go.osspkg.com/goppy/xlog v0.3.0 // indirect + go.osspkg.com/goppy/xnet v0.3.0 // indirect go.osspkg.com/static v1.4.0 // indirect golang.org/x/net v0.20.0 // indirect google.golang.org/appengine v1.6.7 // indirect diff --git a/auth/jwt.go b/auth/jwt.go index 68b4927..0d36034 100644 --- a/auth/jwt.go +++ b/auth/jwt.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/jwt/jwt.go b/auth/jwt/jwt.go index 59cc792..b353e8d 100644 --- a/auth/jwt/jwt.go +++ b/auth/jwt/jwt.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/jwt/jwt_test.go b/auth/jwt/jwt_test.go index bb6b149..4eca862 100644 --- a/auth/jwt/jwt_test.go +++ b/auth/jwt/jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/jwt_test.go b/auth/jwt_test.go index 0fb96c8..b0504fe 100644 --- a/auth/jwt_test.go +++ b/auth/jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/middleware.go b/auth/middleware.go index 01e90e4..d719900 100644 --- a/auth/middleware.go +++ b/auth/middleware.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/oauth.go b/auth/oauth.go index 66a8fe1..6914c3d 100644 --- a/auth/oauth.go +++ b/auth/oauth.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/oauth/isp.go b/auth/oauth/isp.go index 09e193f..63bb04f 100644 --- a/auth/oauth/isp.go +++ b/auth/oauth/isp.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/oauth/isp_google.go b/auth/oauth/isp_google.go index a241ba6..a6361e5 100644 --- a/auth/oauth/isp_google.go +++ b/auth/oauth/isp_google.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/oauth/isp_yandex.go b/auth/oauth/isp_yandex.go index c1a2a5f..022c419 100644 --- a/auth/oauth/isp_yandex.go +++ b/auth/oauth/isp_yandex.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/auth/oauth/oauth.go b/auth/oauth/oauth.go index 3cccc09..232fbc9 100644 --- a/auth/oauth/oauth.go +++ b/auth/oauth/oauth.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/args.go b/console/args.go index bdd044f..aa7d30b 100644 --- a/console/args.go +++ b/console/args.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/command.go b/console/command.go index 68eb96c..35910f7 100644 --- a/console/command.go +++ b/console/command.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/console.go b/console/console.go index 35bf6bc..75b5db8 100644 --- a/console/console.go +++ b/console/console.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/flags.go b/console/flags.go index a26dcf3..767bdfa 100644 --- a/console/flags.go +++ b/console/flags.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/go.mod b/console/go.mod index 56fe87b..8b14aef 100644 --- a/console/go.mod +++ b/console/go.mod @@ -7,6 +7,6 @@ replace ( go.osspkg.com/goppy/syscall => ../syscall ) -require go.osspkg.com/goppy/errors v0.2.0 +require go.osspkg.com/goppy/errors v0.3.0 -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/console/help.go b/console/help.go index 15fbbcb..8c84779 100644 --- a/console/help.go +++ b/console/help.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/console/io.go b/console/io.go index f8184c7..90b1f12 100644 --- a/console/io.go +++ b/console/io.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/domain/domain.go b/domain/domain.go index d993ef6..2c7ac07 100644 --- a/domain/domain.go +++ b/domain/domain.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/domain/domain_test.go b/domain/domain_test.go index 4d8ac1a..a5233af 100644 --- a/domain/domain_test.go +++ b/domain/domain_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/aesgcm/aesgcm.go b/encryption/aesgcm/aesgcm.go index f6a15d3..116db9f 100644 --- a/encryption/aesgcm/aesgcm.go +++ b/encryption/aesgcm/aesgcm.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/aesgcm/aesgcm_test.go b/encryption/aesgcm/aesgcm_test.go index 8918dcb..68246ba 100644 --- a/encryption/aesgcm/aesgcm_test.go +++ b/encryption/aesgcm/aesgcm_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/go.mod b/encryption/go.mod index 2135d4b..9ae6dc8 100644 --- a/encryption/go.mod +++ b/encryption/go.mod @@ -10,10 +10,10 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/random v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/random v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 golang.org/x/crypto v0.18.0 ) -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/encryption/hash/hash.go b/encryption/hash/hash.go index c14ff4e..95de6ae 100644 --- a/encryption/hash/hash.go +++ b/encryption/hash/hash.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/pgp/pgp.go b/encryption/pgp/pgp.go index b508b72..da6a15a 100644 --- a/encryption/pgp/pgp.go +++ b/encryption/pgp/pgp.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/pgp/pgp_test.go b/encryption/pgp/pgp_test.go index 894894f..ad64523 100644 --- a/encryption/pgp/pgp_test.go +++ b/encryption/pgp/pgp_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/x509/x509.go b/encryption/x509/x509.go index c46f182..d2addf7 100644 --- a/encryption/x509/x509.go +++ b/encryption/x509/x509.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/encryption/x509/x509_test.go b/encryption/x509/x509_test.go index bd905f6..59ce593 100644 --- a/encryption/x509/x509_test.go +++ b/encryption/x509/x509_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/env/common.go b/env/common.go index 72b8c40..05fdbdd 100644 --- a/env/common.go +++ b/env/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/env/env.go b/env/env.go index 61a1669..d342ff9 100644 --- a/env/env.go +++ b/env/env.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/epoll/common.go b/epoll/common.go index 28bb80b..fba946d 100644 --- a/epoll/common.go +++ b/epoll/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/epoll/epoll.go b/epoll/epoll.go index 5ad4871..64b3d63 100644 --- a/epoll/epoll.go +++ b/epoll/epoll.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/epoll/epoll_connect.go b/epoll/epoll_connect.go index dee6ea9..0bb69df 100644 --- a/epoll/epoll_connect.go +++ b/epoll/epoll_connect.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/epoll/epoll_net.go b/epoll/epoll_net.go index 17576f0..812c569 100644 --- a/epoll/epoll_net.go +++ b/epoll/epoll_net.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/epoll/go.mod b/epoll/go.mod index 39623f4..e35112f 100644 --- a/epoll/go.mod +++ b/epoll/go.mod @@ -13,16 +13,16 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 golang.org/x/sys v0.16.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/epoll/server.go b/epoll/server.go index 4eb5a08..0bc8daf 100644 --- a/epoll/server.go +++ b/epoll/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/errors/errors.go b/errors/errors.go index 5adc8b6..2ebb141 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/errors/errors_test.go b/errors/errors_test.go index 66ebc0c..5c794ba 100644 --- a/errors/errors_test.go +++ b/errors/errors_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/errors/go.mod b/errors/go.mod index 65bb81a..2d994fb 100644 --- a/errors/go.mod +++ b/errors/go.mod @@ -4,4 +4,4 @@ go 1.20 replace go.osspkg.com/goppy/syscall => ../syscall -require go.osspkg.com/goppy/syscall v0.2.0 +require go.osspkg.com/goppy/syscall v0.3.0 diff --git a/examples/goppy/basic/main.go b/examples/goppy/basic/main.go index 309e81b..b716950 100644 --- a/examples/goppy/basic/main.go +++ b/examples/goppy/basic/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/database/main.go b/examples/goppy/database/main.go index 1f308c8..8705f7c 100644 --- a/examples/goppy/database/main.go +++ b/examples/goppy/database/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/demo-unix/main.go b/examples/goppy/demo-unix/main.go index 1afb776..8792916 100644 --- a/examples/goppy/demo-unix/main.go +++ b/examples/goppy/demo-unix/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/demo-ws-cli/main.go b/examples/goppy/demo-ws-cli/main.go index 5c3fe49..054783b 100644 --- a/examples/goppy/demo-ws-cli/main.go +++ b/examples/goppy/demo-ws-cli/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/demo-ws/main.go b/examples/goppy/demo-ws/main.go index 118138c..c0f151a 100644 --- a/examples/goppy/demo-ws/main.go +++ b/examples/goppy/demo-ws/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/dns-server/main.go b/examples/goppy/dns-server/main.go index 759cfd7..9e20994 100644 --- a/examples/goppy/dns-server/main.go +++ b/examples/goppy/dns-server/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/geoip/main.go b/examples/goppy/geoip/main.go index dd56e70..d8c3fba 100644 --- a/examples/goppy/geoip/main.go +++ b/examples/goppy/geoip/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/migrate-mysql/main.go b/examples/goppy/migrate-mysql/main.go index 42b97c6..98597ef 100644 --- a/examples/goppy/migrate-mysql/main.go +++ b/examples/goppy/migrate-mysql/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/migrate-pgsql/main.go b/examples/goppy/migrate-pgsql/main.go index 271b27f..4f4793d 100644 --- a/examples/goppy/migrate-pgsql/main.go +++ b/examples/goppy/migrate-pgsql/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/migrate-sqlite/main.go b/examples/goppy/migrate-sqlite/main.go index 6692ae2..790e7e5 100644 --- a/examples/goppy/migrate-sqlite/main.go +++ b/examples/goppy/migrate-sqlite/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/oauth/main.go b/examples/goppy/oauth/main.go index 7e15f04..bfacb9e 100644 --- a/examples/goppy/oauth/main.go +++ b/examples/goppy/oauth/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/goppy/tcp-server/main.go b/examples/goppy/tcp-server/main.go index 988c4df..515d837 100644 --- a/examples/goppy/tcp-server/main.go +++ b/examples/goppy/tcp-server/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/app1/main.go b/examples/x/app1/main.go index 3689b23..ba75f93 100644 --- a/examples/x/app1/main.go +++ b/examples/x/app1/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/app2/main.go b/examples/x/app2/main.go index 610e06c..5547525 100644 --- a/examples/x/app2/main.go +++ b/examples/x/app2/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/cli-app1/main.go b/examples/x/cli-app1/main.go index 913f98b..f7b31c6 100644 --- a/examples/x/cli-app1/main.go +++ b/examples/x/cli-app1/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/cli-app2/main.go b/examples/x/cli-app2/main.go index 0acf904..023e52c 100644 --- a/examples/x/cli-app2/main.go +++ b/examples/x/cli-app2/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/cli-app3/main.go b/examples/x/cli-app3/main.go index c52d8cd..99fb6d8 100644 --- a/examples/x/cli-app3/main.go +++ b/examples/x/cli-app3/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/oauth1/main.go b/examples/x/oauth1/main.go index 32f66f1..e1834ec 100644 --- a/examples/x/oauth1/main.go +++ b/examples/x/oauth1/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/tcp-client/main.go b/examples/x/tcp-client/main.go index ad9a448..58cf198 100644 --- a/examples/x/tcp-client/main.go +++ b/examples/x/tcp-client/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/udp-client/main.go b/examples/x/udp-client/main.go index 3e8df0c..8c4f84c 100644 --- a/examples/x/udp-client/main.go +++ b/examples/x/udp-client/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/udp-server/main.go b/examples/x/udp-server/main.go index b592dc1..b8d55c2 100644 --- a/examples/x/udp-server/main.go +++ b/examples/x/udp-server/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/examples/x/ws-cli-observable/main.go b/examples/x/ws-cli-observable/main.go index b65cba7..43847b9 100644 --- a/examples/x/ws-cli-observable/main.go +++ b/examples/x/ws-cli-observable/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/geoip/go.mod b/geoip/go.mod index 7043677..6c948db 100644 --- a/geoip/go.mod +++ b/geoip/go.mod @@ -17,21 +17,21 @@ replace ( require ( github.com/oschwald/geoip2-golang v1.9.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/web v0.2.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/web v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/oschwald/maxminddb-golang v1.11.0 // indirect - go.osspkg.com/goppy/errors v0.2.0 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/ioutil v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect - go.osspkg.com/goppy/xc v0.2.0 // indirect - go.osspkg.com/goppy/xlog v0.2.0 // indirect - go.osspkg.com/goppy/xnet v0.2.0 // indirect + go.osspkg.com/goppy/errors v0.3.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/ioutil v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect + go.osspkg.com/goppy/xc v0.3.0 // indirect + go.osspkg.com/goppy/xlog v0.3.0 // indirect + go.osspkg.com/goppy/xnet v0.3.0 // indirect go.osspkg.com/static v1.4.0 // indirect golang.org/x/sys v0.16.0 // indirect ) diff --git a/geoip/maxmind.go b/geoip/maxmind.go index 15069cc..8127e85 100644 --- a/geoip/maxmind.go +++ b/geoip/maxmind.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/geoip/middleware.go b/geoip/middleware.go index 1a99bf2..634725c 100644 --- a/geoip/middleware.go +++ b/geoip/middleware.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/go.mod b/go.mod index 7cd9cdf..4beb9cd 100644 --- a/go.mod +++ b/go.mod @@ -17,13 +17,13 @@ replace ( ) require ( - go.osspkg.com/goppy/app v0.2.0 - go.osspkg.com/goppy/console v0.2.0 - go.osspkg.com/goppy/env v0.2.0 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iofile v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + go.osspkg.com/goppy/app v0.3.0 + 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/plugins v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -31,7 +31,7 @@ require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect go.osspkg.com/algorithms v1.3.1 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect - go.osspkg.com/goppy/xc v0.2.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect + go.osspkg.com/goppy/xc v0.3.0 // indirect ) diff --git a/goppy.go b/goppy.go index 9fcd8dd..1498298 100644 --- a/goppy.go +++ b/goppy.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/graphics/go.mod b/graphics/go.mod index 6e5418c..785d53f 100644 --- a/graphics/go.mod +++ b/graphics/go.mod @@ -8,8 +8,8 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 golang.org/x/image v0.15.0 ) -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/graphics/images.go b/graphics/images.go index 598eae0..5152045 100644 --- a/graphics/images.go +++ b/graphics/images.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iofile/encdec.go b/iofile/encdec.go index 469af26..422b850 100644 --- a/iofile/encdec.go +++ b/iofile/encdec.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iofile/encdec_test.go b/iofile/encdec_test.go index 278ba38..6c8dc3c 100644 --- a/iofile/encdec_test.go +++ b/iofile/encdec_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iofile/files.go b/iofile/files.go index 9846d47..c2b3a60 100644 --- a/iofile/files.go +++ b/iofile/files.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iofile/go.mod b/iofile/go.mod index 716f82f..1fc401b 100644 --- a/iofile/go.mod +++ b/iofile/go.mod @@ -10,15 +10,15 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/kr/pretty v0.3.1 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) diff --git a/iofile/hash.go b/iofile/hash.go index e6c47bc..337d737 100644 --- a/iofile/hash.go +++ b/iofile/hash.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iosync/go.mod b/iosync/go.mod index d5fd2b0..3914529 100644 --- a/iosync/go.mod +++ b/iosync/go.mod @@ -4,4 +4,4 @@ go 1.20 replace go.osspkg.com/goppy/xtest => ../xtest -require go.osspkg.com/goppy/xtest v0.2.0 +require go.osspkg.com/goppy/xtest v0.3.0 diff --git a/iosync/group.go b/iosync/group.go index ad85965..e303ef0 100644 --- a/iosync/group.go +++ b/iosync/group.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iosync/locker.go b/iosync/locker.go index 66af915..a04f368 100644 --- a/iosync/locker.go +++ b/iosync/locker.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iosync/switcher.go b/iosync/switcher.go index a894412..3c3e6e3 100644 --- a/iosync/switcher.go +++ b/iosync/switcher.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/iosync/switcher_test.go b/iosync/switcher_test.go index ef89f9c..ca8af1d 100644 --- a/iosync/switcher_test.go +++ b/iosync/switcher_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ioutil/ascii.go b/ioutil/ascii.go index e14228b..16fccdd 100644 --- a/ioutil/ascii.go +++ b/ioutil/ascii.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ioutil/go.mod b/ioutil/go.mod index 2a0c014..b4c94df 100644 --- a/ioutil/go.mod +++ b/ioutil/go.mod @@ -7,6 +7,6 @@ replace ( go.osspkg.com/goppy/syscall => ../syscall ) -require go.osspkg.com/goppy/errors v0.2.0 +require go.osspkg.com/goppy/errors v0.3.0 -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/ioutil/ioutils.go b/ioutil/ioutils.go index d8ca61e..433769c 100644 --- a/ioutil/ioutils.go +++ b/ioutil/ioutils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ioutil/ioutils_test.go b/ioutil/ioutils_test.go index 1db1787..2b99491 100644 --- a/ioutil/ioutils_test.go +++ b/ioutil/ioutils_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/common.go b/metrics/common.go index 30047a5..d05eabc 100644 --- a/metrics/common.go +++ b/metrics/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/config.go b/metrics/config.go index 8bb04d3..ce6d46a 100644 --- a/metrics/config.go +++ b/metrics/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/go.mod b/metrics/go.mod index 2d62f72..d4d6512 100644 --- a/metrics/go.mod +++ b/metrics/go.mod @@ -19,14 +19,14 @@ replace ( require ( github.com/prometheus/client_golang v1.18.0 github.com/prometheus/client_model v0.5.0 - go.osspkg.com/goppy/env v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/syscall v0.2.0 - go.osspkg.com/goppy/web v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/env v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/syscall v0.3.0 + go.osspkg.com/goppy/web v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 google.golang.org/protobuf v1.32.0 ) @@ -38,9 +38,9 @@ require ( github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/prometheus/common v0.45.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect - go.osspkg.com/goppy/errors v0.2.0 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/ioutil v0.2.0 // indirect + go.osspkg.com/goppy/errors v0.3.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/ioutil v0.3.0 // indirect go.osspkg.com/static v1.4.0 // indirect golang.org/x/sys v0.16.0 // indirect ) diff --git a/metrics/plugin_metrics.go b/metrics/plugin_metrics.go index bd56f19..ce842ac 100644 --- a/metrics/plugin_metrics.go +++ b/metrics/plugin_metrics.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/prometheus.go b/metrics/prometheus.go index 529498a..0eefd0f 100644 --- a/metrics/prometheus.go +++ b/metrics/prometheus.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/prometheus_app_info.go b/metrics/prometheus_app_info.go index 2e69a4a..5b6f808 100644 --- a/metrics/prometheus_app_info.go +++ b/metrics/prometheus_app_info.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/prometheus_metrics.go b/metrics/prometheus_metrics.go index 2b0689b..0d53111 100644 --- a/metrics/prometheus_metrics.go +++ b/metrics/prometheus_metrics.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/server.go b/metrics/server.go index f04e2d5..4e55917 100644 --- a/metrics/server.go +++ b/metrics/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/metrics/server_test.go b/metrics/server_test.go index 36340f2..bf73a98 100644 --- a/metrics/server_test.go +++ b/metrics/server_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/db.go b/orm/db.go index a22f068..e306483 100644 --- a/orm/db.go +++ b/orm/db.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/go.mod b/orm/go.mod index c52027e..4e3ef60 100644 --- a/orm/go.mod +++ b/orm/go.mod @@ -14,18 +14,18 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iofile v0.2.0 - go.osspkg.com/goppy/sqlcommon v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iofile v0.3.0 + go.osspkg.com/goppy/sqlcommon v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // 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 ) diff --git a/orm/migrate.go b/orm/migrate.go index 92a633f..f5aff09 100644 --- a/orm/migrate.go +++ b/orm/migrate.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/stmt.go b/orm/stmt.go index 73dfb7d..4d1e91b 100644 --- a/orm/stmt.go +++ b/orm/stmt.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/stmt_exec.go b/orm/stmt_exec.go index 18dfcbd..a712f8a 100644 --- a/orm/stmt_exec.go +++ b/orm/stmt_exec.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/stmt_query.go b/orm/stmt_query.go index 980ed07..1eb57fc 100644 --- a/orm/stmt_query.go +++ b/orm/stmt_query.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/stmt_raw.go b/orm/stmt_raw.go index 9607ba7..1149388 100644 --- a/orm/stmt_raw.go +++ b/orm/stmt_raw.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/orm/stmt_tx.go b/orm/stmt_tx.go index f76e15c..c02a43f 100644 --- a/orm/stmt_tx.go +++ b/orm/stmt_tx.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormmysql/go.mod b/ormmysql/go.mod index 38ed867..532349f 100644 --- a/ormmysql/go.mod +++ b/ormmysql/go.mod @@ -18,20 +18,20 @@ replace ( require ( github.com/go-sql-driver/mysql v1.7.1 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/orm v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/routine v0.2.0 - go.osspkg.com/goppy/sqlcommon v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/orm v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/routine v0.3.0 + go.osspkg.com/goppy/sqlcommon v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/iofile v0.2.0 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/iofile v0.3.0 // 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 ) diff --git a/ormmysql/mysql.go b/ormmysql/mysql.go index 091a6cb..36a6860 100644 --- a/ormmysql/mysql.go +++ b/ormmysql/mysql.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormmysql/plugin_mysql.go b/ormmysql/plugin_mysql.go index d88ae8d..28f0c3b 100644 --- a/ormmysql/plugin_mysql.go +++ b/ormmysql/plugin_mysql.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormpgsql/go.mod b/ormpgsql/go.mod index 1532307..853893b 100644 --- a/ormpgsql/go.mod +++ b/ormpgsql/go.mod @@ -18,20 +18,20 @@ replace ( require ( github.com/lib/pq v1.10.9 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/orm v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/routine v0.2.0 - go.osspkg.com/goppy/sqlcommon v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/orm v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/routine v0.3.0 + go.osspkg.com/goppy/sqlcommon v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/iofile v0.2.0 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/iofile v0.3.0 // 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 ) diff --git a/ormpgsql/plugin_pgsql.go b/ormpgsql/plugin_pgsql.go index 031446a..ab9c3b5 100644 --- a/ormpgsql/plugin_pgsql.go +++ b/ormpgsql/plugin_pgsql.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormpgsql/postgresql.go b/ormpgsql/postgresql.go index 794bee9..8b618ee 100644 --- a/ormpgsql/postgresql.go +++ b/ormpgsql/postgresql.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormsqlite/go.mod b/ormsqlite/go.mod index 72a5e13..97a94ec 100644 --- a/ormsqlite/go.mod +++ b/ormsqlite/go.mod @@ -18,20 +18,20 @@ replace ( require ( github.com/mattn/go-sqlite3 v1.14.19 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iofile v0.2.0 - go.osspkg.com/goppy/orm v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/routine v0.2.0 - go.osspkg.com/goppy/sqlcommon v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + 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/plugins v0.3.0 + go.osspkg.com/goppy/routine v0.3.0 + go.osspkg.com/goppy/sqlcommon v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // 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 ) diff --git a/ormsqlite/plugin_sqlite.go b/ormsqlite/plugin_sqlite.go index 7c7829e..4d153d4 100644 --- a/ormsqlite/plugin_sqlite.go +++ b/ormsqlite/plugin_sqlite.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ormsqlite/sqlite.go b/ormsqlite/sqlite.go index 92900ae..70ba376 100644 --- a/ormsqlite/sqlite.go +++ b/ormsqlite/sqlite.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/plugins/plugins.go b/plugins/plugins.go index b9e9a43..3472bc2 100644 --- a/plugins/plugins.go +++ b/plugins/plugins.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/random/random.go b/random/random.go index e93b75a..5db3b56 100644 --- a/random/random.go +++ b/random/random.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/random/random_test.go b/random/random_test.go index 808aefa..a583f59 100644 --- a/random/random_test.go +++ b/random/random_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/routine/go.mod b/routine/go.mod index 48b2670..05f6b07 100644 --- a/routine/go.mod +++ b/routine/go.mod @@ -10,8 +10,8 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 ) -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/routine/routine.go b/routine/routine.go index 9ee87b4..e4d0292 100644 --- a/routine/routine.go +++ b/routine/routine.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/routine/routine_test.go b/routine/routine_test.go index ef84f79..c3d4003 100644 --- a/routine/routine_test.go +++ b/routine/routine_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/search/config.go b/search/config.go index ff982b0..c6da145 100644 --- a/search/config.go +++ b/search/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/search/go.mod b/search/go.mod index 833f656..3adb362 100644 --- a/search/go.mod +++ b/search/go.mod @@ -12,9 +12,9 @@ replace ( require ( github.com/blevesearch/bleve/v2 v2.3.10 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iofile v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iofile v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) require ( @@ -46,8 +46,8 @@ require ( github.com/mschoch/smat v0.2.0 // indirect github.com/stretchr/testify v1.8.4 // indirect go.etcd.io/bbolt v1.3.7 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect golang.org/x/sys v0.16.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/protobuf v1.32.0 // indirect diff --git a/search/search.go b/search/search.go index 47a45dd..8c2428c 100644 --- a/search/search.go +++ b/search/search.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/search/search_test.go b/search/search_test.go index cf7a45c..a82a85f 100644 --- a/search/search_test.go +++ b/search/search_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/search/utils.go b/search/utils.go index 2ff9c8f..b953dcd 100644 --- a/search/utils.go +++ b/search/utils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/search/utils_test.go b/search/utils_test.go index 43d609b..5a97900 100644 --- a/search/utils_test.go +++ b/search/utils_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/shell/go.mod b/shell/go.mod index 41b60d2..a9af57a 100644 --- a/shell/go.mod +++ b/shell/go.mod @@ -7,6 +7,6 @@ replace ( go.osspkg.com/goppy/syscall => ../syscall ) -require go.osspkg.com/goppy/errors v0.2.0 +require go.osspkg.com/goppy/errors v0.3.0 -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/shell/shell.go b/shell/shell.go index aaea6b0..5b76d8e 100644 --- a/shell/shell.go +++ b/shell/shell.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/shell/shell_test.go b/shell/shell_test.go index 3ff03df..a218387 100644 --- a/shell/shell_test.go +++ b/shell/shell_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sip/headers/common.go b/sip/headers/common.go index 8962554..f237377 100644 --- a/sip/headers/common.go +++ b/sip/headers/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sip/headers/header.go b/sip/headers/header.go index 44253e8..7d96cc3 100644 --- a/sip/headers/header.go +++ b/sip/headers/header.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sip/headers/validator.go b/sip/headers/validator.go index 97e247e..c653730 100644 --- a/sip/headers/validator.go +++ b/sip/headers/validator.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sip/method/common.go b/sip/method/common.go index 0c29b43..31b6c38 100644 --- a/sip/method/common.go +++ b/sip/method/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sip/status/common.go b/sip/status/common.go index 95a97e4..8aefb52 100644 --- a/sip/status/common.go +++ b/sip/status/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/common.go b/sqlcommon/common.go index c3fd3db..2ed0e6e 100644 --- a/sqlcommon/common.go +++ b/sqlcommon/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/devnull.go b/sqlcommon/devnull.go index 102fb0d..ca7beaf 100644 --- a/sqlcommon/devnull.go +++ b/sqlcommon/devnull.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/go.mod b/sqlcommon/go.mod index 676efd0..a4589ed 100644 --- a/sqlcommon/go.mod +++ b/sqlcommon/go.mod @@ -11,14 +11,14 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/iosync v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/iosync v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/sqlcommon/logger.go b/sqlcommon/logger.go index c481cff..68d50f0 100644 --- a/sqlcommon/logger.go +++ b/sqlcommon/logger.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/metric.go b/sqlcommon/metric.go index 3208401..fdf3ae9 100644 --- a/sqlcommon/metric.go +++ b/sqlcommon/metric.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/metric_test.go b/sqlcommon/metric_test.go index 305ebae..879c95d 100644 --- a/sqlcommon/metric_test.go +++ b/sqlcommon/metric_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/stdout.go b/sqlcommon/stdout.go index 0039447..edf13c8 100644 --- a/sqlcommon/stdout.go +++ b/sqlcommon/stdout.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/sqlcommon/stdout_test.go b/sqlcommon/stdout_test.go index 45095f5..159f650 100644 --- a/sqlcommon/stdout_test.go +++ b/sqlcommon/stdout_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/syscall/system.go b/syscall/system.go index d9fcbd7..837719a 100644 --- a/syscall/system.go +++ b/syscall/system.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/syscall/trace.go b/syscall/trace.go index e052efe..d7e7bfd 100644 --- a/syscall/trace.go +++ b/syscall/trace.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/client.go b/tcp/client.go index 1e9c95d..cce588c 100644 --- a/tcp/client.go +++ b/tcp/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/config.go b/tcp/config.go index 268a8f1..8888c03 100644 --- a/tcp/config.go +++ b/tcp/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/connect.go b/tcp/connect.go index 323bb58..966c8df 100644 --- a/tcp/connect.go +++ b/tcp/connect.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/errors.go b/tcp/errors.go index 9b7b31b..9715e5d 100644 --- a/tcp/errors.go +++ b/tcp/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/go.mod b/tcp/go.mod index 6f89e86..a363baa 100644 --- a/tcp/go.mod +++ b/tcp/go.mod @@ -15,18 +15,18 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/ioutil v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/random v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/ioutil v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/random v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/tcp/listener.go b/tcp/listener.go index 969663f..dbaff80 100644 --- a/tcp/listener.go +++ b/tcp/listener.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/plugin_server.go b/tcp/plugin_server.go index d2a231a..2fbee88 100644 --- a/tcp/plugin_server.go +++ b/tcp/plugin_server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/tcp/server.go b/tcp/server.go index 22ffea8..b4c5d01 100644 --- a/tcp/server.go +++ b/tcp/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/client/client.go b/udp/client/client.go index 566d5e2..1719b7d 100644 --- a/udp/client/client.go +++ b/udp/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/client/common.go b/udp/client/common.go index 4763a91..e8fef0e 100644 --- a/udp/client/common.go +++ b/udp/client/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/client/nil_handler.go b/udp/client/nil_handler.go index c4f419c..7ea95c7 100644 --- a/udp/client/nil_handler.go +++ b/udp/client/nil_handler.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/go.mod b/udp/go.mod index 326057b..e07bcc2 100644 --- a/udp/go.mod +++ b/udp/go.mod @@ -13,15 +13,15 @@ replace ( ) require ( - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/errors v0.2.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/errors v0.3.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/udp/server/bytepool.go b/udp/server/bytepool.go index a2961db..a4e5fad 100644 --- a/udp/server/bytepool.go +++ b/udp/server/bytepool.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/server/common.go b/udp/server/common.go index f4757c3..5437342 100644 --- a/udp/server/common.go +++ b/udp/server/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/server/log_handler.go b/udp/server/log_handler.go index 2f4d7df..79390d8 100644 --- a/udp/server/log_handler.go +++ b/udp/server/log_handler.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/udp/server/server.go b/udp/server/server.go index 77388eb..d0480db 100644 --- a/udp/server/server.go +++ b/udp/server/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/unixsocket/client/client.go b/unixsocket/client/client.go index fe5d145..7c0c390 100644 --- a/unixsocket/client/client.go +++ b/unixsocket/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/unixsocket/go.mod b/unixsocket/go.mod index f949cbc..e8a6273 100644 --- a/unixsocket/go.mod +++ b/unixsocket/go.mod @@ -14,16 +14,16 @@ replace ( ) require ( - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/ioutil v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/ioutil v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/unixsocket/internal/common.go b/unixsocket/internal/common.go index 99687a9..8b1a877 100644 --- a/unixsocket/internal/common.go +++ b/unixsocket/internal/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/unixsocket/plugin_client.go b/unixsocket/plugin_client.go index c0d03b2..2dd9428 100644 --- a/unixsocket/plugin_client.go +++ b/unixsocket/plugin_client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/unixsocket/plugin_server.go b/unixsocket/plugin_server.go index b29b2fb..6ff69bb 100644 --- a/unixsocket/plugin_server.go +++ b/unixsocket/plugin_server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/unixsocket/server/server.go b/unixsocket/server/server.go index 3adfb7b..3f305d4 100644 --- a/unixsocket/server/server.go +++ b/unixsocket/server/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/version/ver.go b/version/ver.go index da996db..216f2ea 100644 --- a/version/ver.go +++ b/version/ver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/version/ver_test.go b/version/ver_test.go index f008339..2f4ecec 100644 --- a/version/ver_test.go +++ b/version/ver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/client.go b/web/client.go index 9593b03..beb6dcf 100644 --- a/web/client.go +++ b/web/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/client_test.go b/web/client_test.go index b77c7bd..8536a35 100644 --- a/web/client_test.go +++ b/web/client_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/codec.go b/web/codec.go index 2095be1..8d3075e 100644 --- a/web/codec.go +++ b/web/codec.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/common.go b/web/common.go index cad7f9e..a073a1f 100644 --- a/web/common.go +++ b/web/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/common_test.go b/web/common_test.go index fb2518b..c997e49 100644 --- a/web/common_test.go +++ b/web/common_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/go.mod b/web/go.mod index 15ace5a..5e813a3 100644 --- a/web/go.mod +++ b/web/go.mod @@ -16,18 +16,18 @@ replace ( require ( github.com/mailru/easyjson v0.7.7 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/ioutil v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/ioutil v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 go.osspkg.com/static v1.4.0 ) require ( github.com/josharian/intern v1.0.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect ) diff --git a/web/plugin_http_client.go b/web/plugin_http_client.go index fca0d78..8ad02fb 100644 --- a/web/plugin_http_client.go +++ b/web/plugin_http_client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/plugin_http_server.go b/web/plugin_http_server.go index 440329c..b8f231d 100644 --- a/web/plugin_http_server.go +++ b/web/plugin_http_server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/plugin_http_server_context.go b/web/plugin_http_server_context.go index 1bf0c7e..4413c83 100644 --- a/web/plugin_http_server_context.go +++ b/web/plugin_http_server_context.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/plugin_http_server_router.go b/web/plugin_http_server_router.go index a9524ed..912a7cf 100644 --- a/web/plugin_http_server_router.go +++ b/web/plugin_http_server_router.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/plugin_http_server_router_test.go b/web/plugin_http_server_router_test.go index 920e519..a326f4f 100644 --- a/web/plugin_http_server_router_test.go +++ b/web/plugin_http_server_router_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route.go b/web/route.go index b1102d9..37da66e 100644 --- a/web/route.go +++ b/web/route.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_handler.go b/web/route_handler.go index 2be6bb2..0b5454e 100644 --- a/web/route_handler.go +++ b/web/route_handler.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_handler_test.go b/web/route_handler_test.go index 4ec89f9..c026a1d 100644 --- a/web/route_handler_test.go +++ b/web/route_handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_middleware.go b/web/route_middleware.go index 907b71b..76d2cfd 100644 --- a/web/route_middleware.go +++ b/web/route_middleware.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_param.go b/web/route_param.go index aa03f13..a9a635c 100644 --- a/web/route_param.go +++ b/web/route_param.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_param_test.go b/web/route_param_test.go index 325cc28..0a5486a 100644 --- a/web/route_param_test.go +++ b/web/route_param_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/route_test.go b/web/route_test.go index 5d7dc1b..7c4d78c 100644 --- a/web/route_test.go +++ b/web/route_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/server_http.go b/web/server_http.go index 34b7d6e..656fafa 100644 --- a/web/server_http.go +++ b/web/server_http.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/signature/common.go b/web/signature/common.go index d588ef6..cdf2af0 100644 --- a/web/signature/common.go +++ b/web/signature/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/signature/signer.go b/web/signature/signer.go index fa73dd4..b4ae802 100644 --- a/web/signature/signer.go +++ b/web/signature/signer.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/signature/signer_test.go b/web/signature/signer_test.go index b7752c1..7c3f2bf 100644 --- a/web/signature/signer_test.go +++ b/web/signature/signer_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/web/version/common.go b/web/version/common.go index c5a21e4..8ddf77d 100644 --- a/web/version/common.go +++ b/web/version/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/client/client.go b/ws/client/client.go index 094b2b3..c79cb16 100644 --- a/ws/client/client.go +++ b/ws/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/client/interface.go b/ws/client/interface.go index 4c303ed..230d936 100644 --- a/ws/client/interface.go +++ b/ws/client/interface.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/client/observable.go b/ws/client/observable.go index 02de0bd..bcadef2 100644 --- a/ws/client/observable.go +++ b/ws/client/observable.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/event/event.go b/ws/event/event.go index f7c5dfe..6762ce6 100644 --- a/ws/event/event.go +++ b/ws/event/event.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/event/event_test.go b/ws/event/event_test.go index cf10471..e2daec8 100644 --- a/ws/event/event_test.go +++ b/ws/event/event_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/go.mod b/ws/go.mod index 15e6b36..9627436 100644 --- a/ws/go.mod +++ b/ws/go.mod @@ -15,16 +15,16 @@ replace ( require ( github.com/gorilla/websocket v1.5.1 github.com/mailru/easyjson v0.7.7 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect golang.org/x/net v0.20.0 // indirect ) diff --git a/ws/internal/common.go b/ws/internal/common.go index 2d77346..783bf14 100644 --- a/ws/internal/common.go +++ b/ws/internal/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/internal/pump.go b/ws/internal/pump.go index 729adaf..993ba34 100644 --- a/ws/internal/pump.go +++ b/ws/internal/pump.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/plugin_ws_client.go b/ws/plugin_ws_client.go index 9c3139b..7bed778 100644 --- a/ws/plugin_ws_client.go +++ b/ws/plugin_ws_client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/plugin_ws_common.go b/ws/plugin_ws_common.go index e3b347a..0feadd5 100644 --- a/ws/plugin_ws_common.go +++ b/ws/plugin_ws_common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/plugin_ws_server.go b/ws/plugin_ws_server.go index 1d96482..d5828fb 100644 --- a/ws/plugin_ws_server.go +++ b/ws/plugin_ws_server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/plugin_ws_server_pool.go b/ws/plugin_ws_server_pool.go index 7d91dad..6245de1 100644 --- a/ws/plugin_ws_server_pool.go +++ b/ws/plugin_ws_server_pool.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/server/connect.go b/ws/server/connect.go index 05553dd..aa60dbb 100644 --- a/ws/server/connect.go +++ b/ws/server/connect.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/server/interface.go b/ws/server/interface.go index e207338..4216d0e 100644 --- a/ws/server/interface.go +++ b/ws/server/interface.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/ws/server/server.go b/ws/server/server.go index 9f2086c..a346564 100644 --- a/ws/server/server.go +++ b/ws/server/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xc/combine.go b/xc/combine.go index d0860d3..8576749 100644 --- a/xc/combine.go +++ b/xc/combine.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xc/combine_test.go b/xc/combine_test.go index 0e84d4f..14c171d 100644 --- a/xc/combine_test.go +++ b/xc/combine_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xc/context.go b/xc/context.go index 9691ec8..aa36224 100644 --- a/xc/context.go +++ b/xc/context.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/client.go b/xdns/client.go index a3635f4..4f28b06 100644 --- a/xdns/client.go +++ b/xdns/client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/common.go b/xdns/common.go index 4191d90..b85be2a 100644 --- a/xdns/common.go +++ b/xdns/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/config.go b/xdns/config.go index 8af46f2..5a10b54 100644 --- a/xdns/config.go +++ b/xdns/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/go.mod b/xdns/go.mod index c50ea43..8792129 100644 --- a/xdns/go.mod +++ b/xdns/go.mod @@ -14,18 +14,18 @@ replace ( require ( github.com/miekg/dns v1.1.57 - go.osspkg.com/goppy/errors v0.2.0 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/plugins v0.2.0 - go.osspkg.com/goppy/xc v0.2.0 - go.osspkg.com/goppy/xlog v0.2.0 - go.osspkg.com/goppy/xnet v0.2.0 + go.osspkg.com/goppy/errors v0.3.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/plugins v0.3.0 + go.osspkg.com/goppy/xc v0.3.0 + go.osspkg.com/goppy/xlog v0.3.0 + go.osspkg.com/goppy/xnet v0.3.0 ) require ( github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - go.osspkg.com/goppy/syscall v0.2.0 // indirect + go.osspkg.com/goppy/syscall v0.3.0 // indirect golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/sys v0.16.0 // indirect diff --git a/xdns/plugin_client.go b/xdns/plugin_client.go index 44d8146..7e686f5 100644 --- a/xdns/plugin_client.go +++ b/xdns/plugin_client.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/plugin_server.go b/xdns/plugin_server.go index e66a878..261f7e7 100644 --- a/xdns/plugin_server.go +++ b/xdns/plugin_server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/server.go b/xdns/server.go index 016c420..634ce4a 100644 --- a/xdns/server.go +++ b/xdns/server.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xdns/zone_resolver.go b/xdns/zone_resolver.go index c0dfbe2..856cd31 100644 --- a/xdns/zone_resolver.go +++ b/xdns/zone_resolver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/common.go b/xlog/common.go index 647903e..7868763 100644 --- a/xlog/common.go +++ b/xlog/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/default.go b/xlog/default.go index e1cb48b..dabffbb 100644 --- a/xlog/default.go +++ b/xlog/default.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/entity.go b/xlog/entity.go index a025995..1e5f805 100644 --- a/xlog/entity.go +++ b/xlog/entity.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/formatter.go b/xlog/formatter.go index 9a7f692..efa270f 100644 --- a/xlog/formatter.go +++ b/xlog/formatter.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/formatter_test.go b/xlog/formatter_test.go index f9fd010..146eadf 100644 --- a/xlog/formatter_test.go +++ b/xlog/formatter_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/go.mod b/xlog/go.mod index 6df6619..d6a1310 100644 --- a/xlog/go.mod +++ b/xlog/go.mod @@ -9,8 +9,8 @@ replace ( require ( github.com/mailru/easyjson v0.7.7 - go.osspkg.com/goppy/iosync v0.2.0 - go.osspkg.com/goppy/xtest v0.2.0 + go.osspkg.com/goppy/iosync v0.3.0 + go.osspkg.com/goppy/xtest v0.3.0 ) require github.com/josharian/intern v1.0.0 // indirect diff --git a/xlog/logger.go b/xlog/logger.go index 81130db..99b464c 100644 --- a/xlog/logger.go +++ b/xlog/logger.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/logger_test.go b/xlog/logger_test.go index e759aed..6fa4489 100644 --- a/xlog/logger_test.go +++ b/xlog/logger_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xlog/message.go b/xlog/message.go index b0b83f3..dabf02c 100644 --- a/xlog/message.go +++ b/xlog/message.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xnet/fd.go b/xnet/fd.go index 4fddbe0..5bbf649 100644 --- a/xnet/fd.go +++ b/xnet/fd.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xnet/go.mod b/xnet/go.mod index a9be91e..72c92b0 100644 --- a/xnet/go.mod +++ b/xnet/go.mod @@ -7,6 +7,6 @@ replace ( go.osspkg.com/goppy/syscall => ../syscall ) -require go.osspkg.com/goppy/errors v0.2.0 +require go.osspkg.com/goppy/errors v0.3.0 -require go.osspkg.com/goppy/syscall v0.2.0 // indirect +require go.osspkg.com/goppy/syscall v0.3.0 // indirect diff --git a/xnet/ports.go b/xnet/ports.go index f5584bf..0725df2 100644 --- a/xnet/ports.go +++ b/xnet/ports.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xnet/ports_test.go b/xnet/ports_test.go index 976ad6b..7ac9ed5 100644 --- a/xnet/ports_test.go +++ b/xnet/ports_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xtest/common.go b/xtest/common.go index facb8c9..6f89cde 100644 --- a/xtest/common.go +++ b/xtest/common.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xtest/equal.go b/xtest/equal.go index b5fb97b..16d072d 100644 --- a/xtest/equal.go +++ b/xtest/equal.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xtest/errors.go b/xtest/errors.go index 4e3dee7..1d553e6 100644 --- a/xtest/errors.go +++ b/xtest/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */ diff --git a/xtest/nil.go b/xtest/nil.go index 3754a86..351762e 100644 --- a/xtest/nil.go +++ b/xtest/nil.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. + * Copyright (c) 2022-2024 Mikhail Knyazhev . All rights reserved. * Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file. */