zadig icon indicating copy to clipboard operation
zadig copied to clipboard

update dijkstra version to fix dijkstra-1 not found

Open llussy opened this issue 1 year ago • 0 comments

What this PR does / Why we need it:

go mod tidy has a problem, invalid version.

go mod tidy
go: github.com/RyanCarrier/[email protected] requires
	github.com/RyanCarrier/[email protected]: invalid version: git ls-remote -q origin in /Users/llussy/go/pkg/mod/cache/vcs/5631002c9f33f8a1b134ca756ed84168dae6701c79b12711d0884363fa3ec2c2: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/RyanCarrier/dijkstra-1/' not found

What is changed and how it works?

update dijkstra version to 1.3.0.

llussy avatar May 22 '24 02:05 llussy