|
1 | 1 | module github.com/cea-hpc/sshproxy |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.21 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/BurntSushi/toml v1.0.0 // indirect |
7 | | - github.com/coreos/etcd v2.3.8+incompatible // indirect |
8 | 6 | github.com/docker/docker v20.10.13+incompatible |
9 | | - github.com/gogo/protobuf v1.3.2 // indirect |
10 | | - github.com/golang/protobuf v1.5.2 // indirect |
11 | 7 | github.com/kr/pty v1.1.8 |
12 | | - github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect |
13 | 8 | github.com/olekukonko/tablewriter v0.0.5 |
14 | 9 | github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 |
15 | 10 | go.etcd.io/etcd v2.3.8+incompatible |
16 | | - golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
17 | | - golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect |
18 | | - golang.org/x/tools v0.1.10 // indirect |
| 11 | + go.etcd.io/etcd/client/v3 v3.5.9 |
19 | 12 | gopkg.in/yaml.v2 v2.4.0 |
20 | | - honnef.co/go/tools v0.2.2 // indirect |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| 17 | + github.com/BurntSushi/toml v1.3.2 // indirect |
| 18 | + github.com/coreos/go-semver v0.3.0 // indirect |
| 19 | + github.com/coreos/go-systemd/v22 v22.3.2 // indirect |
| 20 | + github.com/creack/pty v1.1.11 // indirect |
| 21 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 22 | + github.com/golang/protobuf v1.5.2 // indirect |
| 23 | + github.com/mattn/go-runewidth v0.0.9 // indirect |
| 24 | + github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect |
| 25 | + go.etcd.io/etcd/api/v3 v3.5.9 // indirect |
| 26 | + go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect |
| 27 | + go.uber.org/atomic v1.7.0 // indirect |
| 28 | + go.uber.org/multierr v1.6.0 // indirect |
| 29 | + go.uber.org/zap v1.17.0 // indirect |
| 30 | + golang.org/x/exp/typeparams v0.0.0-20231006140011-7918f672742d // indirect |
| 31 | + golang.org/x/mod v0.13.0 // indirect |
| 32 | + golang.org/x/net v0.16.0 // indirect |
| 33 | + golang.org/x/sys v0.13.0 // indirect |
| 34 | + golang.org/x/text v0.13.0 // indirect |
| 35 | + golang.org/x/tools v0.14.0 // indirect |
| 36 | + google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect |
| 37 | + google.golang.org/grpc v1.41.0 // indirect |
| 38 | + google.golang.org/protobuf v1.26.0 // indirect |
| 39 | + honnef.co/go/tools v0.4.6 // indirect |
21 | 40 | ) |
0 commit comments