|
1 | 1 | module github.com/antoniomika/sish
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require (
|
| 6 | + github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect |
6 | 7 | github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
|
7 |
| - github.com/caddyserver/certmagic v0.12.0 |
| 8 | + github.com/caddyserver/certmagic v0.14.1 |
| 9 | + github.com/coreos/bbolt v1.3.2 // indirect |
| 10 | + github.com/coreos/etcd v3.3.13+incompatible // indirect |
| 11 | + github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect |
| 12 | + github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
| 13 | + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
8 | 14 | github.com/fsnotify/fsnotify v1.4.9
|
9 |
| - github.com/gin-gonic/gin v1.6.3 |
10 |
| - github.com/go-playground/validator/v10 v10.4.1 // indirect |
11 |
| - github.com/golang/protobuf v1.4.3 // indirect |
| 15 | + github.com/gin-gonic/gin v1.7.3 |
| 16 | + github.com/go-playground/validator/v10 v10.8.0 // indirect |
12 | 17 | github.com/gorilla/websocket v1.4.2
|
| 18 | + github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect |
| 19 | + github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect |
13 | 20 | github.com/jpillora/ipfilter v1.2.2
|
14 |
| - github.com/json-iterator/go v1.1.10 // indirect |
15 | 21 | github.com/klauspost/cpuid v1.3.1 // indirect
|
| 22 | + github.com/klauspost/cpuid/v2 v2.0.9 // indirect |
16 | 23 | github.com/leodido/go-urn v1.2.1 // indirect
|
17 | 24 | github.com/logrusorgru/aurora v2.0.3+incompatible
|
18 |
| - github.com/magiconair/properties v1.8.4 // indirect |
| 25 | + github.com/mattn/go-isatty v0.0.13 // indirect |
19 | 26 | github.com/mholt/acmez v0.1.3 // indirect
|
20 |
| - github.com/miekg/dns v1.1.38 // indirect |
| 27 | + github.com/miekg/dns v1.1.43 // indirect |
21 | 28 | github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
| 29 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
22 | 30 | github.com/mitchellh/mapstructure v1.4.1 // indirect
|
23 |
| - github.com/pelletier/go-toml v1.8.1 // indirect |
24 |
| - github.com/phuslu/iploc v1.0.20210129 // indirect |
25 |
| - github.com/pires/go-proxyproto v0.4.2 |
26 |
| - github.com/sirupsen/logrus v1.7.0 |
27 |
| - github.com/spf13/afero v1.5.1 // indirect |
28 |
| - github.com/spf13/cast v1.3.1 // indirect |
29 |
| - github.com/spf13/cobra v1.1.3 |
| 31 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 32 | + github.com/phuslu/iploc v1.0.20210730 // indirect |
| 33 | + github.com/pires/go-proxyproto v0.6.0 |
| 34 | + github.com/prometheus/client_golang v0.9.3 // indirect |
| 35 | + github.com/sirupsen/logrus v1.8.1 |
| 36 | + github.com/soheilhy/cmux v0.1.4 // indirect |
| 37 | + github.com/spf13/cast v1.4.0 // indirect |
| 38 | + github.com/spf13/cobra v1.2.1 |
30 | 39 | github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
31 |
| - github.com/spf13/viper v1.7.1 |
32 |
| - github.com/ugorji/go v1.2.4 // indirect |
33 |
| - github.com/vulcand/oxy v1.1.0 |
34 |
| - go.uber.org/multierr v1.6.0 // indirect |
35 |
| - go.uber.org/zap v1.16.0 // indirect |
36 |
| - golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad |
37 |
| - golang.org/x/text v0.3.5 // indirect |
38 |
| - google.golang.org/protobuf v1.25.0 // indirect |
| 40 | + github.com/spf13/viper v1.8.1 |
| 41 | + github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect |
| 42 | + github.com/ugorji/go v1.2.6 // indirect |
| 43 | + github.com/vulcand/oxy v1.3.0 |
| 44 | + github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect |
| 45 | + go.etcd.io/bbolt v1.3.2 // indirect |
| 46 | + go.uber.org/atomic v1.9.0 // indirect |
| 47 | + go.uber.org/multierr v1.7.0 // indirect |
| 48 | + go.uber.org/zap v1.18.1 // indirect |
| 49 | + golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 |
| 50 | + golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect |
| 51 | + google.golang.org/protobuf v1.27.1 // indirect |
39 | 52 | gopkg.in/ini.v1 v1.62.0 // indirect
|
40 | 53 | gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
| 54 | + gopkg.in/resty.v1 v1.12.0 // indirect |
41 | 55 | )
|
42 | 56 |
|
43 |
| -replace github.com/vulcand/oxy => github.com/antoniomika/oxy v1.1.1-0.20210215225031-0afb828604bb |
44 |
| - |
45 |
| -replace github.com/pires/go-proxyproto => github.com/antoniomika/go-proxyproto v0.1.4-0.20210215223815-7210fcdac442 |
| 57 | +replace github.com/vulcand/oxy => github.com/antoniomika/oxy v1.1.1-0.20210804032133-5924ea01c950 |
0 commit comments