Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 74f4d3a

Browse files
author
Janos Pasztor
committed
1.0.0: First stable release
This is the first stable release for ContainerSSH 0.4.0.
1 parent 6810881 commit 74f4d3a

File tree

3 files changed

+53
-151
lines changed

3 files changed

+53
-151
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0: First stable release
4+
5+
This is the first stable release for ContainerSSH 0.4.0.
6+
37
## 0.9.10: SSH proxy backend
48

59
This release adds the new [SSH proxy backend](https://github.com/containerssh/sshproxy).

go.mod

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,23 @@ module github.com/containerssh/configuration
33
go 1.14
44

55
require (
6-
github.com/aws/aws-sdk-go v1.38.9 // indirect
7-
github.com/containerd/containerd v1.4.4 // indirect
8-
github.com/containerssh/auditlog v0.9.9
9-
github.com/containerssh/auth v0.9.6
10-
github.com/containerssh/docker v0.9.12
11-
github.com/containerssh/geoip v0.9.4
12-
github.com/containerssh/http v0.9.9
13-
github.com/containerssh/kubernetes v0.9.9
14-
github.com/containerssh/log v0.9.13
15-
github.com/containerssh/metrics v0.9.8
16-
github.com/containerssh/security v0.9.8
17-
github.com/containerssh/service v0.9.3
18-
github.com/containerssh/sshproxy v0.9.0
19-
github.com/containerssh/sshserver v0.9.24
20-
github.com/containerssh/structutils v0.9.0
6+
github.com/containerssh/auditlog v1.0.0
7+
github.com/containerssh/auth v1.0.0
8+
github.com/containerssh/docker v1.0.0
9+
github.com/containerssh/geoip v1.0.0
10+
github.com/containerssh/http v1.0.0
11+
github.com/containerssh/kubernetes v1.0.0
12+
github.com/containerssh/log v1.0.0
13+
github.com/containerssh/metrics v1.0.0
14+
github.com/containerssh/security v1.0.0
15+
github.com/containerssh/service v1.0.0
16+
github.com/containerssh/sshproxy v1.0.0
17+
github.com/containerssh/sshserver v1.0.0
18+
github.com/containerssh/structutils v1.0.0
2119
github.com/docker/docker v20.10.5+incompatible
22-
github.com/docker/spdystream v0.1.0 // indirect
23-
github.com/fzipp/gocyclo v0.3.1 // indirect
2420
github.com/google/go-cmp v0.5.5
25-
github.com/google/gofuzz v1.2.0 // indirect
26-
github.com/googleapis/gnostic v0.5.4 // indirect
27-
github.com/gordonklaus/ineffassign v0.0.0-20200809085317-e36bfde3bb78 // indirect
28-
github.com/hashicorp/golang-lru v0.5.4 // indirect
29-
github.com/magefile/mage v1.11.0 // indirect
30-
github.com/oschwald/geoip2-golang v1.5.0 // indirect
31-
github.com/sirupsen/logrus v1.8.1 // indirect
3221
github.com/stretchr/testify v1.7.0
33-
golang.org/x/net v0.0.0-20210330210036-cd0ac97f97f6 // indirect
34-
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
35-
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
36-
google.golang.org/appengine v1.6.7 // indirect
3722
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
38-
k8s.io/client-go v0.20.5 // indirect
39-
k8s.io/klog/v2 v2.8.0 // indirect
40-
k8s.io/utils v0.0.0-20210305010621-2afb4311ab10 // indirect
41-
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
4223
)
4324

4425
// Exclude this package because it got renamed to /moby/ which breaks packages.

0 commit comments

Comments
 (0)