mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-24 08:12:31 +02:00
38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/umputun/reproxy
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/didip/tollbooth/v6 v6.1.1
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/go-pkgz/lgr v0.10.4
|
|
github.com/go-pkgz/repeater v1.1.3
|
|
github.com/go-pkgz/rest v1.12.1
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/umputun/go-flags v1.5.1
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
golang.org/x/net v0.0.0-20220105145211-5b0dc2dfae98 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-pkgz/expirable-cache v0.0.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
)
|