-
- Downloads
WIP
Showing
- go.mod 6 additions, 2 deletionsgo.mod
- internal/sshd/connection.go 1 addition, 1 deletioninternal/sshd/connection.go
- internal/sshd/gssapi.go 20 additions, 26 deletionsinternal/sshd/gssapi.go
- internal/sshd/server_config.go 2 additions, 0 deletionsinternal/sshd/server_config.go
- internal/sshd/sshd.go 6 additions, 6 deletionsinternal/sshd/sshd.go
module gitlab.com/gitlab-org/gitlab-shell/v14 | ||
go 1.20 | ||
go 1.21.3 | ||
toolchain go1.21.6 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | ||
github.com/golang-jwt/jwt/v5 v5.2.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
github.com/hashicorp/go-retryablehttp v0.7.5 | ||
Loading
| Loading
| @@ -40,7 +43,6 @@ require ( |
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/client9/reopen v1.0.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
Loading
| Loading
| @@ -99,3 +101,5 @@ require ( |
) | ||
exclude github.com/prometheus/client_golang v1.12.1 | ||
replace github.com/openshift/gssapi => /Users/ash/src/gitlab/go-gssapi |
Please register or sign in to comment