2021-04-03 22:23:23 +03:00
|
|
|
module github.com/umputun/reproxy
|
2021-04-01 10:37:28 +03:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-07-03 09:23:50 +03:00
|
|
|
github.com/didip/tollbooth/v6 v6.1.0
|
2021-04-01 10:37:28 +03:00
|
|
|
github.com/go-pkgz/lgr v0.10.4
|
2021-06-01 10:56:39 +03:00
|
|
|
github.com/go-pkgz/repeater v1.1.3
|
2021-06-21 02:46:46 +03:00
|
|
|
github.com/go-pkgz/rest v1.11.0
|
2021-04-06 06:12:06 +03:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2021-04-21 03:04:12 +03:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2021-04-02 22:27:40 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-01 10:37:28 +03:00
|
|
|
github.com/umputun/go-flags v1.5.1
|
2021-04-09 23:31:14 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2021-04-17 01:39:30 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-04-09 23:31:14 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-04-01 10:37:28 +03:00
|
|
|
)
|