mirror of
https://github.com/Luzifer/tex-api.git
synced 2024-11-08 16:20:04 +00:00
16 lines
539 B
Modula-2
16 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
|
|
)
|