diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-03 18:59:21 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-03 18:59:21 -0500 |
| commit | 9a2c345cfd3697a5de3f5fd799f682ab822e3756 (patch) | |
| tree | 3ab215fdf51b1ba82a335a432b946605d4a1468a /go.mod | |
| parent | b3064e570fab92cb4fa6b4c9265be5a4cbcf80e4 (diff) | |
| download | gui-9a2c345cfd3697a5de3f5fd799f682ab822e3756.zip | |
lay/strain: add default constraints to Solver
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,8 +7,14 @@ require ( github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 github.com/lithdew/casso v0.0.0-20200531104607-fe75aa82181f + github.com/stretchr/testify v1.5.1 golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa golang.org/x/image v0.36.0 ) -require golang.org/x/text v0.34.0 // indirect +require ( + github.com/davecgh/go-spew v1.1.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + golang.org/x/text v0.34.0 // indirect + gopkg.in/yaml.v2 v2.2.2 // indirect +) |