Skip to content

Commit

Permalink
update prep.gomod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Oct 14, 2024
1 parent 9a1483f commit f4fbd1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prep.gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e # exit on error
echo 'prep.gomod.sh'
go mod edit -dropreplace='github.com/flarco/g' go.mod
go mod edit -dropreplace='github.com/slingdata-io/sling-cli' go.mod
go mod edit -droprequire='github.com/slingdata-io/sling' go.mod
# go get github.com/flarco/g@HEAD
# go get github.com/slingdata-io/sling-cli@HEAD
go mod tidy

0 comments on commit f4fbd1e

Please sign in to comment.