Skip to content

Commit

Permalink
Merge pull request #119 from Valentin-Kaiser/go-module
Browse files Browse the repository at this point in the history
Fixed retracting in submodule
  • Loading branch information
Valentin-Kaiser authored Apr 8, 2024
2 parents 0f88b3f + 7c15f3c commit 3e7a5f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions dbase/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/Valentin-Kaiser/go-dbase/dbase

retract (
v0.0.0-20220622120602-842944cf2977 // invalid version on sub-module
v1.11.12 // invalid version on sub-module
v1.11.13 // invalid version on sub-module
)
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ module github.com/Valentin-Kaiser/go-dbase

go 1.20

retract (
v0.0.0-20220622120602-842944cf2977 // invalid version on sub-module
)

require (
golang.org/x/text v0.14.0
golang.org/x/sys v0.19.0
Expand Down

0 comments on commit 3e7a5f4

Please sign in to comment.