1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-22 18:42:01 +02:00
reproxy/go.mod

17 lines
460 B
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
go 1.16
require (
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.9.2
2021-04-05 22:12:06 -05:00
github.com/gorilla/handlers v1.5.1
github.com/prometheus/client_golang v1.10.0
2021-04-02 14:27:40 -05:00
github.com/stretchr/testify v1.7.0
2021-04-01 02:37:28 -05:00
github.com/umputun/go-flags v1.5.1
2021-04-09 15:31:14 -05:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-04-09 15:31:14 -05:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2021-04-01 02:37:28 -05:00
)