44 lines
1.9 KiB
Modula-2
44 lines
1.9 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.0.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0
|
|
github.com/creack/pty v1.1.18
|
|
github.com/google/uuid v1.3.0
|
|
github.com/microsoft/kiota-authentication-azure-go v0.2.1
|
|
github.com/microsoftgraph/msgraph-sdk-go v0.23.0
|
|
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-20220511200225-c6db032c6c88
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
|
|
github.com/cjlapao/common-go v0.0.19 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.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.5.0 // indirect
|
|
github.com/microsoft/kiota-http-go v0.3.0 // indirect
|
|
github.com/microsoft/kiota-serialization-json-go v0.3.1 // indirect
|
|
github.com/microsoft/kiota-serialization-text-go v0.2.0 // indirect
|
|
github.com/microsoftgraph/msgraph-sdk-go-core v0.24.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/objx v0.2.0 // 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
|
|
google.golang.org/genproto v0.0.0-20211001223012-bfb93cce50d9 // indirect
|
|
)
|