2021-04-03 21:23:23 +02:00
|
|
|
module github.com/umputun/reproxy
|
2021-04-01 09:37:28 +02:00
|
|
|
|
2024-03-15 23:55:13 +02:00
|
|
|
go 1.22
|
2021-04-01 09:37:28 +02:00
|
|
|
|
|
|
|
require (
|
2024-05-09 02:04:46 +02:00
|
|
|
github.com/didip/tollbooth/v7 v7.0.1
|
2023-11-25 21:53:31 +02:00
|
|
|
github.com/go-pkgz/lgr v0.11.1
|
2021-06-01 09:56:39 +02:00
|
|
|
github.com/go-pkgz/repeater v1.1.3
|
2024-03-15 23:55:13 +02:00
|
|
|
github.com/go-pkgz/rest v1.19.0
|
2023-11-25 21:53:31 +02:00
|
|
|
github.com/gorilla/handlers v1.5.2
|
2024-05-09 20:42:15 +02:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
|
|
|
github.com/stretchr/testify v1.9.0
|
2021-04-01 09:37:28 +02:00
|
|
|
github.com/umputun/go-flags v1.5.1
|
2024-05-09 20:42:15 +02:00
|
|
|
golang.org/x/crypto v0.23.0
|
2023-02-27 00:15:04 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
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
|
2023-11-25 21:53:31 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2021-09-11 21:46:05 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-11-25 21:53:31 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2022-09-07 05:24:41 +02:00
|
|
|
github.com/go-pkgz/expirable-cache v1.0.0 // indirect
|
2024-05-09 02:04:46 +02:00
|
|
|
github.com/kr/text v0.1.0 // indirect
|
2021-09-11 21:46:05 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-03-15 23:55:13 +02:00
|
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
|
|
|
github.com/prometheus/common v0.50.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.13.0 // indirect
|
2024-05-09 20:38:33 +02:00
|
|
|
golang.org/x/net v0.23.0 // indirect
|
2024-05-09 20:42:15 +02:00
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
golang.org/x/text v0.15.0 // indirect
|
2024-03-15 23:55:13 +02:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2021-09-11 21:46:05 +02:00
|
|
|
)
|