1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-19 17:42:55 +00:00
tex-api/go.mod

16 lines
491 B
Modula-2
Raw Normal View History

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
)