mirror of
https://github.com/xiaoqidun/limit.git
synced 2026-03-25 10:34:00 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aeebe3580 | |||
| 4156af95f6 |
@@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2025 肖其顿 (XIAO QI DUN)
|
Copyright 2025-2026 肖其顿 (XIAO QI DUN)
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
limit
|
limit
|
||||||
Copyright 2025 肖其顿 (XIAO QI DUN)
|
Copyright 2025-2026 肖其顿 (XIAO QI DUN)
|
||||||
|
|
||||||
This product includes software developed by
|
This product includes software developed by
|
||||||
肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/limit).
|
肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/limit).
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2025 肖其顿 (XIAO QI DUN)
|
// Copyright 2025-2026 肖其顿 (XIAO QI DUN)
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module github.com/xiaoqidun/limit
|
module github.com/xiaoqidun/limit
|
||||||
|
|
||||||
go 1.25.3
|
go 1.25.0
|
||||||
|
|
||||||
require golang.org/x/time v0.14.0
|
require golang.org/x/time v0.15.0
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
|
golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U=
|
||||||
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
|
golang.org/x/time v0.15.0/go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno=
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2025 肖其顿 (XIAO QI DUN)
|
// Copyright 2025-2026 肖其顿 (XIAO QI DUN)
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2025 肖其顿 (XIAO QI DUN)
|
// Copyright 2025-2026 肖其顿 (XIAO QI DUN)
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user