Skip to content

Commit c440845

Browse files
committed
Fix/update go.mod dependencies
1 parent 860727f commit c440845

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdf-viewer-go-sdfx/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ module github.com/Yeicor/sdf-viewer-go/sdf-viewer-go-sdfx
22

33
go 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+
58
require (
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
)

sdf-viewer-go-sdfx/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
22
gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8=
33
github.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=
64
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
75
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
86
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=

0 commit comments

Comments
 (0)