Skip to content

Commit 9b0004d

Browse files
edit go.mod to embed pluto and grains from git
1 parent f39cf91 commit 9b0004d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ require (
6060
gopkg.in/yaml.v3 v3.0.1 // indirect
6161
)
6262

63-
replace github.com/sndcds/grains => ../grains
64-
65-
replace github.com/sndcds/pluto => ../pluto
63+
// replace github.com/sndcds/grains => ../grains
64+
// replace github.com/sndcds/pluto => ../pluto

0 commit comments

Comments
 (0)