2021-04-03 21:23:23 +02:00
|
|
|
module github.com/umputun/reproxy
|
2021-04-01 09:37:28 +02:00
|
|
|
|
2022-09-07 05:24:41 +02:00
|
|
|
go 1.19
|
2021-04-01 09:37:28 +02:00
|
|
|
|
|
|
|
require (
|
2021-09-11 21:24:09 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-04-17 06:32:07 +02:00
|
|
|
github.com/didip/tollbooth/v6 v6.1.2
|
2022-09-07 05:24:41 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2021-04-01 09:37:28 +02:00
|
|
|
github.com/go-pkgz/lgr v0.10.4
|
2021-06-01 09:56:39 +02:00
|
|
|
github.com/go-pkgz/repeater v1.1.3
|
2022-09-07 05:24:41 +02:00
|
|
|
github.com/go-pkgz/rest v1.15.6
|
2021-09-11 21:24:09 +02:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-04-06 05:12:06 +02:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2022-02-10 07:19:50 +02:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2022-09-07 05:24:41 +02:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-04-01 09:37:28 +02:00
|
|
|
github.com/umputun/go-flags v1.5.1
|
2022-04-17 06:32:07 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
|
|
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
|
2022-09-07 05:24:41 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
2021-09-11 21:24:09 +02:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-09-07 05:24:41 +02:00
|
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-04-09 22:31:14 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2022-09-07 05:24:41 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-04-01 09:37:28 +02:00
|
|
|
)
|
2021-09-11 21:46:05 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-09-07 05:24:41 +02:00
|
|
|
github.com/go-pkgz/expirable-cache v1.0.0 // indirect
|
2021-09-11 21:46:05 +02:00
|
|
|
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
|
|
|
|
)
|