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