Skip to content

Commit

Permalink
Removed replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Feb 1, 2024
1 parent 690c70a commit 187d392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/hknutzen/Netspoc/go

go 1.21.4

replace github.com/hknutzen/testtxt => ../../testtxt

require (
github.com/google/go-cmp v0.5.9
github.com/hknutzen/testtxt v0.0.0-20240201092256-1f14e38b7e01
Expand Down
2 changes: 2 additions & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/hknutzen/testtxt v0.0.0-20240201092256-1f14e38b7e01 h1:LvTdRz8gy1ypFEM+o/cXH4QV7b1DRjRiK34qkyMXj1U=
github.com/hknutzen/testtxt v0.0.0-20240201092256-1f14e38b7e01/go.mod h1:270gg+HoaF8zFBum1SBfiGYxduxu3VsW1S7mSrhXioA=
github.com/octago/sflags v0.2.0/go.mod h1:G0bjdxh4qPRycF74a2B8pU36iTp9QHGx0w0dFZXPt80=
github.com/octago/sflags v0.3.1-0.20210726012706-20f2a9c31dfc h1:oefEVXZ7lMGxuiONrGMbSVQzibx0bdRQ/2yNQhyGOyQ=
github.com/octago/sflags v0.3.1-0.20210726012706-20f2a9c31dfc/go.mod h1:5bNo1x+1VBz+aQErCB82nPISPQWNiO4QWlasZKS0mFc=
Expand Down

0 comments on commit 187d392

Please sign in to comment.