62 lines
2.7 KiB
Modula-2
62 lines
2.7 KiB
Modula-2
module github.com/tg123/sshpiper
|
|
|
|
go 1.18
|
|
|
|
replace golang.org/x/crypto => ./crypto
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
|
|
github.com/creack/pty v1.1.18
|
|
github.com/docker/docker v20.10.17+incompatible
|
|
github.com/google/uuid v1.3.0
|
|
github.com/microsoft/kiota-authentication-azure-go v0.3.1
|
|
github.com/microsoftgraph/msgraph-sdk-go v0.28.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pires/go-proxyproto v0.6.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tg123/remotesigner v0.0.0-20210928104451-7c20285909d1
|
|
github.com/urfave/cli/v2 v2.10.3
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/cjlapao/common-go v0.0.20 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/microsoft/kiota-abstractions-go v0.8.1 // indirect
|
|
github.com/microsoft/kiota-http-go v0.5.1 // indirect
|
|
github.com/microsoft/kiota-serialization-json-go v0.5.3 // indirect
|
|
github.com/microsoft/kiota-serialization-text-go v0.4.1 // indirect
|
|
github.com/microsoftgraph/msgraph-sdk-go-core v0.26.1 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.7.2 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
google.golang.org/genproto v0.0.0-20211001223012-bfb93cce50d9 // indirect
|
|
gotest.tools/v3 v3.3.0 // indirect
|
|
)
|