Skip to content

Commit 6c6c498

Browse files
authored
fix: retract v2.0.2 (#270)
v2.0.2 contains breaking changes but was tagged as a minor change.
1 parent 1d7909b commit 6c6c498

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ require (
99
)
1010

1111
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

Comments
 (0)