1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-10 18:31:30 +02:00
reproxy/go.mod

40 lines
1.4 KiB
Modula-2
Raw Normal View History

2021-04-03 14:23:23 -05:00
module github.com/umputun/reproxy
2021-04-01 02:37:28 -05:00
2023-02-27 14:43:41 -06:00
go 1.20
2021-04-01 02:37:28 -05:00
require (
2023-02-26 16:15:04 -06:00
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2022-04-16 23:32:07 -05:00
github.com/didip/tollbooth/v6 v6.1.2
2022-09-06 22:24:41 -05:00
github.com/felixge/httpsnoop v1.0.3 // indirect
2023-02-26 16:15:04 -06:00
github.com/go-pkgz/lgr v0.11.0
github.com/go-pkgz/repeater v1.1.3
2023-02-26 16:15:04 -06:00
github.com/go-pkgz/rest v1.17.0
2021-09-11 14:24:09 -05:00
github.com/golang/protobuf v1.5.2 // indirect
2021-04-05 22:12:06 -05:00
github.com/gorilla/handlers v1.5.1
2023-02-26 16:15:04 -06:00
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
2021-04-01 02:37:28 -05:00
github.com/umputun/go-flags v1.5.1
2023-02-26 16:15:04 -06:00
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
2022-09-06 22:24:41 -05:00
google.golang.org/protobuf v1.28.1 // indirect
2023-02-26 16:15:04 -06:00
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2022-09-06 22:24:41 -05:00
gopkg.in/yaml.v3 v3.0.1
2021-04-01 02:37:28 -05:00
)
2021-09-11 14:46:05 -05:00
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2022-09-06 22:24:41 -05:00
github.com/go-pkgz/expirable-cache v1.0.0 // indirect
2023-02-26 16:15:04 -06:00
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
2021-09-11 14:46:05 -05:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-02-26 16:15:04 -06:00
github.com/prometheus/client_model v0.3.0 // indirect
2021-09-11 14:46:05 -05:00
)