1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-19 09:32:56 +00:00
tex-api/go.mod
Knut Ahlers ee53080ceb
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-07-26 13:46:50 +02:00

17 lines
539 B
Modula-2

module github.com/Luzifer/tex-api
go 1.12
require (
github.com/Luzifer/go_helpers/v2 v2.12.2
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
)