-
- Downloads
go: Bump major version to v14
While gitlab-shell currently has a major version of v14, the module path it exposes is not using that major version like it is required by the Go standard. This makes it impossible for dependents to import gitlab-shell as a dependency without using a commit as version. Fix this by changing the module path of gitlab-shell to instead be `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports accordingly. Changelog: fixed
Showing
- client/client_test.go 2 additions, 2 deletionsclient/client_test.go
- client/httpclient_test.go 1 addition, 1 deletionclient/httpclient_test.go
- client/httpsclient_test.go 2 additions, 2 deletionsclient/httpsclient_test.go
- client/testserver/testserver.go 1 addition, 1 deletionclient/testserver/testserver.go
- cmd/check/command/command.go 5 additions, 5 deletionscmd/check/command/command.go
- cmd/check/command/command_test.go 5 additions, 5 deletionscmd/check/command/command_test.go
- cmd/check/main.go 6 additions, 6 deletionscmd/check/main.go
- cmd/gitlab-shell-authorized-keys-check/command/command.go 6 additions, 6 deletionscmd/gitlab-shell-authorized-keys-check/command/command.go
- cmd/gitlab-shell-authorized-keys-check/command/command_test.go 6 additions, 6 deletions...itlab-shell-authorized-keys-check/command/command_test.go
- cmd/gitlab-shell-authorized-keys-check/main.go 7 additions, 7 deletionscmd/gitlab-shell-authorized-keys-check/main.go
- cmd/gitlab-shell-authorized-principals-check/command/command.go 6 additions, 6 deletions...tlab-shell-authorized-principals-check/command/command.go
- cmd/gitlab-shell-authorized-principals-check/command/command_test.go 6 additions, 6 deletions...shell-authorized-principals-check/command/command_test.go
- cmd/gitlab-shell-authorized-principals-check/main.go 7 additions, 7 deletionscmd/gitlab-shell-authorized-principals-check/main.go
- cmd/gitlab-shell/command/command.go 14 additions, 14 deletionscmd/gitlab-shell/command/command.go
- cmd/gitlab-shell/command/command_test.go 14 additions, 14 deletionscmd/gitlab-shell/command/command_test.go
- cmd/gitlab-shell/main.go 8 additions, 8 deletionscmd/gitlab-shell/main.go
- cmd/gitlab-sshd/acceptance_test.go 1 addition, 1 deletioncmd/gitlab-sshd/acceptance_test.go
- cmd/gitlab-sshd/main.go 4 additions, 4 deletionscmd/gitlab-sshd/main.go
- go.mod 1 addition, 1 deletiongo.mod
- internal/command/authorizedkeys/authorized_keys.go 5 additions, 5 deletionsinternal/command/authorizedkeys/authorized_keys.go
module gitlab.com/gitlab-org/gitlab-shell | ||
module gitlab.com/gitlab-org/gitlab-shell/v14 | ||
go 1.17 | ||
Loading
| Loading
|
Please register or sign in to comment