2019-07-06 16:45:48 +00:00
|
|
|
module github.com/Luzifer/tex-api
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2021-07-26 11:46:50 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.12.2
|
2019-07-06 16:45:48 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
2021-07-26 11:46:50 +00:00
|
|
|
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
|
2019-07-06 16:45:48 +00:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2021-07-26 11:46:50 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
2019-07-06 16:45:48 +00:00
|
|
|
)
|