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 199bb612df
Switch from dep to go mod
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-06 18:50:50 +02:00

16 lines
491 B
Modula-2

module github.com/Luzifer/tex-api
go 1.12
require (
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gorilla/mux v1.7.3
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)