2021-04-03 21:23:23 +02:00
|
|
|
module github.com/umputun/reproxy
|
2021-04-01 09:37:28 +02:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fsouza/go-dockerclient v1.7.2
|
|
|
|
github.com/go-pkgz/lgr v0.10.4
|
2021-04-12 18:38:21 +02:00
|
|
|
github.com/go-pkgz/rest v1.9.0
|
2021-04-06 05:12:06 +02:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2021-04-01 09:37:28 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-02 21:27:40 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-01 09:37:28 +02:00
|
|
|
github.com/umputun/go-flags v1.5.1
|
2021-04-09 22:31:14 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-04-01 09:37:28 +02:00
|
|
|
)
|