This commit is contained in:
Sotig
2026-03-21 15:35:50 +02:00
commit 07cd9ebac9
10 changed files with 259 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/sotigr/slic3r-api
go 1.24.2
require (
golang.org/x/net v0.41.0 // indirect
golang.org/x/text v0.26.0 // indirect
)