diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2023-09-01 13:01:59 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2023-09-01 13:01:59 -0700 |
| commit | a80df3e4a66a0a36df5c1b78b94c8835ff82e366 (patch) | |
| tree | 18579cc0c438eee76574ba6ebe4ac5a6e76bdff7 /go.sum | |
| parent | 539b10aea546db64e79c3a640a5b70f7b8a9bcff (diff) | |
| download | mandelbrot-a80df3e4a66a0a36df5c1b78b94c8835ff82e366.tar.zst | |
Remove external dependencies.
Now the only dependency is go itself, so there's no need for a complex
build system.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,4 +0,0 @@ -golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0= -golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= |
