File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ module github.com/Yeicor/sdf-viewer-go/sdf-viewer-go-sdfx
22
33go 1.18
44
5+ // Use the local version of sdf-viewer-go!
6+ replace github.com/Yeicor/sdf-viewer-go/sdf-viewer-go v0.0.0-20220806165416-860727f545f6 => ../sdf-viewer-go
7+
58require (
6- github.com/Yeicor/sdf-viewer-go/sdf-viewer-go v0.0.0-20220801192746-85295752ded1
9+ github.com/Yeicor/sdf-viewer-go/sdf-viewer-go v0.0.0-20220806165416-860727f545f6
710 github.com/deadsy/sdfx v0.0.0-20220508165057-718104295925
811 github.com/ojrac/opensimplex-go v1.0.2
912)
Original file line number Diff line number Diff line change 11dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
22gioui.org v0.0.0-20210308172011-57750fc8a0a6 /go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8 =
33github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
4- github.com/Yeicor/sdf-viewer-go/sdf-viewer-go v0.0.0-20220801192746-85295752ded1 h1:4uKJjnQd6m/NpJQq1ANvX9si2ZFmGFg5aaOQ3ZHfigc =
5- github.com/Yeicor/sdf-viewer-go/sdf-viewer-go v0.0.0-20220801192746-85295752ded1 /go.mod h1:jHE7FWEBl+SOrcB9hW5XjV7ESuT/dPwPJtkouKQmgoU =
64github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af /go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw =
75github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb /go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw =
86github.com/boombuler/barcode v1.0.0 /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
You can’t perform that action at this time.
0 commit comments