We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475ce4a commit d588478Copy full SHA for d588478
1 file changed
go.mod
@@ -1,6 +1,11 @@
1
module go.followtheprocess.codes/log
2
3
-go 1.24
+go 1.25
4
+
5
+ignore (
6
+ ./docs
7
+ ./examples
8
+)
9
10
require (
11
go.followtheprocess.codes/hue v0.6.0
0 commit comments