1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-16 16:18:24 +00:00
tex-api/go.mod
Knut Ahlers 4937284b0e
Breaking: Add support for default env & raw TeX post, unpack received zip
this breaks the previous approach of writing the zip file to the file
system and letting the script unpack the files itself

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-09-06 14:35:27 +02:00

22 lines
518 B
Modula-2

module github.com/Luzifer/tex-api
go 1.21
require (
github.com/Luzifer/go_helpers/v2 v2.20.0
github.com/Luzifer/rconfig/v2 v2.4.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.9.5
)
require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.10.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)