Skip to content

Commit 4a86869

Browse files
committed
update vendors and fix goppy tool
1 parent 4c512eb commit 4a86869

File tree

122 files changed

+153
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+153
-147
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ linters:
206206
- errorlint
207207
- bodyclose
208208
- exportloopref
209-
- gci
210209
- gosec
211210
- lll
212211
fast: false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2022-2024, Mikhail Knyazhev <[email protected]>
3+
Copyright (c) 2022-2025, Mikhail Knyazhev <[email protected]>
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

_example/basic/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/database/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/dns-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/geoip/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/oauth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/ws-client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

_example/ws-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

acl/acl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Mikhail Knyazhev <[email protected]>. All rights reserved.
2+
* Copyright (c) 2022-2025 Mikhail Knyazhev <[email protected]>. All rights reserved.
33
* Use of this source code is governed by a BSD 3-Clause license that can be found in the LICENSE file.
44
*/
55

0 commit comments

Comments
 (0)