mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-24 08:12:31 +02:00
40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module github.com/umputun/reproxy
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/didip/tollbooth/v6 v6.1.2
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/go-pkgz/lgr v0.11.0
|
|
github.com/go-pkgz/repeater v1.1.3
|
|
github.com/go-pkgz/rest v1.17.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/common v0.40.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/umputun/go-flags v1.5.1
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-pkgz/expirable-cache v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
)
|