-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github.com/deadsy/sdfx digest to 4203c70 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9643ce2
commit 61fa0f3
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module github.com/Yeicor/sdf-viewer-go | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.5 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/deadsy/sdfx v0.0.0-20240627135407-f3e72b4570df | ||
github.com/deadsy/sdfx v0.0.0-20241207221224-4203c70da4f6 | ||
github.com/ojrac/opensimplex-go v1.0.2 | ||
github.com/soypat/sdf v0.0.0-20230213020233-1c911212ea73 | ||
gonum.org/v1/gonum v0.15.0 | ||
gonum.org/v1/gonum v0.15.1 | ||
) | ||
|
||
require ( | ||
github.com/dhconnelly/rtreego v1.2.0 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
golang.org/x/image v0.19.0 // indirect | ||
golang.org/x/image v0.22.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters