|
1 | 1 | module github.com/ron96G/clamav-facade |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/labstack/echo-contrib v0.12.0 |
7 | | - github.com/labstack/echo/v4 v4.7.2 |
8 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
| 6 | + github.com/labstack/echo-contrib v0.13.0 |
| 7 | + github.com/labstack/echo/v4 v4.9.1 |
9 | 8 | github.com/onsi/ginkgo v1.16.5 |
10 | 9 | github.com/onsi/gomega v1.16.0 |
11 | | - github.com/prometheus/client_golang v1.12.2 // indirect |
12 | | - github.com/prometheus/common v0.34.0 // indirect |
13 | 10 | github.com/ron96G/go-common-utils v0.1.13 |
14 | | - golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect |
15 | | - golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect |
16 | | - golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect |
17 | | - golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect |
18 | | - google.golang.org/protobuf v1.28.0 // indirect |
| 11 | +) |
| 12 | + |
| 13 | +require ( |
| 14 | + github.com/beorn7/perks v1.0.1 // indirect |
| 15 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 16 | + github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 17 | + github.com/go-stack/stack v1.8.1 // indirect |
| 18 | + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
| 19 | + github.com/golang/protobuf v1.5.2 // indirect |
| 20 | + github.com/labstack/gommon v0.4.0 // indirect |
| 21 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 22 | + github.com/mattn/go-isatty v0.0.16 // indirect |
| 23 | + github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
| 24 | + github.com/nxadm/tail v1.4.8 // indirect |
| 25 | + github.com/opentracing/opentracing-go v1.2.0 // indirect |
| 26 | + github.com/pkg/errors v0.9.1 // indirect |
| 27 | + github.com/prometheus/client_golang v1.14.0 // indirect |
| 28 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 29 | + github.com/prometheus/common v0.37.0 // indirect |
| 30 | + github.com/prometheus/procfs v0.8.0 // indirect |
| 31 | + github.com/ron96G/log15 v2.15.6+incompatible // indirect |
| 32 | + github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect |
| 33 | + github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| 34 | + github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 35 | + github.com/valyala/fasttemplate v1.2.2 // indirect |
| 36 | + go.uber.org/atomic v1.10.0 // indirect |
| 37 | + golang.org/x/crypto v0.3.0 // indirect |
| 38 | + golang.org/x/net v0.2.0 // indirect |
| 39 | + golang.org/x/sys v0.2.0 // indirect |
| 40 | + golang.org/x/text v0.4.0 // indirect |
| 41 | + golang.org/x/time v0.2.0 // indirect |
| 42 | + google.golang.org/protobuf v1.28.1 // indirect |
| 43 | + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
| 44 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
19 | 45 | ) |
0 commit comments