mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
20 lines
649 B
AMPL
20 lines
649 B
AMPL
module github.com/gravitational/teleport/api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/gravitational/trace v1.1.15
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
google.golang.org/grpc v1.27.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|