We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7909b commit 6c6c498Copy full SHA for 6c6c498
go.mod
@@ -9,3 +9,7 @@ require (
9
)
10
11
require github.com/mitchellh/reflectwalk v1.0.2 // indirect
12
+
13
+retract (
14
+ v2.0.2 // Tagged as minor version, but contains breaking changes.
15
+)
0 commit comments